So i've been messing with LOVE2d, after i decided i wanted something a bit nicer to play with than MOAI. I was just messing around with LOVEframes, and started making a program that i've had on my mind for a long time to test it out, and got kind of carried away and now people are waiting on me to release this thing to the world.
Now i only know how to program in LUA and usually what you know how to use now is usually a pretty good option to make things, but because LOVE is a game engine and not aimed at making art programs, despite it being able to do everything i need internally, it seems to miss some of the core features i need, which is pretty much just being able to load and export images with the clipboard, and save images via the default windows save dialog.
So just a few questions.
I get that i would need to modify the source do to this, but is it something that is going to be possible for me to implement? I see that copying text to the clipboard is implemented, how much harder would images be? I will need to raise the programs permissions to save in places that are not %APPDATA% correct?
Btw this is what the app looks like.

More stuff here. http://polykarbonbbs.com/showthread.php ... post426145
If i'm a complete idiot trying to use a hammer to drive in a screw, i'd also really like to know. Thanks guys!