Structures

The following structures are available globally.

  • The DynamicImageFilter class simplifies custom image filter creation by using a trailing closure initializer.

    See more

    Declaration

    Swift

    public struct DynamicImageFilter: ImageFilter
  • Scales an image from the center while maintaining the aspect ratio to fill a specified size. Any pixels that fall outside the specified size are clipped.

    See more

    Declaration

    Swift

    public struct AspectScaledToFillSizeFilter: ImageFilter, Sizable