Skip to content

aui::image#

aui::image is image processing library.

  • AImage


    Owning image representation.

  • APixelFormat


    Pixel in-memory format descriptor (type, count and order of subpixel components).

  • AImageLoaderRegistry


    Image loader used for IDrawable::fromUrl and AImage::fromUrl.

  • IImageLoader


    Class-loader of abstract images that can be displayed on the screen.

  • AImageView


    Non-owning read-only image representation of some format.

  • IDrawable


    An abstract image that determines itself how it is displayed. Essentially an abstraction from vector and raster graphics.