From d96819756a30e82b52798487343a4fcbdec11a88 Mon Sep 17 00:00:00 2001
From: scuri Creates a cdBitmap from an imImage, but reuses image data. When the
cdBitmap is destroyed, the data is preserved. Draws the imImage into the given cdCanvas. The imImage must be a
-bitmap image, see \ref imImageIsBitmap. Draws the imImage into the given cdCanvas. The imImage
+must be a bitmap image, see imImageIsBitmap in IM documentation. Draws the imImage into the given cdCanvas using world coordinates. The
-imImage must be a bitmap image, see \ref imImageIsBitmap.
image:cdCanvasPutImageRect(canvas: cdCanvas, x: number, y: number, w: number, h: number, xmin: number, xmax: number, ymin: number, ymax: number) [in Lua]
-image:wdCanvasPutImageRect(canvas: cdCanvas, x: number, y: number, w: number, h: number, xmin: number, xmax: number, ymin: number, ymax: number) [in Lua]
image:cdCanvasGetImage(canvas: cdCanvas, x: number, y: number) [in Lua]
Retrieve the imImage data from the given cdCanvas. The imImage must be a IM_RGB/IM_BYTE image.
-- cgit v1.2.3