|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object captcha.graphics.BinaryImageCreator
public class BinaryImageCreator
This is a helper class for creating binary images.
Constructor Summary | |
---|---|
BinaryImageCreator()
|
Method Summary | |
---|---|
static byte[] |
imageToBinary(java.awt.Image a_image)
Transforms the specified image to our own binary image format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinaryImageCreator()
Method Detail |
---|
public static byte[] imageToBinary(java.awt.Image a_image)
a_image
- The source image. The image must be 100% in memory already.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |