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 am trying to render PSD layers to seperate PNG files for a game.
Our artists sometimes give us PSDs with layers that are slightly outside of the bounding box, as to make the final composition work. However, I would assume I can still extract the full image information.
This issue is likely related to or a duplicate of #26
Let me know if the general fix for this is similar as you outlined in #26@chinedufn & i'll get to it!
When exporting the layers I get the following error:
thread 'main' panicked at 'attempt to multiply with overflow', /Users/bram/Development/psd/src/sections/layer_and_mask_information_section/layer.rs:438:9
or
thread 'main' panicked at 'index out of bounds: the len is 40212480 but the index is 40213160', /Users/bram/Development/psd/src/psd_channel.rs:171:21
The text was updated successfully, but these errors were encountered:
This issue is likely related to or a duplicate of #26
@bram-dingelstad not sure if you found a different solution, but if not I'd be happy to review a fix to #26 . From what I'm understanding it sounds related to your issue.
I am trying to render PSD layers to seperate PNG files for a game.
Our artists sometimes give us PSDs with layers that are slightly outside of the bounding box, as to make the final composition work. However, I would assume I can still extract the full image information.
This issue is likely related to or a duplicate of #26
Let me know if the general fix for this is similar as you outlined in #26 @chinedufn & i'll get to it!
When exporting the layers I get the following error:
or
The text was updated successfully, but these errors were encountered: