L_Jp2SetBoxes

#include "l_bitmap.h"

L_LTJP2_API L_INT EXT_FUNCTION L_Jp2SetBoxes(hJp2, eBox, pBoxes, uNumOfBoxes)

Sets JPEG 2000 engines boxes of type eBox.

Parameters

L_HJP2 hJp2

JPEG 2000 engine handle that was created by the L_Jp2Create function.

eJP2BOXTYPE eBox

The type of the boxes to be set.

L_VOID * pBoxes

Pointer to an array of boxes of type eBox to be set.

L_UINT uNumOfBoxes

Number of boxes to be set. This value must not exceed the size of the pBoxes array.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Required DLLs and Libraries

Platforms

Win32, x64.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help