You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
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.
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.
image service is beneficial and a must to have. Please support this for nodejs
The text was updated successfully, but these errors were encountered: