Project

General

Profile

Images » History » Version 4

Martina Trognitz, 2020-01-23 15:28

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
XnView
22
23
Software for validation and conformance checking:
24
* tiff: DPF Manager (http://dpfmanager.org/)
25 2 Martina Trognitz
{{collapse(Note)
26
Using DPF Manager Lite gives an error: https://github.com/EasyinnovaSL/DPFManager/issues/493
27 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
28 2 Martina Trognitz
<pre><code class="text">
29
java -jar "C:\Program Files\DPF Manager\app\DPF Manager-jfx.jar"
30
</code></pre>
31
}}
32 4 Martina Trognitz
{{collapse(How to)
33
DPF Manager can be used to validate single files or whole folders. These are the steps to recursively check folders (with a screenshot):
34
# Start DPF Manager
35
# In the Files Check Tab click on Select and in the drop down either chose folder or tree view
36
# navigate to the folder you whish to check and select it
37
# Check the Box 'Recursive' right below the Folder input field
38
# Chose the 'Default' Tiff configuration for checking
39
# Start the check with a click on 'Full check'
40
# When the check is done the results can be viewed in the program or can be found in the local user profile\DPF Manager\reports (click the folder icon in the Reports Tab)
41
!DPF_manager_folderRecursiveSetting.png!
42
}}