Syntax
Result = dbMakeImageFromMemblock(ImageID, MemblockID)
Description
If #PB_Any is used as the ImageID parameter, the new ID will be returned as 'Result'. Otherwise the value of 'Result' is the same value passed as the ImageID parameter.
This command will make an image from a memblock. The specified values must be integer values and the source resource must exist or the command will fail. The memblock stores the data as described in the respective memblock construction command.
See Also
dbMakeBitmapFromMemblock, dbMakeImageFromMemblock, dbMakeMemblockFromImage, dbMakeMeshFromMemblock, dbMakeSoundFromMemblock