queueRAM/Texture64

c32 image support?

Closed this issue · 8 comments

Will c32 image support be added at some point?

I’m not familiar with the c32 format. Is that used on the N64?

Yes I can provide some examples if needed. Where should I send them to?

If you can just tell me which games use it or point me to some documentation, that should be sufficient. Thanks!

Ah, gotcha. Yeah, I had no intent of supporting any of the compression formats. There are better tools to handle the these compressed types and there are just too many to support (MIO0, Yay, Yaz, LZSS, gz, and a ton of other custom formats). It is also more complicated to recompress textures for inserting back into ROM because either the resulting size must be less than or equal to the original and/or tables need to updated with the new location and sizes and those tables are another custom feature.

That said, I'm not opposed to PRs for supporting compression formats.

Sure, you can find my email address in the git commits

Closing since I have no plans to support compressed formats. PRs welcome though!