Hi, first of all, thanks for sharing the source of this! I am trying to find a solution modifying RGB values for transparent pixels (see attached image), and I came across this.
I managed to recompile the plugin in Xcode using your source, after a few changes to the photoshopsdk (some headers not found and such). I am unfamiliar with the PS plugin SDK, but I have a question.
I am wondering, when the plugin gets the pixel data hands off from Photoshop, is the data already "dirty" with the fully transparent pixiels turned to white? Or it's something that the plugin does? If so, is there a way to tell Photoshop not to do before you get the pixel data? I'm really looking for a way to disable this behavior.
Thanks!

Hi, first of all, thanks for sharing the source of this! I am trying to find a solution modifying RGB values for transparent pixels (see attached image), and I came across this.
I managed to recompile the plugin in Xcode using your source, after a few changes to the photoshopsdk (some headers not found and such). I am unfamiliar with the PS plugin SDK, but I have a question.
I am wondering, when the plugin gets the pixel data hands off from Photoshop, is the data already "dirty" with the fully transparent pixiels turned to white? Or it's something that the plugin does? If so, is there a way to tell Photoshop not to do before you get the pixel data? I'm really looking for a way to disable this behavior.
Thanks!