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

cr3 support? #225

Open
DimanNe opened this issue Dec 16, 2023 · 1 comment
Open

cr3 support? #225

DimanNe opened this issue Dec 16, 2023 · 1 comment

Comments

@DimanNe
Copy link

DimanNe commented Dec 16, 2023

It looks like it cannot open cr3 raw files (?)
Or I am doing something wrong?

@giovariot
Copy link

There are multiple raw files extensions supported by libraw that aren't included in the loading form (line 116 src/LoadOptionsDialog.cpp)

void LoadOptionsDialog::addFiles() {
    QSettings settings;
    QVariant lastDirSetting = settings.value("lastOpenDirectory");
    QString filter(tr("Raw images ("
    "*.3fr "
    "*.ari *.arw "
    "*.bay "
    "*.crw *.cr2 *.cap "
    "*.dcs *.dcr *.dng *.drf "
    "*.eip *.erf "
    "*.fff "
    "*.iiq "
    "*.k25 *.kdc "
    "*.mdc *.mef *.mos *.mrw "
    "*.nef *.nrw "
    "*.obm *.orf "
    "*.pef *.ptx *.pxn "
    "*.r3d *.raf *.raw *.rwl *.rw2 *.rwz "
    "*.sr2 *.srf *.srw "
    "*.x3f"
    ")"));

I think many extensions should be added. A few years ago I added the qtk extension to this list to add support to an Apple Quicktake and it did work perfectly after recompiling. I'm not a programmer and I don't know how to propose a commit but I think a fast way to solve the issue would just be to add the missing extensions to this list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants