1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
Edward d'Auvergne
3bf57db6b4 Fixes for all PNG files with corrupted ICC color profiles.
The files were identified using the pngcrush software and repaired by stripping
out the PNG header including the ICC profile using the command:

$ pngcrush -fix -force old.png new.png; mv -f new.png old.png

Each file was manually checked in an image viewer to look for any corruptions.

This follows from the threads
http://thread.gmane.org/gmane.games.flightgear.devel/79895 and
http://thread.gmane.org/gmane.games.flightgear.devel/79898 .
2016-01-06 21:38:13 +01:00
Emilian Huminiuc
f3373d0c7c New line feature textures, suitable for the new poly offset technique 2011-11-08 14:08:01 +01:00
PSadrozinski
dccdec6471 Add lf_ textures and a new texture for concrete pavement 2011-10-23 16:12:15 +02:00