Skip to content
    Back to all Bounties

    Earn 900 ($9.00)

    Time Remainingdue 2 years ago
    Canceled

    Simple python script to modify a Photoshop file

    PaulDelmann
    PaulDelmann
    Posted 3 years ago

    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:

    1. Open PSD file
    2. Replace the PNG file in the smart object layer.
    3. 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.