AuburnSounds / gamut

Image encoding and decoding library for D. Detailed layout control. Experimental codec QOIX.
Boost Software License 1.0
41 stars 2 forks source link

GAPLESS and FLIPPED load flag #25

Closed p0nce closed 2 years ago

p0nce commented 2 years ago

The GAPLESS constraints says that there is no space between scanlines. It is incompatible with whatever wants gaps.

p0nce commented 2 years ago

First need to add "FLIPPED" and "NON_FLIPPED" vertical layout flags, so that the results of getting all pixels at once makes sense.

p0nce commented 2 years ago
p0nce commented 2 years ago

ok