Search found 2 matches

by Crow2
Fri Sep 08, 2006 5:24 am
Forum: PHP - Code
Topic: Drawing on JPEGs
Replies: 4
Views: 681

Thanks. I've been guided to a Javascript solution called Anfy Paint which looks like it will do the job.
by Crow2
Thu Sep 07, 2006 6:41 am
Forum: PHP - Code
Topic: Drawing on JPEGs
Replies: 4
Views: 681

Drawing on JPEGs

I need to display a jpeg of a map on a PHP web page - no problem with coding that ... but then I want to enable the user to draw lines on the map (by the side of roads to mark out a route), and then save the annotated image back to the web server. Not sure where to start on the latter. Could someone...