how can i create my own user defined tag for image propertie

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
wizards
Posts: 46
Joined: 2008-12-05T06:31:55-07:00

how can i create my own user defined tag for image propertie

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