Am Donnerstag, 19. Mai 2016, 17:41:15 schrieb Matthias Bodenbinder:
> Am 19.05.2016 um 11:02 schrieb Tobias Ellinghaus:
> > echo "select name, operation, format from presets where autoapply=1;" |
> > sqlite3 ~/.config/darktable/library.db

There we have it. The format column is ORed from these values:

1: ldr (for example JPEG or PNG)
2: raw
4: hdr

So you are forcing ldr images to be treated as sRGB:

> sRGB std. (PNG, TIF, JPG)|colorin|1

raw files get some treatment (potentially limited by other auto-apply filters):

> Entrauschen - 0,5 std|denoiseprofile|2
> Canon 20D|colorin|2
> Canon 6D|colorin|2
> Schärfen (mittel-3)|sharpen|2
> Canon 6D standard|sharpen|2
> Canon EOS-artig|basecurve|2
> Canon EOS-artig, Alternative|basecurve|2
> Nikon-artig|basecurve|2
> Nikon-artige Alternative|basecurve|2
> Sony Alpha-artig|basecurve|2
> Pentax-artig|basecurve|2
> Ricoh-artig|basecurve|2
> Olympus-artig|basecurve|2
> Olympus-artige Alternative|basecurve|2
> Panasonic-artig|basecurve|2
> Leica-artig|basecurve|2
> Kodak EasyShare-artig|basecurve|2
> Konica Minolta-artig|basecurve|2
> Samsung-artig|basecurve|2
> Fujifilm-artig|basecurve|2
> Nokia-artig|basecurve|2
> schärfen|sharpen|2

and finally those where format is "7", i.e., every image:

> meine Canon 6D|basecurve|7
> Eizo FS2331|colorout|7
> Fuji X100|colorin|7
> Schärfen aus|sharpen|7
> Sony DSC-RX100M3|lens|7
> Reinhards Sony RX100M3|basecurve|7
> Fuji X100|lens|7
> stark|rawdenoise|7

You should go through the list of presets in the preferences and check those.

Tobias

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to