rawshift-core 0.1.0

Shared core types for rawshift (geometry, pixel samples, metadata model)
Documentation
  • Coverage
  • 95%
    247 out of 260 items documented0 out of 115 items with examples
  • Size
  • Source code size: 57.75 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.58 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • justin13888

Shared core types for the rawshift image/video processing libraries.

This crate holds pure, stateless data structures with no decoding logic: geometry ([image::Size], [image::Point], [image::Rect]), pixel sample types ([pixel]), CFA patterns, the raw/RGB image containers, and the format-agnostic [metadata] model. It is depended on by both rawshift-image and rawshift-video so they share one vocabulary of types without either pulling in the other.