I receive the following alert:
using ImageInTerminal, ImageView
[ Info: Precompiling ImageInTerminal [d8c32880-2388-543b-8c61-d9f865259254]
┌ Warning: ImageInTerminal is not supported for Windows platform: Julia at least v1.6.0 is required.
└ @ ImageInTerminal C:\Users\user\.julia\packages\ImageInTerminal\Q8aEH\src\ImageInTerminal.jl:93
Everything will be fine, if as a result of correcting the command, the following does not happen:
imshow(cmn)
WARNING: both ImageView and ImageInTerminal export "imshow"; uses of it in module Main must be qualified
ERROR: UndefVarError: imshow not defined
Stacktrace:
[1] top-level scope at REPL[9]:1
imshow(cmn)
ERROR: UndefVarError: imshow not defined
Stacktrace:
[1] top-level scope at REPL[12]:1
ims(clr)
ERROR: UndefVarError: ims not defined
Stacktrace:
[1] top-level scope at REPL[10]:1
filter((x) -> typeof(eval(x)) <: Module && x ≠ :Main, names(Main,imported=true))
ERROR: UndefVarError: imshow not defined