Difference between revisions of "Tests: Normalize"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
*ac3 files are normalized to uncompressed WAVE | *ac3 files are normalized to uncompressed WAVE | ||
*aif/.aiff files are normalized to uncompressed WAVE | *aif/.aiff files are normalized to uncompressed WAVE | ||
− | *mp3 files | + | *mp3 files |
− | + | == Plain text == | |
+ | .txt files are left in their original format | ||
== Raster images == | == Raster images == | ||
Line 26: | Line 27: | ||
*.tif files are normalized to uncompressed TIFF 6.0 | *.tif files are normalized to uncompressed TIFF 6.0 | ||
*.tga files are normalized to uncompressed TIFF 6.0 | *.tga files are normalized to uncompressed TIFF 6.0 | ||
+ | |||
+ | == Spreadsheets == | ||
+ | .*xls files are normalized to | ||
== Vector images == | == Vector images == | ||
Line 33: | Line 37: | ||
*.svg files are normalized to SVG 1.1 | *.svg files are normalized to SVG 1.1 | ||
**.svg files that tagged as SVG 1.0 but which are entirely conformant to the SVG 1.1 standard are not normalized to SVG 1.1 | **.svg files that tagged as SVG 1.0 but which are entirely conformant to the SVG 1.1 standard are not normalized to SVG 1.1 | ||
+ | |||
+ | |||
+ | |||
+ | __NOTOC__ |
Revision as of 13:52, 9 December 2010
Main Page > Development > Development documentation > Tests: Normalize
Archivematica normalizes certain ingested file formats into preservation-friendly formats.
General
- Normalization is triggered automatically when the user approves "Appraise SIP" in the dashboard.
- The original files are not deleted.
- When normalized files have the same file extensions as the original, the original files are not overwritten.
- If the SIP contains files for which there are no default normalization paths, processing of the SIP does not stop.
Audio files
- ac3 files are normalized to uncompressed WAVE
- aif/.aiff files are normalized to uncompressed WAVE
- mp3 files
Plain text
.txt files are left in their original format
Raster images
- .bmp files are normalized to uncompressed TIFF 6.0
- .gif files are normalized to uncompressed TIFF 6.0
- .jpg files are normalized to uncompressed TIFF 6.0
- .jp2 files are normalized to losslessly compressed JPEG 2000 (not yet implemented)
- .png files are not normalized
- .psd files are normalized to uncompressed TIFF 6.0
- .tif files are normalized to uncompressed TIFF 6.0
- .tga files are normalized to uncompressed TIFF 6.0
Spreadsheets
.*xls files are normalized to
Vector images
- .ai files are normalized to SVG 1.1 (not yet implemented)
- multi-page .ai files are normalized to multiple single-page SVG 1.1 files
- .eps files are normalized to SVG 1.1
- .svg files are normalized to SVG 1.1
- .svg files that tagged as SVG 1.0 but which are entirely conformant to the SVG 1.1 standard are not normalized to SVG 1.1