Skip to content

Commit a8c6aea

Browse files
committed
Change default downscaling filter to lanczos3
1 parent 0b43d81 commit a8c6aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cantaloupe.properties.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ processor.background_color = white
292292
# Available values are `bell`, `bspline`, `bicubic`, `box`, `hermite`,
293293
# `lanczos3`, `mitchell`, `triangle`. (JaiProcessor & KakaduNativeProcessor
294294
# ignore these.)
295-
processor.downscale_filter = bicubic
295+
processor.downscale_filter = lanczos3
296296
processor.upscale_filter = bicubic
297297

298298
# Intensity of an unsharp mask from 0 to 1.

0 commit comments

Comments
 (0)