Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ruby-on-rails-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image processing 可编写脚本的图像处理_Image Processing_Shader_Pixel Shader - Fatal编程技术网

Image processing 可编写脚本的图像处理

Image processing 可编写脚本的图像处理,image-processing,shader,pixel-shader,Image Processing,Shader,Pixel Shader,我急需一些软件。我要寻找的是某种类型的图像编辑器,它通过某种类型的脚本语言(比如HLSL/GLSL像素着色器)支持像素级操作 要求: 从脚本访问像素数据 支持带有alpha的32位浮点图像 可以读取和写入多种文件格式(TIFF、PNG、BMP…) 类似的东西已经存在了吗?Adobe的PixelBender有一些这样的东西。铬也是如此。您没有真正指定上下文,但是。。。作为图像编辑器,查看Pixel Bender。看起来很有趣。它可能是最接近的东西。

我急需一些软件。我要寻找的是某种类型的图像编辑器,它通过某种类型的脚本语言(比如HLSL/GLSL像素着色器)支持像素级操作

要求:

  • 从脚本访问像素数据
  • 支持带有alpha的32位浮点图像
  • 可以读取和写入多种文件格式(TIFF、PNG、BMP…)

类似的东西已经存在了吗?

Adobe的PixelBender有一些这样的东西。铬也是如此。您没有真正指定上下文,但是。。。作为图像编辑器,查看Pixel Bender。

看起来很有趣。它可能是最接近的东西。