Thread: Single image tiling with ImageMagick
tried make screensaver tiled single image
convinced there quicker more efficient route imagemagick; final size not match request.....
here image in question
tiling
convert file.png file.png file.png file.png file.png -append file44.png &&
convert file44.png file44.png file44.png file44.png file44.png +append -geometry 1920x1200 filefinal24.png
ok got trick force size
convert file.png file.png file.png file.png file.png -append file44.png &&
convert file44.png file44.png file44.png file44.png file44.png +append -geometry 1920x1200\!
filefinal24.png
still need on simplifying![]()
Forum The Ubuntu Forum Community Other Discussion and Support Art & Design Single image tiling with ImageMagick
Ubuntu
Comments
Post a Comment