Bitmap editor
Posted: Sun Jul 24, 2005 11:45 pm
For JohnDavidson's developer project, I submit a relatively simple bitmap editor.
This is a pretty good program for editing icon-sized graphics.
Size capacity is whatever will fit on your screen.
19JAN06 replaced with a copy that actually works!
Done:
This is a pretty good program for editing icon-sized graphics.
Size capacity is whatever will fit on your screen.
19JAN06 replaced with a copy that actually works!
Done:
- Added a primitive "properties" feature
- Tracked down and eliminated problem with memory loading in color selector
- Added support for 1 bit (2 color) and 4 bit RLE .BMPs
- 8 bit functionality added but not tested (i don't have any 8-bit RLEs to test)
- Added an intensity slider to the color selector
- Fixed the "undo" feature
- Fixed a bug in the startup .BMP loading routines
- Add ability to save compressed bitmaps
- Scrollbars for larger images
- Area select/copy/paste for cropping and cloning
- Shape drawing tools
- Assorted filters