Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将 android.graphics.Bitmap 实例转换为 android 中的 jpeg?
尝试使用压缩方法,例如:
bitmap.compress(Bitmap.CompressFormat.JPEG, quality, outStream);
这是一个示例程序:compressing-a-bitmap-to-jpg-format-android-example