something like this should work via cmd:
"C:\path\to\magick.exe" "C:\path\to\input.png" -channel R -ordered-dither o4x4,32 -channel G -ordered-dither o4x4,64 -channel B -ordered-dither o4x4,32 +channel -strip "C:\path\to\output.png"
In the end you may not need this at all. If your backgrounds already look fine and you don't see color banding, you can skip the pre-dither. It's only a tip for images that struggle in 16-bit color. I recommend reading this one here:
https://lvgl.io/blog/tutorial-dithering-16bit