Tagged Questions
The pixel-bender tag has no wiki summary.
6
votes
2answers
875 views
Comparsion between Pixel Bender(in Flash) and Pixel Shaders(in Silverlight)
Can someone explain the different between Pixel Bender in Flash and Pixel Shader(HLSL) in Silverlight in terms of programming flexibility and run-time performance?
5
votes
1answer
512 views
Pixel bender shaders with multiple outputs in flash?
According to the pixel bender specs a shader can have one or more outputs. The pixel bender toolkit, whose "export to flash" option tends to be preety strict about the flash specific do's and dont's, ...
4
votes
2answers
1k views
using PixelBender to double the size of a bitmap
I have a performance question about pixel bender. I want to enlarge many BitmapData (double their size into new BitmapData). I was doing this with as3, but wanted to use pixel bender to get better ...
3
votes
3answers
1k views
Action Script3 / Pixel Bender Compound Blur effect?
I need Action Script3 / Pixel Bender blur filter with mapping capability’s.
We have such image, we want to apply such blur map to get such result
Its also known as Compound Blur effect.
Has ...
2
votes
0answers
371 views
Fast method to render thousands of bmp in Flash?
What's the fastest way to render a few dozen 16x16 bitmaps tens of thousand times at random locations on a 800x600 screen?
1) Use CopyPixel() to blit each sprite to the 800*600 screen buffer? Of ...
1
vote
2answers
137 views
Emulating a nested loop in Pixel Bender for Flash/Flex
I have two vectors of a large, but arbitrary (v1.length need not equal v2.length), number of points, and I want to pairwise multiply them. Because this is the main bottleneck in a large loop of AS3 ...
1
vote
1answer
537 views
OpenGL Pixel Shader: how to generate random matrix of 0s and 1s (on each pixel)?
So what I need is simple: each time we perform our shader (meaning on each pixel) I need to calculate random matrix of 1s and 0s with resolution == originalImageResolution. How to do such thing?
As ...
1
vote
1answer
202 views
How to recreate such effect using actionscript/pixel bender?
Effect is generally in mostly vertical with slight horizontal offsets looks like: often used by paintors in sky painting like here
1
vote
1answer
109 views
Show / Hide specific color ranges with PixelBender
What is the best way to hide specific (interpolated) color ranges? For example, I have a gradient that goes from blue > cyan > yellow > red. What I need is to hide blue > cyan, yellow > red but leave ...
1
vote
2answers
507 views
webcam background blur effect
I've seen this effect before, where everything is blurred except the front most object in the shot. it was possibly a flash or flex effect which worked in realtime with video and snapshots. can ...
1
vote
0answers
151 views
Programatically Mixdown of audio tracks (no playback)
I've found some excellent demos of how to mix together sound objects together for live playback. See the working example bellow...
But can it be done programatically without any playback so I can ...
1
vote
0answers
497 views
Flash/As3 and Pixel-Bender: Realtime manipulation of video sound?
Using Pixel-Bender, it's possible to manipulate audio with effects, mixing channels etc. (http://www.kaourantin.net/2008/10/audio-mixing-with-pixel-bender.html). Could this technique somehow be ...
1
vote
1answer
363 views
Understanding Actionscript Garbage Collection
in an attempt to see and hopefully understand actionscript's garbage collector, i've set up a sample project that loop-tweens the value of a pixel bender parameter on stage.
my first concern was the ...
1
vote
1answer
905 views
Simple Pixel Bender Blur?
I am using the following code to create a dynamic reflection of an image:
{
input image4 src;
output pixel4 dst;
parameter float imageheight
<
minValue: 0.0;
maxValue : 1000.0;
...
1
vote
1answer
579 views
bicubic sampling example using pixel bender?
I am new to pixel bender and wondering if anyone knows how bicubic [down]-sampling would be implemented using adobe's pixel bender?
Here is an example of how Bilinear [down]-sampling can be ...
1
vote
2answers
657 views
Pixel bender White to Transparent
When I run the following pixel bender code:
input image4 src;
output float4 dst;
// How close of a match you want
parameter float threshold
<
minValue: 0.0;
maxValue: 1.0;
...
0
votes
1answer
20 views
Image Filters/ByteArray
I am using pixel bender's pbj files(as recommended with Flex4) to change the brightness/contrast of a image.So i apply the filters to the image like this:
image.filters = myBitmapFilter;
Now my ...
0
votes
3answers
106 views
Why Pixel Bender filter behaves differently in Toolkit than in Flex/Air application?
Ok, so I've tried this simpler filter with same Air code as below:
<languageVersion : 1.0;>
kernel NewFilter
< namespace : "Your Namespace";
vendor : "Your Vendor";
version : 1;
...
0
votes
0answers
91 views
pixel bender for dicom image window center/width manipultation in flash/Action script
We have a Flash-based DICOM viewer and i have the following code in Action Script that I am tryingto replace with pixel bender code to manipulate dicom image window center window width.
var ...
0
votes
0answers
40 views
How to calculate average of all pixels in Pixel Bender?
I'm playing around with Adobe Pixel Bender, and I just had an idea for a filter: take a given image, calculate an average of all its pixels, and replace the image by a solid color representing that ...
0
votes
2answers
122 views
Is there a trick to get Pixel Bender shader 'inputSize' parameter working in Flash?
Here's a snippet of a pixel bender shader that I'm using in Flash:
parameter float2 srcSize
<
parameterType: "inputSize";
inputSizeName: "src";
>;
input image4 src;
The width and ...
0
votes
2answers
123 views
Are Flash Pixel Bender filters a widely used feature? [closed]
I haven't seen many Flash games on facebook or other applications really utilize it yet (or appear to utilize it).
Are there some good professional examples of its use?
Is pixel bender just too slow ...
0
votes
0answers
81 views
Do math operations on each pixel affected by Canvas.drawLine or Canvas.drawCircle
I am working on a painting program and I would like to use AND or OR functions for example, on each pixel to have the color or alpha value that it currently on that pixel influence the new color, by ...
0
votes
1answer
200 views
What is OpenGL ES 2 Shader language analog for HYDRA (pixel bender) sampleLinear?
So I look onto OpenGL ES shader specs but do not see such...
For example - I created simple "pinch to zoon" and "rotate to turn around" and "move to move center" HYDRA pixel bender filter. it can be ...
0
votes
1answer
145 views
How to make bend transition effect with pixelbender
http://www.designlicks.com/
http://www.group94.com/
in first site after loading complete there is a transition that bending all page.
i saw this effect before some other sites but i cant find any ...
0
votes
0answers
15 views
Is there a way to perform corner pinning on video output in Windows?
I'm trying to stitch together the images of a couple of projectors. Unfortunately, our video drivers & projectors don't have the ability to do Corner Pinning which makes it very difficult to line ...
0
votes
0answers
300 views
Using Pixel Bender to process Kinect Data?
I am looking for a faster way to process the image stream coming out of the kinect. I am using http://www.as3kinect.org/ to connect the kinect to flash via a socket server.
Here is how it currently ...
0
votes
0answers
106 views
Image Zoom in PixelBender
What is the best way to zoom on a point in an image using PixelBender? My goal is to achieve virtually endless zoom in Flash regardless the original image size. Thanks!
0
votes
2answers
203 views
Flash + iOS + additional files
So flash allows to create iOS apps. The compiler creates an .ipa file which I can load on the iPhone.
But what about additional files?
I'd like to use a pixel bender file (.pbj) which i have to load ...
0
votes
2answers
133 views
Turn off color ranges in Pixel Bender
What is the best way to turn turn off (using PixelBender) colors that fall within a certain range. For example, turn off all colors between 0x0000FF and 0x00FFFF. Thanks for your help. This has to ...
0
votes
2answers
71 views
Someone know the name of that animation?
I dont even know the name which I should google it, I tried genie effect, but it`s not actually a genie effect! If someone has an link how to do this in flex,flash, pixel bender, will help a lot as ...
0
votes
1answer
154 views
Convert an image into 2 colors black/white
I am looking for a script, (modes ?), pixel bender ? that allows me to convert an movieclip/image into 2 colors (black and white).
I don't want grey scales, but really 2 colors only picture.
Any ...
0
votes
1answer
293 views
Flex shader effects: render one object into another
I want to make such effect: draggable semi-transparent object (let's call it 'plastic strip') over window with arbitrary objects. Plastic strip should be turbid, i.e. it blurs content under it (not ...
0
votes
3answers
308 views
Does the Pixel Bender with Flash would use the GPU?
I write a Pixel Bender kernal for my flash.
I know that the pbk would run in another thread.
But when I run my swf, the GPU usage shows 0%.
I want to know does the Pixel Bender with Flash would use ...
0
votes
1answer
326 views
Limiting custom BlendMode made with PixelBender - how to merge images
i need to mix two images one photo and a placeholder. The idea is that we see the placeholder except where the palceholder has a particular color, in that case the user sees the photo. Something like ...
0
votes
2answers
61 views
How to use Pixel Bender within an FP9 wrapper file
We create Flash games which are embedded within third party wrapper SWF files, which are exported for FP9.
If I create an FP10 SWF which uses Pixel Bender classes (Shader, ShaderData), when I run ...
0
votes
1answer
344 views
Color Matrix VS PixelBender
Whats the difference between these two? They seem to both do the same thing not to mention both applied to the bitmap through applyFilter().
0
votes
1answer
330 views
Save ByteArray generated by Pixel Bender
I am building a Flash Application which will allow a user to mix two mp3 files and send the mixed result to our server.
Using Pixel Bender I am already able to create a mix:
public class Mixer
{
...
0
votes
2answers
81 views
Anyone Know of a company that sells pixel bender filters?
Anyone Know of a company that sells pixel bender filters?
0
votes
1answer
297 views
help converting this as3 code to pixel bender code
I'm looking for some help converting as3 code to pixelbender code in an attempt to improve the performance of my application.
This as3 code goes as follows. I scan through the Number values of a ...
0
votes
3answers
1k views
AS3: How to access pixel data efficiently?
I'm working a game.
The game requires entities to analyse an image and head towards pixels with specific properties (high red channel, etc.)
I've looked into Pixel Bender, but this only seems useful ...
0
votes
2answers
933 views
Pixel Bender Chroma Keying code for flex3 / as3
Does anybody know where i can find a good chroma keying pixel bender code example.
Or does anybody know how to write such a code in pixel bender. Or a create pixel bender tutorial to create a chroma ...
0
votes
1answer
478 views
Tweening Pixel Bender Filter Using Number Value With Basic Tween Class in Actionscript 3.0
i'm studying Pixel Bender. i have a filter who's parameter i want to tween. as far as i know, in order to tween a pixel bender parameter, i need to tween a number object and assign the tweening ...
0
votes
2answers
518 views
How to stretch out the movie clip after applying some Pixel Bender filter? (Flash)
How to stretch out the movie clip to twice its width and height after applying some Pixel Bender filter?
I have some object with video on it (for ex 512 by 512) I apply a Pixel Bender Filter on ...