Documentation
¶
Index ¶
- Constants
- func RenderLanczos(serv proto.EaselServiceClient, easelID, paletteID string, data []byte, ...) error
- func RenderManga(serv proto.EaselServiceClient, easelID, paletteID string, data []byte, ...) error
- func UpdateLanczos(serv proto.EaselServiceClient, easelID, paletteID string, lobes int) error
- func UpdateManga(serv proto.EaselServiceClient, easelID, paletteID string, lobes int) error
Constants ¶
View Source
const (
// LanczosFilter ...
LanczosFilter = "lanczos"
)
View Source
const (
// MangaFilter ...
MangaFilter = "manga"
)
Variables ¶
This section is empty.
Functions ¶
func RenderLanczos ¶
func RenderLanczos(serv proto.EaselServiceClient, easelID, paletteID string, data []byte, src image.Image, width, height int, quality float32, mimeType string, dstWriter io.Writer) error
RenderLanczos ...
func RenderManga ¶
func RenderManga(serv proto.EaselServiceClient, easelID, paletteID string, data []byte, src image.Image, width, height int, quality float32, mimeType string, dstWriter io.Writer) error
RenderManga ...
func UpdateLanczos ¶
func UpdateLanczos(serv proto.EaselServiceClient, easelID, paletteID string, lobes int) error
UpdateLanczos ...
func UpdateManga ¶
func UpdateManga(serv proto.EaselServiceClient, easelID, paletteID string, lobes int) error
UpdateManga ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.