Software :: Resize Images To Specific Size Correctly

Feb 4, 2010

I need to find a program that will allow me to take images 600 x 600 and resize down to fit a specific size like 95 x 139. I need the images to not distort. There is white space around the objects in the images. I also need to be able to crop on a pixel scale to know that I am resizing it correctly.

View 3 Replies


ADVERTISEMENT

Programming :: Print Images From Command Line At A Specific Size

Jan 7, 2010

I have a requirement to print images (two to be precise) from the command line of a given size and without losing too much quality.

So, I may have two images, a.jpg and b.jpg which may be 4x4" and 6x4" respectively (the sizes may vary). I need to be able to print both these on a single sheet of paper (one under the other) at a given size for each - so a may be 2x2" and b may be 3x2" - the aspect ratio will always be maintained (or as near as possible!)

I am currently doing this a very messy way (because I don't know any other way!!) - basically I am converting the picture to a given size using a set density using convert and then concatenating the two using montage.

Here is part of my script:

Code:

Don't worry too much about the case statement at the end - that is just to be able to select to print either A, B or A and B.

The issue with this is that is doesn't work great if the aspect ratio is not maintained perfectly and also, it loses quite a lot of quality on the print.

I have a very old windows app which I wrote years back in VB (o dear! ) which does the same thing and the quality is fine (I am running it through wine). I want it to be command line though because I want to run it as part of other scripts etc.

View 4 Replies View Related

Debian :: Can't Resize Images From Shell?

Feb 25, 2011

I've a problem, infact i can't resize images from shell (i use mogrify -resize 800x600 image.jpg or convert -size 800x600 image.jpg image.jpg) and it usually work for me.2 days ago i've bought a KOALA NANO PCit is a small 13x13 centimeters pc that work with a restricted(i don't know how) Debian lenny distro and its hardware is very thiny..So i tryied to resize some images from term but nothing to do. I think it's because of ram(128mb) or (processor 300mhz) or graphic memory.

View 6 Replies View Related

Ubuntu :: Gui Windows Won't Resize Correctly

Apr 23, 2010

i will occasionally open a gui program, for example an ip address calc and a dvd burning program, and the bottom of the window is cut off by the screen; the screen size is put on the most applicable, detectable screen size; on both a netbook with a small rectangular screen and an older desktop with CRT monitor that is square; i could see both of these having issues beyond my own user-stupidity, so i thought i would ask: how do i get to the bottom of the window to see very crucial info? i hover the mouse on the top until it changes to a horiz bar, but it wont drag down;

- i hover mouse on bottom but it wont change to bar/arrow;

- i hover on corners to make an angle bar/arrow but it will only resize horizontally;

- i right click the top border and hit "resize" but it will only resize horizontally;

this, as well as getting my touchpad settings to stay the same after poweroff have been the bane of my existence edit: sometimes these posts are simply echo chambers for me to listen to my own ineptitude; i found how to save the touchpad settings,re-edit: i did not actually fix the touchpad, but i have posted elsewhere so as to not cross-post.

View 1 Replies View Related

Fedora :: Bulk Resize A Collection Of Images?

Aug 25, 2011

How do you bulk resize a collection of images?

View 8 Replies View Related

Software :: Resize / Scale Multiple Images

Jan 3, 2010

I have a very nice digital photo camera and I love to take my pictures at the highest quality setting available. My Canon is a 12 mega pixel camera so the photos get very large. After I shoot a weekend of 200+ pictures, the last thing I want to do is resize them so I can share them on Facebook. Does anyone know of a Linux program that will allow me to re-size multiple images rather than using Gimp to do each individual photo?

View 6 Replies View Related

Programming :: Info: Resize A Bunch Of Images For A Netbook?

Jan 17, 2010

I retooled my other script (thanks to those who helped) to work for resizing images for a netbook with 1024x600. Thanks to the ImageMagick website for help with the syntax. Here's what worked for me:

Code:

#!/bin/bash
for SRCFILE in /home/robert/Pictures/*/*/*/*/*/*/*
do
RELPATH=`echo $SRCFILE | sed -e 's//home/robert/Pictures//'`
DESTDIR="/home/robert/tmp/portable/${RELPATH%/*}"

[code]....

I figure anyone with a netbook is going to put a lower size/quality on their netbook and then keep the originals (music and pictures) on a different machine or an external hard drive.

View 1 Replies View Related

Debian :: Software To Create And Resize Custom Splash Images?

Feb 26, 2011

I'm looking for a software running under debian to create and resize custom splash images.
I know just GIMP, but maybe there is a special software.

View 1 Replies View Related

Ubuntu :: Images Not Rotated Correctly On Upload?

Apr 18, 2010

I have some pictures that were taken vertically and they show up rotated correctly in nautilus and F-spot correctly. But when I go to upload an image to the web, the preview in the image upload dialog shows the pictures on their side, or horizontal. As a result the uploaded images ends up being horizontal and not vertical, like I want it too. To sum up, the images show up rotated correctly in the file browser, but they aren't actually rotated when uploaded to the web.

View 7 Replies View Related

Fedora :: Open Office - Resize Multiple Images And Move Them All Together And Crop Them On The Fly

Nov 23, 2010

Before migrating to Fedora/linux, during my window days, one of my programme of choice was MS word. regardless of all it's bugs, it did all i needed it to do (eventually). Now in Fedora I have Open Office. As far as word processing it's fine. But when it comes to inserting Images I hit a brick wall.

when it cam to making bingo cards, I could choose multiple images and resize them with one click, move them all together and crop them on the fly. Open Office doesn't do that. My question is: What other option are there in the fedora world that could help me.

View 4 Replies View Related

Ubuntu Installation :: How To Resize Installtion Size

Aug 12, 2011

i have installed Ubuntu via using wubi and made the installation size 30gb. i realise that i only need 10gb how do i resize the ubuntu installtion size.

View 3 Replies View Related

General :: Copy All .jpg Images In Subdirectories To A Specific Directory?

Aug 5, 2010

I have .jpg files in many subdirectories from where I need to copy all the images from all the sub directories and paste them to a specific directory.I have used `cp -rf *.jpg media/sik/` which only copies the .jpg files of the directory in which I was working.

View 5 Replies View Related

Fedora Installation :: Partition Size After F14 Install With Resize Option

Apr 11, 2011

I've just installed Fedora 14 over an old Ubuntu (heron, I think). The old install used a single partition for both / and /home; and I wanted to try to avoid reinstalling /home if possible (but yes, I did back it up). I chose the anaconda option to shrink the old Ubuntu /, and created a new LVM for the Fedora /. This seemed to work perfectly. I mounted the old / on '/host' (an old naming habit), and then mounted individual home dirs into /home using autofs. All seemed fine. However, on my first reboot after the autofs mounts fsck failed. The current situation is as follows:

# fsck /dev/sda6
fsck from util-linux-ng 2.18
e2fsck 1.41.12 (17-May-2010)
The filesystem size (according to the superblock) is 15360000 blocks
The physical size of the device is 15359895 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>? yes

# dumpe2fs /dev/sda6 | grep 'Block count'
dumpe2fs 1.41.12 (17-May-2010)
Block count: 15360000
# dumpe2fs -o superblock=32768 /dev/sda6 | grep 'Block count'
dumpe2fs 1.41.12 (17-May-2010)
Block count: 15360000
Same thing for all the other backup superblocks I've tried.
# echo '15360000 4 * p' | dc
61440000
# fdisk -s /dev/sda6
61439583

Resize2fs tells me to run fsck, and complains of a short read if I try to force. Fsck seems to run fine if I say 'no' to the abort prompt, but doesn't change the problem. Filesystem is ext3. Started with debugfs. First used icheck and ncheck to work out which file(s) had been written to the non-existent blocks past the partition size. Fortunately, there was only one. Deleted that file (can restore it from backup later). Quit debugfs. Now resize2fs -p -f worked perfectly. fsck after resizing was clean. Reboot seems happy. As for the origin of the problem, I would guess there's a rounding bug in the code anaconda uses to shrink partitions.

View 1 Replies View Related

General :: Can't Resize Konsole Windows Size In Fedora / Make It Possible?

Aug 1, 2011

This may seem to be a silly question, but I googled along
and found that most of relevant complaints was about
a bug in video card driver.

My problem is -
For some unknown reason, I can't resize the Konsole window horizontally while I can still resize vertically. This is bad as the corrent width of Konsole window fills the entire screen!

View 1 Replies View Related

Ubuntu Multimedia :: How To Resize Photo And Increase / Decrease Pixel Size

Apr 11, 2011

I want to make my photo less than 40 kb. My photo on scanning is 313 kb also I want to decrease pixel size to 110*140. How is it possible?

View 3 Replies View Related

General :: WGet Images - Link To Full Size View

Jul 28, 2009

What I'm trying to do is wget images, however, I'm not sure how to do it 100% right. What I've got is a index.html page that has images (thumbs) that link to the full size images. How do I grab the full size images?

Example of links on the page:
<a href="images/*random numbers*.jpg" target="_blank"><img border=0 width=112 height=150 src="images/tn_*random numbers*.jpg" style="position:relative;left:3px;top:3px" /></a>

I tried:
wget -A.jpg -r -l1 -np URLHERE
but only got the thumbs.

View 1 Replies View Related

General :: Configure Kde 4 To Resize Windows To Half Desktop Size When Moved To Side Of Screen?

Feb 7, 2010

I have just noticed a nice feature in Windows 7 - when you drag a window to the edge of the screen (the mouse pointer must touch the edge), windows offers you to resize the window to exactly half of the screen size. This is actually very handy on the wide screen monitors.

Is it possible (and how) to configure Kde 4 to do the same thing?

View 1 Replies View Related

Ubuntu :: Camera - Allow To Bulk Export Images At The Desired Size And Quality

Jun 6, 2011

I recently have bought a digital reflex. After a few shootings and so on it's now come the time to use my Ubuntu at best to work with my camera. Can you recommend to me some software (if it's an all in 1 product the better)

What I'm really interested in is handling RAW format (.cp2 if I'm correct?), tagging renaming and organizing my pictures (both with and without filters and so on applied on them). Also it would be great if it would allow me to bulk export images at the desired size and quality. (I've tried digiKam but it doesn't import pictures from my camera)

View 7 Replies View Related

Ubuntu Multimedia :: Opening Images In Gimp And Controling Their Relative Size?

Jul 27, 2011

this should be easy but I dont know which option to use. I want to make a flier with Gimp, learned how to add fonts that are better than the crappy ones that come by default, but now I want to add images but want them to automatically scale to a size that I specify with a square I create by left clicking. I dont want to have to resize the entire image after measuring, I just want it to shrink/expand to fit an area that I specify for it.

View 7 Replies View Related

Server :: Limit User To Their Mailbox In Specific Size?

Sep 13, 2010

How can i limit user to their mailbox in specific size.

View 2 Replies View Related

Server :: New Open File Size Limit Is Getting Reflected In The Specific User?

May 16, 2011

Last weekend i have increased the open file size (ulimit -n) for the application user id i have update the limits.conf file with necessary inputs restarted the service and the server as well, when i check the ulimit value for the specific user by switching user from other user it shows the new value (10240) but if i login directly using the application id the ulimit value shows as 1024 which one is the default one.

View 6 Replies View Related

Slackware :: Slackware 13.37 Doesn't Determine Monitor Size Correctly

Jun 12, 2011

I have a display problem since updating to Slackware 13.37. Everything was fine on Slackware 13.1, but when I switched to 13.37 some piece of software came up with the wrong monitor size. I have a 1600x900 LCD monitor but the X screen came up as 1024x768 with blackness on either side of it. Under Slackware 13.1 the X screen came up as 1600x900 as it should without any prompting from me; I didn't even have an Xorg.conf file. I tried using the Xorg.conf file which was needed and work for older Slackwares, eg 12.*, but it didn't work. (Saying it didn't work is a gross understatement! That old Xorg.conf completely screwed up mouse, keyboard, and monitor; the screen was flashing and nothing worked. The only way to get control back was to SSH into the machine from my laptop and reboot. Killing the X server via that SSH console did NOT the flashing or get me back to my console login; only reboot worked.)

I find I can get the screen to be the right size manually by going through KDE's "System Settings" --> "Display and Monitor" --> "Size & Orientation", then disabling "LVDS1" and setting VGA1 to 1600x900. The size of my odd-sized monitor is being correctly detected for the "Auto" choice. Upon reboot LVDS1 stays disabled but VGA1 reverts to 1024x768 so I have to do this each time.I've done some search of the on-line literature regarding the error messages I am seeing in the boot log.

People are suggesting changing all kinds of things to alleviate the side effects of the "conflicting" error message above, even modifying GRUB parameters (which won't work for me since I use LILO).So, I have a manual work around which I must do each time I log in. Does someone know how I can get X or KDE to force 1600x900 upon start (while Linux/X/whoever find and fix the problem) or does someone know of a real fix?

View 6 Replies View Related

Software :: Download Some Images From A Website - Single Column Of Links To The Images?

Jul 26, 2010

I am running Linux from a DVD, not installed. I am not good with installing software, but since the DVD cannot be corrupted, I am content to operate this way. Lately, I have been having problems that previously did not occur. When I try to click on the checkbox to get rid of emails, it doesn't register in most cases, or when it does, I am clicking multiple times so it registers twice, meaning it is unchecked again. Even more frustrating is some issues that are affecting my ability to update my business. I am trying to modify spreadsheets (text not calculations).

Whenever I try to click & drag to select something to change, it keeps jumping around to select only some of what I want, something else or some combination of the 2. When I try to copy and paste several fields from 1 column to another, everything from the several fields in the source column ends up together in the last field in the target column. I am also trying to download some images from a website. There is a single column of links to the images. I have to click on the link to get to the image in order to copy it, then back out to continue looking for more links to do the same.

My computer keeps jumping back 2 steps, then forward 2 steps, and sometimes I lose my place in that list. I could deal with it if it were a small number of links, but this is a list of probably close to 20,000 links. Again, i am operating off of a live DVD so this should not be corruptible, but this has just started happening, and has been an issue the last several sessions.

View 14 Replies View Related

Ubuntu :: Images Available 2.6.31-17 Generic And After The Download Is Complete Both Images Exist?

Jan 6, 2010

using the update maneger to update on ubuntu new linux images available 2.6.31-17 generic and after the download is complete both images exist in the grub menu should i remove them ? or just remove them from the boot menu ? and if so how could i do each.

View 6 Replies View Related

General :: Concatenate Several Images Into A PDF File With Several Images Per Page

May 2, 2011

I know that ImageMagick's convert program can be used as follows to convert a collection of images -- say, in PNG format -- to a PDF file:

convert *png output.pdf

The problem with this is that each image is then stretched to fit on one page, whereas I would like to keep the original dimensions of the images and put as many as possible on one page in the PDF file before moving on to another page.

View 1 Replies View Related

General :: Replace DVD / CD Install Images With USB Images

Sep 21, 2009

I am just spent half an hour hunting for a thing that should be totally available already:USB install images of Ubuntu, knoppix and all the others.And, the only good way are so far complicated tutorials where you extract the stuff from an CD image. Why??Hasn't everybody notices that CDs/DVDs are vanishing big time? That more and more systems don't have the readers anymore? Instead of following a 10 point instruction list, it would be nice to just be able to download a Ubuntu 8.10 or whatever USB image and be able to beam that DIRECTLY to a USB stick with a dd command.

Or am a missing something here? Does this exist?It should by no means be mariginal, considering how important USB stick in specific and flash memory in general have become.

View 4 Replies View Related

Ubuntu :: Giving A Specific User Permission To Start/stop A Specific Service?

Jun 8, 2010

How do I give permission to a logged in user to stop/start a specific service without entering a root/sudo password? So they can do a simple "service SomeService stop|start" It is for a headless Ubuntu server.

View 5 Replies View Related

Programming :: Search A Bunch Of Files In A Specific Folder For A Specific Number?

Jul 24, 2010

I need to search a bunch of files in a specific folder for a specific number and add all the numbers together to a total sum. I use Rsync everyday, everytime I run rsync i get a logfile (rsync output) witch contains the textstring "Total bytes sent: xxxxxx".

The "xxxxx" can vary in lenght. I need to extract the "xxxxxx" from each file and add the numbers together to a total size over a week or a month. Is this possible? And I wish to only use bash. One way of doing stuff at a time my friends .

View 5 Replies View Related

Ubuntu :: Allow A Specific User To Mount Or Remount A Specific Partition?

Jun 9, 2010

my system I want user1 and only user1 to be able to mount and unmount a specific partition, this partition contains backups and is usually mounted read only, needs to be temporarily mounted read/write by user1 while doing the backup.user1 is an unprivileged user. I've read that the user option will let any user mount the file-system (and only that user can then subsequently unmount it) and that the users option allows any user to mount or unmount the file-system.I also found this in mount's man pageQuote:The owner option is similar to the user option, with the restriction that the user must be the owner of the special file. This may be useful e.g. for /dev/fd if a login script makes the console user owner of this device. The group option is similar, with the restriction that the user must be member of the group of the special file.So it looks like I'd need a login script for that user to make the user owner of the device file (/dev/voiceserv/backup in this case)

View 7 Replies View Related

General :: Change A Specific Characters To Capital In A Specific Text?

Dec 2, 2010

for example

else {
for fileDOC in $location/*.doc
do

[code]...

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved