I am making App. that includes Picture Editing, After Editing I want to save this Image As jpg file in my phone memory.. How can i do this?
Any help?
Thanks..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t have a Symbian device to check, but AFAIK it should be something like e.g.
assuming you have Symbian capabilities to write to the directory. The
successwill be true if the save was successful and false otherwise, and if necessary you can mess with the compression quality factor – here’s the documentation.I’m rusty on Symbian permissions, you might need WriteUserData to get this to work.