I stacked with inverting sepia filter using open cv.
My logic is the following: processed_pixel = np.dot(sepia_filter, original_pixel)
It means that: original_