
I have requested the feature in the WinSnap forum, author is interested:
http://www.ntwind.com/forum/viewtopic.php?p=388#388
Another screenshot app, can automatically create thumbnails and upload to FTP, also tiny and standalone:
FGWndGrab
Icfu
Moderators: Hacker, petermad, Stefan2, white
What about: Purrint (http://dana.ucc.nau.edu/~tsr22/apps/#purrint)icfu wrote:If you can name a free alternative to WSM that shows a preview pic and autoconverts and autosaves screenshots to PNG, offers hotkey support and some of the other goodies, and I mean a clean and simple app, please name it here and you will win a cookie.
I haven't seen much screenshot apps that can NOT use printscreen actually, all of those I proposed here can use it IIRC.I tried many screen capturer, but only a few of them can use the PrntScrn-button to take the snapshot. WSM can do so too and Purrint.
Sure.Is it worth a cookie?
If you work with maximized windows, it's completely useless.icfu wrote:fungusTabs can create sets of windows that are grouped together and made accessible by tabs docked to the window.
This one is a real gem and has just been made available again by the author, don't miss it!
Icfu
Hey, calm down! I did not offend you. I tried the program changed the configuration and nothing. And the readme doesn't help very much. But you don't need to be nervous and yell on me. If you don't want to help, I regret. But I DID NOT offend you. After trying the program, I expressed my opinion about what was for me a big limitation. If I was wrong, sorry, I'm not the perfect one. You just don't need to get angry.icfu wrote:Go help yourself or ignore the app, I don't care.Icfu
Code: Select all
VarSetCapacity(area, 16)
;left X-coordinate of desktop area
DllCall("ntoskrnl.exe\RtlFillMemoryUlong", "uint", &area+0, "uint", 4, "uint", 4)
;top Y-coordinate of desktop area
DllCall("ntoskrnl.exe\RtlFillMemoryUlong", "uint", &area+4, "uint", 4, "uint", 22)
;right x-coordinate of desktop area
DllCall("ntoskrnl.exe\RtlFillMemoryUlong", "uint", &area+8, "uint", 4, "uint", A_ScreenWidth)
;bottom Y-coordinate of desktop area
DllCall("ntoskrnl.exe\RtlFillMemoryUlong", "uint", &area+12, "uint", 4, "uint", A_ScreenHeight-58)
;set desktop area with SPI_SETWORKAREA
DllCall("SystemParametersInfo", "uint", 0x2F, "uint", 0, "uint", &area, "uint", 0)
VarSetCapacity(area, 0)
Code: Select all
Margin, 0, Top, 18
don't ever think like this.... take MHT for example, I am waiting 5 years for it..... the same is true with this. I got free registration helping author of SVBookmarks but I quit becuase despite all eforts it is useless and very baggy. I checked the apps you mention and I will check them in detail later but from respective sites I noticed they have their own app without connections to browsers.... and that is bad along with the fact they are >2MB.but I am also sure that such a thing will be developed sooner or later as it's overdue
Those screeenshots on the avi were creaated using the app itself but I didn't show you this. I use IE COM Interface to grab html from the net and convert it to image of desired size. You can check little app I did before starting this to make sure I know how to do it. The app is available via Simtel.netHow will those preview images be created?