Buhrmi Posted September 7, 2003 Share Posted September 7, 2003 Hi there, when building a compositing filter, the filter applies on a per-pixel-base. I use the global-vars op to input the old pixel RGB values. How do i input the RGB values of surrounding pixels? Is it possible? Stefan Quote Link to comment Share on other sites More sharing options...
edward Posted September 7, 2003 Share Posted September 7, 2003 Can you use the COP Input VOP? Quote Link to comment Share on other sites More sharing options...
AndrewVK Posted September 8, 2003 Share Posted September 8, 2003 vector bottom_right_neighbour = cinput(IX+1, IY+1, ...) ???? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.