Question Details

Browse

Looking for an open source screen capture tool.

By liljon - Mar. 15, 2008

I'm looking for an open source app. that has snagit like functionality. I love Snagit but it isn't open source. CamStudio is open source but it is only for video screen capture. Any other screen capture tools out there?


Answers

Add Answer
  1. By an anonymous user on Mar. 15, 2008

    On the mac, you have a built in screen capture. (Cmd + Shift + 3 or 4, depending on need). You can also drop the image directly onto the clipboard.


    If you are looking for browser plugins, you can have a few available for Mozilla, but I haven't used those.


    2 Votes
  2. By an anonymous user on Mar. 15, 2008

    google it


    0 Votes
  3. By newtoos on Mar. 16, 2008

    Try Zscreen - its freeware so you wont have access to the source code, but it does the trick


    3 Votes
  4. By msauter on Mar. 23, 2008

    Greenshot (http://greenshot.sourceforge.net) has all you need - including a simple built-in image editor.


    2 Votes
  5. By an anonymous user on Apr. 24, 2008

    If you are using Vista:

    C:\Windows\System32\SnippingTool.exe


    0 Votes
  6. By osafw on May. 06, 2008

    Well though not an open source option but Snippy till date has been the best, never had to look for another. Its strange not many people know about it, but the reason could be the fact that it is very small, but does the job so perfectly. I am sure you would find using Snippy a breeze!...


    Its a single exe, and does not need to be installed. Just run and snip.


    http://www.bhelpuri.net/Snippy/

    http://www.bhelpuri.net/Snippy/


    1 Votes
  7. By an anonymous user on Jun. 11, 2008

    I made my own if you're interested. It's not professional - kind of "indie software development" really, but you might find it useful.


    Screenshot:

    http://gir.slampt.net/~gavin/asc-v104.jpg


    Installer:

    http://gir.slampt.net/~gavin/screen/download/v104/AutoScreenCaptureSetup...


    2 Votes
  8. By hjimmy on Jun. 14, 2008

    The firefox plugin Screengrab is quite useful if you want to take screenshots of browser windows. It will not take screenshots of other items on your desktop, but may be useful to look at if you are mainly interested in the browser.


    0 Votes
  9. By an anonymous user on Jul. 03, 2008

    My fav is MW Snap. Great, simple, free and supports full screen, fixed areas or manual grab. Also saves to many formats too. Try it!


    I have promoted it through my company and they love it too!


    0 Votes
  10. By Joh on Jul. 03, 2008

    Why does everyone get confused about the simplest things? you dont need a special program to grab ascreen image - just write a simple java program:

    final Robot robot = new Robot();

    final Toolkit toolkit = Toolkit.getDefaultToolkit();

    final Dimension dimension = toolkit.getScreenSize();

    final Rectangle r = new Rectangle(dimension);

    final Image img = robot.createScreenCapture(r);


    0 Votes
  11. By an anonymous user on Jul. 09, 2008

    Joh, what a douchebag.


    0 Votes
  12. By an anonymous user on Aug. 14, 2008

    There's an even easier way...


    Control/prt scr adds a screenshot to your clipboard (Win XP)


    0 Votes
  13. By an anonymous user on Aug. 17, 2008

    I just tried greenshot loaded as a portable app, and it's wonderful. See the link in post above.


    Regards,


    Volition


    0 Votes
  14. By an anonymous user on Aug. 19, 2008

    I lik Wisdom-soft's screen Hunter 5.0. It's free and collects screen shots in bmp, jpg and gif.


    It works on MS OS (XP and Vista).


    Easy to use and free makes it a value.


    0 Votes
  15. By an anonymous user on Aug. 28, 2008

    I'm looking for the same thing and when reading through the suggestions it is apparent some did not understand the question.


    Just because a tool is free does not

    mean that it is open source, which was specifically requested by the poster.


    The built in OS functions; Control/prt scr (Win) and Cmd + Shift + 3 or 4 (Mac) do not offer Snagit like functionality:


    What was asked for...

    http://sourceforge.net/projects/capturedit/

    http://greenshot.sourceforge.net/ --> requires .NET framework


    0 Votes
  16. By molinshow on Aug. 28, 2008

    google code?


    0 Votes
Share your knowledge

Related Questions

Browse Get answers and share your expertise.