|
Classes |
| struct | MyMultFunc |
Defines |
| #define | VIGRA_EXT_GETRANGE(T1, MI, MA) |
Functions |
| | VIGRA_EXT_GETRANGE (vigra::UInt8, 0, 255) |
| | VIGRA_EXT_GETRANGE (vigra::Int16, 0, 32767) |
| | VIGRA_EXT_GETRANGE (vigra::UInt16, 0, 65535) |
| | VIGRA_EXT_GETRANGE (vigra::Int32, 0, 2147483647) |
| | VIGRA_EXT_GETRANGE (vigra::UInt32, 0, 4294967295u) |
| | VIGRA_EXT_GETRANGE (float, 0, 1.0f) |
| | VIGRA_EXT_GETRANGE (double, 0, 1.0) |
| template<class SrcIMG> |
| void | convertTo8Bit (SrcIMG &src, const std::string &origType, vigra::BRGBImage &dest) |
| template<class SrcPixelType, class DestIterator, class DestAccessor> |
| void | importAndConvertImage (const ImageImportInfo &info, vigra::pair< DestIterator, DestAccessor > dest, const std::string &type) |
| template<class SrcPixelType, class DestIterator, class DestAccessor, class MaskIterator, class MaskAccessor> |
| void | importAndConvertAlphaImage (const ImageImportInfo &info, vigra::pair< DestIterator, DestAccessor > dest, vigra::pair< MaskIterator, MaskAccessor > mask, const std::string &type) |
| wxImage | imageCacheEntry2wxImage (ImageCache::EntryPtr e) |
| | shallow copy of the 8 bit image contained in e e needs to be kept as long as this is
|