Skip to content

Screenshot every second and save to file if it contains a red pixel.

License

Notifications You must be signed in to change notification settings

GirkovArpa/red-pixel-screenshotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radar Screencapture

Take a screenshot of screen every second, and save it as a .png image if it contains a red pixel.

Preview

preview

Building

  1. Download whichever sciter library corresponds to your operating system from this repository.

On Windows x64, for instance, it would be located in https://github.com/c-smile/sciter-sdk/tree/master/bin.win/x64 and would be named sciter.dll.

  1. Plop it into the same folder with the contents of this repository.

  2. Create a folder named unique_screenshots in this same folder.

  3. Ensure the Rust toolchain is installed and run cargo run --release.

Usage

Adjust the sliders to control the thresholds to determine how "red" a pixel must be to trigger a screenshot.

  • The pixel's red value must be AT LEAST as great as the red slider.
  • The pixel's green and blue values must be LESS THAN (or equal to) the green and blue sliders.
  • To be so specific that only a perfectly red pixel rgb(255, 0, 0) triggers a screenshot, leave slider values as-is.

Why?

This Reddit thread.

About

Screenshot every second and save to file if it contains a red pixel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published