Anthony Kleine
Anthony Kleine
It shouldn't? I specifically had to use 0x101. Does it work in all cases?
For such a simple image I don't see any semblance of a pattern. What happens if you change the bytes to slightly different values? Experimentation is the easiest way to...
Each byte is 8px wide? Is it a bitmask then? That's what first comes to mind.
Every byte has eight bits, it's likely that one bit represents one pixel. That'd make sense for 1bpp. That's super easy to implement, so I should add it in right...
Well, if anything that at least gives us a clue that the unknown byte has something to do with something 1bpp images don't have. I implemented 1bpp images but I'm...
This was closed because I have no intention of supporting Director 6. I simply forgot to close it at the time. On Fri, Oct 6, 2023, 1:15 a.m. LoneDev ***@***.***>...
This really is not feasible (without way more work than it's worth,) but it also isn't greatly necessary. The existence of emulators such as Ruffle for Flash has created a...
This would appear to me to be an abandoned project (see the last commit date) albeit a valiant attempt - I was able to use it to correct the mapping...
I don't understand a whole lot about the format. I do know you can use offzip and Jauder Naub on DCR files and what you end up with looks pretty...
Sounds like it'd be interesting. I'm currently in college and also have a job so I wouldn't be able to work on this all the time either, but maybe I...