Crash in demos #31
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/Tachikoma.jl#31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am using the current main branch. When I use
launcher()to launch the demos, then selectPixelImage Demo, and then press4, the demo crashes, and I'm back in the launcher menu.I see this output:
Thanks for the report @eschnett! This is fixed in
37dd3a2—fill_rect!andset_pixel!now acceptColorRGBin addition toColorRGBA.The sixel demo's
_draw_rings!was usingcolor_lerp/brightenwhich returnColorRGB, but the PixelImage drawing API only hadColorRGBAmethods.