devgeeks / Canvas2ImagePlugin

PhoneGap / Cordova plugin for iOS to save the contents of an HTML canvas to the device's Photo Library
211 stars 218 forks source link

How can i save the canvas image to some specific folder. #13

Closed vipulsaluja closed 11 years ago

vipulsaluja commented 11 years ago

Hi,

Can you please extend the plugin so that we can pass the path of the folder where image needs to be saved.

devgeeks commented 11 years ago

I am not sure what you mean by a specific folder.

Do you mean say in the app's Documents folder?

vipulsaluja commented 11 years ago

Yes exactly. In apps Documents folder.

Now I am able to save it in app's Document folder but it is also being saved in camera roll of the iphone.

On Thu, Jun 6, 2013 at 7:49 PM, tommy-carlos williams < notifications@github.com> wrote:

I am not sure what you mean by a specific folder.

Do you mean say in the app's Documents folder?

— Reply to this email directly or view it on GitHubhttps://github.com/devgeeks/Canvas2ImagePlugin/issues/13#issuecomment-19048088 .

devgeeks commented 11 years ago

Ah, well, it is certainly possible, but the plugin really was just a quick answer to the question of how to save a canvas into the camera roll.