pipeline

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Jpg2Png added in v0.1.4

func Jpg2Png(args cli.Arguments)

func Jpg2Webp added in v0.1.4

func Jpg2Webp(args cli.Arguments)

func LoadPipeline

func LoadPipeline(args cli.Arguments) <-chan types.PipelineData

func NewPipeline

func NewPipeline[I any, O any](input <-chan I, process func(I) O) <-chan O

func PNG2Webp added in v0.1.2

func PNG2Webp(args cli.Arguments)

func Png2Jpg added in v0.1.4

func Png2Jpg(args cli.Arguments)

func Webp2Jpg added in v0.1.4

func Webp2Jpg(args cli.Arguments)

func Webp2Png added in v0.1.4

func Webp2Png(args cli.Arguments)

Types

type ConversionPipeline added in v0.1.2

type ConversionPipeline struct {
	// contains filtered or unexported fields
}

func (*ConversionPipeline) Convert added in v0.1.2

func (p *ConversionPipeline) Convert(args cli.Arguments)

handles any type of image conversion based on pipeline configuration

Jump to

Keyboard shortcuts

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