Skip to main content
Participant
April 27, 2021
Question

how to convert psd to png using api

  • April 27, 2021
  • 3 replies
  • 449 views

Please tell me any one api using to convert psd to png ?

This topic has been closed for replies.

3 replies

JJMack
Community Expert
Community Expert
April 27, 2021

You could automate that process with a batch action or script but that not an API Application interface its automating Photoshop's processing using feature provide by Photoshop. Scripting and Actions. Adobe is developing an API for web applications so they can use Photoshop via the API.  create api integration 

JJMack
D Fosse
Community Expert
Community Expert
April 27, 2021

You can't "convert" as such. The file has to be opened and resaved/encoded into the new format.

 

Batch actions and the Image Processor Pro can do that.

 

Take extra care if you need the icc profile embedded. A regular "Save As" will strip it, so you need to use an action with Save For Web, which embeds the profile correctly.

c.pfaffenbichler
Community Expert
Community Expert
April 27, 2021

Could you elaborate on what you want to achieve exactly?