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 ?
Level option on code C++
Re: Level option on code C++
Plz help me !!
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Level option on code C++
It should be available!
The function name is LevelColorsImageChannel() in the core library.
It is defined by the header file... "enhance.h"
Web search for it in documentation, or look at the source function description.
PS: I wrote it! It was late local time when you made your request (I am an Aussie, living across the Big Pond!)
The function name is LevelColorsImageChannel() in the core library.
It is defined by the header file... "enhance.h"
Web search for it in documentation, or look at the source function description.
PS: I wrote it! It was late local time when you made your request (I am an Aussie, living across the Big Pond!)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/