[Solved] PNG conversion metadata: Apple Data Offsets field disappears

Having tech problems? Post them here and do not worry, there is always a solution for you.
Post Reply
es
Posts: 114
Joined: Sun Dec 04, 2022 6:24 pm

[Solved] PNG conversion metadata: Apple Data Offsets field disappears

Post by es »

I've noticed when converting a screenshot that exiftool shows has the following field

Code: Select all

Apple Data Offsets : (Binary data 28 bytes, use -b option to extract)
after conversion disappears and there is this Comment instead

Code: Select all

Comment : iDOT chunklen 28 ignored:.ASCII: ...........©...(...©...©...#.HEX: 0000000200000000000000A900000028000000A9000000A900001523
Don't know what this field is, google surprisingly gives only 1 result for it, so I'd say it's something useless, but I'm just worried a bit that there might be a more general issue in metadata conversion during image editing which might lead to a loss of something more useful
Is there a way to maybe just preserve those chunks/tags instead of ignoring them?
User avatar
forum_adm
Site Admin
Posts: 1818
Joined: Fri Dec 23, 2016 9:41 am
Location: Germany
Country: Germany
Contact:

Re: PNG conversion metadata: Apple Data Offsets field disappears

Post by forum_adm »

Here is a helpful detail:
https://stackoverflow.com/questions/338 ... idot-chunk

It is not a standard chunk. GraphicConverter does not write it upon resaving the file.
es
Posts: 114
Joined: Sun Dec 04, 2022 6:24 pm

Re: PNG conversion metadata: Apple Data Offsets field disappears

Post by es »

Oh, I see, the "Apple data offset" is exiftool naming, that's why couldn't find anything about it
Thanks for the clarification!

However, given the fact that the PNG spec requires removing such chunks on conversion (due to capitalized T), maybe this fact should just be mentioned in the Comment without carrying the now useless value?
(Or maybe it shouldn't be mentioned at all? Not sure)
User avatar
forum_adm
Site Admin
Posts: 1818
Joined: Fri Dec 23, 2016 9:41 am
Location: Germany
Country: Germany
Contact:

Re: PNG conversion metadata: Apple Data Offsets field disappears

Post by forum_adm »

I added now a preference to build 6015:
Screenshot 2023-02-28 at 06.35.jpg
Screenshot 2023-02-28 at 06.35.jpg (94.85 KiB) Viewed 2574 times
es
Posts: 114
Joined: Sun Dec 04, 2022 6:24 pm

Re: [Solved] PNG conversion metadata: Apple Data Offsets field disappears

Post by es »

Thank you!
Post Reply