Can Synfig paste a bitmap image from system clipboard?

I wish to know if this funtionality is available. Thanks

The .sif(z) file format doesn’t embed other files (images or sounds, for example).
So, if it will support pasting an image from clipboard, it would need to save it first.

Possible solutions for developers:

  • add support for file embedding (by using base64 encoding?): it makes the .sifz bigger
  • make Studio present a save dialog - and save the clipboard contents in a file and import it