node.js - What is different between manually processing images vs App Engine Images API -
my node app host on app engine, if thumb image manually following coding
- stream download file google cloud storage app server (host on app engine).
- then generate thumbs , upload them google cloud storage.
so question is, has different between above flow , python/java app engine lib support api image processing ?
Comments
Post a Comment