<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Romain Dereu</title>
    <description>The latest articles on DEV Community by Romain Dereu (@rdereu).</description>
    <link>https://dev.to/rdereu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2091296%2F7f0803cc-60ee-488f-a560-c71b365eac49.jpeg</url>
      <title>DEV Community: Romain Dereu</title>
      <link>https://dev.to/rdereu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rdereu"/>
    <language>en</language>
    <item>
      <title>PSD Batch Editor</title>
      <dc:creator>Romain Dereu</dc:creator>
      <pubDate>Wed, 18 Sep 2024 09:34:27 +0000</pubDate>
      <link>https://dev.to/rdereu/psd-batch-editor-246e</link>
      <guid>https://dev.to/rdereu/psd-batch-editor-246e</guid>
      <description>&lt;p&gt;Hey all! I am sharing this new software that I have developed over the past couple of months. &lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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)&lt;/p&gt;

&lt;h2&gt;
  
  
  About this project
&lt;/h2&gt;

&lt;p&gt;This program allows you to check PSD files and their information.&lt;br&gt;
The following info can be checked:&lt;/p&gt;

&lt;p&gt;・Size of the files in pixels&lt;br&gt;
・Name of the files&lt;br&gt;
・Layer names for each file&lt;br&gt;
・Are there any hidden layers in the file&lt;/p&gt;

&lt;h2&gt;
  
  
  Under the hood
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h2&gt;
  
  
  Exe version
&lt;/h2&gt;

&lt;p&gt;The exe version for Windows can be downloaded &lt;a href="https://www.romain-dereu.com/PSD_Batch_Editor" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;br&gt;
I will add a Linux version soon and eventually a Mac version once I get around using Virtual Mac machines.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;

</description>
      <category>python</category>
      <category>photoshop</category>
      <category>opensource</category>
      <category>qt</category>
    </item>
  </channel>
</rss>
