CCSDS 122.0-B Image Data Compression
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 24 lines 659 B view raw
1(lang dune 3.21) 2(using mdx 0.4) 3(name idc) 4 5(generate_opam_files true) 6(implicit_transitive_deps false) 7 8(source (tangled gazagnaire.org/ocaml-idc)) 9 10(maintainers "Thomas Gazagnaire") 11(authors "Thomas Gazagnaire") 12 13(package 14 (name idc) 15 (synopsis "CCSDS 122.0-B Image Data Compression") 16 (tags (org:blacksun aerospace codec.ccsds compression)) 17 (description 18 "Wavelet-based image compression following the CCSDS 122.0-B standard. Supports the integer 5/3 wavelet for lossless compression and bit-plane encoding with progressive quality.") 19 (depends 20 (ocaml (>= 5.1)) 21 (alcotest (and (>= 1.0) :with-test)) 22 (alcobar :with-test) 23 (mdx :with-test) 24 fmt))