Skip to content

Instantly share code, notes, and snippets.

View CarloLucibello's full-sized avatar

Carlo Lucibello CarloLucibello

View GitHub Profile
@CarloLucibello
CarloLucibello / arrow_image_dataset.jl
Created February 11, 2023 22:24
arrow_image_dataset
using TestImages, Images, Arrow, ImageInTerminal
# img = testimage("cameraman")
# img = testimage("airplaneF16")
img = testimage("autumn_leaves")
_arrowname(::Type{Gray}) = Symbol("JuliaLang.Gray")
_arrowname(::Type{RGB}) = Symbol("JuliaLang.RGB")
_arrowname(::Type{RGBA}) = Symbol("JuliaLang.RGBA")