Hi,
Does anyone know of a way that you can edit images in titanium? Or is there a javascript library similar to http://www.pixastic.com/ but one that doesn't reply on html so it can be used in titanium?
Or should I just stop being lazy and use Xcode?
Thanks
1 Answer
You can find filters for images in the Titanium Marketplace. Also, I believe every UI object has a toImage() method... so if you wanted to overlay stuff on top of an image, you could, and then save the result as another image.
As far as out-of-the-box availability, nothing that I can think of.
Your Answer
Think you can help? Login to answer this question!