Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Feature request :support existing GAE image service #37

Open
cometta opened this issue Nov 28, 2014 · 4 comments
Open

Feature request :support existing GAE image service #37

cometta opened this issue Nov 28, 2014 · 4 comments

Comments

@cometta
Copy link

cometta commented Nov 28, 2014

image service is beneficial and a must to have. Please support this for nodejs

@rrch
Copy link
Contributor

rrch commented Dec 4, 2014

Can you elaborate on which features of the image service you'd like us to support?

There are a lot of libraries for image manipulation in node.js already, e.g. gm and node-canvas.

@cometta
Copy link
Author

cometta commented Dec 4, 2014

just like existing appengine sdk comes with image services which integrated together with blobstore. It is very convenient to upload image into blobstore and use image services to generate a url with auto crop , resize with extra parameter like =s100-c ..etc . Addon, image is cache in google CDN.

@abiyasa
Copy link

abiyasa commented Dec 4, 2014

+1

I also think this is a nice feature to have. Another use case would be to resize the images before uploading them to Google Cloud Storage.

It's true that we have gm or node-canvas but they require external dependencies (ImageMagicK or Cairo for node-canvas) which would be a little bit tricky to install if you're doing nodejs with managed VM.

I'm currently using lwip which requires no runtime dependencies but the feature is very limited at the moment.

@ginader
Copy link

ginader commented Sep 16, 2015

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants