mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
Restores the use of libpng for png files as stb does not support writing out 16bit png files.
2 lines
87 B
Bash
2 lines
87 B
Bash
#!/bin/sh
|
|
exec ./pngunknown --strict default=discard IDAT=save "${srcdir}/pngtest.png"
|