EOSERV Forum > EOSERV > PE Read/Write Source Code
Author | Message | |||
---|---|---|---|---|
PE Read/Write Source Code
| Hi! I wanted to continue this project into something that could resemble some nice editor tool for EO GFX's, but I decided not to as I have other ambitions. So I decided to release it here, since others may find a use for it. The PE Read source is used to read a bitmap from PE files, source code is taken from Allegro, but I made a simple change because RGBA channels were reversed, thus displayed the bitmap in different colors. The PE Write code is used to write bitmaps into PE files. Use as you please. https://github.com/MatiasMunk/AL5-Cross-Platform-PE-File-IO Edit: Sorry if this is the wrong board.
|
Re: PE Read/Write Source Code
| Should be a good resource for people wanting to do gfx loading/manipulation, for a game client or otherwise. Nice contribution. --- Want to learn to pixel? Pixelsource.org
| |
EOSERV Forum > EOSERV > PE Read/Write Source Code