File: readme.txt

package info (click to toggle)
pythoncard 0.8.1-8.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,352 kB
  • ctags: 4,594
  • sloc: python: 42,401; makefile: 55; sh: 22
file content (7 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
A simple bitmap drawing test. Select a color using the Color button. Click and drag the mouse to draw on the canvas.

2002-02-28
Added simple Copy and Paste that uses the entire bitmap image.
Added Open and Save As so an image can be imported into the current bitmap and saved to disk in a variety of supported formats: BMP, GIF, JPG/JPEG, PCX, PNG, PNM, TIF/TIFF, XBM, and XPM. Not all formats are supported on every platform and saving as GIF results in a zero length image.

I just started experimenting in order to expand doodle into a more elaborate paint program.