Project

General

Profile

Images » History » Version 6

Martina Trognitz, 2020-02-06 10:42

1 1 Martina Trognitz
h1. Images
2
3
Formats for archiving:
4
* tiff, tif - baseline TIFF v. 6, uncompressed
5
* dng (Adobe Digital Negative)
6
* png (Portable Network Graphics) - only suitable for graphics, does not support EXIF metadata
7
8
Accepted formats (i.e. require further conversion by ARCHE):
9
* jpeg, jpg (Joint Photographic Expert Group)
10
* gif (Graphics Interchange Format)
11
* bmp (Bit-Mapped Graphics Format (Microsoft))
12
* psd (Photoshop (Adobe))
13
* jp2, jpx (JPEG2000)
14
15
More information:
16
* https://www.ianus-fdz.de/it-empfehlungen/rastergrafiken
17
* http://guides.archaeologydataservice.ac.uk/g2gp/RasterImg_Toc
18
19
20
Software for conversion:
21 6 Martina Trognitz
* XnView: https://www.xnview.com/en/xnviewmp/
22
{{collapse(How to)
23
BILDER hier einfügen
24
}}
25 1 Martina Trognitz
26
Software for validation and conformance checking:
27
* tiff: DPF Manager (http://dpfmanager.org/)
28 2 Martina Trognitz
{{collapse(Note)
29
Using DPF Manager Lite gives an error: https://github.com/EasyinnovaSL/DPFManager/issues/493
30 3 Martina Trognitz
The workaround from the linked issue works. Thus, if it es e.g. installed in 'C:\Program Files\DPF Manager\app', from an command line (with java installed) just execute
31 2 Martina Trognitz
<pre><code class="text">
32
java -jar "C:\Program Files\DPF Manager\app\DPF Manager-jfx.jar"
33
</code></pre>
34
}}
35 4 Martina Trognitz
{{collapse(How to)
36
DPF Manager can be used to validate single files or whole folders. These are the steps to recursively check folders (with a screenshot):
37
# Start DPF Manager
38
# In the Files Check Tab click on Select and in the drop down either chose folder or tree view
39
# navigate to the folder you whish to check and select it
40
# Check the Box 'Recursive' right below the Folder input field
41
# Chose the 'Default' Tiff configuration for checking
42
# Start the check with a click on 'Full check'
43 5 Martina Trognitz
# When the check is done the results can be viewed in the program (go to Reports tab) or can be found in the local user profile\DPF Manager\reports (click the folder icon in the Reports Tab)
44 4 Martina Trognitz
!DPF_manager_folderRecursiveSetting.png!
45
}}