I want to store images in indexeddb.
Would storing the image as a 'blob' occupy less space than as a Uint8ClampedArray?
What if i compressed the Uint8ClampedArray, would that occupy less space ?
I want to store images in indexeddb.
Would storing the image as a 'blob' occupy less space than as a Uint8ClampedArray?
What if i compressed the Uint8ClampedArray, would that occupy less space ?