AmigaPorts / ACE

Amiga C Engine
Mozilla Public License 2.0
163 stars 26 forks source link

bitmap_conv: add support for EHB palettes #227

Closed tehKaiN closed 3 months ago

tehKaiN commented 3 months ago

Description

Adds support for EHB-enabled image conversion. The new switch simply expands loaded palette with EHB color counterparts so that user doesn't have to pass in 64-color palette created only for purpose of bitmap conversion.

Also, minor cleanup in tool's code reduces amount of warnings under MSVC.

Checklist