Project

General

Profile

Images » History » Version 7

Martina Trognitz, 2020-02-06 14:36

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 7 Martina Trognitz
{{collapse (What XnView does)
23
XnView MP is a versatile and powerful photo viewer, image management, image resizer. XnView is one of the most stable, easy-to-use, and comprehensive photo editors. All common picture and graphics formats are supported (JPEG, TIFF, PNG, GIF, WEBP, PSD, JPEG2000, OpenEXR, camera RAW, HEIC, PDF, DNG, CR2). 
24
}}
25 6 Martina Trognitz
{{collapse(How to)
26
BILDER hier einfügen
27
}}
28 1 Martina Trognitz
29
Software for validation and conformance checking:
30
* tiff: DPF Manager (http://dpfmanager.org/)
31 2 Martina Trognitz
{{collapse(Note)
32
Using DPF Manager Lite gives an error: https://github.com/EasyinnovaSL/DPFManager/issues/493
33 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
34 2 Martina Trognitz
<pre><code class="text">
35
java -jar "C:\Program Files\DPF Manager\app\DPF Manager-jfx.jar"
36
</code></pre>
37
}}
38 4 Martina Trognitz
{{collapse(How to)
39
DPF Manager can be used to validate single files or whole folders. These are the steps to recursively check folders (with a screenshot):
40
# Start DPF Manager
41
# In the Files Check Tab click on Select and in the drop down either chose folder or tree view
42
# navigate to the folder you whish to check and select it
43
# Check the Box 'Recursive' right below the Folder input field
44
# Chose the 'Default' Tiff configuration for checking
45
# Start the check with a click on 'Full check'
46 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)
47 4 Martina Trognitz
!DPF_manager_folderRecursiveSetting.png!
48
}}