Search found 2 matches

by SlimTimmy
Thu May 01, 2003 1:03 pm
Forum: Photoshop-compatible Plugins
Topic: developing a plugin
Replies: 2
Views: 12556

thanks! (i thought this, too) I wrote a Plugin for Adobe Photoshop, which should write RGB-images+Alpha-Channel! Now, i can write RGB-images, but I have some problems with the Alpha-Channel! I created an image in Photoshop and assigned the color 172 to the Alpha-Channel. When I saved this image with...
by SlimTimmy
Tue Apr 29, 2003 4:27 pm
Forum: Photoshop-compatible Plugins
Topic: developing a plugin
Replies: 2
Views: 12556

developing a plugin

hi, i want to develop a plugin for AdobePhotoshop 6.0 . I have the SDK and now i want to change the code from the SimpleFormat-Example. But I don't know what these lines do: int16 resourceCount = CountPIResources(histResource); while (resourceCount) { Handle resourceHandle = GetPIResource(histResour...