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.