Spade-Editor / Spade

Cross-platform raster graphics editor inspired by Paint.NET
GNU General Public License v3.0
41 stars 10 forks source link

Implement a simple 'Paste' function. #45

Closed Longor1996 closed 10 years ago

Longor1996 commented 10 years ago

I think someone should go and implement a VERY basic 'Paste'-function, that can simply take an image from the System-Clipboard, and paste it into the current image as a new layer-node at root level.

As in: image = Clipboard.getImage(); imageTreeRoot.addOnTop(image);

HeroesGrave commented 10 years ago

This is an important part of #13, which I am about to work on.