From bdf1ec7c1cde5f483a70420b0113e1da61c8bbd9 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Sun, 3 Nov 1996 06:06:18 +0100 Subject: [PATCH] ...doc Rev: src/modules/image/doc/image.html:1.6 --- src/modules/image/doc/image.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/modules/image/doc/image.html b/src/modules/image/doc/image.html index 9c65500ac0..3de2b77bb3 100644 --- a/src/modules/image/doc/image.html +++ b/src/modules/image/doc/image.html @@ -551,4 +551,10 @@ int main() object image->select_from(int x,int y); object image->distancesq(int r,int g,int b); array(int) image->getpixel(int x,int y); +object image->skewx(int diff,rgb); +object image->skewy(int diff,rgb); +object image->skewx_expand(int diff,rgb); +object image->skewy_expand(int diff,rgb); +object image->rotate(int|float angle,rgb); +object image->rotate_expand(int|float angle,rgb); </pre> \ No newline at end of file -- GitLab