PDA

View Full Version : How do we re size a file?



Just Hanging
04-07-2012, 08:42 AM
Can anyone share how to re size a picture manually, so we can post them here?

Tomato
04-07-2012, 09:22 AM
For example
convert -scale 50% inputfile outputfile scales the image to 50%. Instead of 50% any geometry can be set.

Just Hanging
04-08-2012, 08:12 AM
Still working on it.
Any more advice?

BoxedBalls
04-08-2012, 01:10 PM
Grab a copy of gimp (it's like photoshop):

http://gimp-win.sourceforge.net/stable.html

Then use Image->rescale.

Just a note:
'convert' is the ImageMagick program, it works on the commandline (DOS).