Skip to content

Commit f987cc1

Browse files
committed
Change default downscaling filter to lanczos3
1 parent c4d7a42 commit f987cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)