**********************************************
*                                            * 
*              ICOMaker 1.12                 *
*                                            *  
**********************************************

Author : hUilaM
Program URL : http://members.xoom.com/huilam/
Bug Report to huilam@pl.jaring.my


What's ICON Maker ?
====================
   ICON Maker is a DOS Based Programming Tools
which will generate the icon source code in 
Turbo Pascal & Turbo C as well as saved it in
a file for future loading.


Why ICON Maker ?
================= 
   As we know there are so many graphic editor
will can produre good effects of BMP, PCX ...
But those format is too big compare with ICOMaker
file format. ICOMaker file format is designed to
be optimised for binding into any DOS program
without making the EXE file too large.


ICON Maker features 
====================
 - Allow 20x20 pixels drawing for this Version.
 - Graphic User Interface
 - Mouse control included.
 - Program file small in size. 
 - FREEWare


Effect Tools in ICON Maker
==========================
 - Vertical, Horizon flip.
 - 1 pixel, 2 pixel depth shadow.
 - Clockwise, couter clockwise rotate.
 - Increase, decrease image colour.
 - Button effect, float or sink.
 - Image color invert.
 - Change backgroud colour.
 - Convert to Pascal, C source code.


What's new in version 1.12 ?
===========================
 - Added a EXIT button.
 - This documentation. 
 - Prompt for Save if user quit without saving.
 

Turbo Pascal Routine
=====================
 - Load IconFile => LOADICO( ICON FILENAME , X , Y );
 - Double size => LOADICOx2( ICON FILENAME , X , Y );
 - Icon As Wallpaper => ICO2WALL( ICON FILENAME );
        * REMARK : MUST IN GRAPHICS MODE ! *


- END of ICON Maker Documentation -