RAW processing

All about RAW processing

Access compressed RAW data

Hello,

By reading other topics and sample unprocessed_raw, I understood that LibRaw allow me to get the unprocessed data in except of the linearization step.
However, I would like to also access the compressed data from the DNG file produced by my camera (a laboratory microscope).
I tried to follow step-by-step the operations handled by unpack() but I'm not good enough to understand clearly what happens when the load_raw function is called (in unpack.cpp at line 287) and more precisely what are the purpose of ljpeg_start and ljpeg_row.

Forums: 

problem of decoding apple proRAW dng file

Hi all, I decode some new iphone raw DNG files (maybe proRaw file) with Libraw 0.20 release, VS2015 compiler, and I got some problems:
1. I use command "dcraw_emu -T -6 -q 0 e:\Image_1_2020-11-14_20-51-45.dng" to decode the sample DNG file, and I got a tiff file and with no error, it seems all is good.

Forums: 

Convert processed raw to bitmap does not work well

Hi!

According to documentation which for dcraw_make_mem_image says:
This function allocates memory buffer and stores unpacked-preprocessed image into this buffer. Function returns allocated structure libraw_processed_image_t with filled fields. Always returns data as RGB bitmap
I am trying to save the image from buffer as a bitmap image.

Forums: 

Noob! python libraw and Fujifilm RAW

Hi,

I'm trying to write a python code to sort all the pictures/images taken with lots of cameras

so far starting to look at JPGs everything looks good but as soon as I enter the RAW - territory I get a lot of inconsistencies with other libraries

so this searching got me here

any one had luck writing python to look at exif data in Fujifilm raw files ???

Forums: 

user_mul and cam_matrix parameters not working

Hi Alex,

First of all, I am amazed how you keep responding to all the comments in the forum. If there is a PayPal link to donate to your efforts, please let me know. I'd like to invite you for a beer.

Second: I am having trouble getting user_mul[] multipliers to work. In the code I am using I has the following steps

Forums: 

Pages

Subscribe to RSS - RAW processing