Skip to content

This library seems to take a very long time to convert a large raw #3

Open
@Pomax

Description

@Pomax

I decided to give this a shot as part of a simple Lightroom catalog helper utility (lrcat files are just sqlite3 databases, so finding image locations and creating thumbnails for them is basically trivial), but it takes 20 seconds to convert a 6000x4000px, 26MB NEF to a 76MB (!) TIFF, on an i7-6700 with more RAM than makes sense in almost any machine.

Is there a way to tell this port to do a resize-while-loading of the NEF data, so that it only tries to work with 600x400px data, for instance? 20 seconds per thumbnail (even with result-caching) isn't really all that much better than "it doesn't work at all" =(

(using the dedicated thumbnail extraction is quite fast, but there are plenty of raws without a built in thumbnail...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions