Global

Location

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

Constants


DefaultQuality

 

const DefaultQuality: Int64 = 75;

 

const Int64 DefaultQuality = 75

 

static let DefaultQuality: Int64 = 75

 

const DefaultQuality Int64 = 75

 

Dim DefaultQuality As Int64 = 75

Methods


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:

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: