L_Jp2Create
#include "l_bitmap.h"
L_LTJP2_API L_HJP2 EXT_FUNCTION L_Jp2Create()
Creates a JPEG 2000 engine handle.
Returns
> 0 |
Handle to JPEG 2000 engine. The function was successful. |
NULL |
Cannot create a JPEG 2000 engine handle. |
Comments
L_Jp2Create creates a JPEG 2000 engine handle to be used in other JPEG 2000 functions (L_Jp2XXX). If this handle is no longer needed call the L_Jp2Destroy function to destroy it.
Required DLLs and Libraries
LTJP2 For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Platforms
Windows 2000 / XP/Vista.
See Also
Functions: |
|
Topics: |
Programming
with JPEG 2000 Features |
Example
For an example, refer to L_Jp2Save.