clark Posted September 17, 2014 Share Posted September 17, 2014 I have a simple BitmapData object which has been drawn on by a user. Is there a way to capture that BitmapData and export it? Either as a dataURI or PNG/JPG?I seen you can capture a canvas but I do not want to capture the whole canvas, only parts of it. Thanks! Link to comment Share on other sites More sharing options...
rich Posted September 17, 2014 Share Posted September 17, 2014 A BitmapData is a canvas So capture the bmd.canvas property in whatever way you need. I do this in the art package we're building for the BBC and it works really nicely. clark 1 Link to comment Share on other sites More sharing options...
clark Posted September 17, 2014 Author Share Posted September 17, 2014 Ahh man sometimes the answer is just staring you in the face. Thanks again Rich! The new copy function owns. Link to comment Share on other sites More sharing options...
Recommended Posts