Jul 23rd 2009

We recently had a request for our Fusion plugin wizard for VS 2003, so here is a download link. Enjoy!

Download Fusion plugin wizard for VS 2003 Download Fusion plugin wizard for VS 2003

No Comments »
Jul 20th 2009

We’ve been adding CUDA support to many of our custom tools lately and finding speed-ups of 40x in some cases. This tool is an example of an idea that would be totally impractical (hence the krazy) without a highly parallel GPU-based approach. The algorithm takes each pixel in the input image, and finds the shortest distance (in RGB space) from it to the pixels in the “selection” image. This requires an every-pixel-to-every-pixel distance calculation, with the final shortest distance value compared to a threshold to determine whether or not to mask the pixel.

Krazy Key, enriched with CUDA
Download KrazyKey 1.0Download KrazyKey

Read the rest of this entry »

3 Comments »