Difference between revisions of "Tests: Normalize"

From Archivematica
Jump to navigation Jump to search
Line 9: Line 9:
 
*When normalized files have the same file extensions as the original, the original files are not overwritten.
 
*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.
 
*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
 +
 +
Audio AC3, AIFF, MP3, WAV, WMA
  
 
== Raster images ==
 
== Raster images ==
Line 21: Line 28:
  
 
== Vector images ==
 
== Vector images ==
*.ai files are normalized to SVG 1.1
+
*.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
 
**multi-page .ai files are normalized to multiple single-page SVG 1.1 files
 
*.eps files are normalized to SVG 1.1
 
*.eps files are normalized to SVG 1.1
 
*.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

Revision as of 14:38, 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

Audio AC3, AIFF, MP3, WAV, WMA

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

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