LibGdExportableFormatter
private protocol LibGdExportableFormatter : ExportableFormatterDefines a formatter to be used on one of libgd built-in format with none-parametrizable export conversions
- 
                  
                  Function pointer to one of libgd’s build in image export functions DeclarationSwift var exportFunction: (_ im: gdImagePtr, _ size: UnsafeMutablePointer<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
           LibGdExportableFormatter Protocol Reference
      LibGdExportableFormatter Protocol Reference