Coder Social home page Coder Social logo

sriniv27 / imblur Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 477 KB

An incredibly heavy implementation of a program to take a screencap, blur it, and lock the session using said image as the lockscreen background.

License: BSD 3-Clause "New" or "Revised" License

CMake 33.12% Dockerfile 7.32% Shell 6.21% C++ 53.35%

imblur's Introduction

Screen-locker

Pipeline status -- master.github/workflows/ci-script.yml

pipeline status -- development.github/workflows/ci-script.yml

An incredibly heavy implementation of a program to take a screencap, blur it, and lock the session using said image as the lockscreen background.

The core program is outlined in main.cpp and provides the imblur executable.

Installation

$ git clone https://gitlab.com/sugas182/screen-locker.git screen-locker
$ cd screen-locker/ 
$ cmake -B build 
$ cmake --build build --target all -- -j4 
$ cmake --install build

Dependencies

  1. imlib2 to use the imlib2_grab function. Any drop-in replacement should be fine. We just need the image.
  2. i3lock or similar screen-locker that can accept an image to be used as background. See screen-lock and replace i3lock with its associated syntax with your screen locker of choice.
  3. See Dockerfile for a minimal ubuntu installation example.
    • This project requires the following packages:
      • boost : apt install libboost-all-dev
      • OpenCV: apt install libopencv-dev

build dependency graph

This Project Uses:

spdlog: A fast c++ logging library. Install using your package manager.

imblur's People

Contributors

sriniv27 avatar

Watchers

 avatar

imblur's Issues

Feature: Blur only lines of text in an image

CI build process is extremely slow.

BUild even a small update to the documentation requires building and installing all the dependencies, over and over again. This takes incredibly long and wears on my patience

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.