<atlas-image> ( image-placements component-order component-type upside-down? -- atlas )


Vocabulary
images.atlas.private

Inputs
image-placementsan object
component-orderan object
component-typean object
upside-down?an object


Outputs
atlasan object


Definition


:: <atlas-image>
( image-placements component-order component-type upside-down? -- atlas )
image-placements atlas-dim :> dim <image> dim >>dim
component-order >>component-order
component-type >>component-type upside-down? >>upside-down?
dim product component-order component-type (bytes-per-pixel)
* <byte-array> >>bitmap ; inline