Login  Register

AW: Macro for ImageResize

Posted by Frank Walter on Nov 19, 2010; 12:16pm
URL: http://imagej.273.s1.nabble.com/Macro-for-ImageResize-tp3686379p3686381.html

Michael,

thank you very much. This works very easy, e.g.:

convert * -resize '800x600' output.jpg

or

convert * -resize '800x600^' output.jpg

if I want to keep the bigger size as minimum. Only question (off topic
because imagemagick):

how can I keep the original names?

Thank you.

Regards, franc





> -----Original Message-----
> Von: ImageJ Interest Group [mailto:[hidden email]] Im Auftrag von
> Michael Doube
> Gesendet: Freitag, 19. November 2010 11:49
> An: [hidden email]
> Betreff: Re: Macro for ImageResize
>
>
> Franc,
>
> > I need a tool on my Ubuntu-server (without GUI) to adjust the size of
> > all images in one folder to maximum 800x600 pixels (only if they are
> > bigger), not loosing proportions.
>
> Imagemagick does this, and you may already have it on your Ubuntu box.
> http://www.imagemagick.org/script/convert.php
>
> Michael