react-imgpro icon indicating copy to clipboard operation
react-imgpro copied to clipboard

Very slow

Open davidbiller opened this issue 6 years ago • 2 comments

Is it possible that we update the libs?

When i render the img, and i log the the the src - (base64) - it is there, but not rendered. After a long time, the console show me again the log with the base64 and than it is rendered...?

What can i do?

davidbiller avatar Oct 19 '18 08:10 davidbiller

This lib base on jimp , for now i cant find anyway to promote performance, but i will keep looking for solution

Sunshine168 avatar Nov 09 '18 07:11 Sunshine168

Experiencing the same. Neat library but the slowness will make it hard to use beyond proof of concept. For example, I just changed the contrast and it took about 30 seconds to update. Then I changed the brightness and it took 4 seconds. Not sure what to think, perhaps something I've done has made it slower? I'm adjusting these values by holding them in state, and updating the state via a controlled input.

BenQuirk avatar Jul 23 '19 19:07 BenQuirk