Search found 3 matches

by rickgut2016
2016-04-01T11:45:48-07:00
Forum: Users
Topic: Is there a way to list image dimensions for .png files?
Replies: 5
Views: 2369

Re: Is there a way to list image dimensions for .png files?

Update: It looks like those .png files are corrupt. I should have checked that fist.. Thanks for the help all. I learned a few things :D
by rickgut2016
2016-04-01T10:33:57-07:00
Forum: Users
Topic: Is there a way to list image dimensions for .png files?
Replies: 5
Views: 2369

Re: Is there a way to list image dimensions for .png files?

Here is my version info: Version: ImageMagick 6.9.3-7 Q16 x64 2016-03-06 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC Modules OpenMP Delegates (built-in): bzlib ...
by rickgut2016
2016-03-31T16:53:14-07:00
Forum: Users
Topic: Is there a way to list image dimensions for .png files?
Replies: 5
Views: 2369

Is there a way to list image dimensions for .png files?

Is there a way to list image dimensions for .png files? I'm using this code, and I'm only getting the file dimensions of .jpg, and .gif files. identify.exe -format "%f %w %y" *.* I'm getting this error for .png files: identify.exe: improper image header `ccp-pd-080-90.png' @ error/png.c/ReadPNGImage ...