LibGdParametrizableExportFormatter
private protocol LibGdParametrizableExportFormatter : ExportableFormatterDefines a formatter to be used on one of libgd built-in format with parametrizable export conversions
- 
                  
                  The parameters to apply on exports DeclarationSwift var exportParameters: Int32 { get }
- 
                  
                  Function pointer to one of libgd’s build in image export functions DeclarationSwift var exportFunction: (_ im: gdImagePtr, _ size: UnsafeMutablePointer<Int32>, _ parameters: Int32) -> UnsafeMutableRawPointer? { get }
- 
                  data(of:Extension method) Creates a data representation of given gdImagePtr.Throws GDErrorif export failed.DeclarationSwift fileprivate func data(of imagePtr: gdImagePtr) throws -> DataParametersimagePtrThe gdImagePtrof which a data representation should be instantiated.Return ValueThe (raw) Dataof the image
 View on GitHub
            View on GitHub
           LibGdParametrizableExportFormatter Protocol Reference
      LibGdParametrizableExportFormatter Protocol Reference