libfacade 1.1
A library for manipulating PNG images with payloads.
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nfacade
 Nexception
 CAlreadyFilteredAn exception thrown when the PNG image has already been filtered
 CBadCRCAn exception thrown when the CRC didn't match expectations
 CBadPNGSignatureAn exception thrown when the signature header of a given binary stream is not a PNG header
 CChunkNotFoundAn exception thrown when the chunk is not found in the PNG data
 CExceptionThe base exception that all exceptions in this library are built upon
 CImageTooSmallAn exception thrown when the possible space provided by the image data is too small for the given operation
 CInsufficientSizeAn exception thrown when there was not enough data to complete the operation
 CIntegerOverflowAn exception thrown when a given integer overflows
 CInvalidBase64CharacterAn exception thrown when encountering an invalid Base64 character
 CInvalidBase64StringAn exception thrown when encountering an invalid base64 string
 CInvalidBitDepthAn exception thrown when the given bit depth isn't a valid value
 CInvalidBitOffsetAn exception thrown when the given bit offset is not a multiple of 4
 CInvalidChunkTagAn exception thrown when a provided chunk tag is not valid
 CInvalidColorTypeAn exception thrown when the color type does not match the facade::png::ColorType enum
 CInvalidFilterTypeAn exception thrown when the given filter type does not match the facade::png::FilterType enum
 CInvalidIconHeaderAn exception thrown when encountering an invalid icon file
 CInvalidPixelTypeAn exception thrown when the pixel type does not match the facade::png::PixelEnum enum
 CKeywordTooLongAn exception thrown when the given keyword is too long for the tEXt or zTXt chunk
 CNoDataAn exception thrown when no data is provided
 CNoHeaderChunkAn exception thrown when no header chunk is present in a PNG file
 CNoIconDataAn exception thrown when encountering no image data within an icon object
 CNoImageDataAn exception thrown when image data is not currently loaded in the PNG object
 CNoImageDataChunksAn exception thrown when no image data chunks are present in the PNG file
 CNoKeywordAn exception thrown when no keyword is present in the given tEXt or zTXt chunk of a PNG image
 CNoPixelsAn exception thrown when no pixels appear in a given scanline
 CNoPNGIconAn exception thrown when no PNG image is present in icon data
 CNoStegoDataAn exception thrown when no steganographic data is present
 CNoTrailingDataAn exception thrown when no trailing data is present in the PNG image
 CNullPointerAn exception thrown when encountering a null pointer
 COpenFileFailureAn exception thrown when a file couldn't be opened, either for reading or writing
 COutOfBoundsAn exception thrown when the operation goes out of bounds
 CPixelMismatchAn exception thrown when pixel types do not match up
 CScanlineMismatchAn exception thrown when the scanline pixel types do not match up
 CTextNotFoundAn exception returned when the given tEXt or zTXt section parameters (typically the keyword) is not found in the PNG data
 CUnsupportedPixelTypeAn exception thrown when the given pixel enum type is not supported
 CZLibErrorAn exception thrown when encountering a ZLib error
 Nico
 CIconA Windows icon file
 CIconDirThe C header for an icon directory, the root of an icon file
 CIconDirEntryThe C header for an icon bitmap entry
 Npng
 CAlphaGrayscalePixelA grayscale pixel with alpha channel
 CAlphaTrueColorPixelAn RGB pixel with alpha channel
 CChunkPtrThe chunk class responsible for parsing the raw data of a PNG file
 CChunkTagThe string tag identifying a given facade::png::ChunkVec or facade::png::ChunkPtr
 CChunkVecA vector-based version of a given PNG chunk
 CEndThe end chunk for a given PNG file
 CGrayscalePixelA grayscale pixel object, based on the facade::png::Sample class
 CHeaderA PNG header object
 CImageA class for loading and manipulating PNG images
 CPalettePixelA paletted pixel object
 CPixelSpanA span of data representing the underlying bits or bytes of a pixel
 CSampleA sample of data for a given pixel
 CScanlineA wrapper object for ScanlineVariant
 CScanlineBaseThe base scanline class containing a row of facade::png::PixelSpan of the given pixel type
 CTextA tEXt chunk object
 CTrueColorPixelAn RGB pixel object
 CZTextA compressed text chunk
 CICOPayloadAn icon file containing a payload
 CPNGPayloadA PNG-based payload helper class