aa1fe89e96
Reduce allocations by re-using uint8 slices where possible Use github.com/disintegration/imaging for resizing Add a module option to skip RGB conversion for YCbCr images
20 lines
455 B
Modula-2
20 lines
455 B
Modula-2
module gitea.narnian.us/lordwelch/goimagehash
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.0
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/gen2brain/avif v0.3.1
|
|
github.com/spakin/netpbm v1.3.0
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.7.1 // indirect
|
|
github.com/tetratelabs/wazero v1.7.1 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
)
|