Skip to content

Minor nit: RIFF PAL is little endian #30

Description

@Preppy

This currently works great, so thank you. But as a random bit of trivia: the associated color mask for RIFF is correcting this, but RIFF is little endian. So:

	<directcolor id="RIFF" bpp="32" rmask="000000FF" gmask="0000FF00" bmask="00FF0000">
		<description>32bpp RGB (Windows Palete)</description>
	</directcolor>

and

	<palettefilter extensions="pal" colorformat="RIFF" size="256" offset="24" endianness="little">
            <description>Windows Palette (*.pal)</description>
	</palettefilter>

would be a little more technically correct, even though both will functionally be reaching the correct color imports here. :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions