This content has been marked as final.
Show 3 replies
-
1. Re: image channel, getting a specific pixel
Chris Cox Dec 4, 2011 11:21 AM (in response to fatysekDesign)Set the API to that rectangle (or the whole image), then read the pixel values at that offset.
Please read the source of the example plugins in the SDK.
-
2. Re: image channel, getting a specific pixel
Tom Ruark Dec 5, 2011 9:57 AM (in response to fatysekDesign)See the DissolveRectangle routine in Dissolve.cpp. It doesn't do exactly what you are looking for but it does have a x and y loop for you. It is operating on a channel at a time.
-
3. Re: image channel, getting a specific pixel
fatysekDesign Dec 5, 2011 10:10 AM (in response to Tom Ruark)thanks !



