Does anyone know a good resource related to remapping the pixels in a video in realtime using Quartz Composer? I’ve read through the programming guide, but it doesn’t have all the information I need…thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What kind of “remapping” do you have in mind?
If you have a mathematical expression for, given the location of an output pixel, determining which input pixel(s) combine to form that output pixel, then Core Image is probably what you’re looking for. Check out the
Core Image Kernelpatch — feed your image data through that patch, then go to its Settings panel to customize the pixel shader.