Closed GoogleCodeExporter closed 8 years ago
I can confirm 24bit png loading is going to be straightforward.
About FS dithering, are you proposing to remove it (all the time, or according
to INI
setting), or to speed it up ?
It's as you wish. I am the only one who reported slowlessness, as it was
"surprising"
(ie. on my machine, DOS image viewers do it faster), but I know the 24->8bit
reduction is something you only do once per image, before working on it, so
it's not
critical.
Original comment by yrizoud
on 5 Aug 2009 at 3:26
I think I can improve it, but I'm all for the possibility to disable it
entirely. As
both need some code rewrite I think it should be fine to do them at once.
GrafX2 tricks to use less memory and I think this makes it quite unfriendly to
cache, making it really slow on modern machines. DOS program may not be as well
hand-
optimized for 486 or be optimized for pentium, meaning they'll take that into
acount
and end up being faster.
Original comment by pulkoma...@gmail.com
on 5 Aug 2009 at 3:34
Started 24bit loading
Original comment by yrizoud
on 8 Aug 2009 at 8:29
Seems to work
Original comment by yrizoud
on 25 Aug 2009 at 8:44
Original issue reported on code.google.com by
pulkoma...@gmail.com
on 5 Aug 2009 at 2:35