[Flashcoders] Gaps in between bitmapdata clips copied to a grid

2007-03-30 Thread Matt Muller
Hi, Im breaking an image into a grid of separate clips with corresponding pixels using copyPixels but I'm getting gaps in between the clips. Also sometimes the image wont finish if the ratio between horz and vert clips is too high. Has anyone had this issue. code below cheers, MaTT import

Re: [Flashcoders] Gaps in between bitmapdata clips copied to a grid

2007-03-30 Thread Lars Schwarz
haven't testet the code, but did you try it without setting the smoothing property (on the bitmapdata object)? Am 30.03.2007 um 16:12 schrieb Matt Muller: Hi, Im breaking an image into a grid of separate clips with corresponding pixels using copyPixels but I'm getting gaps in between the

Re: [Flashcoders] Gaps in between bitmapdata clips copied to a grid

2007-03-30 Thread Matt Muller
yes, same issue! MaTT Here is the constructor - private var pixFx:ReformPixel var clip1:MovieClip = showcase.createEmptyMovieClip('tempClip', showcase.getNextHighestDepth()); var clip2:MovieClip = showcase.createEmptyMovieClip('holdClip', showcase.getNextHighestDepth()); pixFx = new