diff options
Diffstat (limited to 'html/en/cdluaim.html')
-rw-r--r-- | html/en/cdluaim.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/html/en/cdluaim.html b/html/en/cdluaim.html index 6629558..72b3c77 100644 --- a/html/en/cdluaim.html +++ b/html/en/cdluaim.html @@ -38,11 +38,12 @@ and IMLua were initialized. require"cdluaim" can also be used. <br> <p>Creates a cdBitmap from an imImage, but reuses image data. When the cdBitmap is destroyed, the data is preserved. </p> <pre class="function">image:cdCanvasPutImageRect(canvas: cdCanvas, x: number, y: number, w: number, h: number, xmin: number, xmax: number, ymin: number, ymax: number) [in Lua] </pre> -<p> Draws the imImage into the given cdCanvas. The imImage must be a -bitmap image, see \ref imImageIsBitmap. </p> +<p> Draws the imImage into the given cdCanvas. The imImage +must be a bitmap image, see <strong>imImageIsBitmap</strong> in IM documentation. </p> <pre class="function">image:wdCanvasPutImageRect(canvas: cdCanvas, x: number, y: number, w: number, h: number, xmin: number, xmax: number, ymin: number, ymax: number) [in Lua] </pre> <p>Draws the imImage into the given cdCanvas using world coordinates. The -imImage must be a bitmap image, see \ref imImageIsBitmap. </p> +imImage must be a bitmap image, see <strong>imImageIsBitmap</strong> in IM +documentation. </p> <pre class="function">image:cdCanvasGetImage(canvas: cdCanvas, x: number, y: number) [in Lua] </pre> <p>Retrieve the imImage data from the given cdCanvas. The imImage must be a IM_RGB/IM_BYTE image. </p> |