Functions

ut_jpeg.h File Reference

#include "ut_types.h"
#include "ut_bytebuf.h"

Go to the source code of this file.

Functions

ABI_EXPORT bool UT_JPEG_getDimensions (const UT_ConstByteBufPtr &pBB, UT_sint32 &iImageWidth, UT_sint32 &iImageHeight)
ABI_EXPORT bool UT_JPEG_getRGBData (const UT_ByteBuf *pBB, UT_Byte *pDest, UT_sint32 iDestRowSize, bool bBGR, bool bFlipHoriz)

Function Documentation

ABI_EXPORT bool UT_JPEG_getDimensions ( const UT_ConstByteBufPtr pBB,
UT_sint32 iImageWidth,
UT_sint32 iImageHeight 
)
ABI_EXPORT bool UT_JPEG_getRGBData ( const UT_ByteBuf pBB,
UT_Byte pDest,
UT_sint32  iDestRowSize,
bool  bBGR,
bool  bFlipHoriz 
)