Scrolling a tiling image that repeats
Posted: 2018-09-09T02:18:59-07:00
"Version: ImageMagick 7.0.7-28 Q16 x64 2018-03-25"
Hi, I'm trying to figure out how to scroll a tiling image, so when I shift/translate it x/y, whatever exceeds the bounds of the image will repeat on the opposite side.
Something like this:-
https://www.parallelcube.com/wp_install ... roll-0.gif
I can't figure it out, so at the moment I am making a matrix of 3x3, using "page" and then cropping the center tile. This works but is likely a workaround and much slower.
Is there a quicker way to do this that doesn't rely on always creating a 3x3 matrix and just retains the original resolution of the image?
Hi, I'm trying to figure out how to scroll a tiling image, so when I shift/translate it x/y, whatever exceeds the bounds of the image will repeat on the opposite side.
Something like this:-
https://www.parallelcube.com/wp_install ... roll-0.gif
I can't figure it out, so at the moment I am making a matrix of 3x3, using "page" and then cropping the center tile. This works but is likely a workaround and much slower.
Is there a quicker way to do this that doesn't rely on always creating a 3x3 matrix and just retains the original resolution of the image?