标签: java android libgdx android-bitmap scene2d
我需要将类型为 com.badlogic.gdx.scenes.scene2d.ui.Image 的java LibGdx图像转换为“ android.graphics.Bitmap ”。我需要这个,因为我想使用Android ACTION_SEND意图分享这个图像 有没有办法将LibGdx图像转换为Android Bitmap或java BufferedImage?