2017-06-16 17:06:10 +02:00
|
|
|
# Screenshot and GIF software
|
|
|
|
|
|
|
|
The following list documents different screenshoting & GIF-making techniques and
|
|
|
|
free software. We encourage you to make use of these when making front-end pull
|
|
|
|
requests, as other contributors can see the changes you have made without having
|
|
|
|
to checkout your branch.
|
|
|
|
|
|
|
|
## Screenshot tools by platform
|
|
|
|
### Browser
|
2017-11-20 18:38:04 +01:00
|
|
|
- Firefox can take screenshots without any plugins (stable feature starting from v57)
|
|
|
|
- You can find it under `page actions / Take a screenshot`
|
|
|
|
- It is capable of screenshoting the entire page, visible area and individual DOM elements
|
2017-06-16 17:06:10 +02:00
|
|
|
- [LightShot Screenshot](https://app.prntscr.com/en/index.html) (Chrome, Firefox, IE & Opera)
|
|
|
|
|
2017-08-26 09:33:47 +02:00
|
|
|
### macOS
|
2017-06-16 17:06:10 +02:00
|
|
|
- Command-Shift-3 to capture all of the screen
|
|
|
|
- Command-Shift-4 and drag cursor to select a specific area
|
|
|
|
- [LightShot Screenshot](https://app.prntscr.com/en/index.html)
|
|
|
|
- [Gyazo](https://gyazo.com/en)
|
|
|
|
|
|
|
|
### Windows
|
|
|
|
- Snipping Tool (inbuilt)
|
|
|
|
- [LightShot Screenshot](https://app.prntscr.com/en/index.html)
|
|
|
|
- [Gyazo](https://gyazo.com/en)
|
|
|
|
|
|
|
|
### Linux
|
|
|
|
- gnome-screenshot (inbuilt, you can use Ctrl-Shift-PrtScn as a shortcut for its “select an area to grab” feature)
|
|
|
|
|
|
|
|
## GIF tools by platform
|
|
|
|
### Browser
|
|
|
|
- [GIPHY](https://giphy.com)
|
2017-06-29 22:22:04 +02:00
|
|
|
- [Chrome Capture](https://chrome.google.com/webstore/detail/chrome-capture/ggaabchcecdbomdcnbahdfddfikjmphe?hl=en)
|
|
|
|
(Tip: Use Alt+i to interact with the page while recording)
|
2017-06-16 17:06:10 +02:00
|
|
|
|
2017-08-26 09:33:47 +02:00
|
|
|
### macOS
|
2017-06-16 17:06:10 +02:00
|
|
|
- [GIPHY](https://giphy.com/apps/giphycapture)
|
2018-03-19 20:16:45 +01:00
|
|
|
- [CloudApp](https://www.getcloudapp.com)
|
|
|
|
- [GIF Brewery](http://gifbrewery.com)
|
|
|
|
- [Kap](https://getkap.co)
|
|
|
|
- [Gifski](https://sindresorhus.com/gifski)]
|
2017-06-16 17:06:10 +02:00
|
|
|
- [Gyazo GIF](https://gyazo.com/en)
|
|
|
|
|
|
|
|
### Windows
|
2018-03-19 20:16:45 +01:00
|
|
|
- [ScreenToGif](http://www.screentogif.com)
|
2017-06-16 17:06:10 +02:00
|
|
|
- [Gyazo GIF](https://gyazo.com/en)
|
2018-03-19 20:16:45 +01:00
|
|
|
- [Monosnap](https://www.monosnap.com/welcome)
|
2017-06-16 17:06:10 +02:00
|
|
|
|
|
|
|
### Linux
|
|
|
|
- [Peek](https://github.com/phw/peek)
|
2018-03-19 20:16:45 +01:00
|
|
|
- [SilentCast](https://github.com/colinkeenan/silentcast)
|