EchogramImages.imagescMethod
imagesc(A;
         vmin = nothing,
         vmax = nothing,
         color=EK500_COLOURS,
         size=(480,640))

A is any numeric array

color can be a list of Color or come from ColorSchemes.jl or PerceptualColourMaps.

Set size = nothing for full resolution.

vmin and vmax are minimum and maximum values.