Anaglyph
This crate produces anaglyphs from any image decodable with the image crate.
Choose your input image, the output filename, the horizontal/vertical offsets between the two colors, and the two colors.
The output color couples are the ones listed here.
License: MIT OR Apache-2.0
Example usage:
With this (awesome) sample image, by Bao Menglong on Unsplash:

And this code:
create;
create;
create;
create;
Results (put on your /🟥∧🟦\ glasses):
output_bottomright.png:

output_topright.png:

output_bottomleft.png:

output_topleft.png:
