node.js - Using "croppie" on front-end / What do I exactly need to do on back-end to actually crop the image? -


how crop , compress (resize snippet size) image on back-end?

i'm using croppie on front-end: https://foliotek.github.io/croppie/

i'm lost, small guidance helpful.

thanks!

why want crop pic on back-end? operation should have done in browser. when use result({ type, size, format, quality, circle }) function, can data of cropped pic. if type base64, can save data file after base64_decode it.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -