line drawings to test downsizing methods
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
line drawings to test downsizing methods
@Anthony, especially:
Do you have some line drawing images that you consider good to test line drawing downsizing?
Do you have some line drawing images that you consider good to test line drawing downsizing?
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: line drawings to test downsizing methods
I found one:
A first attempt. (I've not tried anything else. Just a first "go".)
This gives:
Are there tests of this kind of operation somewhere? So I can tell what's usually done and how well it fares?
A first attempt. (I've not tried anything else. Just a first "go".)
Code: Select all
magick baron.jpg -colorspace RGB +sigmoidal-contrast 25 -define filter:window=Quadratic -distort resize 100x100 -sigmoidal-contrast 25 -colorspace sRGB baron.EWAQuadraticJincSig25.png
Are there tests of this kind of operation somewhere? So I can tell what's usually done and how well it fares?
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: line drawings to test downsizing methods
Well: First attempt -> Thumbs down.
Here is the same filter through linear light as before, but without sigmoidization:
Here is the same filter through linear light as before, but without sigmoidization:
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: line drawings to test downsizing methods
With less sigmoidal contrast, namely 6 (down from 25, which is rather large, in my first attempt):
Not particularly impressive either.
-----
OK, I'll do something else for a while.
Not particularly impressive either.
-----
OK, I'll do something else for a while.
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: line drawings to test downsizing methods
One last try: Ginseng through linear light, no sigmoidization:
Code: Select all
magick baron.jpg -colorspace RGB -define filter:window=Jinc -define filter:lobes=3 -resize 100x100 -colorspace sRGB baron.GinsengSig0.png
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: line drawings to test downsizing methods
I do not know if any of these will help.
The rings image, which you probably have.
These I found by searching Google
http://v7.tsemtulku.com/images/stories/ ... RAWING.jpg
http://fc04.deviantart.net/fs43/i/2009/ ... queror.jpg
http://www.peppertop.com/polygon_web.svg
http://www.online-utility.org/image/Ima ... rawing.svg
http://www.online-utility.org/image/Ima ... rawing.svg
http://golancourses.net/2010spring/wp-c ... s-1963.jpg
http://richworks.in/wp-content/uploads/ ... actals.jpg
http://www.wussu.com/fractals/images/wd950403.gif
http://www.wallpapergate.com/data/media ... al_028.jpg
http://beatrizortiztrapote.files.wordpr ... tail13.jpg
or at http://sourceforge.net/projects/testimages/files/ (testimages_hdtv.zip or testimages.zip)
The rings image, which you probably have.
These I found by searching Google
http://v7.tsemtulku.com/images/stories/ ... RAWING.jpg
http://fc04.deviantart.net/fs43/i/2009/ ... queror.jpg
http://www.peppertop.com/polygon_web.svg
http://www.online-utility.org/image/Ima ... rawing.svg
http://www.online-utility.org/image/Ima ... rawing.svg
http://golancourses.net/2010spring/wp-c ... s-1963.jpg
http://richworks.in/wp-content/uploads/ ... actals.jpg
http://www.wussu.com/fractals/images/wd950403.gif
http://www.wallpapergate.com/data/media ... al_028.jpg
http://beatrizortiztrapote.files.wordpr ... tail13.jpg
or at http://sourceforge.net/projects/testimages/files/ (testimages_hdtv.zip or testimages.zip)
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: line drawings to test downsizing methods
@Fred:
These are nice.
Thank you.
These are nice.
Thank you.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: line drawings to test downsizing methods
It takes a long time to download, but you might find that the color images in the testimages.zip set at http://sourceforge.net/projects/testimages/files/ to be useful for color images to downsample
Re: line drawings to test downsizing methods
I prefer linear light with EWA lanczos3Sharpest
-
- Posts: 1944
- Joined: 2010-08-28T11:16:00-07:00
- Authentication code: 8675308
- Location: Montreal, Canada
Re: line drawings to test downsizing methods
Thank you Henry for your opinion. Here is the result:henrywho wrote:I prefer linear light with EWA lanczos3Sharpest
Not that different, on this test image, than linear light (orthogonal) Ginseng, and also to linear light (orthogonal) Lanczos and Cosine (with the new 3-lobe Sinc default). It's different. Just not very different.
I've actually removed the suggestion that one may want to use sigmoidization when downsampling from the current draft of my recommendations: http://web.cs.laurentian.ca/nrobidoux/m ... colas.html
(And EWA Lanczos3Sharpest, which fares well in the tests of my grad student Adam Turcotte, was there from the beginning in the downsampling section, as an example of lowering the blur to get additional sharpness.)
Re: line drawings to test downsizing methods
EWA Lanczos3Sharpest offers more pronounced darkness differences in the gray "areas".
EWA Langrange, at this round, hurts the picture because its strong dark-halos are darkening the lines too much.
EWA Langrange, at this round, hurts the picture because its strong dark-halos are darkening the lines too much.