Project

General

Profile

Images » History » Version 10

Martina Trognitz, 2020-02-07 15:58

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 9 Martina Trognitz
{{collapse(Info about)
23 7 Martina Trognitz
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 8 Martina Trognitz
}}
25 6 Martina Trognitz
{{collapse(How to)
26 10 Martina Trognitz
Batch process multiple images to convert to valid Baseline TIFF 6.0
27
28
# Open XnView MP and navigate to Folder containting the images to process
29
# select multiple images to process or select whole folder containing images (and subfolders with furter images)
30
# Right click and select 'Stapelverarbeitung' (or batch processing); or just press Strg/Ctrl+U
31
# In the Window set your output settings as in the attached screenshot (make sure to check 'Unterverzeichnisse beibehalten' and 'Dateidatum und -uhrzeit beibehalten' and 'Metadaten übernehmen'; 'Erweiterung beibehalten' only makes sense if file is already tiff)
32
!stapelverarbeitungXnViewMP.png!
33
# In the section 'Format' select 'TIF - TIFF Revision 6' and click on 'Einstellungen' (settings)
34
# In the settings window check to keep all metadata, the remaining settings can be left on default (see second screenshot)
35
!stapelverarbeitungXnViewMP-tiffSettings.png!
36
37
38 6 Martina Trognitz
BILDER hier einfügen
39
}}
40 1 Martina Trognitz
41
Software for validation and conformance checking:
42
* tiff: DPF Manager (http://dpfmanager.org/)
43 2 Martina Trognitz
{{collapse(Note)
44
Using DPF Manager Lite gives an error: https://github.com/EasyinnovaSL/DPFManager/issues/493
45 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
46 2 Martina Trognitz
<pre><code class="text">
47
java -jar "C:\Program Files\DPF Manager\app\DPF Manager-jfx.jar"
48
</code></pre>
49
}}
50 4 Martina Trognitz
{{collapse(How to)
51
DPF Manager can be used to validate single files or whole folders. These are the steps to recursively check folders (with a screenshot):
52
# Start DPF Manager
53
# In the Files Check Tab click on Select and in the drop down either chose folder or tree view
54
# navigate to the folder you whish to check and select it
55
# Check the Box 'Recursive' right below the Folder input field
56
# Chose the 'Default' Tiff configuration for checking
57
# Start the check with a click on 'Full check'
58 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)
59 4 Martina Trognitz
!DPF_manager_folderRecursiveSetting.png!
60
}}