Class Images
java.lang.Object
org.pushingpixels.substance.internal.contrib.randelshofer.quaqua.util.Images
Image processing methods.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBased on a code example from: http://tams-www.informatik.uni-hamburg.de/applets/hades/webdemos/00-intro/02-imageprocessing/saturation.html -
Method Summary
Modifier and TypeMethodDescriptionstatic ImagecreateImage(URL resource) static booleanThis method returns true if the specified image has transparent pixels Code taken from the Java Developers Almanac 1.4 http://javaalmanac.com/egs/java.awt.image/HasAlpha.htmlstatic BufferedImage[]Splits an image into count subimages.static BufferedImagetoBufferedImage(Image image)
-
Method Details
-
createImage
-
toBufferedImage
-
hasAlpha
This method returns true if the specified image has transparent pixels Code taken from the Java Developers Almanac 1.4 http://javaalmanac.com/egs/java.awt.image/HasAlpha.html -
split
Splits an image into count subimages.
-