Questions tagged [pixel-bender]

Adobe Pixel Bender is a programing language for the description of image processing algorithms.

Pixel Bender is a programming language created by Adobe Systems for the description of image processing algorithms. The syntax is based on GLSL, and a Pixel Bender program is analogous to an OpenGL fragment shader, and is intended to be a loosely typed version of C++.

For more info see Pixel Bender Technology Center.

64 questions
0
votes
1 answer

rotating image using pixelbender

I have background image and smaller image. I copy the smaller image into the bigger image using copypixels like this: destBitMap.copyPixels(img, new Rectangle(0, 0, img.width, img.height), location); Now I want to rotate the image before…
StephenNYC
  • 1,234
  • 3
  • 12
  • 29
0
votes
2 answers

pixel bender 4-color shader

I have no experience with Pixel Bender, and shading languages seem like gibberish to me, so I was wondering if anybody could help me rewriting the following as3 code to function as a Pixel Bender filter/shader. The way it works is that I want to…
Johannes Jensen
  • 1,228
  • 2
  • 18
  • 28
0
votes
1 answer

Flash Player 11 vs. 10 ByteArray error #2030 with PixelBender

I'm trying to use the 3d projection via PixelBender part of this demo by unitzeroone, which is pretty sweet by itself, even without the alchemy pixel-drawing. The problem is it doesn't work when viewed in Flash Player 11+. The SWFs preview fine when…
0
votes
1 answer

More Pixel Bender Filters at Once (FLEX)

I was wondering if there is a way to apply more pixel bender at once to an image in flex. for example i have a class of pixel bender filter that returns an Array so i can apply an effects in this way: var class1:FilterClass1 = new…
Fab
  • 7
  • 3
1 2 3 4
5