
                mbIndiceMaker 1.05 (Official) -- 21/11/2001

              Copyright (C) 2001 by MickBad (mickbad@babel.fr)
                            All rights reserved.


Description
-----------
  Gif construction.

Notes
-----
  no doc available yet!
  be patient :)
  
  Usage: mbIndiceMaker.exe [OPTION] ... [OPTION]
       -h / -?    : help
       -v         : verbose mode
       -m         : memory watcher (to memory.txt)
       -unique    : one generation of images (exit after)
       -DataMaker : generate data (sinus in period -7 days to +3 days)

Reporting Bugs
--------------

  If you experience an uncaught exception, General Protection Fault 
  (GPF), or something you believe is a bug, please send e-mail to 
  mickbad@babel.fr.

  Please do not assume someone else will report it. We will try to 
  resolve reported bugs as quickly as possible. However, we can't 
  resolve bugs that are not reported.

  Please describe the problem in as much detail as possible. In your
  e-mail message, please include the following information:

     The version of mbIndiceMaker (version number and last version date)
     The operating system and version


Registration
------------

  Please go to http://mickbad.morsure.net/ or contact mickbad@babel.fr.


Changes in mbIndiceMaker 1.05 (Official)
----------------------------------------

Changes: ** 21/11/2001 **
  - Registration module: sorry :)

Changes: ** 09/11/2001 **
  - Update of the data by a another program.
    adding keys INDICEGIF_EXEUPDATE_* in mbIndiceMaker.ini
		INDICEGIF_EXEUPDATE_VALID       : YES|NO
		INDICEGIF_EXEUPDATE_FILENAME    : full path of program
		INDICEGIF_EXEUPDATE_PARAMETERS  : parameters of the program  
		INDICEGIF_EXEUPDATE_LOGPRINTOUT : display result to log file
  - Move GIF configuration from mbIndiceMaker.ini to image configuration
    adding keys in image configuration
		GRAPH_PRINT_GIF_VALID       : YES|NO
		GRAPH_PRINT_GIF_LZWCOMPRESS : YES|NO
		GRAPH_PRINT_GIF_NAME        : full path name of gif image
  - New format image: PNG (Portable Network Graphics)
    adding keys in image configuration
		GRAPH_PRINT_PNG_VALID    : YES|NO
		GRAPH_PRINT_PNG_ALPHA    : YES|NO (Encode the alpha channel)
		GRAPH_PRINT_PNG_FILTER   : 0 = none (defaut), 1 = sub, 2 = up
		                           Image data may be pre-filtered using the "sub" (previous byte) 
		                           and "up" (previous row) filters
		GRAPH_PRINT_PNG_COMPRESS : compression coefficient (0 = lowest ... 9 = best)
		GRAPH_PRINT_PNG_NAME     : full path name of png image

Bug fixes:
  - Operating System detecting for registration (\r\n for windows and \n for Linux/Unix) and file separator.
  - Background color did not fill correctly the image (White line to the right and at the bottom of the image)


Changes in mbIndiceMaker 1.04 (Official)
----------------------------------------

Changes: ** 21/05/2001 **
  - Management of histograms behind curves.
    adding keys in image configuration
		GRAPH_HISTOGRAM_DISPLAY        : YES|NO
		GRAPH_HISTOGRAM_SHIFTED_SHADOW : Carried shadow gap
		GRAPH_HISTOGRAM_DISTANCE_AXE   : Distance between axe and histogram
		GRAPH_HISTOGRAM_DISTANCE_BAR   : Distance between each histogram
		GRAPH_HISTOGRAM_NUMBER_BAR     : Number of histogram per period
		GRAPH_HISTOGRAM_COLOR          : Color of histogram
		GRAPH_HISTOGRAM_COLOR_SHADOW   : Color of carried shadow
  - Trend curve : Moving average
    adding keys in image configuration
		GRAPH_CURVE_TREND_MOVINGAVERAGE           : YES|NO
		GRAPH_CURVE_TREND_MOVINGAVERAGE_COEF      : coefficent for moving average curve
		GRAPH_CURVE_TREND_MOVINGAVERAGE_THICKNESS : Thickness of curve
		GRAPH_CURVE_TREND_MOVINGAVERAGE_COLOR     : Color of curve
  - Read data : Implementation of wedge date
    adding keys in image configuration
		GRAPH_DURATION_PERIOD_WEDGE_DATE : wedge date for data (format yyyymmdd)
		GRAPH_DURATION_PERIOD_WEDGE_TIME : wedge time for data (format hhmmss)

Bug fixes:
  - Problem with the location of the values on the Y axis 


Changes in mbIndiceMaker 1.03
-----------------------------

Changes:
  - Spread data : data correspond with division area (day, month, ...)
  - Image legend location (title, copyright, ...)
  - Graph legend location (X legend over axis, Y legend on 
    the right or on the left of graph, ...)

Bug fixes:
  - Rewriting of the code for the location of the axes of 
    changes of dates 
  - Little bugs with display :)


Changes in mbIndiceMaker 1.02
-----------------------------

Changes:
  - Hide week-end data
  - Zoom data on the Y Axis

Bug fixes:
  - Little bugs with display and program :)


Changes in mbIndiceMaker 1.0
----------------------------

Changes:
  - First release !



