Screenshot Utilities
Moderator: Forum moderators
-
- Posts: 453
- Joined: Sat Dec 14, 2019 12:24 am
- Has thanked: 54 times
- Been thanked: 65 times
Screenshot Utilities
https://www.dropbox.com/s/4mjaip2uxicz0 ... 3.pet?dl=1
Snap-All - http://www.murga-linux.com/puppy/viewto ... 1569=61569
https://www.dropbox.com/s/a6ao33axvdrxz ... 6.pet?dl=1
Pup-Snap - http://murga-linux.com/puppy/viewtopic. ... 139797e099
http://www.smokey01.com/radky/PupSnap-2 ... _32Bit.pet
http://www.smokey01.com/radky/PupSnap-2 ... _64Bit.pet
Psnapshot - http://www.murga-linux.com/puppy/viewto ... f79ab07114
https://archive.org/download/darry19662 ... ot-1.9.pet
Take A Shot by SFR - http://murga-linux.com/puppy/viewtopic. ... 1ae2058d7e
https://archive.org/download/darry19662 ... s-1.15.pet
Screeny by 01Micko: http://oldforum.puppylinux.com/puppy/vi ... 4c97e1295b
Download: https://archive.org/download/darry19662 ... noarch.pet
Download: https://archive.org/download/darry19662 ... y-i486.pet
-
- Posts: 453
- Joined: Sat Dec 14, 2019 12:24 am
- Has thanked: 54 times
- Been thanked: 65 times
- mikeslr
- Posts: 2948
- Joined: Mon Jul 13, 2020 11:08 pm
- Has thanked: 178 times
- Been thanked: 907 times
Re: Screenshot Utilities -mtpaint snapshot
The GUI provides four choices for delaying taking a snapshot of your desktop: Now, 2 sec., 5 secs, 10 secs. A snapshot of your entire desktop is taken and opened in mtpaint where you can use all of its capabilities. If you want to preserve only a portion of the screenshot, you 'lasso' the part you want.
- smokey01
- Posts: 171
- Joined: Sun Jul 12, 2020 10:46 am
- Location: Australia
- Has thanked: 21 times
- Been thanked: 25 times
- Contact:
Re: Screenshot Utilities
https://www.lightofdawn.org/wiki/wiki.cgi/Xscreenshot
- fredx181
- Posts: 3043
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 369 times
- Been thanked: 1294 times
- Contact:
Re: Screenshot Utilities
Snapall was a gtk2 program I compiled many many time ago, it will be worth to investigate how statically compile for puppy without gtk2darry19662018 wrote: ↑Thu Aug 13, 2020 8:56 am Pupshots - http://www.murga-linux.com/puppy/viewtopic.php?p=387985
https://www.dropbox.com/s/4mjaip2uxicz0 ... 3.pet?dl=1
Snap-All - http://www.murga-linux.com/puppy/viewto ... 1569=61569
https://www.dropbox.com/s/a6ao33axvdrxz ... 6.pet?dl=1
Pup-Snap - http://murga-linux.com/puppy/viewtopic. ... 139797e099
http://www.smokey01.com/radky/PupSnap-2 ... _32Bit.pet
http://www.smokey01.com/radky/PupSnap-2 ... _64Bit.pet
Psnapshot - http://www.murga-linux.com/puppy/viewto ... f79ab07114
http://www.murga-linux.com/puppy/viewto ... h&id=45045
Take A Shot by SFR - http://murga-linux.com/puppy/viewtopic. ... 1ae2058d7e
http://murga-linux.com/puppy/viewtopic. ... 77bcae6219
http://dokupuppylinux.info/programs:screenshot (sorry for malformed page, I need to fix hosting issues)
I remember also
Scrot
https://www.howtoforge.com/tutorial/how ... ith-scrot/
That I heavily used. It depends from imlib2. I should have a binary compiled with very old gcc 4.1.2 in puppy 3.01
- stemsee
- Posts: 779
- Joined: Sun Jul 26, 2020 8:11 am
- Location: lattitude 8
- Has thanked: 184 times
- Been thanked: 131 times
Re: Screenshot Utilities -mtpaint snapshot
or climikeslr wrote: ↑Thu Aug 13, 2020 9:57 pm IIRC, 01micko developed the script for using mtpaint's snapshot capability. I think I packaged it as a pet with a desktop file so that I could use it in a taskbar launcher.
The GUI provides four choices for delaying taking a snapshot of your desktop: Now, 2 sec., 5 secs, 10 secs. A snapshot of your entire desktop is taken and opened in mtpaint where you can use all of its capabilities. If you want to preserve only a portion of the screenshot, you 'lasso' the part you want.
mtpaintsnapshot-2.014.pet
Code: Select all
sleep 3 && mtpaint -s & exit
- MochiMoppel
- Posts: 1229
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 21 times
- Been thanked: 436 times
Re: Screenshot Utilities
Code: Select all
for i in 'Shoot the screen after '{5..1}' sec' Fire\!;do echo XXX;echo $i;echo XXX;read -t1;done|Xdialog -but text -can 'Oh no!!' -info '' 220x80 0 && mtpaint -s
-
- Posts: 453
- Joined: Sat Dec 14, 2019 12:24 am
- Has thanked: 54 times
- Been thanked: 65 times
- greengeek
- Posts: 1383
- Joined: Thu Jul 16, 2020 11:06 pm
- Has thanked: 531 times
- Been thanked: 192 times
Re: Screenshot Utilities
Is there a trick to NOT capturing the terminal into which one has entered this command ?MochiMoppel wrote: ↑Sat Aug 15, 2020 12:05 am ...or GUI with "enhanced user experience"Can be run from the command line or script, but I put it directly into my JWM config file as a <Key> tag and assigned shortcut Ctrl+PrintScrn to it. No need for a script file. Requires Xdialog.Code: Select all
for i in 'Shoot the screen after '{5..1}' sec' Fire\!;do echo XXX;echo $i;echo XXX;read -t1;done|Xdialog -but text -can 'Oh no!!' -info '' 220x80 0 && mtpaint -s
- Attachments
-
- screencapture.jpg (41.56 KiB) Viewed 1651 times
- MochiMoppel
- Posts: 1229
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 21 times
- Been thanked: 436 times
Re: Screenshot Utilities
Code: Select all
for i in 'Shoot the screen after '{5..1}' sec' Fire\!;do echo XXX;echo $i;echo XXX;read -t1;done|Xdialog -but text -can 'Oh no!!' -info '' 220x80 0 && { mtpaint -s & exit ;}
- greengeek
- Posts: 1383
- Joined: Thu Jul 16, 2020 11:06 pm
- Has thanked: 531 times
- Been thanked: 192 times
Re: Screenshot Utilities
Both options would be valuable. Is there any easy way to build a choice into the dialog?
(yes, i know i'm a pain. According to my wife that's my most defining personal characteristic...)
- mikewalsh
- Moderator
- Posts: 6139
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 788 times
- Been thanked: 1970 times
Re: Screenshot Utilities
http://murga-linux.com/puppy/viewtopic. ... 1bee4d7d2f
Works well with most older Pups; needs xwd. Can be temperemental with newer Pups, though.....can produce a "skew-wiff" shot, b & w, angled to one side. No idea what the cause of this might be...
Mike.
- MochiMoppel
- Posts: 1229
- Joined: Mon Jun 15, 2020 6:25 am
- Location: Japan
- Has thanked: 21 times
- Been thanked: 436 times
Re: Screenshot Utilities
I can see your wife's point
No, there is no easy way. In fact there is no way at all with Xdialog. Maybe yad can do that.
Why would you want to capture the terminal window and why would you want to use the command line at all? Self torture?
- mikewalsh
- Moderator
- Posts: 6139
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 788 times
- Been thanked: 1970 times
Re: Screenshot Utilities
That's astonishing, mate. A screenshot utility from a 2-series Puppy that works in a current 8-series....darry19662018 wrote: ↑Thu Aug 13, 2020 8:56 am Pupshots - http://www.murga-linux.com/puppy/viewtopic.php?p=387985
https://www.dropbox.com/s/4mjaip2uxicz0 ... 3.pet?dl=1
It runs fine in radky's Busterpup8.0 (32-bit)..! Amazing...
Mike.
-
- Posts: 717
- Joined: Thu Jul 16, 2020 2:16 am
- Location: CALABARZON, PH
- Has thanked: 3 times
- Been thanked: 173 times
Re: Screenshot Utilities
Source code:
https://sourceforge.net/projects/gtk-screenshot/
Precompiled (in tazpkg, just try to convert it to pet package)
http://mirror.slitaz.org/packages/cooki ... 2.0.tazpkg
- 666philb
- Posts: 429
- Joined: Thu Jul 09, 2020 3:18 pm
- Location: wales uk
- Has thanked: 111 times
- Been thanked: 149 times
Re: Screenshot Utilities
nice as you can annotate and also upload to an image hosting service
fossapup64 viewtopic.php?f=40&t=88
- mikewalsh
- Moderator
- Posts: 6139
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 788 times
- Been thanked: 1970 times
Re: Screenshot Utilities
Sheesh. I forgot all about that one....666philb wrote: ↑Mon Aug 17, 2020 4:18 pm hotshots https://github.com/obiwankennedy/HotShots
nice as you can annotate and also upload to an image hosting service
Mike.
-
- Posts: 453
- Joined: Sat Dec 14, 2019 12:24 am
- Has thanked: 54 times
- Been thanked: 65 times
Re: Screenshot Utilities
Thanks Mistfiremistfire wrote: ↑Mon Aug 17, 2020 1:02 pmSource code:
https://sourceforge.net/projects/gtk-screenshot/
Precompiled (in tazpkg, just try to convert it to pet package)
http://mirror.slitaz.org/packages/cooki ... 2.0.tazpkg
-
- Posts: 453
- Joined: Sat Dec 14, 2019 12:24 am
- Has thanked: 54 times
- Been thanked: 65 times
Re: Screenshot Utilities
No Problems Mike enjoymikewalsh wrote: ↑Mon Aug 17, 2020 11:16 amThat's astonishing, mate. A screenshot utility from a 2-series Puppy that works in a current 8-series....darry19662018 wrote: ↑Thu Aug 13, 2020 8:56 am Pupshots - http://oldforum.puppylinux.com/puppy/vi ... 4c97e1295b
https://www.dropbox.com/s/4mjaip2uxicz0 ... 3.pet?dl=1
It runs fine in radky's Busterpup8.0 (32-bit)..! Amazing...
Mike.
- 666philb
- Posts: 429
- Joined: Thu Jul 09, 2020 3:18 pm
- Location: wales uk
- Has thanked: 111 times
- Been thanked: 149 times
Tas with uploader to imgur
Here's @JakeSFRs tas 1.15 combined with an imgur uploader from here https://github.com/tremby/imgur.sh
- Attachments
-
- tas-1.15.1-imgur.pet
- (10.55 KiB) Downloaded 62 times
fossapup64 viewtopic.php?f=40&t=88
- mikewalsh
- Moderator
- Posts: 6139
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 788 times
- Been thanked: 1970 times
Re: Screenshot Utilities
I guess I've tried most of the available screeny apps over the last several years. I tried Flameshot; it was, um.....o-kay (-ish). I found an AppImage over at AppImageHub, made up a tray icon launcher for it, stuck it in /opt,and launched it at boot from /root/Startup.
Apart from TAS - which is a masterpiece of lightweight coding - my current favourite is the KDE Project's KSnip.....a combo screenshot/editor app, rather like Hotshots. Only to MY mind, more logically laid-out & easier to understand than Hotshots....and also in AppImage format.
It's also one of the very few KDE apps I've come across that doesn't look like it was designed by a talented, yet 'backward' child. I don't know what it is about KDE stuff; apart from the last 2 or 3 years, most of the GUIs for their apps have always had a slightly "cartoonish" aspect to them. It's hard to explain; maybe it's just me!
Aside from that, both AppImages are the same size, around 23 MB (both use Qt5, so there's 90% of the reason for the size right there.) But KSnip has an easier-to-understand interface; I've always had the greatest difficulty in figuring out what all those various blobs around the perimeter of Flameshot's 'area/region' window are supposed to do.....
Mike.
- mikewalsh
- Moderator
- Posts: 6139
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 788 times
- Been thanked: 1970 times
Re: Screenshot Utilities
@tosim :-
I think I've got a package at MEGA....which I uploaded, yet I don't think I've posted about it. Let's see.....
Yep; here we are:-
https://mega.nz/folder/SOBTxSRD#9zZKeMhkGMleW2TTE57ZtA
I remember now. I didn't bother adding any of the usual MenuEntry scripts'n'stuff, 'cos this thing puts its own icon into the notification area. Just click on it, and it's there, ready-to-use. The only thing I added was a small script in /root/my-applications/bin, linked to /root/Startup to launch it at boot-time.
Your Pup fires up....and it's there in the tray, ready to go. Same as Flameshot, IIRC....
Let me know what you think. You can edit the picture by adding arrows....numbers....text....all sorts of stuff. Quite useful, really. I don't suppose it's so different to all the other screeny apps out there, but it's rare to find KDE apps that don't want the whole of the Plasma desktop AND the Dolphin file-manager before they'll condescend to run. By KDE standards, this one is like a greyhound.....positively slim-line.
Mike.