【发布时间】:2010-11-26 02:38:17
【问题描述】:
我有以下代码来拍摄图像并生成缩略图。
如何更改质量或压缩以通过编程获得更小的文件?
Image thumbNail = image.GetThumbnailImage(Width, Height, null, new IntPtr());
【问题讨论】:
-
-1 再次提出同样的问题:stackoverflow.com/questions/684092/…
-
你需要多久问一次同样的问题?:stackoverflow.com/questions/672807/…
标签: c# thumbnails