Skip to main content
bastieneichenberger
Inspiring
June 9, 2013
Question

transparency photos - bridge

  • June 9, 2013
  • 3 replies
  • 6008 views

Hi,

Is it possible to sort all pictures with transparency in Bridge CS6? I need to do this in my workflow.

If any fonction exist can i developpe a script with Javascript?

I'm not so bad in javascript but i have no ideas how to start?

Thanks!

This topic has been closed for replies.

3 replies

Stephen Marsh
Community Expert
Community Expert
July 18, 2018

Although an old post, this recently came up for TIFF images so it may be helpful to cross reference:

Way to check if 1000s of.tifs are saved with transparency.

Deepak_Gupta1
Community Manager
Community Manager
July 17, 2018

Hi All,

We have released a new update of Adobe Bridge (CC 2018) on 16 July 2018. The new version build number is 8.1.0.383. This version is available to install via Adobe Creative Cloud application.

This Bridge update contains support for SVG and PNG files, with transparency grid. Please also check the "Libraries" workspace after installing new version of Bridge CC.

You may need to update the Creative Cloud application and restart your computer to see the updated installer.

Thanks,

Deepak Gupta

Inspiring
June 9, 2013

You can't make custom sorts in Bridge with script… You can test files and change some properties to let you sort in other ways…

You could say label or rate them then sort based on that… or you could put the info in the metadata and use either sort or find

bastieneichenberger
Inspiring
June 9, 2013

Thanks you for your answer. I summarize:

if (isPhotoTransparent()){

     // then set label transparent

     // after sort by label_transparent

}

function isPhotoTransparent(){

     // open photo in Photoshop

     foreach xy pixel

     // test if color isTransparent

}

If any one could help me it would be really great! This question is often ask on the forum and if i find a solution i will post it here…

In advance thanks you for help!

Inspiring
June 9, 2013

On my mac I have a script that generates a little preview of the file transparency when I select it… Helps me do this sort of thing…

What OS are you on…? I know how to get transparency on the mac without using photoshop not sure for windows thou…

If you have ExifTool installed then it should be possible on PC too… Paul would know how that is done…