#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) |
| ABI_EXPORT bool UT_JPEG_getDimensions | ( | const UT_ConstByteBufPtr & | pBB, | |
| UT_sint32 & | iImageWidth, | |||
| UT_sint32 & | iImageHeight | |||
| ) |
References _JPEG_ByteBufSrc(), and _JPEG_destroy_decompress().
Referenced by GR_Win32Image::_convertFromJPEG(), s_RTF_ListenerWriteDoc::_openFrame(), s_RTF_ListenerWriteDoc::_writeImageInRTF(), abiword_document::garble_jpeg(), FG_GraphicRaster::generateImage(), and FG_GraphicRaster::setRaster_JPEG().
| ABI_EXPORT bool UT_JPEG_getRGBData | ( | const UT_ByteBuf * | pBB, | |
| UT_Byte * | pDest, | |||
| UT_sint32 | iDestRowSize, | |||
| bool | bBGR, | |||
| bool | bFlipHoriz | |||
| ) |
1.7.1