How can I stop the “montage -tile 3x3” command from cropping the output?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How can I stop the “montage -tile 3x3” command from cropping the output?

Post by snibgo »

Or the one-liner:

Code: Select all

declare `convert -ping $tiles_dir/$clean_name'_0.png' -format "WW=%w\nHH=%h\n" info:`
snibgo's IM pages: im.snibgo.com
Post Reply