An open API service indexing awesome lists of open source software.

https://github.com/codarcode/z-checker

a library to characterize the data and check the compression results of lossy compressors
https://github.com/codarcode/z-checker

Last synced: 8 months ago
JSON representation

a library to characterize the data and check the compression results of lossy compressors

Awesome Lists containing this project

README

          

--------Z-Checker (version 0.6)--------
(C) 2016 by Mathematics and Computer Science (MCS), Argonne National Laboratory.
See COPYRIGHT in top-level directory.

***Authors: Sheng Di, Dingwen Tao ***
***Supervisor: Franck Cappello ***

=================================
This document simply introduces how to install and use the SZ compressor. More details can be found in doc/userguide.pdf.

===========Installation==========
---------------------------------
configure --prefix=[INSTALL_DIR]

make

make install

Then, you'll find all the executables in [INSTALL_DIR]/bin and .a and .so libraries in [INSTALL_DIR]/lib

===========Testing Example============
--------------------------------------

Examples can be found in the [ZC_PACKAGE]/examples

======================================
We also highly suggest you to use z-checker-installer to run Z-checker. With z-checker-installer, you can simply install all dependencies such as different lossy compressors, image plotting libraries.
Z-checker-installer can be found here: http://github.com/CODARcode/z-checker-installer