magickSetImageOrientation method
MagickSetImageOrientation() sets the image orientation.
orientation
: the image orientation type.
Implementation
bool magickSetImageOrientation(OrientationType orientation) =>
_magickWandBindings.MagickSetImageOrientation(
_wandPtr,
orientation.index,
).toBool();