rawloader icon indicating copy to clipboard operation
rawloader copied to clipboard

rust library to extract the raw data and some metadata from digital camera images

Results 25 rawloader issues
Sort by recently updated
recently updated
newest added

- Fixes all relevant clippy warnings so it's easier to keep using it in the future - code format standard - migrate to rust 2021

in the example of the README.md file i had to change line let pixlow = (pix&0x0f) as u8; into let pixlow = (pix&0xff) as u8; else i got dramatic posterization....

Maybe I'm missing something but I do not understand yet how I can determine the final/real brightness. For example, if a camera only a bit-depth of 12 then 0x0fff is...

This PR adds support for the Sony RX100M6. I copied the file of the Rx100M5. Seems that this is enough to make it work. Would appreciate further advice to better...

While integrating srw support into dnglab, I stumbled across this little bug. The Samsung NX500 (see raw samples at raw.pixls.us) produces 12 and 14 bit images with lossy or lossless...

Hi! Is there any hope that shutter speed, ISO and aperture will appear in `RawImage` struct? How difficult is it to implement?

Hi, So glad you made this library, thank you! Can you please add more examples, besides ppm? Maybe also a link to a good learning resource.

First of all - awesome library, thanks for putting it out there! I'm using rawloader to uniquely identify raw files, even when some of the attributes have been written to...

Forgive a noob question, I'm fairly new to rust. Looking at the source, I don't think it is, but figured I would ask. Is it possible to access raw image...

Fixes #20 but doesn't do anything until #19 is fixed as the rebel definitions simply overwrite the canonical_model values