MagickGetSizeOffset, MagickSetSizeOffset

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
RetroJ
Posts: 108
Joined: 2006-10-25T08:12:50-07:00

MagickGetSizeOffset, MagickSetSizeOffset

Post by RetroJ »

Hello,

I noticed that MagickGetSizeOffset returns just one out-value (offset), but MagickSetSizeOffset sets three values (columns, rows, offset). What is an offset, and what is the reason that these methods are not a mirrored pair like most of the other Get/Set methods? (I am working on some bindings, and need to decide how to bind these..)
Post Reply