Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
Loading/saving while preserving EXIF/IPTC information?
Rank: Member
Groups: Guest
Joined: 11/6/2006(UTC) Posts: 10
|
Hi, I'm trying this simple operation: Code:BitmapViewer1.Bitmap.Load(myFilePath)
ApplyTransform(New Aurigma.GraphicsMill.Transforms.RotateAndFlip(System.Drawing.RotateFlipType.Rotate90FlipNone))
' where apply transform is same as in demo code
BitmapViewer1.Bitmap.Save(myFilePath)
Now, the operation works fine, as in the image is rotated and saved to file. However, all the EXIF and IPTC information from the original file is gone! Is there any way to have this operation preserve the image metadata? (I am trying this with jpeg files) Edited by user Tuesday, December 18, 2007 8:07:32 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
|
|
|
|
|
Rank: Member
Groups: Guest
Joined: 11/6/2006(UTC) Posts: 10
|
Another question: Is it possible to change IPTC data without processing the entire image? The example given here shows that I have to load the bitmap and then save it with jpegWriter. I have some other library that can change IPTC without processing the image, so I assume it's not technically impossible. Thanks, Edited by user Wednesday, October 29, 2008 2:28:38 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
|
|
|
|
|
Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
Loading/saving while preserving EXIF/IPTC information?
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.