资 源 简 介
Overview
Next Generation sequencers generate large amounts of data. Keeping primary images for some time is generally desirable. An efficient image compression program helps keep storage requirements more managable. WARPSOL is an application based on JasPer library, a lossless JPEG2000 image compression codec. Image sizes are typically reduced to 25-35% of their original size.
Usage
This is a command-line application, try warpsol -h to get a list of options.
The most frequent operations probably are to compress/un-compress the entire Image hierarchy of a sequencer run. From the root if the run directory, issue the command
warpsol -c -D -a Images Images.compress
to compress and
warpsol -u -D -a Images.compress Images
to uncompress.