Skip to content

Commit

Permalink
add side effects import for image/jpeg png and gif (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink authored Nov 1, 2024
1 parent f0e2192 commit 4188b98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vips/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import (
"errors"
"fmt"
"image"
_ "image/gif"
_ "image/jpeg"
_ "image/png"
"io"
"os"
"runtime"
Expand Down

0 comments on commit 4188b98

Please sign in to comment.