when we export JPG file as PNG or TIF file, I think that metadata should be kept, in peculiar XMP and ICC profile.
If we export a JPG file containing ICC, XMP, IPTC and exif metadata :
- Exported Tif file contains only Exif and IPTC metadata
- exported PNG file contains no metadata.
As metadata management seems tricky, I am not sure of what should be kept but I think XMP metadata must remain in TIF and PNG file.
Can you confirm this point ?
André
[MP 0.25 WinXP SP3] loss of metadata during export
Moderators: XnTriq, helmut, xnview
-
- Posts: 46
- Joined: Thu Feb 11, 2010 11:55 am
-
- Author of XnView
- Posts: 40604
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: [MP 0.25 WinXP SP3] loss of metadata during export
I can't confirm... Could you send me the file used?
Pierre.
-
- XnThusiast
- Posts: 2010
- Joined: Wed Mar 17, 2004 8:33 pm
- Location: Sarasota Florida
Re: [MP 0.25 WinXP SP3] loss of metadata during export
I have noticed that none of my tools save textural metadata for PNGs, though the PNG spec seems to offer support for text chunks.
This would be great if it would be possible to save ratings, etc, into PNG images.
Is it possible?
This would be great if it would be possible to save ratings, etc, into PNG images.
Is it possible?
John
-
- XnThusiast
- Posts: 2443
- Joined: Sun May 15, 2005 6:31 am
Re: [MP 0.25 WinXP SP3] loss of metadata during export
Here is a png with xmp.
You do not have the required permissions to view the files attached to this post.
-
- XnThusiast
- Posts: 2010
- Joined: Wed Mar 17, 2004 8:33 pm
- Location: Sarasota Florida
Re: [MP 0.25 WinXP SP3] loss of metadata during export
Sure enough, that PNG does have metadata!
But... XnView 1.97.2 shows it as an XML tree in the XMP tab and MP just shows integers in the XMP tab.
Still, proves it is possible.
Marsh, what tool did you use to add the data to the PNG?

But... XnView 1.97.2 shows it as an XML tree in the XMP tab and MP just shows integers in the XMP tab.
Still, proves it is possible.
Marsh, what tool did you use to add the data to the PNG?
John
-
- Posts: 46
- Joined: Thu Feb 11, 2010 11:55 am
Re: [MP 0.25 WinXP SP3] loss of metadata during export
This file is extracted from http://www.color.org/version4html.xalterxnview wrote:I can't confirm... Could you send me the file used?
André
You do not have the required permissions to view the files attached to this post.
-
- XnThusiast
- Posts: 2443
- Joined: Sun May 15, 2005 6:31 am
Re: [MP 0.25 WinXP SP3] loss of metadata during export
Exiv2. It can insert info from a mated xmp file.JohnFredC wrote: Marsh, what tool did you use to add the data to the PNG?
-
- Moderator & Librarian
- Posts: 6190
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: [MP 0.25 WinXP SP3] loss of metadata during export
- General Support: File Formats that support XMP
Adobe ([url=http://xml.coverpages.org/XMP-Embedding.pdf]Embedding XMP Metadata in Application Files[/url]) wrote:An XML packet can be embedded in a PNG graphic file by adding a chunk of type “tXMP”. The data of the chunk should be a UTF-8 serialized XML packet.
There should be no more than one ‘tXMP’ chunk present in each PNG file. Encoders are encouraged to place the chunk at the beginning of the file, but this is not a requirement.
- SourceForge » PNG and MNG tools
- Jon Udell
- The DAM Book » Forum
- Adobe Forums
- Experts Exchange
-
- Posts: 46
- Joined: Thu Feb 11, 2010 11:55 am
-
- Author of XnView
- Posts: 40604
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: [MP 0.25 WinXP SP3] loss of metadata during export
I've tried with your jpeg file in Export dialog:
TIFF written=> XMP/IPTC/EXIF
PNG written=> XMP
TIFF written=> XMP/IPTC/EXIF
PNG written=> XMP
Pierre.