Module speedy2d::image

source ·
Expand description

Types relating to images.

Structs§

  • Represents a handle for a loaded image.
  • A type to represent some raw pixel data, with an associated width and height in pixels.

Enums§

  • The data type of the pixels making up the raw image data.
  • Supported image formats.
  • ImageSmoothingMode defines how images are rendered when the pixels of the source image don’t align perfectly with the pixels of the screen. This could be because the image is a different size, or because it is rendered at a position which is a non-integer number of pixels.