In this post I’m sharing a class called QGraphicsSepiaEffect that you can use to add Sepia effect to your Qt Widgets. It inherits QGraphicsEffect, which means you can easily add it to your project and use a single line of code to have Sepia effect on any widget or image (i.e. on a QLabel).
Continue reading “Use QGraphicsSepiaEffect to Add Sepia Effect Widgets”How to Apply Sepia Filter to Images Using OpenCV
You can use OpenCV to easily and quickly apply a Sepia filter to your images, as seen in these pictures. Here is how:
Continue reading “How to Apply Sepia Filter to Images Using OpenCV”