how to create image thumbnails using django running on jython?

Posted by Nitin Garg on Stack Overflow See other posts from Stack Overflow or by Nitin Garg
Published on 2010-05-05T10:28:06Z Indexed on 2010/05/05 10:58 UTC
Read the original article Hit count: 150

Filed under:
|
|
|
|

Hi guys, I am a newbee to django and jython. I need to create and save image thumbnails in database. I am using django running on jython and mysql database. I was exploring python imaging library, but the i found out that i wont work with jython.

How do i create image thumbnails using jython and then save them in mysql db?? Any kind of help will be appreciated. thanx

© Stack Overflow or respective owner

Related posts about django

Related posts about jython