Level option on code C++
Posted: 2012-07-04T01:45:36-07:00
I have a command to transfer color of my image :
convert img_base.jpg +level-colors 'rgb(102,75,25)', test.png
I want to use it on code c++ using Magick++ library.I found a method name "level" and "levelchanel" for image but it's not a exactly.
Can you help me ?
convert img_base.jpg +level-colors 'rgb(102,75,25)', test.png
I want to use it on code c++ using Magick++ library.I found a method name "level" and "levelchanel" for image but it's not a exactly.
Can you help me ?