Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.image.gif
  • Platforms: .NET, .NET Standard 2.0, Island

 

Decode

 

class method Decode(r: Reader): tuple of (Image, error)

 

static (Image, error) Decode(Reader r)

 

static func Decode(_ r: Reader) -> (Image, error)

 

func Decode(r Reader) tuple of (Image, error)

 

Shared Function Decode(r As Reader) As Tuple (Of Image, error)

Parameters:

  • r:

DecodeAll

 

// .NET, .NET Standard 2.0
class method DecodeAll(r: Reader): tuple of (Memory<GIF>, error)
// Island
class method DecodeAll(r: Reader): tuple of (Memory<GIF>, error)

 

// .NET, .NET Standard 2.0
static (Memory<GIF>, error) DecodeAll(Reader r)
// Island
static (Memory<GIF>, error) DecodeAll(Reader r)

 

// .NET, .NET Standard 2.0
static func DecodeAll(_ r: Reader) -> (Memory<GIF>, error)
// Island
static func DecodeAll(_ r: Reader) -> (Memory<GIF>, error)

 

// .NET, .NET Standard 2.0
func DecodeAll(r Reader) tuple of (Memory<GIF>, error)
// Island
func DecodeAll(r Reader) tuple of (Memory<GIF>, error)

 

// .NET, .NET Standard 2.0
Shared Function DecodeAll(r As Reader) As Tuple (Of Memory<GIF>, error)
// Island
Shared Function DecodeAll(r As Reader) As Tuple (Of Memory<GIF>, error)

Parameters:

  • r:

DecodeConfig

 

class method DecodeConfig(r: Reader): tuple of (Config, error)

 

static (Config, error) DecodeConfig(Reader r)

 

static func DecodeConfig(_ r: Reader) -> (Config, error)

 

func DecodeConfig(r Reader) tuple of (Config, error)

 

Shared Function DecodeConfig(r As Reader) As Tuple (Of Config, error)

Parameters:

  • r:

DisposalBackground

 

const DisposalBackground: Int64 = 2;

 

const Int64 DisposalBackground = 2

 

static let DisposalBackground: Int64 = 2

 

const DisposalBackground Int64 = 2

 

Dim DisposalBackground As Int64 = 2

DisposalNone

 

const DisposalNone: Int64 = 1;

 

const Int64 DisposalNone = 1

 

static let DisposalNone: Int64 = 1

 

const DisposalNone Int64 = 1

 

Dim DisposalNone As Int64 = 1

DisposalPrevious

 

const DisposalPrevious: Int64 = 3;

 

const Int64 DisposalPrevious = 3

 

static let DisposalPrevious: Int64 = 3

 

const DisposalPrevious Int64 = 3

 

Dim DisposalPrevious As Int64 = 3

Encode

 

// .NET, .NET Standard 2.0
class method Encode(w: Writer; m: Image; o: Memory<Options>): error
// Island
class method Encode(w: Writer; m: Image; o: Memory<Options>): error

 

// .NET, .NET Standard 2.0
static error Encode(Writer w, Image m, Memory<Options> o)
// Island
static error Encode(Writer w, Image m, Memory<Options> o)

 

// .NET, .NET Standard 2.0
static func Encode(_ w: Writer, _ m: Image, _ o: Memory<Options>) -> error
// Island
static func Encode(_ w: Writer, _ m: Image, _ o: Memory<Options>) -> error

 

// .NET, .NET Standard 2.0
func Encode(w Writer, m Image, o Memory<Options>) error
// Island
func Encode(w Writer, m Image, o Memory<Options>) error

 

// .NET, .NET Standard 2.0
Shared Function Encode(w As Writer, m As Image, o As Memory<Options>) As error
// Island
Shared Function Encode(w As Writer, m As Image, o As Memory<Options>) As error

Parameters:

  • w:
  • m:
  • o:

EncodeAll

 

// .NET, .NET Standard 2.0
class method EncodeAll(w: Writer; g: Memory<GIF>): error
// Island
class method EncodeAll(w: Writer; g: Memory<GIF>): error

 

// .NET, .NET Standard 2.0
static error EncodeAll(Writer w, Memory<GIF> g)
// Island
static error EncodeAll(Writer w, Memory<GIF> g)

 

// .NET, .NET Standard 2.0
static func EncodeAll(_ w: Writer, _ g: Memory<GIF>) -> error
// Island
static func EncodeAll(_ w: Writer, _ g: Memory<GIF>) -> error

 

// .NET, .NET Standard 2.0
func EncodeAll(w Writer, g Memory<GIF>) error
// Island
func EncodeAll(w Writer, g Memory<GIF>) error

 

// .NET, .NET Standard 2.0
Shared Function EncodeAll(w As Writer, g As Memory<GIF>) As error
// Island
Shared Function EncodeAll(w As Writer, g As Memory<GIF>) As error

Parameters:

  • w:
  • g:

 

DisposalBackground

 

const DisposalBackground: Int64 = 2;

 

const Int64 DisposalBackground = 2

 

static let DisposalBackground: Int64 = 2

 

const DisposalBackground Int64 = 2

 

Dim DisposalBackground As Int64 = 2

DisposalNone

 

const DisposalNone: Int64 = 1;

 

const Int64 DisposalNone = 1

 

static let DisposalNone: Int64 = 1

 

const DisposalNone Int64 = 1

 

Dim DisposalNone As Int64 = 1

DisposalPrevious

 

const DisposalPrevious: Int64 = 3;

 

const Int64 DisposalPrevious = 3

 

static let DisposalPrevious: Int64 = 3

 

const DisposalPrevious Int64 = 3

 

Dim DisposalPrevious As Int64 = 3

 

Decode

 

class method Decode(r: Reader): tuple of (Image, error)

 

static (Image, error) Decode(Reader r)

 

static func Decode(_ r: Reader) -> (Image, error)

 

func Decode(r Reader) tuple of (Image, error)

 

Shared Function Decode(r As Reader) As Tuple (Of Image, error)

Parameters:

  • r:

DecodeAll

 

// .NET, .NET Standard 2.0
class method DecodeAll(r: Reader): tuple of (Memory<GIF>, error)
// Island
class method DecodeAll(r: Reader): tuple of (Memory<GIF>, error)

 

// .NET, .NET Standard 2.0
static (Memory<GIF>, error) DecodeAll(Reader r)
// Island
static (Memory<GIF>, error) DecodeAll(Reader r)

 

// .NET, .NET Standard 2.0
static func DecodeAll(_ r: Reader) -> (Memory<GIF>, error)
// Island
static func DecodeAll(_ r: Reader) -> (Memory<GIF>, error)

 

// .NET, .NET Standard 2.0
func DecodeAll(r Reader) tuple of (Memory<GIF>, error)
// Island
func DecodeAll(r Reader) tuple of (Memory<GIF>, error)

 

// .NET, .NET Standard 2.0
Shared Function DecodeAll(r As Reader) As Tuple (Of Memory<GIF>, error)
// Island
Shared Function DecodeAll(r As Reader) As Tuple (Of Memory<GIF>, error)

Parameters:

  • r:

DecodeConfig

 

class method DecodeConfig(r: Reader): tuple of (Config, error)

 

static (Config, error) DecodeConfig(Reader r)

 

static func DecodeConfig(_ r: Reader) -> (Config, error)

 

func DecodeConfig(r Reader) tuple of (Config, error)

 

Shared Function DecodeConfig(r As Reader) As Tuple (Of Config, error)

Parameters:

  • r:

Encode

 

// .NET, .NET Standard 2.0
class method Encode(w: Writer; m: Image; o: Memory<Options>): error
// Island
class method Encode(w: Writer; m: Image; o: Memory<Options>): error

 

// .NET, .NET Standard 2.0
static error Encode(Writer w, Image m, Memory<Options> o)
// Island
static error Encode(Writer w, Image m, Memory<Options> o)

 

// .NET, .NET Standard 2.0
static func Encode(_ w: Writer, _ m: Image, _ o: Memory<Options>) -> error
// Island
static func Encode(_ w: Writer, _ m: Image, _ o: Memory<Options>) -> error

 

// .NET, .NET Standard 2.0
func Encode(w Writer, m Image, o Memory<Options>) error
// Island
func Encode(w Writer, m Image, o Memory<Options>) error

 

// .NET, .NET Standard 2.0
Shared Function Encode(w As Writer, m As Image, o As Memory<Options>) As error
// Island
Shared Function Encode(w As Writer, m As Image, o As Memory<Options>) As error

Parameters:

  • w:
  • m:
  • o:

EncodeAll

 

// .NET, .NET Standard 2.0
class method EncodeAll(w: Writer; g: Memory<GIF>): error
// Island
class method EncodeAll(w: Writer; g: Memory<GIF>): error

 

// .NET, .NET Standard 2.0
static error EncodeAll(Writer w, Memory<GIF> g)
// Island
static error EncodeAll(Writer w, Memory<GIF> g)

 

// .NET, .NET Standard 2.0
static func EncodeAll(_ w: Writer, _ g: Memory<GIF>) -> error
// Island
static func EncodeAll(_ w: Writer, _ g: Memory<GIF>) -> error

 

// .NET, .NET Standard 2.0
func EncodeAll(w Writer, g Memory<GIF>) error
// Island
func EncodeAll(w Writer, g Memory<GIF>) error

 

// .NET, .NET Standard 2.0
Shared Function EncodeAll(w As Writer, g As Memory<GIF>) As error
// Island
Shared Function EncodeAll(w As Writer, g As Memory<GIF>) As error

Parameters:

  • w:
  • g: