-
-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field 'layers' has not been initialized. #692
Comments
I have all of the internal PSD loading stuff commented out because it was always experimental and there were some problematic PSD files. Is there a reason you're wanting to access the PSD internal info and not just the final composited image? |
I re-added the internal PSD structure decoding code. The decoder does not use that info for the resulting image, PSD stores a final composited version of the image within the file that is used by the decoder. The layer and other PSD stuff is really just there for general "this is interesting" info. |
I'm developing a tool to separate all PSD layers into PNGs. It's quite troublesome to make it by hand. I'm not sure if it can be a reason... |
You can try it out with the git version, see if it does what you need now. But beyond what's there I probably won't be adding too much more to it. |
I have tried many psd files but always this error:
The text was updated successfully, but these errors were encountered: