Recommendations for making a custom image and video filter.

  • For my CSCI class we made some custom filters in C++ using the stb_image library. I made a filter that doubled the individual RGB values of each pixel, which resulted in a cool/glitched out output ima ge. https://nox.tips/

    I wanted to apply this filter to a video, but I don't believe the stb library supports that. Any recommendations on how to go about doing that?

    I'm willing to use a different language like python if necessary. I also have to ssh into the university lab machines to use the filter, and I'd rather have it all on my local windows machine if possible. I'd still like to use the filter on pictures, but I think it could be really sweet when used on a video.

    • This topic was modified 2 years, 5 months ago by  niyatioxe.
  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply