nitin42 / react-imgpro

📷 Image Processing Component for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very slow

davidbiller opened this issue · 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?

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

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.