# Taking bitmapdata of an image scaled down with overlay objects on the image?

**URL:** https://forum.kirupa.com/t/taking-bitmapdata-of-an-image-scaled-down-with-overlay-objects-on-the-image/287129
**Category:** Uncategorized
**Created:** [April 27, 2009, 12:10am UTC](https://forum.kirupa.com/t/taking-bitmapdata-of-an-image-scaled-down-with-overlay-objects-on-the-image/287129 "2009-04-27T00:10:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![DavidOrtiz](https://avatars.discourse-cdn.com/v4/letter/d/e480ec/32.png) [@DavidOrtiz](https://forum.kirupa.com/u/DavidOrtiz)
#### Post date: [April 27, 2009, 12:10am UTC](https://forum.kirupa.com/t/taking-bitmapdata-of-an-image-scaled-down-with-overlay-objects-on-the-image/287129/1 "2009-04-27T00:10:25Z")

</div>

hi guys, i got this image i scaled down by .5. The user is then allowed to add objects to the image such as flowers that are sprites in the library. So basically, a jpeg that is 800 x 800 is down to 400 x 400 on the stage and the user is able to add objects to overlay the image.

i want to save the image with the flowers and objects back to its 800 x 800, how do i redraw this image using bitmapdata properly?
