Hi,
i have a jpg image and i would like to set meta data title, subject etc. (which are shaded in the above screenshot). These info can be set in windows 7 OS. Is it possible to set these information using image magick? I use windows xp. there is no option available in win xp OS.
please help
how to set meta data
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: how to set meta data
For specific JPEG meta-data handling, I suggest you look at programs like "jhead" whcih can update that information without reading and writing a lossy image compression format like JPEG.
http://www.sentex.net/~mwandel/jhead/
http://www.sentex.net/~mwandel/jhead/
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: how to set meta data
thanks for your suggestion. However, I don't see an option to add the meta data other than comment.
Re: how to set meta data
Have you checked the link to the page showing the options?
http://www.sentex.net/~mwandel/jhead/usage.html
http://www.sentex.net/~mwandel/jhead/usage.html
Re: how to set meta data
Yes. I am. I only have option to edit/add comment. other than that rest are not useful for me. I am looking for an application which can add title, desc, etc. via commandline and preferably free software.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: how to set meta data
Have you looked at Exiftool? I have no idea if it will do what you want. But worth looking at.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: how to set meta data
Fred's suggestion may be more in line with what you want. As it is the EXIF profile that specifies a lot of stuff, though it is Camera orientated.
What about the IPTC profile for Image and Author Info.
http://www.imagemagick.org/Usage/formats/#profile_iptc
However I would again look at using some other tool, other than ImageMagick (like jhead) to add and remove profiles without a read-write cycle of the JPEG image data (which will degrade it).
What about the IPTC profile for Image and Author Info.
http://www.imagemagick.org/Usage/formats/#profile_iptc
However I would again look at using some other tool, other than ImageMagick (like jhead) to add and remove profiles without a read-write cycle of the JPEG image data (which will degrade it).
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/