Package net.sourceforge.jiu.color.adjustment

Examples of net.sourceforge.jiu.color.adjustment.Contrast.process()


    try
    {
      Contrast con = new Contrast();
      con.setInputImage(img);
      con.setContrast(contrastChange);
      con.process();
      return con.getOutputImage();
/*      HueSaturationValue hsv = new HueSaturationValue();
      hsv.setInputImage(img);
      hsv.setSaturationValue(30, 0);
      hsv.process();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.