PSD Batch Editor

DDD
发布: 2024-09-18 22:19:40
原创
419 人浏览过

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!

以上是PSD Batch Editor的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:dev.to
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!