HDF-NI / hdf5.ws

HDF5 data Web socket API
MIT License
6 stars 2 forks source link

Compression algorithms needed on client and server sides #1

Open rimmartin opened 8 years ago

rimmartin commented 8 years ago

Adding compression algorithms. Images have their ideal compressions. The question of lossy is complicated when working a dual ws interface. The quality can't go down over repeated transfer cycles

Other data may need at least gz compression. Not sure what dependency is good to introduce to this layer.

rimmartin commented 7 years ago

What I need to discern is whether an image processing/compression dependency should be introduced or use zlib

rimmartin commented 7 years ago

Or can the ws deflate and inflate work well

rimmartin commented 7 years ago

Beginning to think I should study and make an optimized algorithm flow were the first parts go up to the viewfinder with no compression and compressing regions going out from the viewfinder