you can specify output encoding as jpeg and than can use the quality argument in composite function in image api.
On Mon, Apr 4, 2011 at 5:31 PM, Yonatan Maman <[email protected]> wrote: > I have an Image, which I want to reduce its size (in bytes). > I tried to do it by resizing the image dimensions but the size (length > of byte array) of the transformed image was larger than the original > image :-) > > I understand that I need somehow to compress/code the image. how can I > do that using Image api ? > please see my question in stackoverflow > http://stackoverflow.com/questions/5532728/fail-reducing-image-size-using-goolge-app-engine-images-java-api > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
