Skip to content

Commit

Permalink
remove resize
Browse files Browse the repository at this point in the history
  • Loading branch information
Doarakko committed Jan 18, 2023
1 parent 8abdb5e commit cdf6155
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (

"github.com/Doarakko/go-yugioh/yugioh"
"github.com/mattn/go-sixel"
"github.com/nfnt/resize"
)

func main() {
Expand All @@ -41,7 +40,6 @@ func main() {
log.Fatal(err)
}

img = resize.Resize(300, 0, img, resize.Lanczos3)
err = sixel.NewEncoder(os.Stdout).Encode(img)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit cdf6155

Please sign in to comment.