Does "-geometry" round non-integer args?
Posted: 2018-07-20T09:40:37-07:00
I've been using the following command line with the -geometry option. It works as expected, and no errors or warnings are thrown.
QUESTION:
What does IM do with the decimal portion of the argument that I'm passing with -geometry (e.g., round-up, round-down, truncate)? It's too difficult to tell by visually inspecting the resultant png.
Code: Select all
"C:\Program Files\ImageMagick\composite" -gravity NorthEast -geometry +95+95.6 image_1b.png image_0b.png image_6-01.png
What does IM do with the decimal portion of the argument that I'm passing with -geometry (e.g., round-up, round-down, truncate)? It's too difficult to tell by visually inspecting the resultant png.