Tenmon slúži primárne na zobrazenie astronomických fotiek a obrázkov. Dokáže otvoriť nasledovné formáty:
-
FITS 8, 16 bitové celočíselné a 32 bitové s plávajúcou čiarkou
-
XISF 8, 16 bitové celočíselné a 32 bitové s plávajúcou čiarkou
+
FITS 8, 16, 32 bitové celočíselné 32 a 64 bitové s plávajúcou čiarkou
+
XISF 8, 16, 32 bitové celočíselné 32 a 64 bitové s plávajúcou čiarkou
JPEG, PNG, BMP, GIF, PBM, PGM, PPM a SVG obrázky
CR2, NEF, DNG raw obrázky
@@ -49,9 +49,12 @@ na ktorej sa dajú nastaviť tri body.
stredný bod - pixeli s touto hodnotou budú zobrazené ako 50% šedá
biely bod - pixeli nad touto hodnotou budú zobrazené ako biele
+Prvé tlačidlo prepína prepojenie nastavenia čierneho, stretdného a bieleho bodu. Po prepnutí sa dá každý farebný kanál nastaviť
+samostatne.
Nasleduje tlačidlo ktoré nastaví hodnoty čierneho a stredného bodu tak aby bol obrázok zobrazený optimálnym jasom.
Druhé tlačidlo resetuje hodnoty pre čierny, stredný a biely bod na východzie hodnoty. Invertovanie farieb zobrazí obrázok ako negatív.
-Super pixel CFA spriemeruje dva krát dva pixeli do jedného čo je vhodné pri prezeraní surových obrázkov z farebných kamier.
+Falošné farby zobraí čiernobiele obrázky vo farebnej škále.
+Prevoď CFA na farbu prevedie demozaikovanie čiernobieleho obrázku na farebný.
Posledné tlačidlo zapína a vypína nastavovanie optimálnych hodnôt úrovní pre každý obrázok zvlášť.
Označovanie obrázkov
diff --git a/about/stretch-panel.png b/about/stretch-panel.png
index 07445a5..72aa782 100644
Binary files a/about/stretch-panel.png and b/about/stretch-panel.png differ
diff --git a/stretchtoolbar.cpp b/stretchtoolbar.cpp
index a4b6711..1373047 100644
--- a/stretchtoolbar.cpp
+++ b/stretchtoolbar.cpp
@@ -64,8 +64,9 @@ StretchToolbar::StretchToolbar(QWidget *parent) : QToolBar(tr("Stretch toolbar")
emit paramChanged(m_mtfParam);
});
- QAction *rgbStretch = addAction(QIcon(":/link.png"), tr("Linked stretch"));
+ QAction *rgbStretch = addAction(QIcon(":/link.png"), tr("Linked channels"));
rgbStretch->setCheckable(true);
+ rgbStretch->setChecked(true);
connect(rgbStretch, &QAction::toggled, this, &StretchToolbar::unlinkStretch);
QAction *autoStretchButton = addAction(QIcon(":/nuke.png"), tr("Auto Stretch F12"));
@@ -80,7 +81,7 @@ StretchToolbar::StretchToolbar(QWidget *parent) : QToolBar(tr("Stretch toolbar")
invertButton->setCheckable(true);
connect(invertButton, &QAction::toggled, this, &StretchToolbar::invert);
- QAction *falseColorButton = addAction(QIcon(":/falsecolor.png"), tr("False color"));
+ QAction *falseColorButton = addAction(QIcon(":/falsecolor.png"), tr("False colors"));
falseColorButton->setCheckable(true);
connect(falseColorButton, &QAction::toggled, this, &StretchToolbar::falseColor);
@@ -178,7 +179,7 @@ void StretchToolbar::imageLoaded(Image *img)
void StretchToolbar::unlinkStretch(bool enable)
{
- if(enable)
+ if(!enable)
{
m_stack->setCurrentIndex(1);
m_mtfParam.blackPoint[0] = m_stfSliderR->blackPoint(); m_mtfParam.midPoint[0] = m_stfSliderR->midPoint(); m_mtfParam.whitePoint[0] = m_stfSliderR->whitePoint();
diff --git a/translations/tenmon_en.qm b/translations/tenmon_en.qm
index 3834980..9ceadbc 100644
Binary files a/translations/tenmon_en.qm and b/translations/tenmon_en.qm differ
diff --git a/translations/tenmon_en.ts b/translations/tenmon_en.ts
index 2fb0a6a..eb6d4d6 100644
--- a/translations/tenmon_en.ts
+++ b/translations/tenmon_en.ts
@@ -106,6 +106,13 @@
Help
+
+ Histogram
+
+ Logarithmic scale
+ Logarithmic scale
+
+ImageInfo
@@ -225,10 +232,6 @@
100%100%
-
- Fullscreen
- Fullscreen
- SelectSelect
@@ -337,10 +340,6 @@
EditEdit
-
- FITS header editor
- FITS header editor
- SettingsSettings
@@ -405,6 +404,10 @@
CSV file (*.csv)CSV files (*.csv)
+
+ Histogram
+ Histogram
+ MarkedFiles
@@ -475,22 +478,6 @@
MADMAD
-
- Peaks
- Peaks
-
-
- Peaks draw
- Peaks draw
-
-
- FWHM X
- FWHM X
-
-
- FWHM Y
- FWHM Y
- Unsupported sample formatUnsupported sample format
@@ -536,10 +523,6 @@
Thumbnails sizeThumbnails size
-
- Changes in settings will take effect after program restart.
- Changes in settings will take effect after program restart.
- Don't use native file dialogDon't use native file dialog
@@ -581,5 +564,13 @@ For RAW files you may set 22%
Debayer CFADebayer CFA
+
+ False colors
+ False colors
+
+
+ Linked channels
+ Linked channels
+
diff --git a/translations/tenmon_fr.qm b/translations/tenmon_fr.qm
index e8a1639..8ed83a4 100644
Binary files a/translations/tenmon_fr.qm and b/translations/tenmon_fr.qm differ
diff --git a/translations/tenmon_fr.ts b/translations/tenmon_fr.ts
index 412bceb..9af215c 100644
--- a/translations/tenmon_fr.ts
+++ b/translations/tenmon_fr.ts
@@ -106,6 +106,13 @@
Aide
+
+ Histogram
+
+ Logarithmic scale
+ Échelle logarithmique
+
+ImageInfo
@@ -225,10 +232,6 @@
100%100%
-
- Fullscreen
- Plein écran
- SelectSélectionner
@@ -337,10 +340,6 @@
EditÉditer
-
- FITS header editor
- Éditeur d'en-tête FITS
- SettingsRéglages
@@ -405,6 +404,10 @@
CSV file (*.csv)Fichiers CSV (*.csv)
+
+ Histogram
+ Histogramme
+ MarkedFiles
@@ -475,22 +478,6 @@
MADMAD
-
- Peaks
- Pics
-
-
- Peaks draw
- Dessin des pic
-
-
- FWHM X
- FWHM X
-
-
- FWHM Y
- FWHM Y
- Unsupported sample formatFormat non pris en charge
@@ -536,10 +523,6 @@
Thumbnails sizeTaille des vignette
-
- Changes in settings will take effect after program restart.
- Les changements de paramètres prendront effet après le redémarrage du programme.
- Don't use native file dialogN'utilisez pas la boîte de dialogue de fichier natif
@@ -581,5 +564,13 @@ Pour les fichiers RAW, vous pouvez définir 22 %
Debayer CFADébayeriser CFA
+
+ False colors
+ Fausses couleurs
+
+
+ Linked channels
+ Chaînes liées
+
diff --git a/translations/tenmon_sk.qm b/translations/tenmon_sk.qm
index bf6e8dc..6804b6b 100644
Binary files a/translations/tenmon_sk.qm and b/translations/tenmon_sk.qm differ
diff --git a/translations/tenmon_sk.ts b/translations/tenmon_sk.ts
index 00fefea..fe59812 100644
--- a/translations/tenmon_sk.ts
+++ b/translations/tenmon_sk.ts
@@ -107,6 +107,13 @@
Pomoc
+
+ Histogram
+
+ Logarithmic scale
+ Logaritmická stupnica
+
+ImageInfo
@@ -222,10 +229,6 @@
100%100%
-
- Fullscreen
- Celá obrazovka
- SelectVýber
@@ -338,10 +341,6 @@
EditUpraviť
-
- FITS header editor
- Editor FITS hlavičky
- SettingsNastavenia
@@ -406,6 +405,10 @@
CSV file (*.csv)Súbory CSV (*.csv)
+
+ Histogram
+ Histogram
+ MarkedFiles
@@ -480,22 +483,6 @@
MADMAD
-
- Peaks
- Vrcholky
-
-
- Peaks draw
- Vykreslené vrcholky
-
-
- FWHM X
- FWHM X
-
-
- FWHM Y
- FWHM Y
- SaturatedSaturované
@@ -537,10 +524,6 @@
Thumbnails sizeVeľkosť náhľadu
-
- Changes in settings will take effect after program restart.
- Zmeny v nastaveniach sa prejavia po reštarte programu.
- Don't use native file dialogNepoužívať natívny súborový dialóg
@@ -582,5 +565,13 @@ Pre RAW súbory možno treba nastaviť 22%
Debayer CFAPreveď CFA na farbu
+
+ False colors
+ Falošné farby
+
+
+ Linked channels
+ Prepojené kanály
+