Original image 281KB, Pluto renders (using Images.load()) an image with size of 68.3KB which is of too low quality.
What’s the right way to address it?
Thanks,
jianbing
Original image 281KB, Pluto renders (using Images.load()) an image with size of 68.3KB which is of too low quality.
What’s the right way to address it?
Thanks,
jianbing
In my case, the julia repl that started pluto had this output
┌ Warning: Output swatches are reduced due to the large size (1416×2560).
│ Load the ImageShow package for large images.
└ @ Colors ~/.julia/packages/Colors/yDxFN/src/display.jl:159
and adding using ImageShow
to the start of my pluto notebook fixed the issue.