Skip to content
forked from 5l1v3r1/Repixel

Better images from images. Try your luck with rgb's !

License

Notifications You must be signed in to change notification settings

codforc/Repixel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Repixel ?

Repixel filters each pixel in the image as you choose. Its approach to image filtering handles pixel harmony of the same color in the image very well.

It is quite possible that there are pixels of the same color and pixels of close colors in a picture. If we select r, g, b values to be increased, decreased, divided or multiplied, all pixels will go through the same process and there will be either the same or different results between these pixels. This also gives birth to beauty !

Usage

main.py -p IMAGE_PATH -r +R -G /B (supported operators : * / - +)
example : main.py -p test_img.jpg -r +50 *1 -100

Repixel Results (Before & After)

Before

After

About

Better images from images. Try your luck with rgb's !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%