 ***************************************
 * BOS TAURUS: Graphic Library for HMG *
 ***************************************
  
 * Bos Taurus, (c) 2012 by Dr. Claudio Soto, <srvet@adinet.com>
 
 

 ************************************
 * BOS TAURUS 1.0.2   2012/11/09
 ************************************ 

    - Updated BT_BitmapSaveFile() fuction, now save images in the formats: BMP, GIF, JPG, TIF and PNG.

    - Updated BosTaurus-FunctionsReferenceGuide.PDF with changes made.

    - Added Demo11



 ************************************
 * BOS TAURUS 1.0.1   2012/11/03  
 ************************************ 

    - Updated BT_BitmapLoadFile() fuction, now load images in the formats: BMP, GIF, JPG, TIF and PNG.

    - Added Functions:
        - BT_BitmapInvert
        - BT_BitmapContrast
        - BT_BitmapModifyColor
        - BT_BitmapGammaCorrect
        - BT_BitmapConvolutionFilter3x3

     - Updated BosTaurus-FunctionsReferenceGuide.PDF with changes made.

     - Added Prototype Example for HMG Extended in BosTaurus-FunctionsReferenceGuide.PDF

     - Added Demo10

     - Added the following directive in file: BosTaurus_C.prg (for compatibility with HMG Extended)
        - #define BT_BCC_LINK_LIB  "C:\Borland\BCC55\Lib\PSDK\msimg32.lib"  //  If necessary define adequate path in your application before include header files
  
     - Now Bos Taurus is distributed as HFCL and as raw source code.
        - BosTaurus_HFCL.rar
        - BosTaurus_SOURCE.rar
             - Folder HMG      // HMG Oficial
             - Folder MiniGUI  // HMG Extended

     

 ************************************
 * BOS TAURUS 1.0.0   2012/09/21
 ************************************

     - User Functions List:
        - BT_InfoName
        - BT_InfoVersion
        - BT_InfoAuthor
        - BT_GetDesktopHandle
        - BT_DesktopWidth
        - BT_DesktopHeight
        - BT_WindowWidth
        - BT_WindowHeight
        - BT_ClientAreaWidth
        - BT_ClientAreaHeight
        - BT_StatusBarWidth
        - BT_StatusBarHeight
        - BT_ClientAreaInvalidateAll
        - BT_ClientAreaInvalidateRect
        - BT_BitmapLoadFile
        - BT_BitmapSaveFile
        - BT_BitmapRelease
        - BT_BitmapWidth
        - BT_BitmapHeight
        - BT_BitmapBitsPerPixel
        - BT_BitmapCreateNew
        - BT_BitmapClone
        - BT_BitmapCopyAndResize
        - BT_BitmapPaste
        - BT_BitmapPasteTransparent
        - BT_BitmapPasteAlphaBlend
        - BT_BitmapGrayness
        - BT_BitmapBrightness
        - BT_BitmapTransform
        - BT_BitmapCaptureDesktop
        - BT_BitmapCaptureWindow
        - BT_BitmapCaptureClientArea
        - BT_BitmapClipboardGet
        - BT_BitmapClipboardPut
        - BT_BitmapClipboardClean
        - BT_BitmapClipboardIsEmpty
        - BT_CreateDC
        - BT_DeleteDC
        - BT_DrawGetPixel
        - BT_DrawSetPixel
        - BT_DrawBitmap
        - BT_DrawBitmapTransparent
        - BT_DrawBitmapAlphaBlend
        - BT_DrawDCtoDC
        - BT_DrawDCtoDCTransparent
        - BT_DrawDCtoDCAlphaBlend
        - BT_DrawGradientFillHorizontal
        - BT_DrawGradientFillVertical
        - BT_DrawText
        - BT_DrawPolyLine
        - BT_DrawLine
        - BT_DrawRectangle
        - BT_DrawEllipse
        - BT_DrawFillRectangle
        - BT_DrawFillEllipse
        - BT_DrawFillRoundRect

     - Files: 
        - BosTaurus.CH
        - BosTaurus.prg
        - BosTaurus_HB.prg
        - BosTaurus_C.prg
        - BosTaurus-FunctionsReferenceGuide.PDF
        - BosTaurus_ChangeLog.TXT
        - Demo1...9


----------------------------
  (c) Dr. Claudio Soto
   srvet@adinet.com.uy
 http://srvet.blogspot.com
       from Uruguay
----------------------------

