Back to all Bounties
Earn 900 ($9.00)
due 2 years ago
Canceled
Simple python script to modify a Photoshop file
PaulDelmann
Details
Applications
1
Discussion
Bounty Description
Problem Description
I want to be able to modify Photoshop mock up files within my python app. The File has a smart object. The content of the smart object needs to be changed.
Example File:
https://www.freepik.com/free-psd/jerzees-pullover-hooded-sweatshirt-mockup_5533437.htm
Acceptance Criteria
Write the following in python:
- Open PSD file
- Replace the PNG file in the smart object layer.
- save as JPG file
I tried to do this with the psdtools library, but didn't get it to work.
Note: I don't want to run Photoshop on my machine and interact within via API. It should run inside a python app.