Michiel Meeuwissen wrote:
Jaco de Groot <[EMAIL PROTECTED]> wrote:
Robin van Meteren wrote:
In order to retrieve these properties from an image we've used
ImageInfo, a freely available java class, downloadable at:
http://www.geocities.com/marcoschmidt.geo/image-info.html. Imageinfo is
Why not use ImageMagick? To get the with and height with ImageMagick you
can do:
I'd like the concept of not needing to call an external programm only for
that. I's bad enough that that is needed for the converion itself.
But does this Java tool handle all images ImageMagick handles?
Jaco