Convert .bmp image to binary in Java

前端 未结 0 1376
失恋的感觉
失恋的感觉 2020-12-05 06:08

I need help converting .bmp image to binary code.

That\'s what I came up with:

    File file = new File("image.bmp");
    BufferedImage buffe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题