julia-indirectarrays 0.5.1
Channel: guix
Licenses: Expat
Synopsis: Julia implementation of indexed arrays
Description:
An IndirectArray
is one that encodes data using a combination of an index
and a value
table. Each element is assigned its own index, which is used to retrieve the value from the value
table. Among other uses, IndirectArrays
can represent indexed images, sometimes called "colormap images" or "paletted images."
Total results: 1