Class Images
java.lang.Object
org.pushingpixels.substance.internal.contrib.randelshofer.quaqua.util.Images
Image processing methods.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Based 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 Image
createImage
(URL resource) static boolean
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.htmlstatic BufferedImage[]
Splits an image into count subimages.static BufferedImage
toBufferedImage
(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.
-