ImportableFormatter
private protocol ImportableFormatterDefines a formatter to be used on import (from data/file to gdImage) conversions
- 
                  
                  Creates a gdImagePtrfrom given image data.Throws GDErrorif import failed.DeclarationSwift 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
           ImportableFormatter Protocol Reference
      ImportableFormatter Protocol Reference