Skip to content

Commit

Permalink
fixed missing images, version bump for previous merges
Browse files Browse the repository at this point in the history
  • Loading branch information
naelstrof committed Sep 12, 2021
1 parent 89018cd commit 5f4f072
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1.3)

project(slop VERSION 7.5 LANGUAGES CXX)
project(slop VERSION 7.6 LANGUAGES CXX)

set(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build (Debug or Release)")

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -63,8 +63,8 @@ If you don't like ImageMagick's import: Check out [maim](https://github.com/nael

Ok. Here's a comparison between 'scrot -s's selection and slop's:

![scrotbad](http://farmpolice.com/content/images/2014-10-14-12:08:24.png)
![slopgood](http://farmpolice.com/content/images/2014-10-14-12:14:51.png)
![scrotbad](scrotbad.png)
![slopgood](slopgood.png)

You can see scrot leaves garbage lines over the things you're trying to screenshot!
While slop not only looks nicer, it's impossible for it to end up in screenshots or recordings because it waits for DestroyNotify events before completely shutting down. Only after the window is completely destroyed can anything take a screenshot.
Expand Down
Binary file added scrotbad.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slopgood.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f4f072

Please sign in to comment.