> It should also be possible to open the bitmap in a binary editor and
> replace
> every 0 with, e.g. 0000000000000000 and every 1 with 1111111111111111. The
> simplicity of this conversion makes it an interesting DIY problem.
>
In java it is pretty easy - all you need is to implement the right filter
for InputStream.
--
Andrey Kuznetsov
http://uio.imagero.com Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
|
|