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
Const 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) -> tuple of (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) -> tuple of (Config, error)
func DecodeConfig(r Reader) tuple of (Config, error)
Shared Function DecodeConfig(r As Reader) As Tuple (Of Config, error)
Parameters:
- r:
Encode
class method Encode(w: Writer; m: Image; o: Memory<Options>): error
static error Encode(Writer w, Image m, Memory<Options> o)
static func Encode(_ w: Writer, _ m: Image, _ o: Memory<Options>) -> error
func Encode(w Writer, m Image, o Memory<Options>) error
Shared Function Encode(w As Writer, m As Image, o As Memory<Options>) As error
Parameters:
- w:
- m:
- o: