Skip to main content
Participant
July 27, 2018
Answered

Bridge 8.X update defaults to 72dpi

  • July 27, 2018
  • 4 replies
  • 2698 views

Since updating to the latest version of Bridge I notice that any .png or .jpg I Save As in PS will display in Bridge as 72dpi. Previous versions always displayed in 300dpi or whatever resolution I saved as. When I open these files in PS the image size is correct at 300dpi, but Bridge still says the resolution is 72dpi. This is very annoying as I don't know what resolution my files actually are now. Help!

    This topic has been closed for replies.
    Correct answer Stephen Marsh

    Quick Answer:

    There is of course interplay between the program saving the PNG file and the program viewing the PNG file. Then one must take into account the PNG specification and whether a program is adhering to the spec. PNG files are intended for monitor use, so resolution metadata may be considered irrelevant by various software or users.

    Photoshop Save As will retain resolution metadata, however depending on the version of Photoshop this may or may not be what you think it is.

    Photoshop Export/Quick Export strips the resolution metadata, as does Export/Save for Web (Legacy).

    _____________

    Longer Answer:

    The PNG specification does support resolution metadata (PNG-pHYs PixelsPerUnitX & PNG-pHYs PixelsPerUnitY) – however the official specification for the resolution unit is in metres (not inches or centimetres)!

    So a PNG that is 2880x1800px and setup in Photoshop as being 288ppi:

    [PNG]       ImageWidth:      2880

    [PNG]       ImageHeight:     1800

    [PNG-pHYs]  PixelsPerUnitX:  11339

    [PNG-pHYs]  PixelsPerUnitY:  11339

    [PNG-pHYs]  PixelUnits:      meters

    113.39cm x 2.54cm = 288.0106 ppi (rounded to 288 ppi). This is what Photoshop is doing when it opens a PNG image that contains resolution metadata. Otherwise the displayed resolution is set as 72 ppi as a default if there is no resolution metadata in the file.

    _____________

    Bridge CC2018 may indicate that a PNG file has a 72 ppi resolution, however this is just a “helpful” arbitrary default resolution value rather than showing as blank. I personally would find it more helpful to simply show this value as blank or not show the data at all as was the case in CS6.

    _____________

    At one point in time, at least for CC2015, Photoshop was adding in extra metadata that was not to the PNG specification. The extended metadata was:

    [XMP-tiff] XResolution: 288

    [XMP-tiff] YResolution: 288

    [XMP-tiff] ResolutionUnit: inches

    And this metadata addition did allow Adobe Bridge to display a resolution entry… However Adobe stopped doing this and now things are back to “normal”.

    So if one wishes to add this data back in (which is not to specification and may or may not cause problems in various software) so that Adobe Bridge can show a PPI value, the ExifTool command would be:

    exiftool -XMP-tiff:XResolution=288 -XMP-tiff:YResolution=288 -XMP-tiff:ResolutionUnit=inches -r -ext png 'path to top level folder or file'

    EDIT: There may be a Bridge script option available, however I could not get it to work:

    Re: change resolution

    4 replies

    Legend
    July 26, 2021

    If you Save for Web, check your metadata settings. If the TIFF namespace is removed, ppi information won't be retained.

    Known Participant
    August 7, 2018

    I'm like you.

    Although the .png format is for viewing on the screen, there are situations in which you need an image with transparency, resolution suitable for printing and isn't possible to use .psd files.

    PNG is the solution and if  don't show the resolution it has even if it doesn't meet a standard, it's annoying

    JJMack
    Community Expert
    Community Expert
    August 7, 2018

    Are you using  Save As, Export or Saved for Web.   If you want the print DPI resolution set use "Save As" . Do not use save for web or any other export options perhaps also not Adobe Generator Plug-in.    Use Photoshop "Save As" Or "Save" If it is a single layer and the image window or tab shows DocName.png

    JJMack
    Known Participant
    August 7, 2018

    I always use the commended save as and it does not work. It only indicates 72ppp. Knowing that it is a Bridge issue and that it does not seem that we do anything wrong at the time of saving, I will not give much more importance.

    The same in the future they solve it.

    JJMack
    Community Expert
    Community Expert
    August 1, 2018

    How do you save the files in Photoshop? Save as,  Save for Web or  Export.  Save for Web and Export may save no DPI print resolution setting in the image files for thy are intended for the Web. Where all the matters are the pixels you save for web devices do not use any DPI setting they use the own resolution the only resolution they can.

    If you open a image file in Photoshop that has no DPI print resolution setting Photoshop will default the resolution to 72DPI.  You can change a Document resolution to any value you want using Image size uncheck Resample and set the Resolution that you want the image to have. Not a single pixel will be changed only the Print DPI resolution setting will be changed.

    What matters are the number of Pixels you have and their quality. 

    JJMack
    Stephen Marsh
    Community Expert
    Stephen MarshCommunity ExpertCorrect answer
    Community Expert
    July 28, 2018

    Quick Answer:

    There is of course interplay between the program saving the PNG file and the program viewing the PNG file. Then one must take into account the PNG specification and whether a program is adhering to the spec. PNG files are intended for monitor use, so resolution metadata may be considered irrelevant by various software or users.

    Photoshop Save As will retain resolution metadata, however depending on the version of Photoshop this may or may not be what you think it is.

    Photoshop Export/Quick Export strips the resolution metadata, as does Export/Save for Web (Legacy).

    _____________

    Longer Answer:

    The PNG specification does support resolution metadata (PNG-pHYs PixelsPerUnitX & PNG-pHYs PixelsPerUnitY) – however the official specification for the resolution unit is in metres (not inches or centimetres)!

    So a PNG that is 2880x1800px and setup in Photoshop as being 288ppi:

    [PNG]       ImageWidth:      2880

    [PNG]       ImageHeight:     1800

    [PNG-pHYs]  PixelsPerUnitX:  11339

    [PNG-pHYs]  PixelsPerUnitY:  11339

    [PNG-pHYs]  PixelUnits:      meters

    113.39cm x 2.54cm = 288.0106 ppi (rounded to 288 ppi). This is what Photoshop is doing when it opens a PNG image that contains resolution metadata. Otherwise the displayed resolution is set as 72 ppi as a default if there is no resolution metadata in the file.

    _____________

    Bridge CC2018 may indicate that a PNG file has a 72 ppi resolution, however this is just a “helpful” arbitrary default resolution value rather than showing as blank. I personally would find it more helpful to simply show this value as blank or not show the data at all as was the case in CS6.

    _____________

    At one point in time, at least for CC2015, Photoshop was adding in extra metadata that was not to the PNG specification. The extended metadata was:

    [XMP-tiff] XResolution: 288

    [XMP-tiff] YResolution: 288

    [XMP-tiff] ResolutionUnit: inches

    And this metadata addition did allow Adobe Bridge to display a resolution entry… However Adobe stopped doing this and now things are back to “normal”.

    So if one wishes to add this data back in (which is not to specification and may or may not cause problems in various software) so that Adobe Bridge can show a PPI value, the ExifTool command would be:

    exiftool -XMP-tiff:XResolution=288 -XMP-tiff:YResolution=288 -XMP-tiff:ResolutionUnit=inches -r -ext png 'path to top level folder or file'

    EDIT: There may be a Bridge script option available, however I could not get it to work:

    Re: change resolution

    forebrain
    Inspiring
    July 25, 2021

    I just discovered today that Bridge displays my PS files (saved in 300 dpi) as 72 dpi. I was a little perplexed and decided to google for solutions. I'm glad I found your answer here and decided to ignore this issue. Thanks for sharing.