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

Canvas image need to save with white background #79

Closed hypesol closed 7 years ago

hypesol commented 7 years ago

I am using this plugin but this save Image with black background. I need to save image with white background. any solution please guide me. thanks

devgeeks commented 7 years ago

The black background is because the image has a transparent background.

See Issue #9

hypesol commented 7 years ago

Yes you are write but I am making color fill background and when I save image empty area always save with black background. It should be white or with other color which I set default. so please give me solution for this. thanks

hypesol commented 7 years ago

And as you give the solution in issue #9 start canvas with any colored background that is not working here. I have also tried that.