Commit Graph

10 Commits

Author SHA1 Message Date
Christian Kr
92b3c46ba3 Exclude cmake-build directory from git. 2023-12-04 13:09:14 +01:00
Lawrence Lee
c5a0067eee Merge branch 'dev' into metadata-exiv2 2023-08-06 10:25:49 -07:00
Beep6581
e1a6e74ab8 Merge branch 'dev' into patch-23 2023-08-06 12:45:18 +02:00
Benitoite
655447b0f1 macos: gitignore .DS_Store files
A .DS_Store file is automatically generated by the macOS Finder that contains the parent folder's metadata (a database of icon positions and background image selections). Adding this to the .gitignore so we don't have to manually remove them when committing to the repository.
2023-07-26 17:19:35 +07:00
Christian-Kr
8e64057e23 Add .idea to .gitignore. 2023-06-18 12:54:45 +02:00
Flössie
28f0bc14da Merge branch 'dev' into metadata-exiv2
- Rating (#5325) not yet implemented
2019-09-24 14:30:54 +02:00
rom9
9df8008949 Film negative processing: first usable version. Only supports bayer raw files, thumbnails don't work
Added performance improvements suggested by heckflosse. Lowered median sampling step from 7 to 5 since calculation is now much faster.

Added support for Fuji X-Trans raw files.

Applied SSE2 patch provided by @heckflosse, improves performance in main processing loop.

Moved film negative processing stuff in its own compilation unit.

Code cleanup: removed redundant omp directives.

Added check for dead pixels, going above threshold after inversion. ST_BAYER only for now.

Reverted leftover hack in cropwindow.cc
2019-06-08 01:40:29 +02:00
Alberto Griggio
c360fd7e2c Use exiv2 for metadata handling 2019-05-06 09:27:44 +02:00
Morgan Hardwood
5ae12d6d7c Added wildcard to build* folders in .gitignore 2018-01-21 19:14:49 +01:00
Morgan Hardwood
1fe1508fa9 Removed Mercurial .hgignore file, added Git .gitignore file 2015-08-12 13:00:47 +02:00