- Error
| AeroCapture |
|
|
| Written by Markus Ewald | |||
| Sunday, June 20 2010 14:30 | |||
|
Whenever I needed a screenshot of some application for this website, I used an image editor to cut out the window's drop shadow, generated an alpha channel from its luminance, added that as a layer behind the actual application window and saved the entire thing again. Today I wrote a small utility to automate this process for me: AeroCapture. Pressing the "Print Screen" key will take a screenshot of the active window, and save it as a .png in the My Pictures directory, retaining the window's drop shadow in the image's alpha channel.
You can download it here: (C# source code included) This got me thinking. Somehow, whenever I have the choice between...
...I always choose the 2 minutes approach. I can continue working on what I was planning to do and I don't have as many utilities to maintain. What do you do in this situation?
|


Comments
Try it - it takes a screenshot of just the current window.
You could probably just use a css box shadow (and filters so it'll work in IE), though I guess it's a little more convenient with your tool. You'd probably get a lower page weight with css since the image would be smaller, but the effort might not be worth it.
RSS feed for comments to this post