Hi,

I have a regular batch running, converting a wide variety of images on a
W2003 server. For most images I use this command line:

convert.exe -strip -resample 150x150 %infile%[0] -resize 400x %outfile%

Now this reports a failure if the source image dpi<=150dpi. The outfile
is created and is valid. But IM reports:

convert.exe: ImageResolutionNotDefined 
convert.exe: Negative or zero image size

I assume that these lines are actually warnings - not errors since the
oufile gets created. Now Im talking a lot of images here so I don't want
to inspect all warnings. So what I really would like is to quiet
warnings but not errors. Can this be done?

Using IM 6.2.7 Q16

-- 
Regards,
Troels Holm




_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to