So, this is what I need :
- Take an
NSImage
- Compress it as much as possible (loseless compress, no obvious drop in quality)
- Save it back to disk
In the past, I tried using OptiPNG - as compiled binary (and getting results asynchronously) - which worked.
However, what if I don't want a terminal-like solution with external apps, but something more Cocoa-native?
Any ideas?