I'm on the google appengine, and trying to resize images. I do :
from google.appengine.api import images
image = images.resize(contents, w, h)
And for some images I get a nice transparent resize, and others I get a black background.
How can I keep the transparency for all images?
- Original : http://www.stdicon.com/g-flat/application/pgp-encrypted
- Black : http://www.stdicon.com/g-flat/application/pgp-encrypted?size=64
- Original : http://www.stdicon.com/gartoon/application/rtf
- Black : http://www.stdicon.com/gartoon/application/rtf?size=64
- Original : http://www.stdicon.com/nuvola/application/x-debian-package
- Transparent : http://www.stdicon.com/nuvola/application/x-debian-package?size=64