kimmoli / paint

Simple paint application for Jolla
MIT License
10 stars 8 forks source link

layer system/image import #41

Closed newincpp closed 9 years ago

newincpp commented 9 years ago

For now paint is the only image manipulator on Sailfish for now it would be great to make it better (spatially when the the jolla tablet will be release it would be really cool to have a cool to use image manipulator) and like for the undo/redo feature a layer system could be awesome.

I'm talking about the same layer system than have gimp, krita or even inkscape which is: A texture independent from others textures and draw in a specific order. Obviously we should be able to move scale and rotate any layer independently

Importing an image (jpg, png and tga at the beginning) in a new layer could be a really great addition.

PS: I can help you with openGL if you need it...

kimmoli commented 9 years ago

Image import with scale/rotate implemented Still on same layer as other drawings

newincpp commented 9 years ago

Awesome! =D I can't wait to see it on the next update !