Ok, so I'm more of a Html/Javascript/CSS/PHP/Ruby/Applescript kind of person, and I really stink at Java, Cocoa and Objective-C...
But I'm attempting to get better, so I'm occasionally building an app here and there to help clean up my Mac or just solve problems I can't with other apps..
Right now to make my web developing life easier, I'm "trying" to build a nav bar generator, which generates both code and graphics. I went ahead and build all my application "engine" and code and graphics generators in Quartz Composer. Turns out it's a great tool for making "rules", besides just cool graphics. So, the application as it is now, works pretty well, with the few exceptions of a few bugs here and there, and of course I could add a slicker interface to it.
Now heres my problem. The app generates different graphics, according to some user controlled inputs and settings. There is a NSImageView object(¿?) binded to a image output from a QC patch controller. I would like the user to be able to save the image to a usable image file, preferably in .png format, but any other format supporting an alpha channel and recognized by popular browsers without need of an external plug-in I think will do.
So, what's the easiest way to do this..? I'll take anything you guys have to offer including alternatives or links or wtv
BTW, if this helps, I'm running Tiger, and I'm using the Tiger SDK and Xcode 2.5. Thanks in advance
But I'm attempting to get better, so I'm occasionally building an app here and there to help clean up my Mac or just solve problems I can't with other apps..
Right now to make my web developing life easier, I'm "trying" to build a nav bar generator, which generates both code and graphics. I went ahead and build all my application "engine" and code and graphics generators in Quartz Composer. Turns out it's a great tool for making "rules", besides just cool graphics. So, the application as it is now, works pretty well, with the few exceptions of a few bugs here and there, and of course I could add a slicker interface to it.
Now heres my problem. The app generates different graphics, according to some user controlled inputs and settings. There is a NSImageView object(¿?) binded to a image output from a QC patch controller. I would like the user to be able to save the image to a usable image file, preferably in .png format, but any other format supporting an alpha channel and recognized by popular browsers without need of an external plug-in I think will do.
So, what's the easiest way to do this..? I'll take anything you guys have to offer including alternatives or links or wtv
BTW, if this helps, I'm running Tiger, and I'm using the Tiger SDK and Xcode 2.5. Thanks in advance