Table of Contents ▸ List of Commands ▸ Arrays, Tiles and Frames ▸ map_sprites | ◀ imagegrid_triangular | pack ▶ |
map_sprites
Arguments:
- _nb_sprites>=1,_allow_rotation={ 0:None | 1:90 deg. | 2:180 deg. }
Description:
Map set of sprites (defined as the nb_sprites latest images of the selection) to other selected images,according to the luminosity of their pixel values.
Example of use:
image.jpg rescale2d ,48 repeat 16 ball {8+2*$>},${-rgb} mul[-1] {(1+$>)/16} done map_sprites 16
