#include "ut_types.h"Go to the source code of this file.
Functions | |
| ABI_EXPORT bool | UT_JPEG_getDimensions (const UT_ByteBuf *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) |
| ABI_EXPORT bool UT_JPEG_getDimensions | ( | const UT_ByteBuf * | 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 | |||
| ) |
References _JPEG_ByteBufSrc(), FREEP, and UT_return_val_if_fail.
Referenced by GR_Win32Image::_convertFromJPEG().
1.7.1