Resize without -thumbnail just works. Why this difference?
This works
Code: Select all
FOR %%G IN (*.jpg) DO (
D:\progs\ImageMagick\convert.exe %%G -interlace plane -quality 85 "84x53>" -resize ..\thumbs\%%G
)
Code: Select all
FOR %%G IN (*.jpg) DO (
D:\progs\ImageMagick\convert.exe %%G -interlace plane -quality 85 -thumbnail "84x53>" ..\thumbs\%%G
)
Code: Select all
convert.exe: no decode delegate for this image format `C:/DOCUME~1/Erich/LOCALS~1/
Temp/magick-jzTjvk2f' @ constitute.c/ReadImage/531.
I have the stand-alone version of ImageMagick, on windows xp32 sp3. Imagemagick is not in the path, nor do I have any special imagemagick environment variable defined.
Some info from identify -list format:
edit: corrected the examples, missing input parameter due to wrong copying here.JNG* rw- JPEG Network Graphics
See http://www.libpng.org/pub/mng/ for details about the JNG
format.
JP2* rw- JPEG-2000 File Format Syntax
JPC* rw- JPEG-2000 Code Stream Syntax
JPEG* rw- Joint Photographic Experts Group JFIF format (70)
JPG* rw- Joint Photographic Experts Group JFIF format (70)
JPX* rw- JPEG-2000 File Format Syntax