Django Graphics

137 views
Skip to first unread message

Jagdeep Singh Malhi

unread,
Dec 2, 2010, 3:14:28 AM12/2/10
to Django users
Can we handle graphics in Django?

Cal Leeming [Simplicity Media Ltd]

unread,
Dec 2, 2010, 3:18:12 AM12/2/10
to django...@googlegroups.com, Jagdeep Singh Malhi
Please define 'handle graphics'.

Do you mean serving graphics media? Creating graphics on the fly?
Resizing? Overlaying? Give us some clues ;)

Venkatraman S

unread,
Dec 2, 2010, 3:22:39 AM12/2/10
to django...@googlegroups.com


On Thu, Dec 2, 2010 at 1:44 PM, Jagdeep Singh Malhi <singh....@gmail.com> wrote:
Can we handle graphics in Django?


referring to charts?

Cal Leeming [Simplicity Media Ltd]

unread,
Dec 2, 2010, 3:44:50 AM12/2/10
to django...@googlegroups.com, Venkatraman S
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Kenneth Gonsalves

unread,
Dec 2, 2010, 4:47:00 AM12/2/10
to django...@googlegroups.com
On Thu, 2010-12-02 at 00:14 -0800, Jagdeep Singh Malhi wrote:
> Can we handle graphics in Django?

yes
--
regards
Kenneth Gonsalves

Jagdeep Singh Malhi

unread,
Dec 2, 2010, 5:08:50 AM12/2/10
to Django users, cal.l...@simplicitymedialtd.co.uk


On Dec 2, 1:18 pm, "Cal Leeming [Simplicity Media Ltd]"
<cal.leem...@simplicitymedialtd.co.uk> wrote:
> Please define 'handle graphics'.
>
> Do you mean serving graphics media? Creating graphics on the fly?
> Resizing? Overlaying? Give us some clues ;)

CAD.

Making circle, triangle etc like in AutoCAD / QCAD, or paint brush

Making sketches / figures.

Kenneth Gonsalves

unread,
Dec 2, 2010, 5:13:56 AM12/2/10
to django...@googlegroups.com
On Thu, 2010-12-02 at 02:08 -0800, Jagdeep Singh Malhi wrote:
> > Do you mean serving graphics media? Creating graphics on the fly?
> > Resizing? Overlaying? Give us some clues ;)
>
> CAD.
>
> Making circle, triangle etc like in AutoCAD / QCAD, or paint brush
>
> Making sketches / figures.

django is nothing but python, html, css, js etc - do your graphics
exactly as you would do it in normal html, python, css, js etc. Either
generate them in the backend with python or use some js toolkit to do it
on the client side.
--
regards
Kenneth Gonsalves

Tom Evans

unread,
Dec 2, 2010, 5:16:58 AM12/2/10
to django...@googlegroups.com

Django is python. Anything you can do in python you can do in django.
You can do anything in python.

Having said that, if you are expecting some sort of project you can
drop in to your django app that allows you to draw CAD diagrams in
your browser and persist them to django models, then you are probably
out of luck. If you want to write such a thing though, then you could
in python/django.

Cheers

Tom

Shamail Tayyab

unread,
Dec 2, 2010, 5:36:19 AM12/2/10
to Django users
Have you also tried the python's imaging library?

You can easily make any type of images in PIL and the display them as
images in browser.
(Should fit your requirement of circles, triangles etc and has lots
more)

Tx

--
Shamail Tayyab
Blog: http://shamail.in/blog

On Dec 2, 3:08 pm, Jagdeep Singh Malhi <singh.malh...@gmail.com>
wrote:

George Silva

unread,
Dec 2, 2010, 8:46:34 AM12/2/10
to django...@googlegroups.com
Perhaps you can process/display CAD drawings using PostGIS + OpenLayers?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.




--
George R. C. Silva

Desenvolvimento em GIS
http://blog.geoprocessamento.net
Reply all
Reply to author
Forward
0 new messages