CLASS: 
com.iproject.wbmpextra.WBMPViewer

DESCRIPTION:
This class allows you to view WBMP images and see how JPEG and GIF images 
are converted into WBMP. 

USAGE:
Windows:
java -cp %CLASSPATH%;wbmpcreator.jar com.iproject.wbmpextra.WBMPViewer <your_file>

*nix:
java -cp $CLASSPATH:wbmpcreator.jar com.iproject.wbmpextra.WBMPViewer <your_file>

here <your_file> can have the: gif, jpg, wbmp extensions.
