mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
fix filter double page
This commit is contained in:
parent
02583cc715
commit
17d8161d99
@ -46,7 +46,7 @@ func NewGiftSplitDoublePage(options *ImageOptions) []*gift.GIFT {
|
||||
g.Add(gift.Brightness(float32(options.Brightness)))
|
||||
}
|
||||
g.Add(
|
||||
gift.ResizeToFit(options.ViewWidth, options.ViewHeight, gift.LanczosResampling),
|
||||
filters.Resize(options.ViewWidth, options.ViewHeight, gift.LanczosResampling),
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user