JPGFormatter
private struct JPGFormatter : LibGdParametrizableFormatterDefines a formatter to be used on JPEG import & export conversions
- 
                  
                  The parameters to apply on exports DeclarationSwift fileprivate let exportParameters: Int32
- 
                  
                  Initializes a new instance of Selfusing given quality on exports For practical purposes, the quality should be a value in the range0...95. For values less than or equal0or lower, the IJG JPEG quality value (which should yield a good general quality / size tradeoff for most situations) is used.DeclarationSwift init(quality: Int32 = -1)ParametersqualityCompression quality to apply on exports. Defaults to -1. See Reference 
- 
                  
                  Function pointer to libgd’s built-in jpeg image create function DeclarationSwift fileprivate let importFunction: (Int32, UnsafeMutableRawPointer) -> gdImagePtr?
- 
                  
                  Function pointer to libgd’s built-in jpeg image export function DeclarationSwift fileprivate let exportFunction: (gdImagePtr, UnsafeMutablePointer<Int32>, Int32) -> UnsafeMutableRawPointer?
 View on GitHub
            View on GitHub
           JPGFormatter Structure Reference
      JPGFormatter Structure Reference