How can I script like making shader like HLSL or GLSL?
Hi. I'm quite new to Photoshop scriping.
What I want to do is kind of image processing. Making custom blur or custom tone mapping by using my custom formula. Normally, I do this kind of works not in photoshop, but our team need this in Photoshop.
Firstly, Is there any way to apply HLSL or GLSL to image in photoshop?
I found the scripting in photoshop, looks like it can sample color from pixel, and then set color to pixel. but this is quite slow for use it. Are there any way to make faster? the native photoshop filter is quite fast. How did they do for it?
