Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageWithRgba displayed image does not change when the supplied image.Image parameter changes #710

Closed
araoko opened this issue Oct 7, 2023 · 3 comments · Fixed by #713
Closed
Assignees

Comments

@araoko
Copy link

araoko commented Oct 7, 2023

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

@gucio321
Copy link
Collaborator

gucio321 commented Oct 8, 2023

@araoko does this fix the issue? #713

@gucio321 gucio321 self-assigned this Oct 8, 2023
@araoko
Copy link
Author

araoko commented Dec 14, 2023

@araoko does this fix the issue? #713

I dont have the updates. I did a go get -u ./... and still have the old code

@gucio321
Copy link
Collaborator

Go get -u giupath@latestcommithash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants