Page 1 of 1

Software specialized in creating GUI screenshots ?

Posted: Sun Feb 20, 2011 6:01 pm
by c4s
I'm looking for an application that is designed for making GUI screenshots: It should capture window shadows (as in Vista & 7) but keep the background transparent, overlapping menus/sub windows should be captured as well.

Does anyone know such a program? (I remember one but unfortunately don't know the name anymore...)

Re: Software specialized in creating GUI screenshots ?

Posted: Sun Feb 20, 2011 6:53 pm
by Lush
Screenshot Captor can save transparent PNGs with drop shadows.

Re: Software specialized in creating GUI screenshots ?

Posted: Sun Feb 20, 2011 7:24 pm
by c4s
Thank you, I'll see if it does what I need.

Edit:
Seems to be more for the general user. I really remember that there is a program for my purpose...

Re: Software specialized in creating GUI screenshots ?

Posted: Sun Feb 20, 2011 8:49 pm
by c4s
I think I found the tool I searched for (I have to admit that it was pretty hard to find):
http://www.windowclippings.com/

Good thing is that it seems to include all child windows of my parent window and shadows etc. of course. That's exactly what I needed! :)

Re: Software specialized in creating GUI screenshots ?

Posted: Sun Feb 20, 2011 9:01 pm
by Trond
I'm don't have Vista, but I thought that if you use Alt+PrintScreen it will take a screenshot with the dropshadow, but without the window below.

Re: Software specialized in creating GUI screenshots ?

Posted: Sun Feb 20, 2011 9:21 pm
by Lush
Just tried it and Alt+PrintScreen captures the active window but not its shadow :?

Re: Software specialized in creating GUI screenshots ?

Posted: Tue Feb 22, 2011 2:22 am
by Nituvious
If you can't find anything, you could always capture the window using BitBlt(). I don't think it would be possible for you to capture the shadow this way, though.

Re: Software specialized in creating GUI screenshots ?

Posted: Tue Feb 22, 2011 4:54 am
by netmaestro
I have this http://www.purebasic.fr/english/viewtop ... 14&t=40444 but no shadows, you just select the part of the screen you want and snap it to a graphic. Probably not what you're looking for.

Re: Software specialized in creating GUI screenshots ?

Posted: Tue Feb 22, 2011 1:19 pm
by c4s
Thanks for your other suggestions. Anyway, the tool I posted is exactly what I need because I want the shadow & area around overlapping sub windows to be transparent.

Re: Software specialized in creating GUI screenshots ?

Posted: Tue Feb 22, 2011 10:30 pm
by flaith