Hi guys!

I'm migrating from sorl thumbnails to the good easy_thumbnails [1] for
image dealing. It let me store the thumbnails on a container on
Rackspace Cloudfiles [2] (similar to Amazon S3).

I try it for jpeg images and it worked perfectly: it get's the file
from my container, crop the image with PIL and send the thumbnail to
my container again.

The problem is when I try to resize png or gif images. The PIL module
expects the "tell" and "seek" methods on the file like object passed
to it. This is documented on the PIL's page and on it's source code.

There is no "tell" method on the cloudfiles.storage_object.Object
class (that connects me to my file on my rackspace cloudfiles
container).

Does anyone had used these packages and had a similar problem?

Best regards,

[1] http://github.com/rackspace/python-cloudfiles
[2] http://github.com/SmileyChris/easy-thumbnails/

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

Reply via email to