Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Image Compression

Is their any way so that we can send images compressed from server and decompress it on Roku side.I earlier used gzip for Json compressing but now I am looking for image compression technique present in Roku.
0 Kudos
1 REPLY 1
destruk
Binge Watcher

Re: Image Compression

JPG is already compressed. So why would you want to compress again? For PNG you can compress those with online tools as well (PNGCrush, TinyPNG, EXGif, etc etc etc) - sometimes though after 'compressing a PNG', the resulting file can be larger than what you started with - so check first for quality before replacing.
0 Kudos