# DropShadowilter on BitmapData?

**URL:** https://forum.kirupa.com/t/dropshadowilter-on-bitmapdata/238674
**Category:** Uncategorized
**Created:** [September 13, 2007, 8:17pm UTC](https://forum.kirupa.com/t/dropshadowilter-on-bitmapdata/238674 "2007-09-13T20:17:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![endemoniada](https://avatars.discourse-cdn.com/v4/letter/e/dec6dc/32.png) [@endemoniada](https://forum.kirupa.com/u/endemoniada)
#### Post date: [September 13, 2007, 8:17pm UTC](https://forum.kirupa.com/t/dropshadowilter-on-bitmapdata/238674/1 "2007-09-13T20:17:38Z")

</div>

Hi guys,

I’m having problems applying a DropShadowFilter to a BitmapData object. I have one large BitmapData that contains all my little images, when I render I simply use copyPixels to copy the little images to the background. I want to apply a DropShadow to some of them but I can’t figure it out.

I tried using applyFilter but it gives me an error. It works fine if I use the BlurFilter though.

Thanks.
