BMPFormatter
private struct BMPFormatter : LibGdParametrizableFormatterDefines a formatter to be used on BMP import & export conversions
- 
                  
                  The parameters to apply on exports DeclarationSwift fileprivate var exportParameters: Int32
- 
                  
                  Initializes a new instance of Selfusing given RLE compression option on exportsDeclarationSwift init(compression: Bool = false)ParameterscompressionIndicates whether to apply RLE compression on export or not. Defaults to false. See Reference
- 
                  
                  Function pointer to libgd’s built-in bmp image create function DeclarationSwift fileprivate let importFunction: (Int32, UnsafeMutableRawPointer) -> gdImagePtr?
- 
                  
                  Function pointer to libgd’s built-in bmp image export function DeclarationSwift fileprivate let exportFunction: (gdImagePtr, UnsafeMutablePointer<Int32>, Int32) -> UnsafeMutableRawPointer?
 View on GitHub
            View on GitHub
           BMPFormatter Structure Reference
      BMPFormatter Structure Reference