mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 03:30:48 +00:00
pngで保存するように変更
This commit is contained in:
parent
9fc5d160ac
commit
e55b5709dd
@ -78,7 +78,7 @@ public class DebugMenuFileManagerTesterFragment extends Fragment {
|
||||
paint.setColor(Color.RED);
|
||||
canvas.drawCircle(50, 50, 50, paint);
|
||||
|
||||
fileManager.saveBitmapAtCurrent(bitmap, "test.bmp");
|
||||
fileManager.saveBitmapAtCurrent(bitmap, "test.png");
|
||||
});
|
||||
|
||||
return view;
|
||||
|
Loading…
x
Reference in New Issue
Block a user