ExportableFormatter
private protocol ExportableFormatterDefines a formatter to be used on export (from gdImage to data/file) conversions
- 
                  
                  Creates a data representation of given gdImagePtr.Throws GDErrorif export failed.DeclarationSwift 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
           ExportableFormatter Protocol Reference
      ExportableFormatter Protocol Reference