Grayscale image: Difference between revisions

Content added Content deleted
m (Link to base article)
mNo edit summary
Line 379: Line 379:
=={{header|J}}==
=={{header|J}}==


Color bitmap structure and basic methods for manipulating with it are described [[Basic_bitmap_storage#J|here]].
Color bitmap structure and basic functions for manipulations with it are described [[Basic_bitmap_storage#J|here]].


Grayscale image is stored as two-dimensional array of luminance values. Allowed
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>
<lang j>