Page 1 of 1

Bitmap editor

Posted: Sun Jul 24, 2005 11:45 pm
by wayne
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:
  1. Added a primitive "properties" feature
  2. Tracked down and eliminated problem with memory loading in color selector
  3. Added support for 1 bit (2 color) and 4 bit RLE .BMPs
  4. 8 bit functionality added but not tested (i don't have any 8-bit RLEs to test)
As of June 11, 2007:
  1. Added an intensity slider to the color selector
  2. Fixed the "undo" feature
  3. Fixed a bug in the startup .BMP loading routines
Still to do:
  1. Add ability to save compressed bitmaps
  2. Scrollbars for larger images
  3. Area select/copy/paste for cropping and cloning
  4. Shape drawing tools
  5. Assorted filters