TIFFFormatter
private struct TIFFFormatter : LibGdFormatter
Defines a formatter to be used on TIFF import & export conversions
-
Function pointer to libgd’s built-in tiff image create function
Declaration
Swift
fileprivate let importFunction: (Int32, UnsafeMutableRawPointer) -> gdImagePtr?
-
Function pointer to libgd’s built-in tiff image export function
Declaration
Swift
fileprivate let exportFunction: (gdImagePtr, UnsafeMutablePointer<Int32>) -> UnsafeMutableRawPointer?