來自 nVidia 論壇的公告:Beta Photoshop CS3 Plug-in filters
重點就是:nVidia 釋出了第一個 CUDA 的 PhotoShop plun-in 的 beta 版!
相關資訊,主要在他的文件中:http://developer.download.nvidia.com/compute/cuda/Photoshop/CUDAFilters4.pdf
- InvertFilter:
A basic filter that inverts color channels, used as a simple example of CUDA image processing - AutoLevelsFilter:
A histogram normalization filter, demonstrating how to use more advanced techniques with CUDA (such as creating histograms) - knnFilter:
A k nearest neighbor denoising algorithm. - LRDeconvFilter: A GPU implementation of a Lucy-Richardson deconvolution that demonstrates frequency domain processing on the GPU using the CUDA FFT libraries in the filter.
他不但提供了編譯好的 PhotoShop filter 的 8BF 檔案,也提供 Source code!
http://developer.download.nvidia.com/compute/cuda/Photoshop/cudaFilters_02.zip
如此一來,應該也可以成為一般人想要用 CUDA 寫 PhotoShop filter 的一個參考範本了∼
而雖然他是寫 CS3 版,但是 Heresy 這邊用 PhotoShop CS 來做試驗,也是可以使用的!不過,由於既是 Beta 又只是 Demo,其實也沒選項可以調,就是按下去就執行就是了。 ^^"
做了一些簡單的測試,原圖是:
結果:
Autolevel |
LRDeconvFilter |
Invert |
knnFilter |
我也一直关注cuda,感谢博主提供最新的消息~