seung-lab / igneous

Scalable Neuroglancer compatible Downsampling, Meshing, Skeletonizing, Contrast Normalization, Transfers and more.
GNU General Public License v3.0
44 stars 17 forks source link

feat: add encoding level to transfer tasks #140

Closed william-silversmith closed 2 years ago

william-silversmith commented 2 years ago

Adds --encoding-level to igneous image xfer which allows you to control jpeg quality, png level, and fpzip precision. This gets added to the info file as jpeg_quality, png_level, and fpzip_precision on the indicated scale. All other scales will continue to use defaults unless the correct parameter is present.