vfxpreopenexr 0.0.4

openexr test package
Documentation
pub mod composite_deep_scan_line;
pub mod deep_frame_buffer;
pub mod deep_image;
pub mod deep_image_channel;
pub mod deep_image_io;
pub mod deep_image_level;
pub mod deep_scan_line_input_file;
pub mod deep_scan_line_input_part;
pub mod deep_scan_line_output_file;
pub mod deep_scan_line_output_part;
pub mod deep_tiled_input_file;
pub mod deep_tiled_input_part;
pub mod deep_tiled_output_file;
pub mod deep_tiled_output_part;
pub mod sample_count_channel;

pub use composite_deep_scan_line::CompositeDeepScanLine;
pub use deep_frame_buffer::{DeepFrame, DeepFrameBuffer, DeepSlice};
pub use deep_image::DeepImage;
pub use deep_image_channel::{DeepChannelF16, DeepChannelF32, DeepChannelU32};
pub use deep_image_io::{
    load_deep_image, save_deep_image, save_deep_image_with_header,
};
pub use openexr_sys::DeepImageState;

pub use deep_image_level::DeepImageLevel;
pub use deep_scan_line_input_file::DeepScanLineInputFile;
pub use deep_scan_line_input_part::DeepScanLineInputPart;
pub use deep_scan_line_output_file::DeepScanLineOutputFile;
pub use deep_scan_line_output_part::DeepScanLineOutputPart;
pub use deep_tiled_input_file::DeepTiledInputFile;
pub use deep_tiled_input_part::DeepTiledInputPart;
pub use deep_tiled_output_file::DeepTiledOutputFile;
pub use deep_tiled_output_part::DeepTiledOutputPart;
pub use sample_count_channel::SampleCountChannel;