You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I success to create psd!
but I can open from photoshop.
I can open by gimp but the error message is display.
This is the error message
Calling error for procedure 'gimp-item-set-name':
Procedure 'gimp-item-set-name' has been called with value '(null)' for argument 'name' (#2, type gchararray). This value is out of range.
I`m thinking if I solve this error, I can open in photoshop too.
Do you have some idea to solve this ploblem?
What I Did
I run my program by python3 base64Png_2_psd.py
P.S.
This is really great code!!
I am very helpful !!
Is there a way to donate to you ?
The text was updated successfully, but these errors were encountered:
hatano0x06
changed the title
when open psd data in gimp the error display " Calling error for procedure 'gimp-item-set-name' "
error display " Calling error for procedure 'gimp-item-set-name' " when open psd data in GIMP
Sep 27, 2018
If it opens in Photoshop, but not in the GIMP, that seems like a GIMP bug to me. GIMP's Photoshop reading support is not complete -- it doesn't support all features. Maybe try reporting that in GIMP's issue tracker?
1.2.0
Python 3.6.5
macOS Sierra 10.12.6
Description
I want to create psd from base64 png data.
This is repository that I used pytoshop to create psd data from base64 png data.
https://github.com/hatano0x06/pytoshop-test/tree/master
I success to create psd!
but I can open from photoshop.
I can open by gimp but the error message is display.
This is the error message
I`m thinking if I solve this error, I can open in photoshop too.
Do you have some idea to solve this ploblem?
What I Did
I run my program by
python3 base64Png_2_psd.py
P.S.
This is really great code!!
I am very helpful !!
Is there a way to donate to you ?
The text was updated successfully, but these errors were encountered: