2 issues when loading jpg and saving as another format

Hello
Try to convert this jpg to tiff, 2 issues:

  1. Image Exif and Xmp data will not be saved in the resulting Tiff.
  2. Result image is rotated! Original image is not!
    Thanks.
  • Tested when saving as Tiff and Png, happened for both, seems applies to all formats.

IMG_8474.zip (6.1 MB)

@australian.dev.nerds , we will review the attachments and give a feedback shortly!

@australian.dev.nerds , I have tested your sample and found that metadata is exported correctly if you specify ImageOptionsBase.KeepMetadata or set ExifData/XmpData.
Take a look at topic.

1 Like

Hello and thanks, not completely, be kind and check the Authors and Copyright fields:
Untitled.jpg (157.1 KB)

@australian.dev.nerds , we will review the attachments and give a feedback shortly!

@australian.dev.nerds
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): IMAGINGNET-7281

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

Hello
Is IMAGINGNET-7281 for both meta data transfer and image rotation when saved?
Thanks.

@australian.dev.nerds , excuse me for misunderstanding! One of missing ExifData items contains Orientation value, which is not transferred to output TIFF. So, yes it the output TIFF will be shown according to specified ExifData.Orientation value.

1 Like

Hello,
Are these 2 issues fixed in 24.8?
Thanks :slight_smile:

@australian.dev.nerds , fix for this issue is planned for 24.11 release.