Skip to content

Commit 209bd85

Browse files
committed
new link for supported file types;
hanging indent in user manual navigation
1 parent 3e42ea4 commit 209bd85

7 files changed

Lines changed: 628 additions & 889 deletions

_sass/jekyll-theme-leap-day.scss

Lines changed: 4 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -308,27 +308,6 @@ navHead {
308308
overflow: hidden;
309309
margin-left: -30px;
310310

311-
li {
312-
line-height: 14px;
313-
314-
&.tag-h1 {
315-
font-size: 1.2em;
316-
317-
a {
318-
font-weight: bold;
319-
color: black;
320-
}
321-
322-
}
323-
324-
&.tag-h2 {
325-
326-
+.tag-h1 {
327-
margin-top: 10px;
328-
}
329-
}
330-
}
331-
332311
a {
333312
color: black;
334313

@@ -357,28 +336,6 @@ nav {
357336
line-height: 20px;
358337
margin-left: -30px;
359338

360-
li {
361-
padding: 5px 0px;
362-
line-height: 14px;
363-
364-
&.tag-h1 {
365-
font-size: 1.2em;
366-
367-
a {
368-
font-weight: bold;
369-
color: black;
370-
}
371-
372-
}
373-
374-
&.tag-h2 {
375-
376-
+.tag-h1 {
377-
margin-top: 10px;
378-
}
379-
}
380-
}
381-
382339
a {
383340
color: black;
384341

@@ -404,8 +361,8 @@ nav {
404361
div.MsoToc1 {
405362
margin-left: 0px;
406363
text-align: left;
407-
padding-left: 60px;
408-
text-indent: -60px;
364+
padding-left: 3em;
365+
text-indent: -3em;
409366
padding-right: 15px;
410367
}
411368

@@ -414,8 +371,8 @@ nav {
414371
div.MsoToc2 {
415372
margin-left: 0px;
416373
text-align: left;
417-
padding-left: 60px;
418-
text-indent: -60px;
374+
padding-left: 4em;
375+
text-indent: -4em;
419376
padding-right: 15px;
420377
}
421378
}

de/Benutzeranleitung.html

Lines changed: 138 additions & 144 deletions
Large diffs are not rendered by default.

de/Benutzeranleitung_ToC.htm

Lines changed: 161 additions & 255 deletions
Large diffs are not rendered by default.

de/program-desc-de.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ QuickImageComment zeigt Exif-, IPTC- und XMP-Eigenschaften von Digitalbildern (z
2020

2121
Eine weitere Bearbeitung der Bilder (z.B. Anpassen von Kontrast und Helligkeit) ist nicht Sinn und Zweck dieses Programms.
2222

23-
Für das Auslesen und Ändern der Exif-, IPTC- und XMP-Eigenschaften wird die Bibliothek exiv2 verwendet. Auf [www.exiv2.org](www.exiv2.org) findet man neben der Beschreibung dieser Bibliothek auch umfangreiche Informationen und weiterführende Links zu Exif, IPTC und XMP. Die von exiv2 unterstützten Formate sind hier dokumentiert:
24-
- Bilder: [http://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats](http://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats)
25-
- Videos: [http://dev.exiv2.org/projects/exiv2/wiki/Supported_video_formats](http://dev.exiv2.org/projects/exiv2/wiki/Supported_video_formats)
23+
Für das Auslesen und Ändern der Exif-, IPTC- und XMP-Eigenschaften wird die Bibliothek exiv2 verwendet. Auf [www.exiv2.org](www.exiv2.org) findet man neben der Beschreibung dieser Bibliothek auch umfangreiche Informationen und weiterführende Links zu Exif, IPTC und XMP. Die von exiv2 unterstützten Formate sind hier dokumentiert:
24+
[https://github.com/Exiv2/exiv2/blob/main/exiv2.md#file_types](https://github.com/Exiv2/exiv2/blob/main/exiv2.md#file_types)
2625

2726
Für die Anzeige von RAW-Bildern ist die LibRaw-Bibliothek integriert. Wenn der Codec des Kameraherstellers oder die Microsoft Raw Image Extension (die verschiedene RAW-Formate unterstützt) installiert sind, werden sie verwendet und die Anzeige ist dann in der Regel schneller. Man kann sowohl einen spezifischen Codec als auch die Microsoft-Erweiterung installieren. Der spezifische Codec wird dann für die entsprechenden Bilder verwendet. Für alle anderen wird zunächst die Microsoft Extension ausprobiert und als letzte Option die integrierte LibRaw-Bibliothek. Für die Anzeige der Metadaten wird kein Codec benötigt.
2827

en/Usermanual.html

Lines changed: 145 additions & 152 deletions
Large diffs are not rendered by default.

en/Usermanual_ToC.htm

Lines changed: 176 additions & 285 deletions
Large diffs are not rendered by default.

en/program-desc-en.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ QuickImageComment displays EXIF, IPTC, and XMP properties of digital images (e.g
2020

2121
Further processing of the images (e.g., adjusting the contrast and brightness) is not the purpose of this program.
2222

23-
For reading and changing the EXIF, IPTC, and XMP properties the library exiv2 is used. On [www.exiv2.org](www.exiv2.org) a description of this library can be found as well as extensive information and links to Exif, IPTC and XMP. The formats supported by exiv2 are documented here:
24-
- Images: [http://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats](http://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats)
25-
- Videos: [http://dev.exiv2.org/projects/exiv2/wiki/Supported_video_formats](http://dev.exiv2.org/projects/exiv2/wiki/Supported_video_formats)
23+
For reading and changing the EXIF, IPTC, and XMP properties the library exiv2 is used. On [www.exiv2.org](www.exiv2.org) a description of this library can be found as well as extensive information and links to Exif, IPTC and XMP. The formats supported by exiv2 are documented here:
24+
[https://github.com/Exiv2/exiv2/blob/main/exiv2.md#file_types](https://github.com/Exiv2/exiv2/blob/main/exiv2.md#file_types)
2625

2726
For displaying RAW images, the LibRaw library is integrated. If the camera manufacturer's codec or the Microsoft Raw Image Extension (which supports various RAW formats) are installed, they are used and then display is usually faster. One can install both a specific codec and the Microsoft Extension. The specific codec is then used for the corresponding images. For all others first the Microsoft Extension is tried and as last option the integrated LibRaw library. For the display of the metadata no codec is needed.
2827

0 commit comments

Comments
 (0)