Rosbridge PNG decompression in Obj-C/C++
I use rosbridge/websocket for an iOS project. I want to use the PNG compression option for image transfers but cannot figure out how to implement this "hack" of decompressing the PNG data in Objective C (C++ should also be ok) .
Is there any alternative compression method in rosbridge e.g. gzip? If not, how would you go about implementing the PNG decompression in Objective C (or perhaps C++)?