-
Notifications
You must be signed in to change notification settings - Fork 41
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
Error: Index out of bounds #26
Comments
Thanks for reporting this issue! So it looks like right now when generating the RGBA bytes vector we always use the psd's width and height Line 33 in 930d001
Here's a rough guide on how to fix this:
|
Hi!
Encountering a bug when attempting to load the pixels of each layer in a PSD.
Snippet
Error
Untested Presumption
Layer size can be larger than a PSD project size (dimensions) resulting in overflowed pixels in the PSD overflowing the rgba pixel vector.
The text was updated successfully, but these errors were encountered: