Luna

Results 15 issues of Luna

Kinda a dupe of #15 but for general external links rather than download links. This would allow for clarity on productions like [Brainworm](https://demozoo.org/productions/202448/), for example, which has multiple YouTube links...

Tiny little one-char change to stop the basic usage example from throwing a missing-semicolon error. This one's bugged me for years, I always end up metaphorically stubbing my toe on...

1 stb_image
2 good-no changes needed
3 documentation fix
2 add credit

https://en.wikipedia.org/wiki/UTF-8#Invalid_sequences_and_error_handling Current status: ✅ Invalid bytes (error+terminate) ✅ an unexpected continuation byte (error+terminate) ✅ a non-continuation byte before the end of the character (error+terminate) ✅ the string ending before the...

Right now it doesn't really make sense to process multiple input files, since we only have one output path. Options are: - allow some sort of formatting for output paths...

Would be good to have a library of test data that we can use to verify that any given change doesn't break anything. I'll think more on how best to...

enhancement

This would be nice to have but there's no rush. Documentation on the various pixel layouts can be found at http://fdwr.tripod.com/docs/snesgfx.txt

new format

Would be nice to run `file2img -s 0x200 ...` instead of `file2img -s $((0x200)) ...`

enhancement

Could do with examples with images, and demonstrating the tiling feature.

enhancement

Addressing #19. I've got a small library of test data and expected outputs which we can verify match up. Ideally I want to get more coverage, hitting every supported format....