std.image.base

image

added in 3.0

(image {:keys [model size data], :as m})

creates a new image record for holding data

(image {:size 100 100 :model :ushort-555-rgb :data nil}) ;; #img100 100{:format :ushort-555-rgb} => std.image.base.Image