Recent comments

Reply to: Canon CR3 file - returning wrong image size?   1 year 4 weeks ago

OK I can fix it like that but surely it should return the "visible" sensor area?

It is cropping off the left / top sensor margin correctly, why return the invalid data from the right/bottom margin?

Reply to: Canon CR3 file - returning wrong image size?   1 year 1 month ago

LibRaw tries to extract as much image as possible, so 'match with other apps' is not default.

If one prefers vendor crop(s), please take look at (v 0.21):
1) imgdata.sizes.raw_inset_crops https://www.libraw.org/docs/API-datastruct-eng.html#libraw_image_sizes_t
2) And LibRaw::adjust_to_raw_inset_crop(..) call https://www.libraw.org/docs/API-CXX.html#adjust_to_raw_inset_crop

Reply to: Samsung S23 Ultra support   1 year 1 month ago

Good to know, thanks.

Reply to: Samsung S23 Ultra support   1 year 1 month ago

dcraw_emu records tiff/ppm without problems.

unprocessed_raw sample code (not the library itself, but sample!) supports bayer only.

Reply to: Samsung S23 Ultra support   1 year 1 month ago

Thanks, so unpacking works, it's writing out to TIFF/PPM that doesn't.

Reply to: Samsung S23 Ultra support   1 year 1 month ago

Followup: I do not see any decoding problems with this file: https://raw.pixls.us/getfile.php/6433/nice/Samsung%20-%20Galaxy%20S23%20...

(as expected: we have several samples from latest Samsungs and no known problems w/ raw decoding)

Checked with dcraw_emu [filename]

Reply to: Samsung S23 Ultra support   1 year 1 month ago

Also: the message you quoted is from unprocessed_raw sample code. This sample, yes, supports bayer only (we're open to patches if someone want to complete this sample)

Reply to: Samsung S23 Ultra support   1 year 1 month ago

Could you please provide specific file link, not entire archive?

Reply to: Samsung S23 Ultra support   1 year 1 month ago

See https://raw.pixls.us for samples. LibRaw stops w/

"Only Bayer-pattern RAW files supported, sorry...."

Recent Samsung DNGs are not CFA, but "enhanced" 3-channel LinerRaw (like recent Apple iPhone ProRAW), and w/ ljpeg compression using restart markers...

Reply to: Samsung S23 Ultra support   1 year 1 month ago

The discussion will only make sense if specific problematic files are included.

At the moment, we do not have a single example of a file from Samsung on which RAW data would not be unpacked by LibRaw.

Reply to: Samsung S23 Ultra support   1 year 1 month ago

Recent Samsung models started putting out the "less" normal DNGs - the ljpeg compression is not a single stream, but has restart markers, don't know if LibRaw supports that...

Reply to: Samsung S23 Ultra support   1 year 1 month ago

AFAIK, Samsung phones records more-or-less (*) normal DNG, so already supported

(*) some DNG files from latest Samsung devices contains incorrect thumnail data (while RAW data is OK)

Reply to: Samsung SRW   1 year 1 month ago

This file looks damaged: it contents does not pass bounds checks in samsung3_load_raw; disabling this checks not results into correct image.

All other samples from Samsung NX500 camera we have are processed OK.

Reply to: File signature   1 year 1 month ago

Use open_file() or open_buffer() and check the return code.

Reply to: LibRaw and opencv   1 year 1 month ago

Thanks

Reply to: LibRaw and opencv   1 year 1 month ago

LibRaw is dual-licensed (LGPL 2.1 and CDDL-1), I do not see any problems from our side to use LibRaw under the terms of one of these licenses.

Reply to: LibRaw 0.21 supported cameras   1 year 1 month ago

Please ask (topaz?) denoiser questions to vendor support, not to LibRaw

Reply to: LibRaw 0.21 supported cameras   1 year 1 month ago

Bonjour,
Votre débruiteur pends t'il ma caméra 360 en charge (Theta Z1) ?

Reply to: LibRaw 0.21 supported cameras   1 year 2 months ago

No plans for that, sorry

Reply to: LibRaw 0.21 supported cameras   1 year 2 months ago

Very kind, but the result of my request to Microsoft was ' if LibRaw implements this support (FITS files) then automatically in subsequent implementations (automatic update) they (FITS files) would be recognized'
that's why I turned to you.

Reply to: LibRaw 0.21 supported cameras   1 year 2 months ago

Microsoft may not be responsible for this library, but they are responsible for their extension realization. The same way that "realization of this package was made possible thanks to ...", you can ask them to also add the cfitsio (or whatever other existing FITS library they might choose) to their extension to make that realization more capable, or ask them to create a new extension.

Reply to: LibRaw 0.21 supported cameras   1 year 2 months ago

LibRaw library is targeted for developers, not for end-users.

Any questions related to MS' explorer extension should be asked to MS, we're not responsible for this product and not able to change anything in it. In this case Microsoft is one of our users (developer who use LibRaw).

If your problem is related to LibRaw library itself (you're software developer who uses LibRaw) we'll try to help.

Reply to: LibRaw 0.21 supported cameras   1 year 2 months ago

sorry I don't want to question further, but there it says just the opposite: that Microsoft is not responsible for the good or bad functioning of a library (only integrated) and that you must refer to the LibRaw project...so if by chance I had I encountered problems interpreting Sony RAWs, for example, would I have done wrong to contact you here?

Reply to: LibRaw 0.21 supported cameras   1 year 2 months ago

This is Microsoft product, not ours (Microsoft uses LibRaw library in this product, yes).

Please contact Microsoft with any questions or suggestions related to this explorer extension. We're not responsible for it.

Reply to: LibRaw 0.21 supported cameras   1 year 2 months ago

then I do not understand at this point; my windows 11, through Microsoft store, downloads libRAW and includes it in the operating system (Explorer).
in the wording of the store is written:

The realization of this package was made possible thanks to the open source project libraw (http://www.libraw.org). See the https://www.libraw.org/supported-cameras page for a list of supported cameras. The Libraw library is licensed under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0 (CDDL-1.0)

NOTE: The Raw codec provided by this extension requires changes to Windows in order to run. Windows 10 May 2019 Update, version 1903 or later is required. If you can't install the extension, your device is using a version of Windows that doesn't match the minimum number of Windows builds needed to run it. Consider updating your device to the latest version of Windows to install the extension.

NOTE: The extension is NOT an app. Direct interaction is not possible. The extension installs a codec plug-in for the operating system that Windows apps, including File Explorer and Photos, use to decode raw images. Use File Explorer to view thumbnails or the Photos app to view raw images of supported cameras after installing the extension.

Pages