Page 1 of 1

MagickGetSizeOffset, MagickSetSizeOffset

Posted: 2012-04-30T12:53:00-07:00
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..)