LibGdImportableFormatter
private protocol LibGdImportableFormatter : ImportableFormatterDefines a formatter to be used on one libgd built-in format import conversions
- 
                  
                  Function pointer to one of libgd’s build in image create functions DeclarationSwift var importFunction: (_ size: Int32, _ data: UnsafeMutableRawPointer) -> gdImagePtr? { get }
- 
                  imagePtr(of:Extension method) Creates a gdImagePtrfrom given image data.Throws GDErrorif import failed.DeclarationSwift fileprivate func imagePtr(of data: Data) throws -> gdImagePtrParametersdataThe image data of which an image should be instantiated. Return ValueThe gdImagePtrof the instantiated image.
 View on GitHub
            View on GitHub
           LibGdImportableFormatter Protocol Reference
      LibGdImportableFormatter Protocol Reference