magick++ image.contrast() problem
Posted: 2008-11-28T17:54:09-07:00
hi every body. I have some problems with contrast method.
my code is something like this:
but no effect. And now i am not sure that it is a bug or i make something wrong.
Can somebody help me..or have somebody some solution??
my code is something like this:
Code: Select all
Image image;
image.read("./00001162.eml_ATT28373.gif");
image.contrast(255);
//image.contrast(UINT_MAX);
image.display();
but no effect. And now i am not sure that it is a bug or i make something wrong.
Can somebody help me..or have somebody some solution??