What is the best language for photoshop?

  • Thread starter Thread starter Superposed_Cat
  • Start date Start date
  • Tags Tags
    Language Photoshop
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Superposed_Cat
Messages
388
Reaction score
5
Hi, I recently got photoshop and was wondering how one would go about adding your own shaders/plugins. I am familiar with basic image algorithms and techniques:supereagle, 2xsai, supersampling, rasterization ect and can code in C++ which I heard was the main language for these things. Should I just use C++ or learn GSLS or rederman?. Thanks for any help/opinions.
 
Physics news on Phys.org
The Photoshop SDK is a bunch of C-language header files.

While one probably could be smart and use other languages for that, solid knowledge of C would be required. I am not sure whether the header files are directly compatible with C++; to use C++ where C is supposed to be used, one has to know both C++ and C very well.
 
Oh.That sucks, I hear the SDK has virtually no help/support online. So I couldn't just use GSLS? I just intentd on making simple shaders.
 
I have no idea what GSLS is. After another look at the SDK, it seems to support C++ natively.

There might be third-party wrappers for other languages, but you would have to look for them.
 
  • Like
Likes   Reactions: 1 person