SridharRamasami

Results 3 comments of SridharRamasami

Hi, I am using this module and would like to add this functionality. However, I am not clear on the requirements per the conversation in this thread. Need some feedback...

Hi Kaptain, Yes. Im using your fork. Looks like base 64 increases the size when converted from binary. Also browsers do not compress the image efficiently. Any work arounds you...

Worked around it by asking it to return a jpg instead of a png. Works well now. return fc.toDataURL("image/jpeg", 0.8); Not sure whether to call it a bug or not....