IMI GDM WS24 - Code Exercise 2: Basic Image Manipulations

  • 6 views

  • 0 favorites

This time we will code some basic image manipulations, like flipping it, rotating by 90 degrees, turning the colors negative and even using the median cut algorithm to reduce the color space to 8 colors.

The video is kinda short as the application of these effects is still rather simple.

It doesn't involve too complicated code and pixel manipulation, so it is a good start. Also the median cut can be done with recursion and can be a good exercise for Info2, too.

Tags: