Re: resizing pictures and EXIF

2007-06-14 Thread Ron Johnson
On 06/14/07 11:20, Douglas Allan Tutty wrote: On Thu, Jun 14, 2007 at 04:07:39PM +0200, Lubos Vrbka wrote: does anyone know good way how to resize jpg pictures and preserve EXIF at the same time, preferably using graphics/imagemagick? it seems that graphicsmagick removes the EXIF information, b

Re: resizing pictures and EXIF

2007-06-14 Thread Douglas Allan Tutty
On Thu, Jun 14, 2007 at 04:07:39PM +0200, Lubos Vrbka wrote: > > does anyone know good way how to resize jpg pictures and preserve EXIF > at the same time, preferably using graphics/imagemagick? it seems that > graphicsmagick removes the EXIF information, but maybe there is some > option i miss

Re: resizing pictures and EXIF

2007-06-14 Thread Lubos Vrbka
hi, $> convert -resize 800x800 image.jpg small-image.jpg To resize multiple images you can always cook up a script. Other applications which I use for exif manipulations are jhead and exiv2. well, it seems that imagemagick indeed preserves exif information, whereas graphicsmagick doesn't! i t

Re: resizing pictures and EXIF

2007-06-14 Thread KS
Lubos Vrbka wrote: hi guys, does anyone know good way how to resize jpg pictures and preserve EXIF at the same time, preferably using graphics/imagemagick? it seems that graphicsmagick removes the EXIF information, but maybe there is some option i missed :( thanks in advance for any hints.

Re: resizing pictures and EXIF

2007-06-14 Thread csanyipal
Hi! On Thu, Jun 14, 2007 at 04:07:39PM +0200, Lubos Vrbka wrote: > hi guys, > > does anyone know good way how to resize jpg pictures and preserve EXIF > at the same time, preferably using graphics/imagemagick? it seems that > graphicsmagick removes the EXIF information, but maybe there is some

resizing pictures and EXIF

2007-06-14 Thread Lubos Vrbka
hi guys, does anyone know good way how to resize jpg pictures and preserve EXIF at the same time, preferably using graphics/imagemagick? it seems that graphicsmagick removes the EXIF information, but maybe there is some option i missed :( thanks in advance for any hints. regards, -- Lubos