earthbound19 / _ebDev

Various tools, mostly custom-made for art development.
2 stars 2 forks source link

extractIMGlayersIM.sh extracts layers not matching original image size #122

Closed earthbound19 closed 3 years ago

earthbound19 commented 3 years ago

Extracted layers can have smaller--and maybe bigger?--image size than document dimensions. It may be extracting only areas of the layer that have pixels.

Examining a comment linking to Stack Overflow in the script source..

earthbound19 commented 3 years ago

Solved with this; I just put the layer number variable in the second layer string: https://stackoverflow.com/a/29400082/1397555

earthbound19 commented 3 years ago

(Forgot to commit and push until now. That's done.)