This website requires JavaScript.
Explore
Help
Sign In
mirror-github-bspeice
/
flam3
Watch
1
Star
0
Fork
0
You've already forked flam3
mirror of
https://github.com/scottdraves/flam3.git
synced
2025-07-01 13:56:09 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
27
Commits
2
Branches
4
Tags
b358966b64ccf5b25a8e5f92e0e2c15901454652
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Erik Reckase
b358966b64
16 bpc PNG images were not being written properly when strips were being 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-15 12:20:13 -05:00
src
16 bpc PNG images were not being written properly when strips were being 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.
2015-02-15 12:20:13 -05:00
Description
the original fractal flame renderer and genetic language
1.6
MiB
Languages
Shell
55.9%
C
40.5%
Makefile
3.1%
Roff
0.3%
M4
0.2%