Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConvertToKtx2ImageDependenciesInterface ¶
type ConvertToKtx2ImageDependenciesInterface interface { UUIDGenerator() string ContentTypeDetector(data []byte) string ImageSizer(data []byte) (int, int, error) CommandExecutor(name string, args ...string) error ParamsGenerator(mode string, width, height int, inputPath, outputPath string, isSRGB bool, etc1sQuality, uastcQuality, zstdLevel int) []string FileReader(filePath string) ([]byte, error) FileCreator(filePath string) (File, error) FileRemover(filePath string) error }
Click to show internal directories.
Click to hide internal directories.