Cheers forum. I work on Linux, there were close to no tools, so I wrote a png2chr converter and its reverse. I did find python scripts for that, but who uses python
https://github.com/clbr/nes
With this I can edit in gimp/mtpaint and be happy. It uses the palette index directly - palette 0 is bg, 1, 2 and 3 are passed on as-is. Save the PNG as indexed, and it will be accepted if it has 4 or less colors total.
Probably will run on Windows as-is, but again, who uses that. It's quite sad most tools are closed source and provided for Windows only.
https://github.com/clbr/nes
With this I can edit in gimp/mtpaint and be happy. It uses the palette index directly - palette 0 is bg, 1, 2 and 3 are passed on as-is. Save the PNG as indexed, and it will be accepted if it has 4 or less colors total.
Probably will run on Windows as-is, but again, who uses that. It's quite sad most tools are closed source and provided for Windows only.
Memblers wrote:
And something like a PNG2CHR converter hopefully could be provided in exe format.