From 2d057d030f81069a3bc4e6e4c0317dcd68534e78 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Mon, 17 Mar 2025 20:57:00 -0700 Subject: Add more file formats --- icat.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'icat.go') diff --git a/icat.go b/icat.go index 4bcfb45..56ab95a 100644 --- a/icat.go +++ b/icat.go @@ -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" ) -- cgit v1.3.1