How to make UNEVEN partition size for image

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?".
Post Reply
reimondo
Posts: 1
Joined: 2018-07-08T01:17:41-07:00
Authentication code: 1152

How to make UNEVEN partition size for image

Post by reimondo »

Dear Forumer ,

I am new and started to learn about this new tools , Please advise How to make UNEQUAL portion of image. For equal proportion I use the following montage command .

montage 1.png 2.png 3.png logo: -geometry 480x640+2+2 montage_geom_size.jpg

How about unequal ? example how can I partition a canvas into quadrants that i can add subimages
Top
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How to make UNEVEN partition size for image

Post by snibgo »

I think "montage" always makes the areas the same size. For a more flexible arrangement I suggest you use "convert" with "+append" and "-append".
snibgo's IM pages: im.snibgo.com
Post Reply