1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +00:00

Utilities: Add a simple "shot" utility for grabbing screenshots :^)

This little CLI program grabs the current screen image from
WindowServer and saves it as a PNG file.
This commit is contained in:
Andreas Kling 2021-03-26 19:55:40 +01:00
parent d9f8f6a2d0
commit f018100d21
2 changed files with 79 additions and 0 deletions

View file

@ -38,6 +38,7 @@ target_link_libraries(pape LibGUI)
target_link_libraries(passwd LibCrypt)
target_link_libraries(paste LibGUI)
target_link_libraries(pro LibProtocol)
target_link_libraries(shot LibGUI)
target_link_libraries(su LibCrypt)
target_link_libraries(tar LibArchive LibCompress)
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)