- visualizing HnE (3-channel images) looks off ("grainy") - below is an example and [here](https://spatialdata.scverse.org/en/latest/tutorials/notebooks/notebooks/examples/technology_visium.html) the python version ``` library(SpatialData) library(SpatialData.data) sd <- MouseBrainVis() cl <- rep(list(c(0.2, 0.6)), 3) plotSpatialData() + plotImage(sd, cl=cl) ``` <img width="407" height="251" alt="Image" src="https://github.com/user-attachments/assets/226bfa1e-0111-4b0b-993b-0992ce68938b" />