Search found 2 matches

by hustmark
2015-07-23T06:37:40-07:00
Forum: Magick++
Topic: Raw Image to JPEG with metadata
Replies: 3
Views: 14546

Re: Raw Image to JPEG with metadata

snibgo wrote:IM ignores most metadata. Use exiftool for that.
But exiftool is a command line program. I want to convert raw image to JPEG image using c++ code. How about the second question above?
by hustmark
2015-07-23T02:04:52-07:00
Forum: Magick++
Topic: Raw Image to JPEG with metadata
Replies: 3
Views: 14546

Raw Image to JPEG with metadata

hi,
I am very new here, i want to convert RAW image(like .CR2 file,.NEF file) to JPEG image with metadata. I write code as follows:
Image image;
image.read("RAW_NIKON_D7000.NEF");
image.write("test.jpg");
I get a test.jpg file in my computer,but there is no metadata(like ISO Speed,lens type ...