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
unlike the ImageWithFile method, when ImageWithRgba is called with a different image.Image parameter does not change the image displayed
if the parameter changes when in the event loop, the image is not replaced. if the size is changed, the old image will just be resized but it will not be replaced by the new image. ImageWithFile on the other hand appears to be re-evaluated every time in the event loop as the image changes
The text was updated successfully, but these errors were encountered:
unlike the ImageWithFile method, when ImageWithRgba is called with a different image.Image parameter does not change the image displayed
if the parameter changes when in the event loop, the image is not replaced. if the size is changed, the old image will just be resized but it will not be replaced by the new image.
ImageWithFile on the other hand appears to be re-evaluated every time in the event loop as the image changes
The text was updated successfully, but these errors were encountered: