An implementation of the {@link BilevelImage} interface that stores imagedata in a byte array in memory. An image of width times height pixels will require (width + 7) / 8 * height bytes of memory.
@author Marco Schmidt
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.