[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hires Graphics trouble



> D$=CHR$(4)
> PRINT D$;"PR#3"
> PRINT D$;"BLOAD MY.DHR.FILE,A$2000"
> PRINT D$;"BSAVE /RAM/DHR.TEMP,A$2000,L$2000"
> PRINT D$;"BSAVE /RAM/DHR.TEMP.2,A$4000,L$2000"
> PRINT D$;"BLOAD /RAM/DHR.TEMP.2,A$2000"
> PRINT D$;"DELETE /RAM/DHR.TEMP.2"
> PRINT D$;"DELETE /RAM/DHR.TEMP"
> POKE 49232,0
> POKE 49234,0
> POKE 49239,0
> POKE 49246,0

That works perfectly for Dazzle Draw images, but Mousepaint pictures
come up with vertical bands of 'garbage'... obviously the two formats
are incompatible as neither application can open the other's files, so
I suppose they would require different methods of loading.
By the looks of how Mousepaint treats Dazzle Draw images, I'd say the
two don't even use the same screen resolution...

Anyone have the original docs for Mousepaint? Maybe there's an answer
in there...

SW

PS thanks for all the help/suggestions.