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?".
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.
Looks like it rounds. I create a 2x1 black image, the a 1x1 white image and use -geometry +0.7+0. If it truncated the white would be on the left, but the white is on the right. That tells me it rounds.