Project

General

Profile

Actions

Feature #13578

open

redux: configurable archive (webimg) loader

Added by cesar mena over 1 year ago. Updated over 1 year ago.

Status:
Assigned
Priority:
Normal
Assignee:
Category:
-
Start date:
10/03/2022
Due date:
% Done:

0%

Estimated time:

Description

When an .mrc is not found by redux an attempt is made to load a corresponding jpg from the webimg archive.

This commit adds an interface to make this functionality configurable. The configuration is optional and backwards compatible.

Configuration options are:

- legacy (default if nothing specified)
- memc
- nccat
- noop
- file: should point to a .py which exports a `path` function with the signature: path(str: mrc_path) -> str which returns an abs path of a jpg version of the passed mrc.


Files

Actions

Also available in: Atom PDF