I use a http post with resize which seems to work ie
create_image('file', self, self.request.POST.get('file').file.read()
didn't try very large still a way seems to work
avatar = images.resize(filedata, 80, 80)
where filedata is
I do resize that seems to work now changing my method from storing
different sized images
to new method saving space only storing the original and resizing
towards client. You may look if you like my display and code
web.montao.com.br/li and code available montao.googlecode

On Jul 24, 2:53 pm, José Moreira <matrixowns...@gmail.com> wrote:
> ping
>
> No dia 20 de Julho de 2010 01:25, José Moreira
> <matrixowns...@gmail.com>escreveu:
>
>
>
> > Hello,
>
> > i'm getting LargeImageError resizing large images on the BlobStore, using
> > the blob_key as param.
> > The docs state that the Exception is thrown when the Images API returns
> > image data "above" 1mb on a transform, but i'm getting this error, afaik,
> > resizing image blobs to sizes that, here manually,m result in file sizes
> > bellow 1mb.
>
> > Anyone experienced any problems with this? Am i missing something?
>
> > --
> > irc://josemore...@irc.freenode.net
> >http://pt.linkedin.com/in/josemoreira
> >http://djangopeople.net/josemoreira
>
> --
> irc://josemore...@irc.freenode.nethttp://pt.linkedin.com/in/josemoreirahttp://djangopeople.net/josemoreira

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

Reply via email to