Image Capture and Auto-Resize With Cropper

2008年06月08日 11:43 • 查看 25 次 • 打印本文

Having talked about the pain of capturing image snapshots, someone mentioned Cropper and its plug-in model so I thought I’d have a bash at creating a plug-in to optionally re-size on capture. Using these helpful articles (here and here) on using the GDI+ System.Drawing classes to do image re-sizing I was able to pull something together pretty quickly. I modified the Cropper Clipboard Format plug-in to optionally re-size to a user specified width/height using InterpolationMode.HighQualityBicubic for image reduction.

查看原文 »

评论

发表评论