Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 824 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 824 Bytes

Contributing to qrm-resources

Before You Start

Please read through the MiaowWare CONTRIBUTING.md.

Image Processing Requirements

Contributed images (especially ones with lots of flat colours) should be processed with pngquant to improve the file size. pngquant --quality 30-40 is a good default. If this causes artifacts like extreme dithering or posterising, a higher --quality can be used. If an image still has a large file size, it can be downscaled, but this is not optimal.

Updating the Resource Index

After making changes to index.json or files directly tracked in index.json, run the gethashes.py script to update the metadata in resources/index.json. This should be committed with your changes.