Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Bmp2penmap | Description: | BMP to penmap converter | Download: | bmp2penmap.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 75kb | Version: | 1.0 | Date: | 16 Apr 2007 | Author: | Piotr Zadora | Submitter: | Piotr Zadora | Email: | pzap/interia pl | Category: | development/utility | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 2710 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 252 (Current version) | | 252 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This small shell utility converts 8-bit BMPs to 'C' code accepted by Reaction's
penmap.image.
Keep in mind that only 8-bit images are handled now. It should be enough for
placing small
logos in your Reaction Windows. The utility was tested with BMPs written by:
Amiga/PersonalPaint, Win/Paint, Win/IrfanView.
There is slightly modified source code of "PenMapExample.c" demo included in the
archive.
The original code of this demo is taken from SDK/Examples/Reaction/OS4Examples.
The source code shows how to use the code generated by this utility.
Let's assume that we want to convert image "boing.bmp" (it is also in the
archive).
In the shell we have to go to the "demo" folder and type:
/bmp2penamp boing.bmp img.c
It creates file "img.c". Now we have to compile "PenMapExample.c".
It may be done, with:
gcc -o PenMapExample PenMapExample.c -lauto -lraauto
Run the executable, resize window and enjoy your eyes, hopefully.
--
AmiZaP
|