You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I used this script in my app,
After erasing ended, all image returns with erased parts removed and then module takes canvas and returns canvas. However if you use it on same bitmap 5-6 times distinguishable quality regression takes place. But its not like pixelating, more like gaussian blur. I tried context.imageSmoothingEnabled = false inside function with no luck.
The text was updated successfully, but these errors were encountered:
Hmmm, thanks for bringing this up! I haven't a clue why that happened (haven't tested to see if it's a recurring issue, but I'd guess so) and I would think it's more to do with canvas internals than this library's usage.
If you've found out why or find a fix in the future, feel free to make a PR or comment back here
agilgur5
changed the title
Image quality regression
Image quality regression after repeated usage
May 25, 2017
Actually maybe this is caused by the getRGBA function? It appears to use ImageData correctly though, so probably not. Possibly affected by #1 but that shouldn't have induced any blur-like regression :/
hi, I used this script in my app,
After erasing ended, all image returns with erased parts removed and then module takes canvas and returns canvas. However if you use it on same bitmap 5-6 times distinguishable quality regression takes place. But its not like pixelating, more like gaussian blur. I tried
context.imageSmoothingEnabled = false
inside function with no luck.The text was updated successfully, but these errors were encountered: