An Image Processing Utility using C++.
../
└── tigerFish/
├── CMakeLists.txt
├── main.cpp
├── include/
│ ├── stb_image.h
│ ├── stb_image_writer.h
│ ├── base64.hpp
│ └──image.h
└── src/
└── image.cpp
- read images in memory from disk.
- write images to disk from memory.
- grayscaleAvg
- grayscaleLum
- grayscaleToRGB
- colorMask
- encodeMessage
- decodeMessage
- diffMap
- diffMapScale