AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/blitz/BDGfxLib.lha

Mirror:Random
Showing:m68k-amigaosgeneric
No screenshot available
Short:V1.5 - Library for BlitzBasic
Author:xn.baddolls at a2points.com (NUEL Xavier)
Uploader:xn baddolls a2points com (NUEL Xavier)
Type:dev/blitz
Version:V1.5
Replaces:dev/basic/BDGfxLib.lha
Requires:Blitz Basic
Architecture:m68k-amigaos
Date:1998-03-24
Download:http://aminet.net/dev/blitz/BDGfxLib.lha - View contents
Readme:http://aminet.net/dev/blitz/BDGfxLib.readme
Downloads:2847

 ------------------
 ------------------


        What is it ?
        ------------

        BDGfxLib is a library for BlitzBasic.


        What's new ?
        ------------

        Fixed a litle bug in SaveILBM. DeluxePaint couldn't
        load the picture. But now, it can !!!


        The Commands are :
        ------------------

        Match.w = FindColor(Pal#,Red,Green,Blue[,Accuracy])
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        This command will find in the palette pal#, the
        closest colour to Red,Green,Blue...

        ------------------------------------------------------

        CGrey.w = ColorGrey(Pal#,Color#)
                  ~~~~~~~~~~~~~~~~~~~~~~
        This command will return the Grey value
        of the colour Color# in the palette Pal#

        ------------------------------------------------------

        CGrey.w = ColorToGrey(Pal#,Color#)
                  ~~~~~~~~~~~~~~~~~~~~~~~~
        This command will do the same as ColorGrey, but it will
        set the Red,Green & Blue to the return value

        ------------------------------------------------------

        Suc.l = SaveILBM(BitMap#,Filename$,BtmHeader,ViewMode.l,Palette#)
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        or

        SaveILBM BitMap#,Filename$,BtmHeader,ViewMode.l,Palette#
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        This command will save the bitmap BitMap# with the palette Palette#,
        as an IFF-ILBM file named Filename$
  
        I've made this command to patch the SaveBitMap and SaveScreen
        commands from Blitz, wich got a BUG !!! (Sometimes, there are
        a black border on the right of the saved picture !!! Why ?
        Just because these commands don't want to know the real Width
        of your picture, thinking the Width is always BytePerRow*8... )

        So, YOU NEED TO SET A BitMapHeader to store the correct value
        of your picture !!! BitMapHeader is defined like this :

        ***** datatypes/pictureclass.h ****

          NEWTYPE.BitMapHeader
           bmh_Width.w       ; BitMap Width
           bmh_Height.w      ; BitMap Height
           bmh_Left.w        ; MUST BE 0 !!!
           bmh_Top.w         ; MUST BE 0 !!!
           bmh_Depth.b       ; BitMap Depth
           bmh_Masking.b     ; 0=No Mask    OR   2=We got a ColorMask
           bmh_Compression.b ; 0=Not Compressed  1=Compressed
           bmh_Pad.b         ; MUST BE 0 !!!
           bmh_Transparent.w ; Used if bmh_Masking=2
           bmh_XAspect.b     ; Aspect in Width
           bmh_YAspect.b     ; Aspect in Height
           bmh_PageWidth.w   ; Screen Width  ( Can be same as BitMap )
           bmh_PageHeight.w  ; Screen Height ( Can be same as BitMap )
          End NEWTYPE


          Return Code from SaveILBM :

           -1 : Well done !!!
            2 : Can't alloc mem
            3 : Can't open the file
            4 : Can't write the file

 -----------------

                                                        Xavier NUEL
                                                  17.03.98, ANGERS (France)
                                                   BadDolls Production (c)
 


Contents of dev/blitz/BDGfxLib.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]                 4645   18909  24.6% -lh5- 5952 Mar 18  1998 BDGfxLib.bb
[generic]                  197    1242  15.9% -lh5- 8293 Mar 18  1998 BDGfxLib.bb.xtra
[generic]                 1181    3472  34.0% -lh5- 181f Mar 18  1998 BDGfxLib.readme
[generic]                 1114    1812  61.5% -lh5- 5365 Mar 18  1998 userlibs/BDGfxLib.obj
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total         4 files    7137   25435  28.1%            Mar 24  1998

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>