summaryrefslogtreecommitdiff
path: root/png.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02Another massive cleanupLars-Dominik Braun1-2/+1
Drops unused functions, fixes function visibility.
2015-05-02Rename project to “pucket”Lars-Dominik Braun1-1/+0
2015-05-02Vectorize color clippingLars-Dominik Braun1-1/+1
Replaces redundant code with one function. Oddly this fixes rendering with earlyclip – not sure why. Drop transparency and channel settings (always transparent, always four channels).
2015-05-02Remove all uses of getenvLars-Dominik Braun1-43/+0
Not much functionality lost here. Move on.
2015-05-02Drop unused png read functionLars-Dominik Braun1-108/+0
2015-05-02Improve command line interfaceLars-Dominik Braun1-0/+2
Initial arguments-based cli, replacing the three tools -animate, -genome and -render with just one. Still need to get rid of most calls to getenv.
2015-05-02Drop Windows/Mac support, require pthreadsLars-Dominik Braun1-4/+0
2015-05-02Remove autoconf stuff from gitLars-Dominik Braun1-0/+0
2015-05-02Move out of subdirLars-Dominik Braun1-0/+226