use linear thumb resample filter

This commit is contained in:
Gani Georgiev
2023-12-03 20:56:14 +02:00
parent 04024cb6b7
commit f57d38f529
2 changed files with 8 additions and 5 deletions
+2
View File
@@ -53,6 +53,8 @@
- Added a default red colored Stderr output for the commands errors.
You can now also silence individually custom commands errors using the `cobra.Command.SilenceErrors` field.
- Slightly speed up (~10%) the thumbs generation by changing from cubic (`CatmullRom`) to bilinear (`Linear`) resampling filter (_the quality difference is very little_).
## v0.20.0-rc3