mobile phone logo editor

From: Jörg Schneider (ng1.5.nekratog_at_spamgourmet.com)
Date: 03/22/04


Date: Mon, 22 Mar 2004 13:57:17 +0100

I'd like to write the following program:
- a simple paint application like a mobile phone logo editor
- display (canvas) size is about 200x100 Pixels and should be displayed
  as a grid
- painting should be possible with different tools (brush, circle, square
  etc)
- 1Bit-display (black/white) is enough
- saving/loading of images, preferably in bmp, but any other format is ok.

My first thought was to use one TPanel per pixel and keep them in an array,
but the handling is pretty cumbersome (e.g. when you hold the mouse button
to draw a line from the upper left to the lower right)...

Are there any components (especially for the display and/or the tools) or
complete applications with source for this task?

Thanks in advance,
Jörg

F'up2 alt.comp.lang.borland-delphi