WhiteBalance & Split toning (like Photoshop) with ImageMagic

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
Nawaz
Posts: 1
Joined: 2011-10-29T02:08:23-07:00
Authentication code: 8675308

WhiteBalance & Split toning (like Photoshop) with ImageMagic

Post by Nawaz »

Hi!
I want to use Imagemagic to achieve several image manipulations like White Balance, Exposure, split Tone etc. I found the scripts at http://www.fmwconcepts.com/imagemagick/index.html which can do whiteBalance and Duotone with Imagemagick but nothing is there to achieve the equivalent in c or for IOS. Scripts simply use convert commands to do it. This link http://members.shaw.ca/el.supremo/MagickWand/ is quite helpful but I didn't find anything to achieve whitebalance or SplitToning in c or IOS with ImageMagick. Can anyone please be of any Help regarding this? Please Help.
Post Reply