FAQ
Hi all,

I'm using Go on Google App Engine. I wanted to have a server-side automatic
image optimizer. I was unable to find one at the time so I created this
package: GAE-Go-image-optimizer<https://github.com/TomiHiltunen/GAE-Go-image-optimizer>

The purpose of that package is to automatically scale down the images and
set the compression rate of the image. The script takes options for
compression / scaling of the images and returns the same kind of values
as blobstore.ParseUploads() would. Once called, the script will check the
just uploaded blobs with blobstore.ParseUploads() and process all the blobs
which match one of the supported image mime-types of Go. With the package
you can save on download times and storage costs.

I would love to hear your take on this. Find it useful? Do you know similar
packages? How can this be made better?

--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Search Discussions

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupgolang-nuts @
categoriesgo
postedMar 17, '13 at 10:48p
activeMar 17, '13 at 10:48p
posts1
users1
websitegolang.org

1 user in discussion

Tomi Hiltunen: 1 post

People

Translate

site design / logo © 2023 Grokbase