Package com.jhlabs.image

Examples of com.jhlabs.image.GammaFilter.filter()


    logWriter.Debug("Gamma Image");

    BufferedImage desc = null;
    GammaFilter filter = new GammaFilter();
    filter.setGamma(gamma);
    desc = filter.filter(src, null);
    filter = null;
    return desc;
  }

  // 增加鲜艳度,饱和度,hue=0,不变
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.