Reduce BMP file size without losing quality
Reduce BMP file size without losing quality
Question
The input file format is BMP. The required output format is BMP. I do not want a reduction of size or quality, but I want to reduce the file size. How is it possible?
2015/08/01
Popular Answer
- Use file compression tools - like zipping or adding to rar.
- Reduce 24 bits to lower. But that'd be lossy.
So, you don't really have a way afaik.
2015/08/01