03-15-2017, 12:01 PM
Thanks for the link.
The script is making assumptions. At around line 524, it seems to assume that the bumpmap layer is the same size as the canvas, so when it changes the canvas size to be 4 pixels larger, it's actually making it smaller. Then smaller again when it removes the extra 4 pixels.
The upshot is that rich's suggestion to make the layer the same size as the image should work.
The script is making assumptions. At around line 524, it seems to assume that the bumpmap layer is the same size as the canvas, so when it changes the canvas size to be 4 pixels larger, it's actually making it smaller. Then smaller again when it removes the extra 4 pixels.
The upshot is that rich's suggestion to make the layer the same size as the image should work.