Best fit tile compression.

Discussion of development of software for any "obsolete" computer or video game system. See the WSdev wiki and ObscureDev wiki for more information on certain platforms.
Post Reply
psycopathicteen
Posts: 3140
Joined: Wed May 19, 2010 6:12 pm

Best fit tile compression.

Post by psycopathicteen »

Is there any exist video compression codec that take video and quantize the entire video into a fixed amount of 8x8 tiles?
tepples
Posts: 22708
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Best fit tile compression.

Post by tepples »

It's called vector quantization. This by jroatch cut a full-screen line art image from 471 to 256 tiles while still keeping surprising quality. But you'll probably have to do some sort of k-means clustering or something to get it up to 65536 codewords.
Post Reply