Replies: 4 comments 8 replies
-
I'll investigate the feasibility of supporting gimp's xcf and photoshop's psd files. I researched supporting clip studio's format but it's so absurdly proprietary that I can't support that one. |
Beta Was this translation helpful? Give feedback.
-
is this script applicable? from PIL import Image def images_to_psd(image_files, output_psd_file):
Example usageimage_files = ['image1.png', 'image2.png', 'image3.png'] # Replace with your image file paths |
Beta Was this translation helpful? Give feedback.
-
@Munkus23 version 2.9 is out now with psd support! They even work perfectly fine when opened with gimp. Alexis, who implemented the psd support, hopes to investigate clip studio paint support some time in the future, and if gimp export has a working package, I can add that too sometime. |
Beta Was this translation helpful? Give feedback.
-
ooohhhh thanks alot good work i hope you have an amazing day thanks once again now i will pump out chaps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
it would be nice to export the cleaned to psd or other image editing software with the mask etc already layered so that the editing fixing and typesetting is all in one
Beta Was this translation helpful? Give feedback.
All reactions