LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Image batch processing (https://www.linuxquestions.org/questions/linux-software-2/image-batch-processing-426442/)

cvzyl 03-19-2006 10:21 PM

Image batch processing
 
Can anyone suggest an application to batch process images e.g. renaming using replace or template and resizing. I frequently have to reduce the size of a large amount of images and I need an application that can resize them in a batch to for instance 800x600 or 600x800 while maintaining the original aspect ratio. I would prefer something with an intuitive user interface.

Thanks
Cobus

BaltikaTroika 03-19-2006 11:07 PM

I searched far and wide for a good program that'll do batch processing. Then I figured out that you can do almost any kind of batch processing with a single command on the command line. :)

Seeing as you want something with an "intuitive user interface", I'll unfortunately be of no help. But don't count the command line out just because it isn't pretty!

Baltika

rshaw 03-20-2006 12:49 AM

http://acherondevelopment.com/project.php?name=birt

timmeke 03-20-2006 02:45 AM

ImageMagick and a little shell scripting can pull that off quite easily.
Use the "mogrify" (only resizing) or "convert" (format conversion) programs.


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