开发者

better quality thumbnail

开发者 https://www.devze.com 2023-01-17 17:02 出处:网络
I am looking c# code which creates better quality higher resolution thumbnail image. i am ha开发者_开发知识库ving an image of dimension(600 * 900) and ineedto create thumbnail of dimension (100 * 100

I am looking c# code which creates better quality higher resolution thumbnail image.

i am ha开发者_开发知识库ving an image of dimension(600 * 900) and i need to create thumbnail of dimension (100 * 100) with high quality.


Have a look at this. I think this is what you are looking for

http://www.mikeborozdin.com/post/High-Quality-Image-Resizing-with-NET.aspx


Would the code in Image Resizing ( http://www.codeproject.com/KB/GDI-plus/imgresizoutperfgdiplus.aspx licensed under the CodeProject Open License) be something of interest? It implements various resampling filters (Hermite,Lanczos3,CatmullRom,QuadraticBSpline,...)


You can use imagemagick http://www.imagemagick.org/script/index.php. Install it and call from c# using command line.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号