Public
Edited
Apr 15, 2023
Insert cell
Insert cell
imageJs = require("https://www.lactame.com/lib/image-js/0.21.2/image.min.js")
Insert cell
Insert cell
tanager.image
Insert cell
ImageProcessor = imageJs.Image
Insert cell
buf = tanager.blob().then((blob) => blob.arrayBuffer())
Insert cell
ijsImage = ImageProcessor.load(buf)
Insert cell
ijsImage
Insert cell
cmykChannels = ijsImage.split()
Insert cell
showIjsImage(ijsImage)
Insert cell
showIjsImage(cmykChannels[0])
Insert cell
showIjsImage(cmykChannels[0].add(cmykChannels[1]).add(cmykChannels[2]))
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more