Le Philousophe
d3ab3da104
PSP: Avoid parsing the PNG headers twice
...
This avoids rewinding the stream which is always bad when loading the
PNG from a Zip archive.
2024-12-21 12:52:04 -06:00
Le Philousophe
da305f6779
PSP: Better error handling and reporting for PNG loading
2024-12-21 12:52:04 -06:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Johannes Schickel
2a7e57dd48
PSP: Make GPL headers consistent in themselves.
2014-02-18 02:39:37 +01:00
Christoph Mallon
c21f87836e
PSP: Pass the stream as reference to PngLoader.
2011-08-07 15:19:08 +02:00
Max Horn
88913c0139
ALL: Remove trailing whitespaces
...
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-20 00:59:48 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Yotam Barnoy
082d9a4465
PSP: corrected png loader to use bit depth rather than palette size
...
Sometimes we can have an 8bit file for example that has a palette of 16 colors or less, so we need to go by the bit depth rather than inferring the bit depth from the palette size.
svn-id: r53917
2010-10-29 07:08:24 +00:00
Jordi Vilalta Prat
8388e0dfea
JANITORAL: Clean trailing whitespaces.
...
svn-id: r53160
2010-10-12 02:18:11 +00:00
Yotam Barnoy
178c46c038
PSP: factored PngLoader out of virtual keyboard for further use
...
svn-id: r53108
2010-10-10 08:30:18 +00:00