MagickWand API - identify image - suggestion
Posted: 2007-09-06T14:23:47-07:00
It would be nice to have a function in the MagickWand API to return identify attributes in some associative container(s).
something like:
properties
|
|
+-EXIF
| |_ Make=Camera manufacturer
| |_ FooBar=Barfoo
| |_ AndSoOn=value
|
+-Dimensions
| |_ Height=640
| |_ Width=480
|
+...
My ascii presentation is not pretty but I hope you get the point
something like:
properties
|
|
+-EXIF
| |_ Make=Camera manufacturer
| |_ FooBar=Barfoo
| |_ AndSoOn=value
|
+-Dimensions
| |_ Height=640
| |_ Width=480
|
+...
My ascii presentation is not pretty but I hope you get the point