FreeDrawView icon indicating copy to clipboard operation
FreeDrawView copied to clipboard

Add possibility to restore Bitmap from a file.

Open opankiv opened this issue 6 years ago • 3 comments

Read Bitmap from a file and load it to FreeDrawView.

opankiv avatar Apr 13 '18 11:04 opankiv

For now it supports state save and restore only with the following methods FreeDrawSerializableState getCurrentViewStateAsSerializable() and restoreStateFromSerializable(FreeDrawSerializableState state)

RiccardoMoro avatar Apr 13 '18 11:04 RiccardoMoro

Yes. But it will be useful to have an ability to read Bitmap data from an external file (maybe previously saved locally) and load it to FreeDrawView for further editing.

opankiv avatar Apr 13 '18 11:04 opankiv

Agreed. Used the Library to save a signature into a Bitmap file, but needed to load it from the file.

wlmirand avatar Apr 21 '20 10:04 wlmirand