Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
8

Add PNG to Image Processor

Explorer ,
Jan 07, 2020 Jan 07, 2020

Many of our images need to be exported to transparant PNG's for the websites of our customers. Please Adobe, is it possible to add PNG to the Image Processor in addition to the current JPG, PSD and TIFF options. It would make my day (maybe my year 🙂 ).  To be clear, I'm talking about the Image Processor accessible from Bridge > Tools > Photoshop > Image processor. 

28.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

Community Expert , Jan 07, 2020 Jan 07, 2020
Translate
Explorer , Sep 04, 2020 Sep 04, 2020

It's fixed in the new Adobe Bridge!

Thank you Adobe. The new Export To function in Bridge is exactly what I needed. 

 

Translate
Adobe
Community Expert ,
Mar 28, 2024 Mar 28, 2024

@timovanhilst 

 

To spare readers the script dump of 2K+ lines of code, I have attached the code as a .txt file. After downloading the file, change the filename extension from .txt to .jsx (as the forum software doesn't allow .jsx or .zip uploads).

 

I didn't add on option to use either PNG-24 or PNG-8, this script always uses PNG-8. The previously linked original modification by the late Mike Hale should be used for PNG-24.

 

This script uses Save PNG which the late Mike Hale added, which is why I had to convert to indexed colour mode before saving.

 

I'll take a look at using Export > Save for Web (Legacy) which offers either PNG-24 or PNG-8 options.

 

2024-03-29_11-36-36.png

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 28, 2024 Mar 28, 2024

@timovanhilst 

 

Attached is a version that uses Export > Save for Web (Legacy) rather than Save.

 

I haven't set any explicit indexed colour conversion options, so it uses whatever is set as the default.

 

After downloading the file, change the filename extension from .txt to .jsx (as the forum software doesn't allow .jsx or .zip uploads).

 

I didn't add an option to use either PNG-24 or PNG-8, this script always uses PNG-8. The previously linked original modification by the late Mike Hale should be used for PNG-24.

 

2024-03-29_11-29-21.png

EDIT: I have now removed the redundant Interlace checkbox and uploaded new code!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 29, 2024 Mar 29, 2024

Thank you so much! You are a legend!
is still possible with the settings to do it so that it overwrites the existing files in the directory structure?
Because now I get an additional folder PNG

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 29, 2024 Mar 29, 2024

I haven't changed the basic operation of the original script. If you select save in same location then an output folder is created.

 

If you use the select folder option and keep folder structure (as per my screenshot) then the file is saved next to the original with no additional folder created.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 29, 2024 Mar 29, 2024

@timovanhilst 

 

Yet another option if you download Image Processor Pro and change line 7011 from false to true in the Image Processor Pro.jsx script file:

 

ImageProcessor.PNG8 = true;

 

Then when you save PNG with the Save for Web checkbox active, the resulting PNG file will be indexed color mode.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 16, 2024 Oct 16, 2024
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 30, 2025 Aug 30, 2025
LATEST

Hello I maybe late for the party, almost 5 years late but I stumble upon this and I also need a tool or shortcut to make my life easier.

 

Here goes....

 

I first generated a bunch of file and turned them into PSD which is a design for a foldable fan with a unique number per fan, around 100pcs. 

 

I saved them in a folder, so I got 100 files of PSD, I needed to turn them into PNG (already prepared the files with transparent BG), what I did is I made an Action in which then I recorded with, Save as PNG, Close, then end the record. I proceeded to use the Automate-Batch then using the Action  Set to Play, either put the Source from the Folder or all the files opened in PSD works. Hope it helps to the people who'll stumble upon this. Good luck.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines