Skip to content

Commit

Permalink
filters: link to explanation of ginseng filter
Browse files Browse the repository at this point in the history
This one was coined by IM, so leave a link back to the source.
  • Loading branch information
haasn committed Oct 12, 2024
1 parent 469e5b3 commit a546431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filters.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ const struct pl_filter_config pl_filter_lanczos = {
.recommended = PL_FILTER_SCALING,
};

// See https://legacy.imagemagick.org/Usage/filter/nicolas/#upsampling
const struct pl_filter_config pl_filter_ginseng = {
.name = "ginseng",
.description = "Ginseng (Jinc-Sinc)",
Expand Down

0 comments on commit a546431

Please sign in to comment.