KittyTerminalImages.jl icon indicating copy to clipboard operation
KittyTerminalImages.jl copied to clipboard

A package that allows Julia to display images in the kitty terminal editor

Results 7 KittyTerminalImages.jl issues
Sort by recently updated
recently updated
newest added

I'm trying to use it with CairoMakie, but it's not working. Instead, I get just the usual "text" one gets when trying to plot an image in the REPL without...

I was installing packages for MeshCat today, and suddenly all plots are displayed in low resolution bitmaps instead of the usual SVG. If I force svg, i need the scaling...

The following code produces a blank image ```julia using Plots using KittyTerminalImages heatmap(rand(10,10)) ``` Packages ```julia (@v1.5) pkg> status Status `~/.julia/environments/v1.5/Project.toml` [336ed68f] CSV v0.7.7 [3abffc1c] ControlSystemIdentification v0.1.4 [a6e380b2] ControlSystems v0.6.0...

bug

To remove the Kitty image display from the end of the display list, if it contains at least one other element. Sometimes I want to stop seeing images in the...

It bumps the Interpolation dependency to 0.14. Adds `^` to all compatibilities as specified in the [docs](https://pkgdocs.julialang.org/v1/compatibility/#Caret-specifiers).

Currently we don't have any tests. While some things are definitely hard to test without running Kitty, we should have at least have one tests so we are sure that...

help wanted
good first issue

Allow newer dependencies of some packages.