feat: revert to use webp executable

This commit is contained in:
Antoine Aflalo
2025-02-13 19:46:17 -05:00
parent dd7b6a332c
commit 25cd4585b7
7 changed files with 87 additions and 91 deletions

View File

@@ -2,8 +2,8 @@ package converter
import (
"bytes"
"github.com/belphemur/CBZOptimizer/v2/internal/manga"
"github.com/belphemur/CBZOptimizer/v2/internal/utils/errs"
"github.com/belphemur/CBZOptimizer/v2/manga"
"github.com/belphemur/CBZOptimizer/v2/pkg/converter/constant"
"golang.org/x/exp/slices"
"image"