config

package
v0.0.1-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config interface {
	GetEffort() int
	GetQuality() int
	SetQuality(int) error
	SetEffort(int) error
	SetLosslessTranscoding(bool) error
	GetLosslessTranscoding() bool
}

func NewConfig

func NewConfig() Config

type Configuration

type Configuration struct {
	Libjxl Libjxl
}

type Libjxl

type Libjxl struct {
	Effort                  int
	Quality                 int
	LosslessJpegTranscoding bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL