HOw can i create my own user defined tag in image properties

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?".
Post Reply
wizards
Posts: 46
Joined: 2008-12-05T06:31:55-07:00

HOw can i create my own user defined tag in image properties

Post by wizards »

Hi All.

I am using image magick library and visual C++ for my task.
I built image magick library (Image magick 6.6.5)with 16 bit.

I am loading Jpeg image with the following image properties.

Width: 42 pixels
Height: 431 pixels.
Horizontal Resolution: 72 dpi
Vertical Resolution: 72 dpi
Bit Depth: 8
Frame Count: 1

In the above properties creation software tag is not there. So i want to create my own tag for creation software.

How can i add the user defined tag for all image formats.i.e JPEG, DPx,PNG or GIFF etc.

Please help me anyone.

Thanks in advance.
Post Reply