There is an image that we would like in english that I believes translates to...
"The Apostles of the Seals". The image needs to be no more than 80 pixels wide by 16 pixels high...
I know, right. \ How is it possible to get something good out of that.
Well...This is the best I could do with my limited skills and this was done with a utility
I wrote that read a text script file and translated it into pixel data...
For those who are curious....
Code:
;------------------------------;
; When dumping image to a file ;
;------------------------------;
.dump.width = 80
.dump.height = 16
.fontfile = 5x8vwf.1bp
.tblfile = myASCII.tbl
.font.width = 8
.font.height = 8
.font.bpp = 1
.defaultcharwidth = 4
.TEXT
The Apostles of
the Seals
.ENDT
.close
; When dumping image to a file ;
;------------------------------;
.dump.width = 80
.dump.height = 16
.fontfile = 5x8vwf.1bp
.tblfile = myASCII.tbl
.font.width = 8
.font.height = 8
.font.bpp = 1
.defaultcharwidth = 4
.TEXT
The Apostles of
the Seals
.ENDT
.close
And this is the image I got...
So if anyone feels they can help the cause, please let either Draken or myself know. Thanks!