I think I've found a good filter this time
Posted: 2012-10-09T18:41:38-07:00
Triangle
Lanczos EWA
Catrom windowed Jinc EWA - Linear RGB and Sigmoidal Contrast
Triangle
http://puu.sh/1dbUi
Lanczos EWA
http://puu.sh/1dbUr
Catrom Jinc EWA
http://puu.sh/1dbUw
Code: Select all
$ magick rose: -filter triangle -resize 1000% rose_triangle.png
Code: Select all
$ magick rose: -filter lanczos -distort resize 1000% rose_lanczos_ewa.png
Code: Select all
$ magick rose: -colorspace rgb +sigmoidal-contrast 8 -define filter:window=catrom -define filter:filter=jinc -distort resize 1000% -sigmoidal-contrast 8 -colorspace srgb rose_jinc-catrom_ewa_rgb-sig8.png
Triangle
http://puu.sh/1dbUi
Lanczos EWA
http://puu.sh/1dbUr
Catrom Jinc EWA
http://puu.sh/1dbUw