com.github.sarxos.webcam.util
Class ImageUtils

java.lang.Object
  extended by com.github.sarxos.webcam.util.ImageUtils

public class ImageUtils
extends Object


Constructor Summary
ImageUtils()
           
 
Method Summary
static BufferedImage premultiple(BufferedImage src)
           
static BufferedImage unpremultiple(BufferedImage pre)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUtils

public ImageUtils()
Method Detail

premultiple

public static BufferedImage premultiple(BufferedImage src)

unpremultiple

public static BufferedImage unpremultiple(BufferedImage pre)


Copyright © 2012 Bartosz Firyn (SarXos). All Rights Reserved.