diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/download/samples_imlua5.tar.gz | bin | 30164 -> 30150 bytes | |||
-rw-r--r-- | html/download/samples_imlua5.zip | bin | 32565 -> 34315 bytes | |||
-rw-r--r-- | html/en/samples.html | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/html/download/samples_imlua5.tar.gz b/html/download/samples_imlua5.tar.gz Binary files differindex c4f5f4c..33a199b 100644 --- a/html/download/samples_imlua5.tar.gz +++ b/html/download/samples_imlua5.tar.gz diff --git a/html/download/samples_imlua5.zip b/html/download/samples_imlua5.zip Binary files differindex ecdb1e2..5163b90 100644 --- a/html/download/samples_imlua5.zip +++ b/html/download/samples_imlua5.zip diff --git a/html/en/samples.html b/html/en/samples.html index b659a25..2b8d902 100644 --- a/html/en/samples.html +++ b/html/en/samples.html @@ -139,7 +139,7 @@ image:Save("noise.tif", "TIFF") </pre> <pre>require"imlua" require"cdlua" -require"imlua_cd" +require"cdluaim" local image = im.ImageCreate(500, 500, im.RGB, im.BYTE) local canvas = image:cdCreateCanvas() -- Creates a CD_IMAGERGB canvas |