~robertgzr/corrupter

Break out stages into public functions

Signed-off-by: Robert Günzler <r@gnzler.io>
Refactor into library

Signed-off-by: Robert Günzler <r@gnzler.io>
Add screenlocker

Signed-off-by: Robert Günzler <r@gnzler.io>
Add script that can convert to jpg

Signed-off-by: Robert Günzler <r@gnzler.io>
76bcd320 — r00tman 3 years ago
Fix README.md typo
6876699c — Victor Rudnev 3 years ago
Fix build by adding go.mod, update README.md
f6a1890a — Victor Rudnev 5 years ago
Recompressed shots with pngcrush (-5MB difference)
fabf98ad — Victor Rudnev 5 years ago
Merge branch 'marcospb19-master'
7af9dfea — Victor Rudnev 5 years ago
Quick fixes to the README.md
63a42da9 — João Marcos 5 years ago
Adding more examples
06d7b6b1 — João Marcos 5 years ago
Renaming shots/ files
3555f30b — João Marcos 5 years ago
Adding new aur package info (corrupter-bin)

Also adding extra explanation about corrupter
0ddcd9b6 — r00tman 5 years ago
Merge pull request #8 from nodiscc/os-stderr

use os.Stderr instead of flag.CommandLine.Output
efe1527a — nodiscc 5 years ago
use os.Stderr instead of flag.CommandLine.Output
this fixes compilation on golang 2:1.7~5 (Deian 9 stretch)
Fixes https://github.com/r00tman/corrupter/issues/7
825232de — Victor Rudnev 5 years ago
Use NRGBA instead of RGBA for intermediate images (issue #6) (1.6s -> 1.2s on 3000x2000 images, since encoding is now essentially free)
28ab7df4 — Victor Rudnev 5 years ago
Disable png compression (issue #6) (3.6s before, 1.6s after on 3000x2000 images)
c90913a2 — r00tman 5 years ago
Update README.md
bebddcd9 — r00tman 5 years ago
Update README.md
6e23db97 — r00tman 5 years ago
Create LICENCE (issue #5)
b8b55beb — Victor Rudnev 5 years ago
Change default -add (brightness) to match the initial version (and the examples)
Next