Reprocesses images or just basically clears any traces if there is, anonymity it is.
- sys, uses argv to get path.
- os, listdir to loop through inputs folder.
- PIL, uses Image to take the image's data and processes the processed image data from numpy.
- numpy, ndarray and uint8 for cleaning the image's data taken from PIL.
- Processed 2 4500x2500 images in less than a second.
- Yessir, Check line 14.
- literally a 16.4mb image has been reprocessed into a about 15.4mb image, I was so surprised yet scared.
- The amount of traces is tremendous, we need more knowledge about that.

