Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
For example, I want to keep some information such as
"author : linjuming"
in the hello.png
Then next time I can use "identify -verbose hello.png" or some other command to find these informations.
Can IM do this job?
very great ! thank you.
and can identify output shorter infos?
the command identify -verbose output too logo informations while i only need the str "author : linjuming".
how many options for identify command ?
The PNG image file format can actually store a lot of different information.
See Montage, using saved meta-data whcih looks at "label" "comment" "caption" and even random user data "my_data"
How much of this is accessible in other image processors is another matter. Perhaps Glenn can tell us!