Dali: Geometric Operations on ByteImages -- Tcl Commands


Table of Contents


Scaling



byte_shrink_1x2 src dest
byte_shrink_2x1 src dest
byte_shrink_2x2 src dest
byte_shrink_4x4 src dest



byte_expand_4x4 src dest
byte_expand_2x2 src dest
byte_expand_1x2 src dest
byte_expand_2x1 src dest



byte_scale_bilinear src dest newWidth newHeight

Rotation



byte_rotate_90a src dest
byte_rotate_90c src dest



byte_rotate_orig src dest theta



byte_rotate src dest theta x y

Affine Transformations



byte_affine src dest a b c d e f



byte_affine_rect_region src a b c d e f

Homogeneous Transformations



byte_homo src dest a b c d e f m n p



byte_homo_rect_region src a b c d e f m n p



byte_homo_compute_matrix w h x1 y1 x2 y2 x3 y3



byte_homo_invert_matrix a b d e m n


See Also

ByteImage , BitImageScan API


Last updated : Saturday, November 14, 1998, 07:50 PM