Module image_tiling

Source

Structsยง

Repetition
RepetitionIterator
Tile
TileIterator
TileIteratorExtent

Functionsยง

compute_tile_origin_1d ๐Ÿ”’
compute_tile_range
compute_tile_rect
compute_tile_size
compute_tile_size_1d ๐Ÿ”’
compute_valid_tiles_if_bounds_change
first_tile_size_1d ๐Ÿ”’
for_each_tile_in_range
last_tile_size_1d ๐Ÿ”’
repetitions
simplify_repeated_primitive
If repetitions are far enough apart that only one is within the primitive rect, then we can simplify the parameters and treat the primitive as not repeated. This can let us avoid unnecessary work later to handle some of the parameters.
tile_range_1d ๐Ÿ”’
Compute the range of tiles (in number of tiles) that intersect the provided image range (in pixels) in an arbitrary dimension.
tiles
tiles_1d ๐Ÿ”’
Decompose tiles along an arbitrary axis.