CRIMP
View Ticket
Not logged in
Ticket Hash: 81ec9cc4c0df7b513675d0b91c8213979267ee95
Title: tcl.gd-like drawing commands
Status: Open Type: Feature_Request
Severity: Minor Priority: Medium
Subsystem: Manipulate color/intensity Resolution: Open
Last Modified: 2010-09-10 22:27:10
15.99 years ago
Created: 2010-08-19 18:53:10
16.05 years ago
Version Found In:
Description:
I.e. add command which add lines, circles, boxes, text, etc. to an image. This would allow crimp to become a backend for canvas or other canvas-like packages. Example would be the tklib diagram package, vector drawing to canvas, which could go into a tk-independent raster image instead via a facade to translate. Similarly, plotchart.

Note: Drawing text is likely the biggest hassle, because it will require font handling, and that again ties us to X11.


andreask added on 2010-09-10 22:26:34:
Reference (Circle) = http://www.cs.unc.edu/~mcmillan/comp136/Lecture7/circle.html