1
0
mirror of https://github.com/fumiama/imgsz.git synced 2026-06-05 00:32:53 +08:00
2024-05-06 18:09:27 +09:00
2024-05-06 18:09:27 +09:00
🎉 完成
2022-01-08 15:09:05 +08:00
2024-05-06 18:09:27 +09:00
🎉 完成
2022-01-08 15:09:05 +08:00
2024-05-06 17:23:02 +09:00
2024-05-06 17:23:02 +09:00
2024-05-06 18:09:27 +09:00
🎉 完成
2022-01-08 15:09:05 +08:00
2024-05-06 18:09:27 +09:00
🎉 完成
2022-01-08 15:09:05 +08:00
2022-01-08 12:06:32 +08:00
🎉 完成
2022-01-08 15:09:05 +08:00
🎉 完成
2022-01-08 15:09:05 +08:00
2024-05-06 18:09:27 +09:00
2024-05-06 18:09:27 +09:00
2024-05-06 18:09:27 +09:00
2024-05-06 17:23:02 +09:00

imgsz

Image size analyzer for jpg/png/gif/webp

Usage

// DecodeSize decodes the dimensions of an image that has
// been encoded in a registered format. The string returned is the format name
// used during format registration. Format registration is typically done by
// an init function in the codec-specific package.
func DecodeSize(r io.Reader) (Size, string, error)
Description
Image size analyzer for jpg/png/gif/webp
Readme GPL-3.0 2.3 MiB
Languages
Go 100%