CR3 support

Hello!

I couldn't find any references to CR3 format support in the LibRaw forums, is there a plan to support it?

Thanks,

Asdiel

Forums: 

As soon as we'll able to

As soon as we'll able to decode it.

Any help is highly appreciated.

-- Alex Tutubalin @LibRaw LLC

How can we help?

Hi!
How can we help? I can provide images with multiple settings, if that is useful.
If you have other ideas, let me know!

Thanks!

Jose

Thanks!

We are integrating it now.

CR3 issue

Hello, with the master version I have the following error with m50 cr3:
Unsupported file format or not RAW file

Cheers,

Thank you for the sample. I

Thank you for the sample. I do not see any problems with this file.

Please make sure you're using up-to-date master branch from Github,

-- Alex Tutubalin @LibRaw LLC

I recloned the git repo.

I recloned the git repo.
I wrote:

printf("version: %s\n", LIBRAW_VERSION_STR);
return(libraw_open_file(rawdata, name));

And I have:

version: 0.20.0-WorkInProgress
Error in libraw Unsupported file format or not RAW file

I need to investigate then.

I've tested with fresh git

I've tested with fresh git clone:

git clone https://github.com/LibRaw/LibRaw.git LibRaw.gh && cd LibRaw.gh && make -f Makefile.devel CXX=clang++ CC=clang -j4 && ./bin/dcraw_emu -T -w ~/1/canon_eos_m50_07.cr3

This results in ~/1/canon_eos_m50_07.cr3.tiff as expected

(note CXX=.. CC=.. is for my system with clang installed as c++ compiler).

-- Alex Tutubalin @LibRaw LLC

OK thanks. I've no doubt the

OK thanks. I've no doubt the issue is on my system then, thank you so much.

Stay safe,
Cyril

I also have a good tiff file.

I also have a good tiff file.
But for a reason a I don't understand, libraw_open_file returns an error.

I think I found the issue

I think I found the issue (mix of versions in my lib folder). Sorry for that.
Sorry to ask you that but do you have any idea about the date of the next stable release ?

Cheers,

current master is stable

current master is stable enough for production usage.

-- Alex Tutubalin @LibRaw LLC

That's right.

That's right.
But package are built only on stable release :).

Cheers,