How to take picture of screen?

Booting, installing, newbie
Post Reply
Message
Author
User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

How to take picture of screen?

#1 Post by divisionmd »

Hello,

I want a tool to take a picture of the screen - previously i used scrot anyone know of any alternative to this?

Best regards,
Johan
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#2 Post by dejan555 »

Code: Select all

mtpaint -s
? :lol:
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]
User avatar
xorg
Posts: 64
Joined: Sat 09 May 2009, 08:35
Location: Greece
Contact:

#3 Post by xorg »

If you have gimp installed you can also take a screenshot from there.Open Gimp and go to File>>>Acquire>>>Screenshot...
[url=http://xorg-john.dyndns.org/files/PETs/]My Pets[/url]
[url=http://xorg-john.dyndns.org//files/Wallpapers/]My Wallpapers[/url]
[img]http://i27.tinypic.com/sywbkn.png[/img]
Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#4 Post by Sylvander »

I like Captura.
It allows you to choose/capture a specified rectangular region of screen, and save it as a jpg file, with a name you specify, to a location of your choosing.
User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#5 Post by vovchik »

Dear divisionmd,

Please see my post here: http://www.murga-linux.com/puppy/viewtopic.php?t=55724. This is a QT4 program and it is much smaller than captura, provided you already have qt4 libs installed. If not, captura is smaller. Ksnapshot isn't bad either, but it requires all of KDE installed, which you probably don't want to do if you don't have to.

With kind regards,
vovchik
User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

#6 Post by divisionmd »

Hello All,

- Thanks for all the input!

- Will go through and test all of these options.

- i want to take a picture silently - not open a window - mtpaint -s works but a window show up.. .

Best regards,
Johan
looseSCREWorTWO
Posts: 812
Joined: Thu 04 Feb 2010, 13:16
Location: Australia, 1999 Toshiba laptop, 512mb RAM, no HDD, 431 Retro & 421 Retro

#7 Post by looseSCREWorTWO »

In Puppy 421 Retro I always go Menu / Graphic / mtPaint Screen Snapshot and it giives me a choice to take the pic right away, or I can type in how much of a delay I want.
Steve
User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#8 Post by Makoto »

There's also ttuuxxx's Pup-Shots utility: http://www.murga-linux.com/puppy/viewtopic.php?p=387985
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).
User avatar
RetroTechGuy
Posts: 2947
Joined: Tue 15 Dec 2009, 17:20
Location: USA

#9 Post by RetroTechGuy »

divisionmd wrote:Hello All,

- Thanks for all the input!

- Will go through and test all of these options.

- i want to take a picture silently - not open a window - mtpaint -s works but a window show up.. .

Best regards,
Johan
Sounds like you're trying to do some computer monitoring (kids being bad?).

If you need regular/multiple snapshots, you may want to set up a "chron" job, which would allow you to perform periodic program runs.
jafadmin
Posts: 1249
Joined: Thu 19 Mar 2009, 15:10

#10 Post by jafadmin »

dejan555 wrote:

Code: Select all

mtpaint -s
? :lol:
This is the correct motorcycle...

Create a script with that line of code in it, then put a link to the script on yuor desktop. When you want a screen snapshop just click the shortcut.

Werks like a charm
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#11 Post by dejan555 »

And if you want delay you can use something like

Code: Select all

sleep 10 && mtpaint -s 
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]
Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#12 Post by Jim1911 »

Try Menu > Graphic > mtPaint-snapshot-screen-capture. If you don't want to bother with the Menu, copy /usr/share/applications/mtpaint-snapshot-screen-capture.desktop to your desktop.
User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#13 Post by CatDude »

Hi
divisionmd wrote: I want a tool to take a picture of the screen - previously i used scrot anyone know of any alternative to this?
So why not use scrot now ?
Makoto wrote:There's also ttuuxxx's Pup-Shots utility: http://www.murga-linux.com/puppy/viewtopic.php?p=387985
Here is a snippet from the link above:
ttuuxxx wrote: The package below Pup-Shots.pet is all you need to install, It contains the following files
-Pup-Shots
-imlib2-1.4.2
-giblib-1.2.4
-scrot-0.8

Packages were compiled on 4.3.1
Apparently scrot is also included in dpup,
gposil said in this thread: dpup-482beta testing
gposil wrote:ttuuxxx...it doesn't need scrot either, that's already in Dpup...the current screenshot app uses it..

CatDude
.
Image
User avatar
samarai
Posts: 60
Joined: Sun 09 May 2010, 14:31
Location: Amoy fj China
Contact:

#14 Post by samarai »

dejan555 wrote:And if you want delay you can use something like

Code: Select all

sleep 10 && mtpaint -s 
:lol:
I like this,short n ordinary,but nice.

Code: Select all

sleep 10 && mtpaint -s &
then exit terminal.
Last edited by samarai on Fri 21 May 2010, 17:45, edited 1 time in total.
User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#15 Post by Béèm »

If you install DuDE, you'll have a bar which pops into view if you touch the top of the screen in which there is an icon to take a screen shot.
Could it be easier?
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

#16 Post by divisionmd »

Hello All,

- Thanks again for all input.

- Catudue: i used scrot before but noticed some "delay" about 1 second when it did capture the screen.

- but i will test that dpup might be that when i tested with scrot i had old glibs or something..

Best regards,
Johan
Post Reply