LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   a need simple a program to resize images while keeping the aspect ratio (https://www.linuxquestions.org/questions/linux-software-2/a-need-simple-a-program-to-resize-images-while-keeping-the-aspect-ratio-203262/)

Necronomicom 07-10-2004 12:03 AM

a need simple a program to resize images while keeping the aspect ratio
 
Kpaint does a really crappy job at resizing, the resized jpegs look very crappy like if they are missing some pixels.

Cohobin 07-10-2004 12:11 AM

imagmagick package probably does what you need. It's command line based, but that shouldn't matter. Try this:

Code:

convert -geometery [new size] sourcefile destfile

convert -geometery 1024x768 /home/usr/temp.jpg /home/usr/temp2.jpg

man convert / imagemagick for more options... there is a ton.

jarib 07-10-2004 12:18 AM

Why not Gimp?

Cohobin 07-10-2004 12:21 AM

haha... yup that works too... I am just a command line junky


All times are GMT -5. The time now is 08:10 PM.