Skip to content

Commit

Permalink
Upd documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lainiwa committed Dec 17, 2022
1 parent c800c2f commit 7dfd5bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion screenshot
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# * scrot
# * (graphicsmagick | imagemagick) + xdotool
# * Clipboard tool [opt]: xclip | xsel
# * Image lossless optimizer [opt]: optipng | pngcrush | jpegoptim
# * Image lossless optimizer [opt]: oxipng | ect | leanify | pngout | optipng | pngcrush | advpng | jpegoptim | jpegtran
# * OCR tool [opt]: tesseract + tesseract-ocr-rus | easyocr
# * Locks manager [opt]: flock
#
Expand Down Expand Up @@ -90,6 +90,7 @@ check_user_input() {
}


# https://wiki.archlinux.org/title/Screen_capture#Dedicated_software
make_screenshot() {
if has_selection_getter && has menyoki; then
selection=$(
Expand Down Expand Up @@ -197,6 +198,7 @@ copy_to_clipboard() {
}


# https://wiki.archlinux.org/title/List_of_applications/Multimedia#Console
optimize_image() {
if [ -n "${SCREENSHOT_DOCKER_HOST:-}" ] && docker info >/dev/null 2>&1; then
(
Expand Down

0 comments on commit 7dfd5bc

Please sign in to comment.