LEADTOOLS Raster Imaging C DLL Help > Function References > 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
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
Win32, x64.
See Also
Functions: |
|
Topics: |
|
|
|
|
|
|
|
|
Example
For an example, refer to L_Jp2Save.