I used libraw_open_file open my sony ARW photo file, that return -2 error code, but I found our Supported cameras has supported Sony A7M4, can you help me update my code? :(
I'm just starting to learn about libraw and playing around the dcraw_emu. In the old dcraw, there is an option to write image data to standard output, "-c".
I wonder if there's a same functionality in dcraw_emu (based on libraw) or if none, is there a way to achieve the same functionality?
I'm currently building a dll using libraw with adobe dng sdk to be used in windows appplication. I have followed the instructions in README.DNG.
I have created a DNG SDK 1.4 static library and linked in the libraw project. I have also included the directory of adobe dng src to libraw project. I did defined qWinUniversal in dng_sdk project.
I have defined USE_DNGSDK in the libraw project and upon compilation the following errors were prompted (see attached screenshot). It seems like it cannot locate the definition body in the dng_sdk lib.
I'm trying to do duplicate detection in my photo library and I was experimenting with using ImageMagick's identify -verbose tool to get a signature (SHA256 hash) of the pixel data.
A problem arose when I ran it on my Mac, which used the Homebrew distribution of LibRaw (the latest; 0.21.1) but I was getting mismatches on my Ubuntu 22.04 machine (which gets 0.20.2 of LibRaw). Once I built 0.21.1 on the Linux machine, the signatures were identical as expected, so I don't think it's an ImageMagick issue.
I tested libraw with database from rawsample.ch. test means read and idsplay image. Good new all images (except one) are readable and can be display : Great works
I was trying to decode some full frame crop samples from Fujifilm GFX100S and something seemed off in the sizes.
I noticed that the imgdata.sizes.width was being calculated to be 9550, well the libraw_raw_inset_crop[0].cwidth comes to 9552, with from what I can tell 9552 is the intended width for these images.
I feel like the width shouldn't be shorter than the intended crop? Or should I not be comparing this crop against the imgdata.sizes.width and should be using it against the imgdata.sizes.raw_width?
Recent comments