Copy link to clipboard
Copied
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.
Try Image Processor Pro instead:
https://sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/v3_2%20betas/
It's fixed in the new Adobe Bridge!
Thank you Adobe. The new Export To function in Bridge is exactly what I needed.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
EDIT: I have now removed the redundant Interlace checkbox and uploaded new code!
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
The late Mike Hale extended Image Processor to include PNG:
https://www.ps-scripts.com/viewtopic.php?f=51&t=10225&p=54270
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now