Set tile count
#955
-
How can I force all montage images that are created to max out at 5 tiles horizontally? |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Jun 15, 2021
Replies: 1 comment 1 reply
-
Setting the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AaronAnz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting the
TileGeometry
of theMontageSettings
tonew MagickGeometry(5,0)
should do that.