## Usage
+```bash
./main <filename> <new_filename> <fg_color> <bg_color> <new_color>
+```
This will replace <fg_color> with <new_color> and make <bg_color> transparent.
It only handles two colors but correctly interpolates between the two and adds transparency accordingly.