summaryrefslogtreecommitdiff
path: root/src/flam3-render.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02Move out of subdirLars-Dominik Braun1-427/+0
2015-02-15support for 64-bit Apple OS in memory checkErik Reckase1-9/+15
git-svn-id: https://flam3.googlecode.com/svn/trunk@91 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-1516 bpc PNG images were not being written properly when strips were being ↵Erik Reckase1-4/+4
used. while png_set_swap() is supposed to tell the system to reverse the order of the bits when writing the file, I was unable to get this to work, so I resorted to a brute-force reversal of the bits - but then forgot to put the bits BACK. This is not a problem for single strips, but with multiple strips things get very confused. png_set_swap would make this a non-issue. git-svn-id: https://flam3.googlecode.com/svn/trunk@88 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15Initial commit of early-clip branch of flam3 into google code.Erik Reckase1-0/+421
git-svn-id: https://flam3.googlecode.com/svn/trunk@3 77852712-ef1d-11de-8684-7d64432d61a3