ublx 0.1.4

TUI to index once, enrich with metadata, and browse a flat snapshot in a 3-pane layout with multiple modes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Image and PDF raster preview (`ratatui-image`): policy in [`raster_policy`], wiring in [`core`].

mod core;
mod raster_policy;

pub use core::*;
pub use raster_policy::{
    VIEWPORT_RASTER_IMAGE, VIEWPORT_RASTER_PDF, ViewportCellRasterBudget, downscale_with_max,
    max_edge_for_pdf_viewport_cells, max_edge_for_viewport_cells,
    tiered_max_dimension_for_file_size,
};