Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
jetraw_tools 0.7.0 documentation
jetraw_tools 0.7.0 documentation

Contents:

  • Installation
  • API Reference
    • jetraw_tools.compression_tool.CompressionTool
    • jetraw_tools.imread
    • jetraw_tools.imwrite
Back to top
View this page

API Reference¶

The jetraw_tools package provides several modules for image compression and processing:

Core Classes¶

jetraw_tools.compression_tool.CompressionTool

A tool for compressing and decompressing images using the JetRaw algorithm.

Main Functions¶

jetraw_tools.imread

Read JetRaw compressed TIFF file from disk and store in numpy array.

jetraw_tools.imwrite

Write numpy array to a JetRaw compressed TIFF file.

Next
jetraw_tools.compression_tool.CompressionTool
Previous
Installation
Copyright © 2025, Boeck Lab
Made with Sphinx and @pradyunsg's Furo
On this page
  • API Reference
    • Core Classes
    • Main Functions