GIFFormatter

private struct GIFFormatter : LibGdFormatter

Defines a formatter to be used on GIF import & export conversions

  • Function pointer to libgd’s built-in gif image create function

    Declaration

    Swift

    fileprivate let importFunction: (Int32, UnsafeMutableRawPointer) -> gdImagePtr?
  • Function pointer to libgd’s built-in gif image export function

    Declaration

    Swift

    fileprivate let exportFunction: (gdImagePtr, UnsafeMutablePointer<Int32>) -> UnsafeMutableRawPointer?