2015-03-28 3 views

ответ

1
ImageInfo i = new ImageInfo("digits.jpg"); 
MagickImage m = new MagickImage(i); 
//Modulates the hue, saturation, and brightness of an image. 
m.modulateImage("70,100,100"); 
Смежные вопросы