Metadata for PNG format

Is there anyway to retain the Metadata when saving a file from .PSD to .PNG?    I get a warning saying the file has to be saved as a copy, and then metadata is gone.
Mac 10.6.8

Adobe Photoshop engineers have commented on this over the years.
PNG is not viewed by Adobe as a working format, just an end-product or final-output format.
For example:
http://forums.adobe.com/message/4000022#4000022
PSD files support layers and more metadata than PNG.
PNG is not a working format, but something you export to when you're done with all your edits, similar to JPEG or GIF.
and
http://forums.adobe.com/message/1205501#1205501
Unfortunately, PNG has only minimal (and confused) metadata standards.
You can tag it within an application, but the application doesn't have a standard way of putting the metadata into the file.
There will be more hits if you do a forum search and add Chris Cox as keywords to your PNG metadata search.
A thing to remember is that web sites very often will convert PNGs to JPEGs and do it very badly, beside stripping metadata.

Similar Messages

  • So I have been creating a logo for my company and it came out great. The problem is, when I format it for PNG or when I want to use it on freshbooks or my webpage, the image becomes blurred and the text is not as clear. How do I fix this?

    So I have been creating a logo for my company and it came out great. The problem is, when I format it for PNG or when I want to use it on fresh books or my webpage, the image becomes blurred and the text is not as clear. How do I fix this? Is it because the text get shrunk?

    This is how it looks on adobe illustrator

  • Can I use png format images when sending an iphoto book for printing?

    Writing an iPhoto book, I want to use some photographs taken by friends, and these photos are in png format.  Will they work when I upload them for printing?

    Dear Larry
    Thank you very much for the information.  I hate pressing buttons when I am not sure of what will happen!
    Many thanks
    Chris

  • "The rasterized image exceeded the maximum bounds for saving to the PNG format"

    Hi everyone, I'm using Illustrator CS4 and encountering the following problem:
    I made a level map in illustrator that exceeds 10000x10000 pixels. When I try to export the image as a PNG, I get the error "Could not complete this operation. The rasterized image exceeded the maximum bounds for saving to the PNG format". I tried saving in JPG and others as well, but got similar errors.
    How can I get around this?

    Here is an interesting discussion: http://bytes.com/topic/php/answers/735556-png-maximum-dimensions
    -- although the dimensions there are way larger than your paltry 10K x 10K. It appearts not to be a limitation of the PNG format, but solely from the software used.
    Here's a question. What on earth do you think you need 10K x 10K PNG files for?

  • ICC profile to convert RGB to CMYK,   jpeg is ok, png format have a problem

    When I use ICC profile to convert RGB to CMYK, jpeg format is ok, but png format have a problem.the color is lossy.
    It means, the png file color is shallow than jpeg file after convert.Could anybody help me?
    thanks
    source code
    import java.awt.image.BufferedImage;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.OutputStream;
    import java.util.Iterator;
    import javax.imageio.IIOImage;
    import javax.imageio.ImageIO;
    import javax.imageio.ImageTypeSpecifier;
    import javax.imageio.ImageWriteParam;
    import javax.imageio.ImageWriter;
    import javax.imageio.metadata.IIOMetadata;
    import javax.imageio.metadata.IIOMetadataNode;
    import javax.imageio.stream.ImageOutputStream;
    import org.w3c.dom.Node;
    import com.sun.image.codec.jpeg.ImageFormatException;
    import com.sun.image.codec.jpeg.JPEGCodec;
    import com.sun.image.codec.jpeg.JPEGEncodeParam;
    import com.sun.image.codec.jpeg.JPEGImageEncoder;
    public class TestImage {
         public static void main(String args[]) throws ImageFormatException, IOException{
              BufferedImage readImage = null;
              try {
                  readImage = ImageIO.read(new File("C:\\TEST.jpg"));
              } catch (Exception e) {
                  e.printStackTrace();
                  readImage = null;
              readImage = CMYKProfile.getInstance().doChColor(readImage);
              writeImage(readImage, "C:\\TEST_after_.jpg", 1.0f);
        protected static String getSuffix(String filename) {
            int i = filename.lastIndexOf('.');
            if(i>0 && i<filename.length()-1) {
                return filename.substring(i+1).toLowerCase();
            return "";
        protected static void writeImage(BufferedImage image, String filename, float quality) {
            Iterator writers = ImageIO.getImageWritersBySuffix(getSuffix(filename));
            System.out.println("filename�F"+filename);
            if (writers.hasNext()) {
                ImageWriter writer = (ImageWriter)writers.next();
                try {
                    ImageOutputStream stream
                        = ImageIO.createImageOutputStream(new File(filename));
                    writer.setOutput(stream);
                    ImageWriteParam param = writer.getDefaultWriteParam();
                    if (param.canWriteCompressed()) {
                        param.setCompressionMode(ImageWriteParam.MODE_EXPLICIT);//NO COMPRESS
                        param.setCompressionQuality(quality);
                    } else {
                        System.out.println("Compression is not supported.");
                    IIOMetadata metadata = null;
                    if(getSuffix(filename).equals("png") || getSuffix(filename).equals("PNG")){
                         ImageTypeSpecifier imageTypeSpecifier = new ImageTypeSpecifier(image);
                         metadata = writer.getDefaultImageMetadata(imageTypeSpecifier, param);
                            String sFormat = "javax_imageio_png_1.0";
                            Node node = metadata.getAsTree(sFormat);
                            IIOMetadataNode gammaNode = new IIOMetadataNode("gAMA");
                            String sGamma = "55556";
                            gammaNode.setAttribute("value", sGamma);
                            node.appendChild(gammaNode);
                            metadata.setFromTree(sFormat, node);
                    writer.write(null, new IIOImage(image, null, metadata), param);
                    writer.dispose();
                    return;
                } catch (IOException ex) {
                    ex.printStackTrace();
    }

    Hi,
    I am having similar problems. I have read somewhere that png format can not handle CMYK colorspace anyway, which I find odd (and plainly stupid IM(NS)HO) which would mean that converting to RGB and therefore using profiles is mandatory.
    May be you should check if the internal format of the png files claims it is RGB or CMYK (using ImageMagick's "identify" command for example).
    HTH
    JG

  • I am trying to use photomerge compose.  I open one standard jpeg image and one image that is my business logo in a png format.  When I select the png image, to extract the logo from it, it appears as all white and will not allow me to select the logo from

    I am trying to use photomerge compose.  I open one standard jpeg image and one image that is my business logo in a png format.  When I select the png image, to extract the logo from it, it appears as all white and will not allow me to select the logo from it.  It has worked in the past but I downloaded the update today and photomerge will not work correctly.  Any ideas?

    hedger,
    How do you expect anyone to help when we don't know a darned thing about the file, abut your setup, exact version of Photoshop and your OS, machine specs, etc.?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Photoshop CS3 .png format not appearing in the "Save As" drop down?

    I have been searching all over the internet and forums like this for a solution but have not come across one that works. I have tried installing an update for .png 8 bit and replacing the .png format file entirely, and to no avail. I'm sure all updates are there for my Photoshop CS3 because I just had my lap top worked on and they had to re-add my CS3, so I think that if any updates were needed they would have done that. I have worked with programs like Photoshop for awhile now but I do not know to much about it's inner workers (files, etc.) so I am not sure what the problem is, and I really need this fixed ASAP. I am working on work and I need that .png format. I can't do without it and .png shows up in the "Save For Web Devices", but I am using trasnparency and it is not doing any justice to my images.
    Windows Vista
    Adobe PhotoShop CS3
    15.7 GB free out of 105 GB
    I was working on Photoshop all day yesterday - no problem. Today, I can't get .png.

    Be very specific:  Does it say 10.0 or 10.0.1?  If the former, I recommend you visit this page and download and install the update:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3775
    The plug-in should be here:
    C:\Program Files\Adobe\Adobe Photoshop CS3\Plug-Ins\File Formats\Png.8bi
    It should have a size and date of 98,304 bytes modified on Saturday, October 20, 2007, 8:11:42 AM EST.
    -Noel

  • Can we save our canvas as a .psd(photoshop) file? as we are saving with .jpg or .png format with the

     
                   I have 2-3 image in my canvas and i want to save it in .psd format means each image will act as a different layer when we will open the saved file in                  photoshop.
                    Thanks & Regards,
                    Parth

    no dear there is not any option as u suggested.
    rightnow i am using my canvas and making the bytearray of it and then I am saving this bytearray  with .jpg/.png format with the JPEG/PNG Encoders. but what it does? It makes a single .jpg file of canvas so if there are 3 images in it than it will save entier canvas as .jpg.
    I want to save each image as different layer and finally the canvas should be save in .psd format show i can open that .psd file in photoshop..
    thanks for the replies
    Thanks and Regards,
    Parth

  • How can I read out metadata for captions from a Canon photo

    I have to tried to find an answer via Adobe and Google. Still not able to figure out on how to read out XMP metadata for captions out of my photos. Checking the XMP data in InDesign shows info on Camera Make, Exposure etc. But if I use metadata fields from "Caption Setup" like "Camera" the caption shows <No data from link>. Fields where the XMP field name matches (e.g. "Lens") are ok. I need following fields for the caption: Camera Make, Exposure (aperture and speed) and ISO.

    Lets keep it simple then.
    If I take my utf file generated and open and view it in notepad I can see the accented characters. But if I open it in Wordpad , the accented characetrs are corrupted.
    If I then save the file specifiying type Ascii, then the characters are written out correctly.
    What I want to do is to be able to write out the file in ascii format without having to open it in utf-mode and then having to save it in ascii.
    Ie I want the file to be opened in ascii format
    All the characters to be written in Ascii format
    But the source is still a unicode database.
    I have gone through using convert and characters get lost. In fact, at this stage, I'm not sure its possible to do What I need to do.
    Remember I am using an 8 bit character set which is why I have values above 127.
    So basically if you take the word 'Annulé'
    if I view it in wordpad it displays as
    Annulé
    But if I view it in notepad it displays as
    'Annulé' which is because notepad detects that the file has a utf-8 character in it.
    When I save it as type ascii I can then open it correctly in wordpad.
    So I basically want to open this file in Wordpad and have it display Annulé rather than the garbled characters,
    without having to go through the process of opening and saving the file as type ansi.

  • When I receive an email that contains a logo in a png format the logo is repeated twice.  Why is this happening in my email when it is not happening in other recipient's mail.

    When I receive an email that contains a logo in a .png format the logo is repeated twice.
    Why is this happening in my MAC maverick system when it does not happening in other
    MAC recipients' email?
    Nan

    WMP is a windows proprietary format.
    It is not supported on iOS devices.
    QuickTime player is built into ios and used for all video playback-nothing is being converted.
    You can try downloading an alternate player that can playback wmp or use a computer.

  • Saving a droplet won't maintain .PNG format...why??

    I created an action that includes changing the format in the Save for the Web feature to .png. When I run the action independently it works fine and saves the file as a .png, when I run this same action as a Droplet it saves the files as .psd. This has worked in previous versions, but I can't figure out why it does not work now. Perhaps something has changed in the File Naming section?
    This fails to maintain the .png format in both the Mac and PC versions.

    What version of photoshop are you using?
    Can you post a screenshot of the action and settings your using in the create droplet dialog?

  • The crawled property of Image width and height - is there a differnce when the image is png format?

    Hi,
    We are indexing file share with images and get the properties of Image Width, Image Height, Image Size (we show it as refiners in SharePoint after make it managed properties). Somehow when the picture is png format - we see only Size but not height and width.
    Is that any setting that should be done in the file share (when i select an image in the windows explorer window i can see all its properties, and it seems that png files do expose the width and height properties
    keren tsur

    Hi  Keren,
    According to your description, my understanding is that when you tried to  crawl file share with images, the ows_ImageWidth and ows_ImageHeight crawled property for PNG  file could not be generated.
    For your issue, I can reproduce your issue in my SharePoint 2013 environment. For a workaround, you can upload the PNG images into SharePoint images Library and they would work fine.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to export full image in PNG format lying inside a smaller sized rectangle?

    Hi
    In my own created extension for adobe inDesign using CS Extension builder 1.5, I am trying to export a page item lying inside a rectangle frame longer than frame height. Full image is not exported but it gets cropped which is of the rectangle height. I need to get full image exported in PNG format. The item can be text/image/drawing/or group of multiple items lying inside a rectangle frame.
    Sometimes the correct image is exported although the rectangle frame size is smaller than the inside image/item. Following is the code I’m using to export the page item.
    var targetItem:PageItem = pageItem.allPageItems[0];
    targetItem.exportFile(ExportFormat.PNG_FORMAT, targetFile, false);
    Can anybody help me out?
    Thanks and best regards
    Sal

    the answer is at : http://forums.adobe.com/thread/1060138

  • EXIF data for PNG files

    I seem to have lost all EXIF data for pictures that I first converted to PNG format, and then edited in iPhoto.
    The EXIF data is still there in the copies of the files in the "Originals" folder in the iPhoto Library. If I open these files with Graphic Converter, I can see the EXIF data.
    But the EXIF data seems to be missing from the PNG files in the "Modified" folder.
    Is this some sort of quirk with PNG files in iPhoto?
    Dual 867 G4   Mac OS X (10.4.9)  

    smbrannan
    I just googled this and the issue appears to be that png does not support EXIF data, or if it does, only in a very limited way. I'm no expert in this field but have a read of this:
    http://heim.ifi.uio.no/~gisle/blog/?p=3
    or this
    http://www.flickr.com/forums/bugs/14168/
    as this person obviously knows something about it.
    Regards
    TD

  • Red Illuminate on viewing PNG format in 10.9.4 update

    Hi everyone, I need a lil help. My MBP was updated to Mavericks 10.9.4, and however I found a problem when taking screenshots or viewing PNG format images.
    The problem is, I got some "illuminated red" on the images. Can anybody verify whether this is bugs from 10.9.4 update? Sorry for my English.
    As you can see from the screenshot, I got that red box illuminate.

    It could be malware that's causing the archive /  Top Sites problem.
    Download and run the adware removal tool here >   The Safe Mac » Adware Removal Guide
    Easy, safe, and only takes a minute or two.
    If no malware is found ...
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If that didn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

Maybe you are looking for

  • Adding Photos To Photo Stream From iPhoto Doesn't Work.

    Hi, I'm a new Mac user, just becoming acquainted to Mavericks. I've imported all of my photos into iPhoto, have found some photos I wanted to share with some friends. So, I selected the Photos, then clicked the "Share" icon, then "iCloud". I created

  • Ipod mini dies every time we have a power outage-help!

    my ipod mini dies every time our power goes out.it has been working great with a new(ipodjuice/milliamp)battery, but we've had 2 power outages since, and it shows no signs of life for days and then suddenly next time i pick it up the logo is showing

  • How to make one  treeNode specified be invisible?

    I want to make some nodes be invisible and some nodes be visible of a JTree. I also can make the invisible nodes be visible again. How to do? Thank you for help!

  • Java mail overhead -- need help

    I am using javamail to send out email with attachments, but I found a heavy overhead using it. The file I am going to attached to mail is 13MB, but after I build MimeMessage object, it becomes 18MB. The following is piece of my code, any help is appr

  • Adobe photo shop elements 11 wont run

    i have tried installing photo shop elements 11 onto my imac and the disk just spins up a bit then ejects. all other disks and dvds work fine even the elements windows install disc stays in the drive and allows me to see the contents of the folders ju