diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-03-17 20:57:00 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-03-17 20:57:00 -0700 |
| commit | 2d057d030f81069a3bc4e6e4c0317dcd68534e78 (patch) | |
| tree | 46f4e9b35fccae8cd49ee09070c8be7750e7fc52 /icat.go | |
| parent | 5924ab4508d90f074157888899ac52c2af57090a (diff) | |
| download | imgutil-2d057d030f81069a3bc4e6e4c0317dcd68534e78.tar.zst | |
Add more file formats
Diffstat (limited to 'icat.go')
| -rw-r--r-- | icat.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,11 +6,15 @@ import ( "flag" "fmt" "image" + _ "image/gif" _ "image/jpeg" _ "image/png" "os" + _ "golang.org/x/image/bmp" "golang.org/x/image/draw" + _ "golang.org/x/image/tiff" + _ "golang.org/x/image/webp" "golang.org/x/term" ) |
