Moved debayer and preprocessing parameters to class ProcParams for every single image. Added tab RAW for changing those parameters. Progress bar shows only load step (work to do)
29 lines
850 B
Plaintext
29 lines
850 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>start</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>Icons.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.rawtherapee.rawtherapee</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>RawTherapee</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>3.0a</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>3.0 Alpha</string>
|
|
<key>NSAppleScriptEnabled</key>
|
|
<string>NO</string>
|
|
</dict>
|
|
</plist>
|