Tag Results for 'bitmap'
Actionscript 3 Bitmap Segmentor (Source Code Included)
January 22nd, 2008
For quite some time now, I have been playing with breaking DisplayObjects into a grid to sample pixel data in order to create visualizations. I have spent time with this in both Actionscript and in Processing (see project). For Actionscript in particular though, I wanted to make the process cleaner and easier to implement. What has resulted is a slightly tangential project which ultimately makes sampling pixel data easier while offering a whole separate set of features. In its simplest form, the BitmapSegmentor allows you to take a DisplayObject's bitmapData and break it into a grid of individual segments. These segments can then be used for various purposes, including pixel data sampling.
(more...)actionscript, actionscript 3, as3, bitmap, bitmap segmentor, bitmapdata, color, color sampler, demo, display object, flash, flex, grid, sample, sampling, segments, segmet video
AS3 Layout Organizers Applied to Video
September 13th, 2007Last week, I showcased an idea of Flash layout organizers (source code is coming), that acts loosely the same as Flex containers. I have already started to use this basic idea and it has so far worked out very nicely for me. After posting my little experiment, I instantly thought of mashing up the layout organizer experiment with the Flash video sampler experiment I did a couple months back. The current example of bringing the two together is overly simplistic to better give the idea of what is happening, but I can already see tremendous potential for fun with this technique.
(more…)actionscript 3, as3, bitmap, containers, copypixels, flash, layout organizers, organizers, simplistic, swf, video, video sampler video segmentation
