I added grayscale and negative filters to my image processing tool in pure C. No libraries. Just raw bytes and math.
Source code: github.com/subrata05/image-processing-in-c
Full writeup: medium.com/@sxvyte/imag...
#C #Programming #ImageProcessing #Systems #LowLevel #DataStructure