summary refs log tree commit diff
path: root/bin/glitch.c (follow)
Commit message (Collapse)AuthorAge
* Cast z_stream fields to size_tJune McEnroe2020-06-07
| | | | | In the version of zlib in OpenBSD, these fields are of type off_t, which is signed (why?), rather than uLong.
* Call static_assert by _Static_assertJune McEnroe2020-06-07
| | | | | OpenBSD doesn't #define static_assert in assert.h and _Static_assert is its real name I guess so why not?
* Make all copyright headers consistentJune McEnroe2019-01-01
|
* Factor out pixelBits, pixelSize in glitchJune McEnroe2018-09-05
|
* Zero after mirrorJune McEnroe2018-09-05
|
* Simplify glitch -x -y to just zeroJune McEnroe2018-09-05
|
* Add glitch -x and -yJune McEnroe2018-09-05
|
* Add -i invert option to glitchJune McEnroe2018-09-04
|
* malloc IDAT chunks in pngo and glitchJune McEnroe2018-09-02
|
* Use PascalCase for constantsJune McEnroe2018-09-02
| | | | Get outta here, underscores.
* Add -m option to glitchJune McEnroe2018-07-16
|
* malloc deflate buffer in glitchJune McEnroe2018-07-16
|
* Use break; case style everywhere*June McEnroe2018-05-25
| | | | *Except in switches where every branch does a return.
* Tabify binJune McEnroe2018-05-13
|
* Use enum instead of #define for some constantsJune McEnroe2018-04-09
|
* static_assert PNG header size in pngo and glitchJune McEnroe2018-04-08
|
* Add -f -r options to glitchJune McEnroe2018-03-02
|
* Take filter patterns in glitchJune McEnroe2018-03-02
|
* Clean up more glitch code from pngoJune McEnroe2018-03-02
|
* Add -a -d -p options to glitchJune McEnroe2018-03-02
|
* Remove unnecessary parts of glitchJune McEnroe2018-03-02
|
* Copy glitch from pngoJune McEnroe2018-03-02