Conversation
|
Thanks for trying to fix it but i still get image flicker with every new typed letter. |
|
Yeah, I noticed that too. I'll try to work on that issue further.
|
|
Its mentioned in issue #4 and issues #1 and seems to be fixed here |
|
Nope, albertein's fork is affected by the same problem as the original code - I've just tested it. |
|
@leafnode are you sure you tested it on layered_meme_canvas branch?, master is just a direct copy of upstream. |
|
I can confirm @albertein that it works |
|
Whoops, I didn't notice that the change was on a branch. Unfortunately on the computer I'm using now I see no flickering at all - I'll verify that in the evening. Thanks for pointing that out. |
When typing fast the image flickers. I found out that it's due to setting canvas width/height each time, even if it's not necessary. Fix for this is to set canvas dimensions only if its current size is different from the image data.