package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Oct 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Image2Thumbnail(filePath, outPath string, desWidth int, desHeight int) error
-
func Image2Webp(filePath, outPath string, quality float32) error
-
func ImageConv(filePath, outPath, outMPath string, quality float32, desWidth int, ...) error
-
type IfdEntry
-
type TExif
type IfdEntry struct {
IfdPath string `json:"ifd_path"`
FqIfdPath string `json:"fq_ifd_path"`
IfdIndex int `json:"ifd_index"`
TagId uint16 `json:"tag_id"`
TagName string `json:"tag_name"`
TagTypeId exif.TagTypePrimitive `json:"tag_type_id"`
TagTypeName string `json:"tag_type_name"`
UnitCount uint32 `json:"unit_count"`
Value interface{} `json:"value"`
ValueString string `json:"value_string"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.