Deskewing an image from C API MagickWand

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
harryspier
Posts: 6
Joined: 2012-06-17T17:10:46-07:00
Authentication code: 13

Deskewing an image from C API MagickWand

Post by harryspier »

I need to use the deskew function from the MagickWand C api.
i.e.
MagickBooleanType MagickDeskewImage(MagickWand *wand,
const double threshold)

What is the parameter "threshold". What should it be set to and how does the setting of this parameter affect the deskew function?

Thanks,
Harry Spier
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Deskewing an image from C API MagickWand

Post by fmw42 »

Post Reply