首頁  >  問答  >  主體

Java中的BufferedImage在Android之中如何对应?

伊谢尔伦伊谢尔伦2719 天前1031

全部回覆(1)我來回復

  • ringa_lee

    ringa_lee2017-04-18 10:49:00

    你不能在Android中使用BufferedImage,因为它不存在于Android SDK中.你可以使用Android中的BitmapFactory來代替:

     BitmapFactory.decode...();

    參考資料:How to load BufferedImage in android?
    BufferedImage in Android

    回覆
    0
  • 取消回覆