View Single Post
Old 8th December 2010, 16:37   #16  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Have knocked up a new version of DDigitTest which does a simpler
series of tests for the new Info.h, showing the full character set,
chars 0 through 31 (invalid), 32 though 191 and 192 through 255
(invalid).

Also timing test included for new Info.h.

Here's some test timings:
Code:
            NOPRINT     NEW_INFO.H         DDIGIT
YV12       65.92          73.83             103.72
YUY2       23.63          26.66             28.06
RGB32      21.89          28.86             28.42
Y8         35.28          37.19             37.77
WOW!, Mr B, looks like I could do better with YV12.

Included in this temporary pack are three dll versions,
orig new info.h both with and withough /J switch,
ie unsigned and signed char versions, both showing
font range errors. And, a modified version new info.h
with the EXT ASCII fix applied showing proper output.

Got to dash before the bank shuts.

Here's a temporary link to this release, It will at some
time be deleted.

EDIT: Link DELETED

EDIT: The EXT ASCII bug fix is switched via "#define FIX_EXTASCII"
near the beginning of "Info_NEW.h".
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 6th March 2011 at 23:33.
StainlessS is offline   Reply With Quote