Abdullah Ahmed

Results 1 comments of Abdullah Ahmed

Hi Simon, I used the simple hardcoded compression code like this (same as your code): ``` source = tinify.from_file('unpotimized.png') source.to_file('optimized.png') ``` I also made sure that `unpotimized.png` is in my...