summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02render: Add width/height command line optionsLars-Dominik Braun1-3/+33
2015-05-02Vectorize color clippingLars-Dominik Braun1-5/+4
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-02render: Add oversample argumentLars-Dominik Braun1-1/+13
2015-05-02Improve command line interfaceLars-Dominik Braun1-0/+434
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.