--
You received this message because you are subscribed to the Google Groups "google-appengine-go" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine-go+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin...@googlegroups.com.
If '=' is part of the image ID, then it needs to be URL quoted:"=" is %3D-- Glenn
On Tue, Apr 29, 2014 at 6:56 PM, Ralf Rottmann <ra...@rottmann.net> wrote:
Thanks David,I just implemented it, however, I find a very strange issue (a bug possibly):Here is the URL generated:When we invoke the resize service by adding, e.g. =s250 to the URLwe get a totally different image! Any idea?
On Wednesday, April 30, 2014 2:43:37 AM UTC+2, David Byttow wrote:
At least three options.1. You can get a blobkey for a given filename in GCS (blobstore.BlobKeyForFile) and use that to create the serving URL.2. You can also manipulate the URL itself by adding resize or crop parameters (see the bottom of this page: https://developers.google.com/appengine/docs/go/images/)3. You can manipulate the raw bytes yourself with your favorite image library before storing in GCS.
On Tue, Apr 29, 2014 at 5:36 PM, Ralf Rottmann <ra...@rottmann.net> wrote:
We favoured Google Cloud Storage over Blobstore as it seems to be the more future proven direction. However, the golang images package seems to only work with Blobstore. How would we resize images (think thumbnails) stored in Google Cloud Storage?
--
--
You received this message because you are subscribed to the Google Groups "google-appengine-go" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine-go+unsubscribe...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- --
You received this message because you are subscribed to the Google Groups "google-appengine-go" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine-go+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin...@googlegroups.com.