Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] RAW: Ability to read the embedded thumbnails of raw files. #4107

Open
JenusL opened this issue Jan 11, 2024 · 2 comments
Open
Labels
difficulty/easy Hours-to-days for veterans, days for newcomers to the project enhancement Improvement of existing/working features. feature request file formats Image file formats, ImageInput, ImageOutput help wanted A task that is desired, but needs somebody to commit the effort to implement it.

Comments

@JenusL
Copy link
Contributor

JenusL commented Jan 11, 2024

Is your feature request related to a problem? Please describe.
Most RAW-files have embedded thumbnails in them. It's currently not possible to access them with OIIO.

Describe the solution you'd like
It would be super useful to be able to access them.

Describe alternatives you've considered
Using LibRaw directly, one can access them with the command line tool simple_dcraw.

Additional context
In LibRaw, you can get the highest resolution thumbnail with the command line tool simple_dcraw -v -e raw_file.cr2
or you can get all the thumbnails with simple_dcraw -v -E raw_file.cr2
So look at simple_dcraw for inspiration.

@stevencaron
Copy link

stevencaron commented May 24, 2024

Subscribing to this...

I have been using rawpy python module (Cython bindings for LibRaw) which is great, but would like to stick with one API, one set of dependencies for each library. (LibRaw version for OIIO vs rawpy).

@stevencaron
Copy link

@JenusL Looks like it's just waiting on one of us to do it :)

// FIXME -- thumbnail possibly in m_processor->imgdata.thumbnail

@lgritz lgritz added enhancement Improvement of existing/working features. file formats Image file formats, ImageInput, ImageOutput feature request help wanted A task that is desired, but needs somebody to commit the effort to implement it. difficulty/easy Hours-to-days for veterans, days for newcomers to the project labels Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/easy Hours-to-days for veterans, days for newcomers to the project enhancement Improvement of existing/working features. feature request file formats Image file formats, ImageInput, ImageOutput help wanted A task that is desired, but needs somebody to commit the effort to implement it.
Projects
None yet
Development

No branches or pull requests

3 participants