mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +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);
|
paint.setColor(Color.RED);
|
||||||
canvas.drawCircle(50, 50, 50, paint);
|
canvas.drawCircle(50, 50, 50, paint);
|
||||||
|
|
||||||
fileManager.saveBitmapAtCurrent(bitmap, "test.bmp");
|
fileManager.saveBitmapAtCurrent(bitmap, "test.png");
|
||||||
});
|
});
|
||||||
|
|
||||||
return view;
|
return view;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user