google / guetzli

Perceptual JPEG encoder
Apache License 2.0
12.9k stars 977 forks source link

I want to use guetzli in the iOS app #138

Open sunyanyan opened 7 years ago

sunyanyan commented 7 years ago

can I compile guetzli code for iOS app ?

help~

bdkjones commented 7 years ago

This is very likely not a good idea. iOS devices do not have the CPU performance to run Guetzli efficiently and---much more importantly---they do not have anywhere near enough RAM. Unless you're optimizing very tiny images, your iOS app would likely be terminated by the system for consuming too much memory.