Francisco Herrera

Results 18 comments of Francisco Herrera

I have the same issue, any updates on this issue? Or maybe a workaround

Forget it I think is already covered here: $ go-comic-converter -profile SR -input ~/Download/MyComic.[CBZ,ZIP,CBR,RAR,PDF]

Checking the code: ``` // only accept jpg, png and webp as source file func (e EPUBImageProcessor) isSupportedImage(path string) bool { switch strings.ToLower(filepath.Ext(path)) { case ".jpg", ".jpeg", ".png", ".webp", ".tiff":...

> Or do you want to batch process several zip/rar ? In that case it's not supported for several reasons: > > * we support directory as input, similar to...

Hi, this is not the place for this issue. Please post this question to get help in the [discussion](https://github.com/istio/istio/discussions) section in the istio/istio repo or also try to get some...

> Seems like we'll want comparability-version updates for this? Hey, I just added compatibilityVersion for this change. Thanks for the note