0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
optimize_transfer_matrix() now automatically detects saturated RGB values, and ignores them More... over 10 years ago
Fixed compilation error with ImageMagick 6.4.2+ More... over 10 years ago
Fixed compiler warnings More... over 10 years ago
Minor bugfix More... over 10 years ago
Added commented-out test code More... over 11 years ago
Fixed a crashbug when detecting patches from a noise-less image More... over 11 years ago
Fixed sliders that broke when moving to Qt4 More... over 11 years ago
Fixed a refresh_image() bug related to Qt3 --> Qt4 porting More... over 11 years ago
Fixed a crashbug More... over 11 years ago
Fixed a crashbug with -matrix command-line option More... over 11 years ago
Updated for Qt4 More... over 11 years ago
Increased the range of white balance controls More... over 11 years ago
Updated for dcraw 9 More... over 11 years ago
moved to dcraw version 7 More... about 16 years ago
improved color matrix test image; added -matrix command-line option to automatically calculate color matrix based on an input photo of test image More... about 16 years ago
added "Delete File" functionality More... over 19 years ago
added some operators More... over 19 years ago
added option to save as JPG More... over 19 years ago
added output_img.quality(75) call before file write, to set a more suitable JPG/MIFF/PNG quality More... almost 20 years ago
added some popular computer display sizes (1024x768 etc) to output dimensions list More... almost 20 years ago
fixed a bug in previous change, where + and - keys both behaved as + More... almost 20 years ago
+/- keys now increment/decrement exposure slider value More... almost 20 years ago
improvements in transfer matrix optimiser More... almost 20 years ago
added basic support for Canon CR2 file reading into crw_reader_t More... almost 20 years ago
if parse_tags() fails, crw_reader_t::open_file() now fails More... almost 20 years ago
moved float_sqrt_to_quantum() function to processing.hpp since it was declared inline More... about 20 years ago
added float_sqrt_to_quantum() function, which uses tables if PHOTOPROC_QUANTUM_BITS==8. The table-based optimization improves performance even on Athlon, and on XScale it improves ca 100x More... about 20 years ago
added support for non-16bit internal pixel precision. The default precision is now taken from ImageMagick QuantumDepth, but can be overriden with #define PHOTOPROC_QUANTUM_BITS More... about 20 years ago
if PHOTOPROC_ALWAYS_USE_HALFRES is defined, then images are opened and saved in halfres only, thus conserving memory and CPU More... about 20 years ago
fixed some compiler warnings More... about 20 years ago