mikegough / 3D-Landscape-Simulator

A web based ST-Sim application with 3D visualization.
0 stars 1 forks source link

Compress output PNGs #24

Open TaylorMutch opened 8 years ago

TaylorMutch commented 8 years ago

We could apply an image dither on the output PNGs during the processing step to cut down on the size of the images we are sending across. Each image is about 1.2 times the size of the raster we are operating on for each timestep/iteration, but the visualization and the download process may be better for the user.