Grayscale image: Difference between revisions

m
no edit summary
m (Link to base article)
mNo edit summary
Line 379:
=={{header|J}}==
 
Color bitmap structure and basic methodsfunctions for manipulatingmanipulations with it are described [[Basic_bitmap_storage#J|here]].
 
Grayscale image is stored as two-dimensional array of luminance values. Allowed luminance scale is the same as for the color bitmap; the functions below are neutral to scale.
 
<lang j>
Anonymous user