package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: May 20, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
grayscale
Overview
Description
Change dimensions of image
Implementation details
Uses the following libs:
- "image" from standard golang (for the image.image type)
- "bytes" from standard golang
Compliance to Spec
Rough level of compliance
100%
Documentation
¶
type Config struct {
Operation string `json:"operation"`
Input map[string]interface{} `json:"input,omitempty"`
}
type Operation struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.