You are viewing our Forum Archives. To view or take place in current topics click here.
Popular screen captures and upload tools
Posted:

Popular screen captures and upload toolsPosted:

Circuit
  • TTG Addict
Status: Offline
Joined: Feb 02, 201014Year Member
Posts: 2,901
Reputation Power: 22133
Status: Offline
Joined: Feb 02, 201014Year Member
Posts: 2,901
Reputation Power: 22133
Here is a big list of image screen captures and popular image upload sites, this also will have some un-popular ones also that work great!.



First off I'm going to start with [ Register or Signin to view external links. ] , which is a website for uploading images and also you can edit them, crop, re-size, etc. I will be showing screen cap applications for imgur that upload straight to Imgur. They are from Imgur themselves, I will post virus scans anyway for the ones that need it!

These are all programs that assist with ease of use with imgur.

Picture's of Imgur in use.

[ Register or Signin to view external links. ]




[ Register or Signin to view external links. ]

This allows you to take screenshots and upload them straight to Imgur.
Also has hot keys to take the images, upon upload it will give you the direct link, or you can have the option to have it open Imgur with the image. Also has multiple options on how it can be used, also sound when images are done uploading to notify you.

Pictures of this application.
[ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]


Virus Scan
[ Register or Signin to view external links. ]



[ Register or Signin to view external links. ]

This add-on has the options to screen cap what you want, the view you are seeing on your browser, or it will screen cap the whole thing by scrolling the page down by itself.
It has clip board options and also ability to freeze gif files. The capture options are used by right clicking on a web page.

Pictures of Add-On

[ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]



[ Register or Signin to view external links. ]

This basically does the same thing as the Google one, but has different right click options that are more advanced.

Pictures of this Add-On

[ Register or Signin to view external links. ]



[ Register or Signin to view external links. ]

This is a simple screen shot script for Linux that uploads right to imgur also..


[ Register or Signin to view external links. ]

Same as the others, just imgur application for Mac OS X.

Virus Scan

[ Register or Signin to view external links. ]


These are general Screen captures used.

[ Register or Signin to view external links. ]

This tool, just like Gyazo is used by many. It has many options as in hot keys, re-sizing, image types, start up on system start, and much more.

Images for ScreenSnapr

[ Register or Signin to view external links. ]



[ Register or Signin to view external links. ]

Made by TTG's very own Dimebag

This screen capture is very simple, and fast. Just download, double click the application, and left click drag the item you want captured. Opens right in browser.


[ Register or Signin to view external links. ]

This is used by millions, but isn't the most recommended program. It has a personal gallery and more.


[ Register or Signin to view external links. ]

This is a great screen capture, not finished but it does do the job, it saves your images to a personal gallery that is saved by your IP address. Once it changes your images are lost but, it still has a sleek website design.

Images for Aluminas

[ Register or Signin to view external links. ]

[ Register or Signin to view external links. ]



[ Register or Signin to view external links. ]

This amazing capture program is made by SPEED, also has many features that are useful, and easy to use.

Pictures of iCap


[ Register or Signin to view external links. ]


SPEED's main icap topic




Have any other good screen capture program, tell me about it, and I'll try it out!


Last edited by Circuit ; edited 1 time in total

The following 3 users thanked Circuit for this useful post:

Hear (03-17-2012), -ANBU (03-17-2012), Wake (03-17-2012)
#2. Posted:
Wake
  • Retired Staff
Status: Offline
Joined: Apr 01, 201113Year Member
Posts: 5,428
Reputation Power: 310
Status: Offline
Joined: Apr 01, 201113Year Member
Posts: 5,428
Reputation Power: 310
Great post Circuit, a lot of great programs here I've used in the past and some I've never heard of. Personally I prefer Dimegrab but here is Speeds new screen cap program. Forums/t=3339991/04-icap-image-up...nized.html You should check it out.
#3. Posted:
-ANBU
  • TTG Senior
Status: Offline
Joined: Nov 16, 201112Year Member
Posts: 1,093
Reputation Power: 42
Status: Offline
Joined: Nov 16, 201112Year Member
Posts: 1,093
Reputation Power: 42
Oooooh, I like this very much.I really dont like Dimegrab that much but this looks great
#4. Posted:
Hear
  • TTG Senior
Status: Offline
Joined: Aug 25, 201013Year Member
Posts: 1,268
Reputation Power: 58
Status: Offline
Joined: Aug 25, 201013Year Member
Posts: 1,268
Reputation Power: 58
Great post!
I found this very helpful!
+rep for you!
#5. Posted:
Swim
  • Ladder Climber
Status: Offline
Joined: Nov 21, 201112Year Member
Posts: 377
Reputation Power: 20
Status: Offline
Joined: Nov 21, 201112Year Member
Posts: 377
Reputation Power: 20
This is really nice, it will help many people out.

Thanks.
#6. Posted:
Portland
  • TTG Addict
Status: Offline
Joined: Aug 12, 201013Year Member
Posts: 2,671
Reputation Power: 280
Status: Offline
Joined: Aug 12, 201013Year Member
Posts: 2,671
Reputation Power: 280
[ Register or Signin to view external links. ]

Installation: Open terminal (ctrl + alt + T) in terminal type in the following commands lines.

$ sudo apt-get install scrot
$ sudo apt-get install curl
$ sudo apt-get install zenity

Open 'gedit' in terminal: $ gedit

Copy the source code into 'gedit' and save the file as: "imgur" to your disired directory.
Source Code:
#!/bin/bash
screenshot='screenshot';
nano=`date '+%d-%m-%y-%N'`;
extension='.png';
file="$HOME/Desktop/$screenshot-$nano$extension";

sleep 1; scrot -s -b -q 0 $file;

TEXT=$(curl -F "image"=@"$file" -F "key"="5d317f0bee23b282473522e1aa68f621" http://imgur.com/api/upload.xml | grep -Eo '<[a-z_]+>http[^<]+'|sed 's/^<.\|_./\U&/g;s/_/ /;s/<\(.*\)>/\1:\ /');

zenity --info --title="Imgur Upload" --text="$TEXT";

exit 0


Right click the file 'imgur', properties, permissions, and check 'Allow executing file as program'

Ubuntu 11.04 (Classic Ubuntu)* Creating a launcher:
Right click your desktop, create launcher, Command: click browse, locate the 'imgur' file.

Ubuntu 11.04-11.10+* Creating a launcher:
Go to 'Main Menu' which can be found under 'System >> Preferences >> Main Menu'. There you can then click 'New Item' and create a launcher, Command: click browse, locate the 'imgur' file.

Picture of this script executed.
[ Register or Signin to view external links. ]
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.