Hello!
I couldn't find any references to CR3 format support in the LibRaw forums, is there a plan to support it?
Thanks,
Asdiel
raw image decoder
Hello!
I couldn't find any references to CR3 format support in the LibRaw forums, is there a plan to support it?
Thanks,
Asdiel
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
CR3 Decoding
Maybe this helps: https://github.com/lclevy/canon_cr3
Supported in 201910 snapshot:
Supported in 201910 snapshot: https://www.libraw.org/news/libraw-snapshot-201910
-- Alex Tutubalin @LibRaw LLC
Thanks!
We are integrating it now.
How's the support for CR3
How's the support for CR3 coming along? Thanks!
CR3 support is published in
CR3 support is published in Oct 2019.
-- Alex Tutubalin @LibRaw LLC
CR3 issue
Hello, with the master version I have the following error with m50 cr3:
Unsupported file format or not RAW file
Cheers,
Could you please share sample
Could you please share sample file with us
-- Alex Tutubalin @LibRaw LLC
Attached one file, but I have
Attached one file, but I have same issue with other CR3,
Maybe I'm doing something wrong, but my code is working for all other formats. So I don't know.
https://www.dropbox.com/s/38yf9tcqtvnihll/canon_eos_m50_07.cr3?dl=0
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,