Debian Commandline | Does ImageMagick obtain metadata
Debian Commandline | Does ImageMagick obtain metadata
That's my hole Question,
when i working with ImageMagick, does it obtain the metadata of an image in any way?
Kind regards
Webice
when i working with ImageMagick, does it obtain the metadata of an image in any way?
Kind regards
Webice
Re: Debian Commandline | Does ImageMagick obtain metadata
Yes. Try running for starters.
Code: Select all
identify -verbose image.jpg
Re: Debian Commandline | Does ImageMagick obtain metadata
Does it obtain them too, when i convert an image to another format or size or whatever i want?
Re: Debian Commandline | Does ImageMagick obtain metadata
What happened when you tried?Does it obtain them too, when i convert an image to another format or size or whatever i want?
Re: Debian Commandline | Does ImageMagick obtain metadata
I can't test it right now. That's why i am asking.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Debian Commandline | Does ImageMagick obtain metadata
Yes, if the convert command is not too complex with other images involved and the new format supports that meta data.
But you have not said what type of meta data, nor what formats? Also please always provide your version of IM and platform when asking questions.
But you have not said what type of meta data, nor what formats? Also please always provide your version of IM and platform when asking questions.
Re: Debian Commandline | Does ImageMagick obtain metadata
Thanks for your answers!
Kind regards
Webice
Kind regards
Webice
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Debian Commandline | Does ImageMagick obtain metadata
The question is too vague. ImageMagic reads most metadata of images. It has to, to find width and height etc. It may not read all metadata, because some isn't relevant to ImageMagic.
snibgo's IM pages: im.snibgo.com
Re: Debian Commandline | Does ImageMagick obtain metadata
Okey, so EXIF Metadata wont be read? and whats up with XMP or ICC Profile?
And whats going on with the Metadata when i do a Calculation with -flatten?
Thanks in advance
Kind Regards
Webice
And whats going on with the Metadata when i do a Calculation with -flatten?
Thanks in advance
Kind Regards
Webice
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Debian Commandline | Does ImageMagick obtain metadata
EXIF data is read. See http://www.imagemagick.org/script/escape.php . Manufacturer-specific data (such as "Nikon:") is not. (EDIT: Or, rather, "Nikon:" metadata is read but not accessible through "-format".)
ICC profiles are read, and used for colour conversions.
ICC profiles are read, and used for colour conversions.
snibgo's IM pages: im.snibgo.com
Re: Debian Commandline | Does ImageMagick obtain metadata
And which Metadata is stored when i use -flatten? -flatten is for multiple layers, when i have to images i use as 2 layers which metadata is stored in the new created image, or is there no metadata from the original images?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Debian Commandline | Does ImageMagick obtain metadata
Output metadata will come from the first image in the list.
snibgo's IM pages: im.snibgo.com