From 9b4328bc7134f65685efbbd06745c2cb03c44cf2 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sun, 19 Jan 2025 13:50:03 +0400 Subject: [PATCH] README.md: clarify "other" formats (#398) Closes: https://github.com/resurrecting-open-source-projects/scrot/issues/397 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6059aea..23474a1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ scrot is a simple command line screen capture utility, it uses imlib2 to grab and save images. scrot has many useful features: - - Support for multiple image formats: JPG, PNG, GIF, and others. + - Support for multiple image formats: JPG, PNG, GIF, and others supported by Imlib2. - The screenshot's quality is configurable. - It is possible to capture a specific window or a rectangular area on the screen.