I'm a newcomer in js and going to send an image from the client-side to the server. The image I have is an array of numbers and sending it as JSON is bandwidth inefficient!
I'm looking for a js library to compress the image on the browser and send it with a reduced size. Is it a feasible solution?
I appreciate your help!
Compressorjs May do the job you need, hope that helps.