Skip to main content

custom_decode_to_thumbnail

Function custom_decode_to_thumbnail 

Source
fn custom_decode_to_thumbnail(path: &Path) -> Result<Pixbuf, String>
Expand description

Decodes an image file through the application’s custom texture pipeline and scale the result down to a 256x256 thumbnail pixbuf.

RAW paths use the thumbnail-specific decoder (embedded JPEG first, full demosaic only as last resort) so the global “Full RAW Decoding” toggle – which is meant for lightbox quality – never penalises grid loading.