I have a bunch on pdf files I converted in black and white (real black en white, not grey...) PNG files (one by page).
I want to put them on a device that can only read BMP files (so I want to convert from PNG to BMP). As this device only have small memory, I want to optimise the size of the files as much as I can.
I thought to a few thigs to optimise it:
-Convert to 4bit-RLE BMP (but only having 2 colors in the image so RLE works better)
-Remove the white border using -trim
-Resize it to get smaller images (but still readable

-Any other idea

If you have any other ideas, i'll take them. I also don't know in which order I should do these steps.
Thanks
