dressupgeekout / lunapurpura

Reimplementation of Purple Moon's games from the 1990s (WIP) - NOTE: ScummVM port in progress
https://dressupgeekout.github.io/lunapurpura/
BSD 2-Clause "Simplified" License
8 stars 1 forks source link

xpk(1): Allow for PNG output with tiled mode #47

Closed dressupgeekout closed 2 years ago

dressupgeekout commented 4 years ago

We should be able to generate a PNG even with xpk -t -p, but xpk -t never generates PNG images. It only ever creates raw RGBA streams.

dressupgeekout commented 4 years ago

FWIW I've added an explicit error message in case the user does try to xpk -t -p: https://github.com/dressupgeekout/lunapurpura/commit/05d15e7b56fe65ab5c36976bb34530e954863c66#diff-3bc8a2e6b2fbf04a90be089173aeca5bR126-R132

dressupgeekout commented 2 years ago

Related to #59