Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into histogram-scaling
This commit is contained in:
commit
30c3765963
@ -1,10 +1,8 @@
|
||||
if(WIN32)
|
||||
cmake_minimum_required(VERSION 2.8.4)
|
||||
elseif(APPLE)
|
||||
if(APPLE)
|
||||
cmake_minimum_required(VERSION 3.3)
|
||||
CMAKE_POLICY(SET CMP0025 NEW)
|
||||
else()
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 2.8.8)
|
||||
endif()
|
||||
|
||||
# Must stay before the PROJECT() command:
|
||||
@ -318,9 +316,9 @@ pkg_check_modules(LCMS REQUIRED lcms2>=2.6)
|
||||
pkg_check_modules(EXPAT REQUIRED expat>=2.1)
|
||||
pkg_check_modules(FFTW3F REQUIRED fftw3f)
|
||||
pkg_check_modules(IPTCDATA REQUIRED libiptcdata)
|
||||
pkg_check_modules(TIFF REQUIRED libtiff-4>=4.0.4)
|
||||
find_package(JPEG REQUIRED)
|
||||
find_package(PNG REQUIRED)
|
||||
find_package(TIFF REQUIRED)
|
||||
find_package(ZLIB REQUIRED)
|
||||
if(WITH_SYSTEM_KLT)
|
||||
find_package(KLT REQUIRED)
|
||||
|
@ -1334,7 +1334,10 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1413,6 +1416,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: <b>-</b>
|
||||
!PARTIALPASTE_RAW_LMMSEITERATIONS;LMMSE enhancement steps
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_RETINEX;Retinex
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
|
||||
@ -1895,13 +1899,16 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: <b>-</b>
|
||||
!TP_RAWEXPOS_BLACK_GREEN;Green
|
||||
!TP_RAWEXPOS_BLACK_RED;Red
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1950,8 +1957,9 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
|
||||
@ -2040,6 +2048,8 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: <b>-</b>
|
||||
!TP_SHADOWSHLIGHTS_SHARPMASK;Sharp mask
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2112,7 +2122,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1441,7 +1441,10 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
|
||||
@ -1499,6 +1502,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键: <b>-</b>
|
||||
!PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
|
||||
!PARTIALPASTE_LOCALCONTRAST;Local contrast
|
||||
!PARTIALPASTE_METADATA;Metadata mode
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Automatically save tools collapsed/expanded\nstate before exiting
|
||||
!PREFERENCES_BEHADDALLHINT;Set all parameters to the <b>Add</b> mode.\nAdjustments of parameters in the batch tool panel will be <b>deltas</b> to the stored values.
|
||||
@ -1868,15 +1872,18 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键: <b>-</b>
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD;Method
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
@ -1928,8 +1935,9 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键: <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -2018,6 +2026,8 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键: <b>-</b>
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2107,7 +2117,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键: <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -996,7 +996,10 @@ TP_WBALANCE_TEMPERATURE;色溫
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1142,6 +1145,7 @@ TP_WBALANCE_TEMPERATURE;色溫
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_ADD;Add
|
||||
@ -1816,15 +1820,18 @@ TP_WBALANCE_TEMPERATURE;色溫
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD;Method
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
@ -1876,8 +1883,9 @@ TP_WBALANCE_TEMPERATURE;色溫
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1984,6 +1992,8 @@ TP_WBALANCE_TEMPERATURE;色溫
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2077,7 +2087,7 @@ TP_WBALANCE_TEMPERATURE;色溫
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -2237,20 +2237,30 @@ ZOOMPANEL_ZOOMOUT;Oddálit\nZkratka: <b>-</b>
|
||||
!HISTORY_MSG_MICROCONTRAST_CONTRAST;Microcontrast - Contrast threshold
|
||||
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!MAIN_TOOLTIP_PREVIEWSHARPMASK;Preview the <b>Sharpening Contrast Mask</b>.\nShortcut: <b>None</b>\n\nOnly works when sharpening is enabled and zoom >= 100%.
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!TP_BWMIX_MIXC;Channel Mixer
|
||||
!TP_BWMIX_NEUTRAL;Reset
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
|
@ -991,7 +991,10 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1139,6 +1142,7 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_ADD;Add
|
||||
@ -1813,15 +1817,18 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1871,8 +1878,9 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1982,6 +1990,8 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2075,7 +2085,7 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -925,6 +925,7 @@ MAIN_TOOLTIP_PREVIEWFOCUSMASK;Vorschau Fokusmaske\nTaste: <b>Umschalt</b> + <b>f
|
||||
MAIN_TOOLTIP_PREVIEWG;Vorschau Grün-Kanal\nTaste: <b>g</b>
|
||||
MAIN_TOOLTIP_PREVIEWL;Vorschau Helligkeit\nTaste: <b>v</b>\n\n0.299·R + 0.587·G + 0.114·B
|
||||
MAIN_TOOLTIP_PREVIEWR;Vorschau Rot-Kanal\nTaste: <b>r</b>
|
||||
MAIN_TOOLTIP_PREVIEWSHARPMASK;Schärfungs-Kontroll-Maske ein-/ausschalten\n\nFunktioniert nur bei aktivierter Schärfung\nund Zoom >= 100%.
|
||||
MAIN_TOOLTIP_QINFO;Bildinformationen ein-/ausblenden\nTaste: <b>i</b>
|
||||
MAIN_TOOLTIP_SHOWHIDELP1;Linkes Bedienfeld ein-/ausblenden\nTaste: <b>l</b>
|
||||
MAIN_TOOLTIP_SHOWHIDERP1;Rechtes Bedienfeld ein-/ausblenden\nTaste: <b>Alt</b> + <b>l</b>
|
||||
@ -1834,6 +1835,7 @@ TP_RAWEXPOS_PRESER;Weißpunkt: Lichter schützen
|
||||
TP_RAWEXPOS_RGB;Rot, Grün, Blau
|
||||
TP_RAWEXPOS_TWOGREEN;Grün-Werte automatisch angleichen
|
||||
TP_RAW_1PASSMEDIUM;1-Pass (Markesteijn)
|
||||
TP_RAW_2PASS;1-Pass + schnell
|
||||
TP_RAW_3PASSBEST;3-Pass (Markesteijn)
|
||||
TP_RAW_4PASS;3-Pass + schnell
|
||||
TP_RAW_AHD;AHD
|
||||
@ -1842,6 +1844,7 @@ TP_RAW_AMAZEVNG4;AMaZE + VNG4
|
||||
TP_RAW_DCB;DCB
|
||||
TP_RAW_DCBENHANCE;DCB-Verbesserung
|
||||
TP_RAW_DCBITERATIONS;Anzahl der DCB-Iterationen
|
||||
TP_RAW_DCBVNG4;DCB + VNG4
|
||||
TP_RAW_DMETHOD;Methode
|
||||
TP_RAW_DMETHOD_PROGRESSBAR;%1 verarbeitet
|
||||
TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaikoptimierung
|
||||
@ -1912,6 +1915,7 @@ TP_RAW_PIXELSHIFTSTDDEVFACTORBLUE;StdDev factor Blue
|
||||
TP_RAW_PIXELSHIFTSTDDEVFACTORGREEN;StdDev factor Green
|
||||
TP_RAW_PIXELSHIFTSTDDEVFACTORRED;StdDev factor Red
|
||||
TP_RAW_RCD;RCD
|
||||
TP_RAW_RCDVNG4;RCD + VNG4
|
||||
TP_RAW_SENSOR_BAYER_LABEL;Sensor mit Bayer-Matrix
|
||||
TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;Mit “3-Pass“ erzielt man die besten Ergebnisse\n(empfohlen bei Bildern mit niedrigen ISO-Werten).\n\nBei hohen ISO-Werten unterscheidet sich “1-Pass“\nkaum gegenüber “3-Pass“, ist aber deutlich schneller.\n\n"+ schnell" erzeugt weniger Artefakte in kontrast-\narmen Bereichen.
|
||||
TP_RAW_SENSOR_XTRANS_LABEL;Sensor mit X-Trans-Matrix
|
||||
@ -2305,7 +2309,10 @@ ZOOMPANEL_ZOOMOUT;Herauszoomen\nTaste: <b>-</b>
|
||||
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
MAIN_TOOLTIP_PREVIEWSHARPMASK;Schärfungs-Kontroll-Maske ein-/ausschalten\n\nFunktioniert nur bei aktivierter Schärfung\nund Zoom >= 100%.
|
||||
TP_RAW_DCBVNG4;DCB + VNG4
|
||||
TP_RAW_RCDVNG4;RCD + VNG4
|
||||
TP_RAW_2PASS;1-Pass + schnell
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
|
@ -827,7 +827,10 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT;Add
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
@ -1031,6 +1034,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENING;Sharpening (USM/RL)
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PARTIALPASTE_VIGNETTING;Vignetting correction
|
||||
@ -1776,15 +1780,18 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD;Method
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
@ -1834,8 +1841,9 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1975,6 +1983,8 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2063,7 +2073,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -741,7 +741,10 @@
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT;Add
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
@ -954,6 +957,7 @@
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENING;Sharpening (USM/RL)
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PARTIALPASTE_VIGNETTING;Vignetting correction
|
||||
@ -1763,15 +1767,18 @@
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD;Method
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
@ -1823,8 +1830,9 @@
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1965,6 +1973,8 @@
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2061,7 +2071,7 @@
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1721,7 +1721,10 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nAtajo: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
|
||||
@ -1781,6 +1784,7 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nAtajo: <b>-</b>
|
||||
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_RETINEX;Retinex
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
|
||||
@ -1978,13 +1982,16 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nAtajo: <b>-</b>
|
||||
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
|
||||
!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
|
||||
!TP_RAWCACORR_CASTR;Strength
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_EAHD;EAHD
|
||||
!TP_RAW_FAST;Fast
|
||||
@ -2028,6 +2035,7 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nAtajo: <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
|
||||
!TP_RETINEX_CONTEDIT_LAB;Histogram equalizer L*a*b*
|
||||
@ -2111,6 +2119,8 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nAtajo: <b>-</b>
|
||||
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2183,7 +2193,7 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nAtajo: <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -992,7 +992,10 @@ TP_WBALANCE_TEMPERATURE;Tenperatura
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1140,6 +1143,7 @@ TP_WBALANCE_TEMPERATURE;Tenperatura
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_ADD;Add
|
||||
@ -1814,15 +1818,18 @@ TP_WBALANCE_TEMPERATURE;Tenperatura
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1872,8 +1879,9 @@ TP_WBALANCE_TEMPERATURE;Tenperatura
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1983,6 +1991,8 @@ TP_WBALANCE_TEMPERATURE;Tenperatura
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2076,7 +2086,7 @@ TP_WBALANCE_TEMPERATURE;Tenperatura
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -2211,9 +2211,13 @@ ZOOMPANEL_ZOOMOUT;Zoom Arrière\nRaccourci: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!MAIN_TOOLTIP_PREVIEWSHARPMASK;Preview the <b>Sharpening Contrast Mask</b>.\nShortcut: <b>None</b>\n\nOnly works when sharpening is enabled and zoom >= 100%.
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_THUMBNAIL_INSPECTOR_JPEG;Embedded JPEG preview
|
||||
!PREFERENCES_THUMBNAIL_INSPECTOR_MODE;Image to show
|
||||
@ -2229,15 +2233,21 @@ ZOOMPANEL_ZOOMOUT;Zoom Arrière\nRaccourci: <b>-</b>
|
||||
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
|
||||
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!TP_PREPROCESS_PDAFLINESFILTER_TOOLTIP;Tries to suppress stripe noise caused by on-sensor PDAF pixels, occurring with some Sony mirrorless cameras on some backlit scenes with visible flare.
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
|
||||
!TP_RAW_PIXELSHIFTEPERISO;Sensitivity
|
||||
!TP_RAW_PIXELSHIFTEPERISO_TOOLTIP;The default value of 0 should work fine for base ISO.\nHigher values increase sensitivity of motion detection.\nChange in small steps and watch the motion mask while changing.\nIncrease sensitivity for underexposed or high ISO images.
|
||||
!TP_RAW_PIXELSHIFTSHOWMOTION_TOOLTIP;Overlays the image with a green mask showing the regions with motion.
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
|
@ -991,7 +991,10 @@ TP_WBALANCE_TEMPERATURE;Θερμοκρασία
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1139,6 +1142,7 @@ TP_WBALANCE_TEMPERATURE;Θερμοκρασία
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_ADD;Add
|
||||
@ -1813,15 +1817,18 @@ TP_WBALANCE_TEMPERATURE;Θερμοκρασία
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1871,8 +1878,9 @@ TP_WBALANCE_TEMPERATURE;Θερμοκρασία
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1982,6 +1990,8 @@ TP_WBALANCE_TEMPERATURE;Θερμοκρασία
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2075,7 +2085,7 @@ TP_WBALANCE_TEMPERATURE;Θερμοκρασία
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -992,7 +992,10 @@ TP_WBALANCE_TEMPERATURE;מידת חום
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1140,6 +1143,7 @@ TP_WBALANCE_TEMPERATURE;מידת חום
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_ADD;Add
|
||||
@ -1814,15 +1818,18 @@ TP_WBALANCE_TEMPERATURE;מידת חום
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1872,8 +1879,9 @@ TP_WBALANCE_TEMPERATURE;מידת חום
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1983,6 +1991,8 @@ TP_WBALANCE_TEMPERATURE;מידת חום
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2076,7 +2086,7 @@ TP_WBALANCE_TEMPERATURE;מידת חום
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1596,7 +1596,10 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
|
||||
@ -1652,6 +1655,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
||||
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_RETINEX;Retinex
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
|
||||
@ -1916,13 +1920,16 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
||||
!TP_RAWEXPOS_BLACK_GREEN;Green
|
||||
!TP_RAWEXPOS_BLACK_RED;Red
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_EAHD;EAHD
|
||||
!TP_RAW_FAST;Fast
|
||||
@ -1966,8 +1973,9 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
|
||||
@ -2052,6 +2060,8 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
||||
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2124,7 +2134,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -2246,4 +2246,14 @@ ZOOMPANEL_ZOOMOUT;ズームアウト\nショートカット: <b>-</b>
|
||||
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!MAIN_TOOLTIP_PREVIEWSHARPMASK;Preview the <b>Sharpening Contrast Mask</b>.\nShortcut: <b>None</b>\n\nOnly works when sharpening is enabled and zoom >= 100%.
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
|
@ -992,7 +992,10 @@ TP_WBALANCE_TEMPERATURE;Temperatūra
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1140,6 +1143,7 @@ TP_WBALANCE_TEMPERATURE;Temperatūra
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_ADD;Add
|
||||
@ -1814,15 +1818,18 @@ TP_WBALANCE_TEMPERATURE;Temperatūra
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1872,8 +1879,9 @@ TP_WBALANCE_TEMPERATURE;Temperatūra
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1983,6 +1991,8 @@ TP_WBALANCE_TEMPERATURE;Temperatūra
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2076,7 +2086,7 @@ TP_WBALANCE_TEMPERATURE;Temperatūra
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1265,7 +1265,10 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1349,6 +1352,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
||||
!PARTIALPASTE_RAW_LMMSEITERATIONS;LMMSE enhancement steps
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_RETINEX;Retinex
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
|
||||
@ -1888,13 +1892,16 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
||||
!TP_RAWEXPOS_BLACK_GREEN;Green
|
||||
!TP_RAWEXPOS_BLACK_RED;Red
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1943,8 +1950,9 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
|
||||
@ -2033,6 +2041,8 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
||||
!TP_SHADOWSHLIGHTS_SHARPMASK;Sharp mask
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2115,7 +2125,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -2156,7 +2156,10 @@ ZOOMPANEL_ZOOMOUT;Zoom uit\nSneltoets: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!LENSPROFILE_CORRECTION_AUTOMATCH;Auto-matched correction parameters
|
||||
!LENSPROFILE_CORRECTION_LCPFILE;LCP File
|
||||
@ -2173,6 +2176,7 @@ ZOOMPANEL_ZOOMOUT;Zoom uit\nSneltoets: <b>-</b>
|
||||
!PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
|
||||
!PARTIALPASTE_LOCALCONTRAST;Local contrast
|
||||
!PARTIALPASTE_METADATA;Metadata mode
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Automatically save tools collapsed/expanded\nstate before exiting
|
||||
!PREFERENCES_CROP;Crop editing
|
||||
@ -2239,8 +2243,11 @@ ZOOMPANEL_ZOOMOUT;Zoom uit\nSneltoets: <b>-</b>
|
||||
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
|
||||
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!TP_PREPROCESS_PDAFLINESFILTER_TOOLTIP;Tries to suppress stripe noise caused by on-sensor PDAF pixels, occurring with some Sony mirrorless cameras on some backlit scenes with visible flare.
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_IMAGENUM_TOOLTIP;Some raw files consist of several sub-images (Pentax/Sony Pixel Shift, Pentax 3-in-1 HDR, Canon Dual Pixel).\n\nWhen using any demosaicing method other than Pixel Shift, this selects which sub-image is used.\n\nWhen using the Pixel Shift demosaicing method on a Pixel Shift raw, all sub-images are used, and this selects which sub-image should be used for moving parts.
|
||||
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
|
||||
@ -2250,11 +2257,14 @@ ZOOMPANEL_ZOOMOUT;Zoom uit\nSneltoets: <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL_TOOLTIP;Enabled: Equalize the RGB channels individually.\nDisabled: Use same equalization factor for all channels.
|
||||
!TP_RAW_PIXELSHIFTSHOWMOTION_TOOLTIP;Overlays the image with a green mask showing the regions with motion.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
|
||||
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
|
||||
!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce transmission map to achieve luminance.\nAbscissa: transmission -min from 0, mean, and values (max).\nOrdinate: gain.
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
|
@ -991,7 +991,10 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1139,6 +1142,7 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_ADD;Add
|
||||
@ -1813,15 +1817,18 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1871,8 +1878,9 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1982,6 +1990,8 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2075,7 +2085,7 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1678,7 +1678,10 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
|
||||
@ -1729,6 +1732,7 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: <b>-</b>
|
||||
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_RETINEX;Retinex
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
|
||||
@ -1925,13 +1929,16 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: <b>-</b>
|
||||
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
|
||||
!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
|
||||
!TP_RAWCACORR_CASTR;Strength
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_EAHD;EAHD
|
||||
!TP_RAW_FAST;Fast
|
||||
@ -1975,6 +1982,7 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
|
||||
!TP_RETINEX_CONTEDIT_LAB;Histogram equalizer L*a*b*
|
||||
@ -2058,6 +2066,8 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: <b>-</b>
|
||||
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2130,7 +2140,7 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1678,7 +1678,10 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrot: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
|
||||
@ -1729,6 +1732,7 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrot: <b>-</b>
|
||||
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_RETINEX;Retinex
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
|
||||
@ -1925,13 +1929,16 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrot: <b>-</b>
|
||||
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
|
||||
!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
|
||||
!TP_RAWCACORR_CASTR;Strength
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_EAHD;EAHD
|
||||
!TP_RAW_FAST;Fast
|
||||
@ -1975,6 +1982,7 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrot: <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
|
||||
!TP_RETINEX_CONTEDIT_LAB;Histogram equalizer L*a*b*
|
||||
@ -2058,6 +2066,8 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrot: <b>-</b>
|
||||
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2130,7 +2140,7 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrot: <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1651,7 +1651,10 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
|
||||
@ -1696,6 +1699,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: <b>-</b>
|
||||
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_RETINEX;Retinex
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
|
||||
@ -1943,10 +1947,13 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: <b>-</b>
|
||||
!TP_RAWEXPOS_BLACK_GREEN;Green
|
||||
!TP_RAWEXPOS_BLACK_RED;Red
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_IMAGENUM;Sub-image
|
||||
!TP_RAW_IMAGENUM_TOOLTIP;Some raw files consist of several sub-images (Pentax/Sony Pixel Shift, Pentax 3-in-1 HDR, Canon Dual Pixel).\n\nWhen using any demosaicing method other than Pixel Shift, this selects which sub-image is used.\n\nWhen using the Pixel Shift demosaicing method on a Pixel Shift raw, all sub-images are used, and this selects which sub-image should be used for moving parts.
|
||||
@ -1979,7 +1986,8 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
|
||||
!TP_RETINEX_CONTEDIT_LAB;Histogram equalizer L*a*b*
|
||||
!TP_RETINEX_CONTEDIT_LH;Hue equalizer
|
||||
@ -2058,6 +2066,8 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: <b>-</b>
|
||||
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2130,7 +2140,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1572,7 +1572,10 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
|
||||
@ -1638,6 +1641,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике <b>-</b>
|
||||
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_RETINEX;Retinex
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
|
||||
@ -1917,13 +1921,16 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике <b>-</b>
|
||||
!TP_RAWEXPOS_BLACK_GREEN;Green
|
||||
!TP_RAWEXPOS_BLACK_RED;Red
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_EAHD;EAHD
|
||||
!TP_RAW_FAST;Fast
|
||||
@ -1967,8 +1974,9 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
|
||||
@ -2053,6 +2061,8 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике <b>-</b>
|
||||
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2125,7 +2135,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1572,7 +1572,10 @@ ZOOMPANEL_ZOOMOUT;Umanjuje prikaz slike <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
|
||||
@ -1638,6 +1641,7 @@ ZOOMPANEL_ZOOMOUT;Umanjuje prikaz slike <b>-</b>
|
||||
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_RETINEX;Retinex
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
|
||||
@ -1917,13 +1921,16 @@ ZOOMPANEL_ZOOMOUT;Umanjuje prikaz slike <b>-</b>
|
||||
!TP_RAWEXPOS_BLACK_GREEN;Green
|
||||
!TP_RAWEXPOS_BLACK_RED;Red
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_EAHD;EAHD
|
||||
!TP_RAW_FAST;Fast
|
||||
@ -1967,8 +1974,9 @@ ZOOMPANEL_ZOOMOUT;Umanjuje prikaz slike <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
|
||||
@ -2053,6 +2061,8 @@ ZOOMPANEL_ZOOMOUT;Umanjuje prikaz slike <b>-</b>
|
||||
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2125,7 +2135,7 @@ ZOOMPANEL_ZOOMOUT;Umanjuje prikaz slike <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1054,7 +1054,10 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1193,6 +1196,7 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_AUTLISLOW;Low
|
||||
@ -1828,13 +1832,16 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1884,8 +1891,9 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1992,6 +2000,8 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2085,7 +2095,7 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -993,7 +993,10 @@ TP_WBALANCE_TEMPERATURE;Lämpötila [K]
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1141,6 +1144,7 @@ TP_WBALANCE_TEMPERATURE;Lämpötila [K]
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_ADD;Add
|
||||
@ -1814,15 +1818,18 @@ TP_WBALANCE_TEMPERATURE;Lämpötila [K]
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1872,8 +1879,9 @@ TP_WBALANCE_TEMPERATURE;Lämpötila [K]
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1983,6 +1991,8 @@ TP_WBALANCE_TEMPERATURE;Lämpötila [K]
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2076,7 +2086,7 @@ TP_WBALANCE_TEMPERATURE;Lämpötila [K]
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -1958,7 +1958,10 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: <b>-</b>
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
|
||||
@ -2005,6 +2008,7 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: <b>-</b>
|
||||
!PARTIALPASTE_RAWCACORR_CAREDBLUE;CA red & blue
|
||||
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
|
||||
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PREFERENCES_AUTOSAVE_TP_OPEN;Automatically save tools collapsed/expanded\nstate before exiting
|
||||
!PREFERENCES_CMMBPC;Black point compensation
|
||||
@ -2109,13 +2113,16 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: <b>-</b>
|
||||
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
|
||||
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!TP_PREPROCESS_PDAFLINESFILTER_TOOLTIP;Tries to suppress stripe noise caused by on-sensor PDAF pixels, occurring with some Sony mirrorless cameras on some backlit scenes with visible flare.
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DUALDEMOSAICCONTRAST;Contrast threshold
|
||||
!TP_RAW_EAHD;EAHD
|
||||
!TP_RAW_FAST;Fast
|
||||
@ -2157,6 +2164,7 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: <b>-</b>
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RETINEX_CONTEDIT_MAP;Mask equalizer
|
||||
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
|
||||
@ -2183,6 +2191,8 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: <b>-</b>
|
||||
!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
|
||||
!TP_SHARPENING_CONTRAST;Contrast threshold
|
||||
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2194,7 +2204,7 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: <b>-</b>
|
||||
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
|
||||
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
|
||||
!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
|
||||
!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
|
||||
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
|
||||
|
@ -992,7 +992,10 @@ TP_WBALANCE_TEMPERATURE;Isı
|
||||
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
!HISTORY_MSG_RAW_BORDER;Raw border
|
||||
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
|
||||
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
|
||||
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
|
||||
@ -1140,6 +1143,7 @@ TP_WBALANCE_TEMPERATURE;Isı
|
||||
!PARTIALPASTE_RGBCURVES;RGB curves
|
||||
!PARTIALPASTE_SHARPENEDGE;Edges
|
||||
!PARTIALPASTE_SHARPENMICRO;Microcontrast
|
||||
!PARTIALPASTE_SOFTLIGHT;Soft light
|
||||
!PARTIALPASTE_TM_FATTAL;Dynamic Range Compression
|
||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||
!PREFERENCES_ADD;Add
|
||||
@ -1813,15 +1817,18 @@ TP_WBALANCE_TEMPERATURE;Isı
|
||||
!TP_RAWEXPOS_PRESER;Highlight preservation
|
||||
!TP_RAWEXPOS_RGB;Red, Green, Blue
|
||||
!TP_RAWEXPOS_TWOGREEN;Link greens
|
||||
!TP_RAW_1PASSMEDIUM;1-Pass (Medium)
|
||||
!TP_RAW_3PASSBEST;3-Pass (Best)
|
||||
!TP_RAW_4PASS;4-Pass
|
||||
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
|
||||
!TP_RAW_2PASS;1-pass+fast
|
||||
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
|
||||
!TP_RAW_4PASS;3-pass+fast
|
||||
!TP_RAW_AHD;AHD
|
||||
!TP_RAW_AMAZE;AMaZE
|
||||
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
!TP_RAW_BORDER;Border
|
||||
!TP_RAW_DCB;DCB
|
||||
!TP_RAW_DCBENHANCE;DCB enhancement
|
||||
!TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
!TP_RAW_DCBVNG4;DCB+VNG4
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.\nPixel Shift is for Pentax/Sony Pixel Shift files. It falls back to AMaZE for non-Pixel Shift files.
|
||||
@ -1871,8 +1878,9 @@ TP_WBALANCE_TEMPERATURE;Isı
|
||||
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
|
||||
!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
|
||||
!TP_RAW_RCD;RCD
|
||||
!TP_RAW_RCDVNG4;RCD+VNG4
|
||||
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
|
||||
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
|
||||
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
!TP_RAW_VNG4;VNG4
|
||||
!TP_RESIZE_APPLIESTO;Applies to:
|
||||
@ -1982,6 +1990,8 @@ TP_WBALANCE_TEMPERATURE;Isı
|
||||
!TP_SHARPENMICRO_LABEL;Microcontrast
|
||||
!TP_SHARPENMICRO_MATRIX;3×3 matrix instead of 5×5
|
||||
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
|
||||
!TP_SOFTLIGHT_LABEL;Soft Light
|
||||
!TP_SOFTLIGHT_STRENGTH;Strength
|
||||
!TP_TM_FATTAL_AMOUNT;Amount
|
||||
!TP_TM_FATTAL_ANCHOR;Anchor
|
||||
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
|
||||
@ -2075,7 +2085,7 @@ TP_WBALANCE_TEMPERATURE;Isı
|
||||
!TP_WAVELET_DTWO;Horizontal
|
||||
!TP_WAVELET_EDCU;Curve
|
||||
!TP_WAVELET_EDGCONT;Local contrast
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
!TP_WAVELET_EDGE;Edge Sharpness
|
||||
!TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -741,6 +741,7 @@ HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
|
||||
HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
|
||||
HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
|
||||
HISTORY_MSG_RAW_BORDER;Raw border
|
||||
HISTORY_MSG_RESIZE_ALLOW_UPSCALING;Resize - Allow upscaling
|
||||
HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
|
||||
HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
|
||||
HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
|
||||
@ -1775,9 +1776,9 @@ TP_RAW_AMAZE;AMaZE
|
||||
TP_RAW_AMAZEVNG4;AMaZE+VNG4
|
||||
TP_RAW_BORDER;Border
|
||||
TP_RAW_DCB;DCB
|
||||
TP_RAW_DCBVNG4;DCB+VNG4
|
||||
TP_RAW_DCBENHANCE;DCB enhancement
|
||||
TP_RAW_DCBITERATIONS;Number of DCB iterations
|
||||
TP_RAW_DCBVNG4;DCB+VNG4
|
||||
TP_RAW_DMETHOD;Method
|
||||
TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
|
||||
TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
|
||||
@ -1835,6 +1836,7 @@ TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for
|
||||
TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
|
||||
TP_RAW_VNG4;VNG4
|
||||
TP_RESIZE_APPLIESTO;Applies to:
|
||||
TP_RESIZE_ALLOW_UPSCALING;Allow Upscaling
|
||||
TP_RESIZE_CROPPEDAREA;Cropped Area
|
||||
TP_RESIZE_FITBOX;Bounding Box
|
||||
TP_RESIZE_FULLIMAGE;Full Image
|
||||
@ -2070,7 +2072,7 @@ TP_WAVELET_DTHR;Diagonal
|
||||
TP_WAVELET_DTWO;Horizontal
|
||||
TP_WAVELET_EDCU;Curve
|
||||
TP_WAVELET_EDGCONT;Local contrast
|
||||
TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
|
||||
TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
|
||||
TP_WAVELET_EDGE;Edge Sharpness
|
||||
TP_WAVELET_EDGEAMPLI;Base amplification
|
||||
TP_WAVELET_EDGEDETECT;Gradient sensitivity
|
||||
|
@ -9937,6 +9937,7 @@ static void decodeFPDeltaRow(Bytef * src, Bytef * dst, size_t tileWidth, size_t
|
||||
|
||||
}
|
||||
|
||||
#ifndef __F16C__
|
||||
// From DNG SDK dng_utils.h
|
||||
static inline uint32_t DNG_HalfToFloat(uint16_t halfValue) {
|
||||
int32_t sign = (halfValue >> 15) & 0x00000001;
|
||||
@ -9970,6 +9971,7 @@ static inline uint32_t DNG_HalfToFloat(uint16_t halfValue) {
|
||||
// Assemble sign, exponent and mantissa.
|
||||
return (uint32_t) ((sign << 31) | (exponent << 23) | mantissa);
|
||||
}
|
||||
#endif
|
||||
|
||||
static inline uint32_t DNG_FP24ToFloat(const uint8_t * input) {
|
||||
int32_t sign = (input [0] >> 7) & 0x01;
|
||||
@ -10006,11 +10008,32 @@ static inline uint32_t DNG_FP24ToFloat(const uint8_t * input) {
|
||||
|
||||
static void expandFloats(Bytef * dst, int tileWidth, int bytesps) {
|
||||
if (bytesps == 2) {
|
||||
uint16_t * dst16 = (uint16_t *) dst;
|
||||
uint32_t * dst32 = (uint32_t *) dst;
|
||||
uint16_t* const dst16 = reinterpret_cast<uint16_t*>(dst);
|
||||
#ifndef __F16C__
|
||||
uint32_t* const dst32 = reinterpret_cast<uint32_t*>(dst);
|
||||
for (int index = tileWidth - 1; index >= 0; --index) {
|
||||
dst32[index] = DNG_HalfToFloat(dst16[index]);
|
||||
dst32[index] = DNG_HalfToFloat(dst16[index]);
|
||||
}
|
||||
#else
|
||||
float* const dst32 = reinterpret_cast<float*>(dst);
|
||||
int index = tileWidth - 8;
|
||||
for (; index >= 0; index -= 8) {
|
||||
__m128i halfFloatv = _mm_loadu_si128((__m128i*)&dst16[index]);
|
||||
STVFU(dst32[index], _mm_cvtph_ps(halfFloatv));
|
||||
STVFU(dst32[index + 4], _mm_cvtph_ps(_mm_shuffle_epi32(halfFloatv, _MM_SHUFFLE(0,0,3,2))));
|
||||
}
|
||||
index += 4;
|
||||
if(index >= 0) {
|
||||
__m128i halfFloatv = _mm_loadu_si128((__m128i*)&dst16[index]);
|
||||
STVFU(dst32[index], _mm_cvtph_ps(halfFloatv));
|
||||
index--;
|
||||
} else {
|
||||
index += 3;
|
||||
}
|
||||
for (; index >= 0; --index) {
|
||||
dst32[index] = _cvtsh_ss(dst16[index]);
|
||||
}
|
||||
#endif
|
||||
} else if (bytesps == 3) {
|
||||
uint8_t * dst8 = ((uint8_t *) dst) + (tileWidth - 1) * 3;
|
||||
uint32_t * dst32 = (uint32_t *) dst;
|
||||
|
@ -1917,7 +1917,8 @@ ResizeParams::ResizeParams() :
|
||||
method("Lanczos"),
|
||||
dataspec(3),
|
||||
width(900),
|
||||
height(900)
|
||||
height(900),
|
||||
allowUpscaling(false)
|
||||
{
|
||||
}
|
||||
|
||||
@ -1930,7 +1931,8 @@ bool ResizeParams::operator ==(const ResizeParams& other) const
|
||||
&& method == other.method
|
||||
&& dataspec == other.dataspec
|
||||
&& width == other.width
|
||||
&& height == other.height;
|
||||
&& height == other.height
|
||||
&& allowUpscaling == other.allowUpscaling;
|
||||
}
|
||||
|
||||
bool ResizeParams::operator !=(const ResizeParams& other) const
|
||||
@ -3142,6 +3144,7 @@ int ProcParams::save(const Glib::ustring& fname, const Glib::ustring& fname2, bo
|
||||
saveToKeyfile(!pedited || pedited->resize.dataspec, "Resize", "DataSpecified", resize.dataspec, keyFile);
|
||||
saveToKeyfile(!pedited || pedited->resize.width, "Resize", "Width", resize.width, keyFile);
|
||||
saveToKeyfile(!pedited || pedited->resize.height, "Resize", "Height", resize.height, keyFile);
|
||||
saveToKeyfile(!pedited || pedited->resize.allowUpscaling, "Resize", "AllowUpscaling", resize.allowUpscaling, keyFile);
|
||||
|
||||
// Post resize sharpening
|
||||
saveToKeyfile(!pedited || pedited->prsharpening.enabled, "PostResizeSharpening", "Enabled", prsharpening.enabled, keyFile);
|
||||
@ -4149,6 +4152,14 @@ int ProcParams::load(const Glib::ustring& fname, ParamsEdited* pedited)
|
||||
assignFromKeyfile(keyFile, "Resize", "DataSpecified", pedited, resize.dataspec, pedited->resize.dataspec);
|
||||
assignFromKeyfile(keyFile, "Resize", "Width", pedited, resize.width, pedited->resize.width);
|
||||
assignFromKeyfile(keyFile, "Resize", "Height", pedited, resize.height, pedited->resize.height);
|
||||
if (ppVersion >= 339) {
|
||||
assignFromKeyfile(keyFile, "Resize", "AllowUpscaling", pedited, resize.allowUpscaling, pedited->resize.allowUpscaling);
|
||||
} else {
|
||||
resize.allowUpscaling = true;
|
||||
if (pedited) {
|
||||
pedited->resize.allowUpscaling = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (keyFile.has_group ("PostResizeSharpening")) {
|
||||
|
@ -1000,6 +1000,7 @@ struct ResizeParams {
|
||||
int dataspec;
|
||||
int width;
|
||||
int height;
|
||||
bool allowUpscaling;
|
||||
|
||||
ResizeParams();
|
||||
|
||||
|
@ -1192,7 +1192,8 @@ private:
|
||||
}
|
||||
|
||||
if (labResize) { // resize lab data
|
||||
if(labView->W != imw || labView->H != imh) {
|
||||
if ((labView->W != imw || labView->H != imh) &&
|
||||
(params.resize.allowUpscaling || (labView->W >= imw && labView->H >= imh))) {
|
||||
// resize image
|
||||
tmplab = new LabImage (imw, imh);
|
||||
ipf.Lanczos (labView, tmplab, tmpScale);
|
||||
@ -1265,7 +1266,8 @@ private:
|
||||
pl->setProgress (0.70);
|
||||
}
|
||||
|
||||
if (tmpScale != 1.0 && params.resize.method == "Nearest") { // resize rgb data (gamma applied)
|
||||
if (tmpScale != 1.0 && params.resize.method == "Nearest" &&
|
||||
(params.resize.allowUpscaling || (readyImg->getWidth() >= imw && readyImg->getHeight() >= imh))) { // resize rgb data (gamma applied)
|
||||
Imagefloat* tempImage = new Imagefloat (imw, imh);
|
||||
ipf.resize (readyImg, tempImage, tmpScale);
|
||||
delete readyImg;
|
||||
@ -1383,7 +1385,7 @@ private:
|
||||
assert (params.resize.enabled);
|
||||
|
||||
// resize image
|
||||
{
|
||||
if (params.resize.allowUpscaling || (imw <= fw && imh <= fh)) {
|
||||
std::unique_ptr<LabImage> resized (new LabImage (imw, imh));
|
||||
ipf.Lanczos (tmplab.get(), resized.get(), scale_factor);
|
||||
tmplab = std::move (resized);
|
||||
|
@ -490,6 +490,7 @@ void FileCatalog::exifInfoButtonToggled()
|
||||
}
|
||||
|
||||
fileBrowser->refreshThumbImages ();
|
||||
refreshHeight();
|
||||
}
|
||||
|
||||
void FileCatalog::on_realize()
|
||||
@ -1211,6 +1212,7 @@ void FileCatalog::developRequested (std::vector<FileBrowserEntry*> tbe, bool fas
|
||||
params.resize.appliesTo = options.fastexport_resize_appliesTo;
|
||||
params.resize.method = options.fastexport_resize_method;
|
||||
params.resize.dataspec = options.fastexport_resize_dataspec;
|
||||
params.resize.allowUpscaling = false;
|
||||
}
|
||||
|
||||
rtengine::ProcessingJob* pjob = rtengine::ProcessingJob::create (fbe->filename, th->getType() == FT_Raw, params, fastmode && options.fastexport_use_fast_pipeline);
|
||||
|
@ -377,6 +377,7 @@ void ParamsEdited::set (bool v)
|
||||
resize.width = v;
|
||||
resize.height = v;
|
||||
resize.enabled = v;
|
||||
resize.allowUpscaling = v;
|
||||
icm.input = v;
|
||||
icm.toneCurve = v;
|
||||
icm.applyLookTable = v;
|
||||
@ -931,6 +932,7 @@ void ParamsEdited::initFrom (const std::vector<rtengine::procparams::ProcParams>
|
||||
resize.width = resize.width && p.resize.width == other.resize.width;
|
||||
resize.height = resize.height && p.resize.height == other.resize.height;
|
||||
resize.enabled = resize.enabled && p.resize.enabled == other.resize.enabled;
|
||||
resize.allowUpscaling = resize.allowUpscaling && p.resize.allowUpscaling == other.resize.allowUpscaling;
|
||||
icm.input = icm.input && p.icm.input == other.icm.input;
|
||||
icm.toneCurve = icm.toneCurve && p.icm.toneCurve == other.icm.toneCurve;
|
||||
icm.applyLookTable = icm.applyLookTable && p.icm.applyLookTable == other.icm.applyLookTable;
|
||||
@ -2406,6 +2408,10 @@ void ParamsEdited::combine (rtengine::procparams::ProcParams& toEdit, const rten
|
||||
toEdit.resize.enabled = mods.resize.enabled;
|
||||
}
|
||||
|
||||
if (resize.allowUpscaling) {
|
||||
toEdit.resize.allowUpscaling = mods.resize.allowUpscaling;
|
||||
}
|
||||
|
||||
if (icm.input) {
|
||||
toEdit.icm.input = mods.icm.input;
|
||||
}
|
||||
|
@ -569,6 +569,7 @@ public:
|
||||
bool width;
|
||||
bool height;
|
||||
bool enabled;
|
||||
bool allowUpscaling;
|
||||
};
|
||||
|
||||
class ColorManagementParamsEdited
|
||||
|
@ -1,11 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
// This number has to be incremented whenever the PP3 file format is modified or the behaviour of a tool changes
|
||||
#define PPVERSION 338
|
||||
#define PPVERSION 339
|
||||
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
|
||||
|
||||
/*
|
||||
Log of version changes
|
||||
339 2018-07-04
|
||||
added allowUpscaling to ResizeParams
|
||||
338 2018-06-15
|
||||
increased precision for the channel mixer
|
||||
337 2018-06-13
|
||||
|
@ -18,12 +18,15 @@
|
||||
*/
|
||||
#include "resize.h"
|
||||
#include "guiutils.h"
|
||||
#include "eventmapper.h"
|
||||
|
||||
using namespace rtengine;
|
||||
using namespace rtengine::procparams;
|
||||
|
||||
Resize::Resize () : FoldableToolPanel(this, "resize", M("TP_RESIZE_LABEL"), false, true), maxw(100000), maxh(100000)
|
||||
{
|
||||
auto m = ProcEventMapper::getInstance();
|
||||
EvResizeAllowUpscaling = m->newEvent(RESIZE, "HISTORY_MSG_RESIZE_ALLOW_UPSCALING");
|
||||
|
||||
cropw = 0;
|
||||
croph = 0;
|
||||
@ -88,6 +91,11 @@ Resize::Resize () : FoldableToolPanel(this, "resize", M("TP_RESIZE_LABEL"), fals
|
||||
sbox->pack_start (*hbox);
|
||||
|
||||
sizeBox->pack_start (*sbox, Gtk::PACK_SHRINK, 0);
|
||||
|
||||
allowUpscaling = Gtk::manage(new Gtk::CheckButton(M("TP_RESIZE_ALLOW_UPSCALING")));
|
||||
sizeBox->pack_start(*allowUpscaling);
|
||||
allowUpscaling->signal_toggled().connect(sigc::mem_fun(*this, &Resize::allowUpscalingChanged));
|
||||
|
||||
sizeBox->show_all ();
|
||||
sizeBox->reference ();
|
||||
|
||||
@ -137,6 +145,7 @@ void Resize::read (const ProcParams* pp, const ParamsEdited* pedited)
|
||||
h->set_value (pp->resize.height);
|
||||
setEnabled (pp->resize.enabled);
|
||||
spec->set_active (pp->resize.dataspec);
|
||||
allowUpscaling->set_active(pp->resize.allowUpscaling);
|
||||
updateGUI();
|
||||
|
||||
appliesTo->set_active (0);
|
||||
@ -175,6 +184,7 @@ void Resize::read (const ProcParams* pp, const ParamsEdited* pedited)
|
||||
spec->set_active (4);
|
||||
}
|
||||
|
||||
allowUpscaling->set_inconsistent(!pedited->resize.allowUpscaling);
|
||||
set_inconsistent (multiImage && !pedited->resize.enabled);
|
||||
}
|
||||
|
||||
@ -214,6 +224,8 @@ void Resize::write (ProcParams* pp, ParamsEdited* pedited)
|
||||
pp->resize.enabled = getEnabled ();
|
||||
//printf(" L:%d H:%d\n", pp->resize.width, pp->resize.height);
|
||||
|
||||
pp->resize.allowUpscaling = allowUpscaling->get_active();
|
||||
|
||||
if (pedited) {
|
||||
pedited->resize.enabled = !get_inconsistent();
|
||||
pedited->resize.dataspec = dataSpec != MAX_SCALE;
|
||||
@ -229,6 +241,7 @@ void Resize::write (ProcParams* pp, ParamsEdited* pedited)
|
||||
pedited->resize.width = false;
|
||||
pedited->resize.height = false;
|
||||
}
|
||||
pedited->resize.allowUpscaling = !allowUpscaling->get_inconsistent();
|
||||
}
|
||||
}
|
||||
|
||||
@ -620,6 +633,22 @@ void Resize::enabledChanged ()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void Resize::allowUpscalingChanged()
|
||||
{
|
||||
|
||||
if (listener) {
|
||||
if (allowUpscaling->get_inconsistent()) {
|
||||
listener->panelChanged(EvResizeAllowUpscaling, M("GENERAL_UNCHANGED"));
|
||||
} else if (allowUpscaling->get_active()) {
|
||||
listener->panelChanged(EvResizeAllowUpscaling, M("GENERAL_ENABLED"));
|
||||
} else {
|
||||
listener->panelChanged(EvResizeAllowUpscaling, M("GENERAL_DISABLED"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void Resize::setAdjusterBehavior (bool scaleadd)
|
||||
{
|
||||
|
||||
|
@ -66,7 +66,9 @@ private:
|
||||
int getComputedHeight ();
|
||||
void notifyBBox ();
|
||||
void updateGUI ();
|
||||
void allowUpscalingChanged();
|
||||
|
||||
rtengine::ProcEvent EvResizeAllowUpscaling;
|
||||
Adjuster* scale;
|
||||
Gtk::VBox* sizeBox;
|
||||
MyComboBoxText* appliesTo;
|
||||
@ -74,6 +76,7 @@ private:
|
||||
MyComboBoxText* spec;
|
||||
MySpinButton* w;
|
||||
MySpinButton* h;
|
||||
Gtk::CheckButton *allowUpscaling;
|
||||
int maxw, maxh;
|
||||
int cropw, croph;
|
||||
sigc::connection sconn, aconn, wconn, hconn;
|
||||
|
@ -501,8 +501,8 @@ void ThumbBrowserBase::configScrollBars ()
|
||||
vscroll.get_adjustment()->set_upper (inH);
|
||||
hscroll.get_adjustment()->set_lower (0);
|
||||
vscroll.get_adjustment()->set_lower (0);
|
||||
hscroll.get_adjustment()->set_step_increment (32);
|
||||
vscroll.get_adjustment()->set_step_increment (32);
|
||||
hscroll.get_adjustment()->set_step_increment (!fd.empty() ? fd[0]->getEffectiveHeight() : 0);
|
||||
vscroll.get_adjustment()->set_step_increment (!fd.empty() ? fd[0]->getEffectiveHeight() : 0);
|
||||
hscroll.get_adjustment()->set_page_increment (iw);
|
||||
vscroll.get_adjustment()->set_page_increment (ih);
|
||||
hscroll.get_adjustment()->set_page_size (iw);
|
||||
@ -567,7 +567,7 @@ void ThumbBrowserBase::arrangeFiles()
|
||||
|
||||
MYREADERLOCK_RELEASE(l);
|
||||
// This will require a Writer access
|
||||
resizeThumbnailArea(currx, rowHeight);
|
||||
resizeThumbnailArea(currx, !fd.empty() ? fd[0]->getEffectiveHeight() : rowHeight);
|
||||
} else {
|
||||
const int availWidth = internal.get_width();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user