The main object of the Image module, this object
is used as drawing area, mask or result of operations.
basic:
clear ,
clone ,
create ,
xsize ,
ysize
plain drawing:
box ,
circle ,
getpixel ,
line ,
setcolor ,
setpixel ,
threshold ,
polyfill
operators:
`& ,
`* ,
`+ ,
`- ,
`== ,
`> ,
`< ,
`|
pasting images:
paste ,
paste_alpha ,
paste_alpha_color ,
paste_mask
getting subimages, scaling, rotating:
autocrop ,
clone ,
copy ,
dct ,
mirrorx ,
rotate ,
rotate_ccw ,
rotate_cw ,
rotate_expand ,
scale ,
skewx ,
skewx_expand ,
skewy ,
skewy_expand
calculation by pixels:
apply_matrix ,
change_color ,
color ,
distancesq ,
grey ,
invert ,
modify_by_intensity ,
outline
select_from ,
rgb_to_hsv ,
hsv_to_rgb ,
rgb_to_yuv ,
yuv_to_rgb ,
average ,
max ,
min ,
sum ,
sumf ,
find_min ,
find_max
special pattern drawing:
noise ,
turbulence ,
test ,
tuned_box ,
gradients ,
random