Home  >  Article  >  Backend Development  >  PSD Batch Editor

PSD Batch Editor

DDD
DDDOriginal
2024-09-18 22:19:40306browse

PSD Batch Editor

Hey all! I am sharing this new software that I have developed over the past couple of months.

I'm hoping it might help some people, and that some might be interested in helping me improve it. There are a lot of functionalities I would like to add so feel free to tell me what you would like to see in the software.

On the technical side, I started this project to try and implement some Design Patterns into my code and to get better at architecture building. This is also the first time I'm using QT (I used tkinter in my past GUI projects)

About this project

This program allows you to check PSD files and their information.
The following info can be checked:

・Size of the files in pixels
・Name of the files
・Layer names for each file
・Are there any hidden layers in the file

Under the hood

The application is written in Python and uses pyQT as a graphical interface. The main library I use is psd_tools for analyzing the data, and pandas to make it into a simple-to-handle array.

Exe version

The exe version for Windows can be downloaded here.
I will add a Linux version soon and eventually a Mac version once I get around using Virtual Mac machines.

Cheers!

The above is the detailed content of PSD Batch Editor. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn