Reading: Difference between revisions
No edit summary |
No edit summary |
||
| Line 36: | Line 36: | ||
*Migration and Format Stability: Digital preservation involves planning for format migration to prevent obsolescence. Formats like TIFF and PDF/A are preferred for their stability and widespread support, but ongoing monitoring of file format standards is necessary to ensure long-term accessibility. | *Migration and Format Stability: Digital preservation involves planning for format migration to prevent obsolescence. Formats like TIFF and PDF/A are preferred for their stability and widespread support, but ongoing monitoring of file format standards is necessary to ensure long-term accessibility. | ||
*Access Copies vs. Master Files: Preservation workflows typically involve creating high-quality master files (e.g., uncompressed TIFFs) for long-term storage and lower-quality derivatives (e.g., JPEG or PDF) for access. This balances preservation needs with practical considerations like storage space and ease of access for researchers or the public. | *Access Copies vs. Master Files: Preservation workflows typically involve creating high-quality master files (e.g., uncompressed TIFFs) for long-term storage and lower-quality derivatives (e.g., JPEG or PDF) for access. This balances preservation needs with practical considerations like storage space and ease of access for researchers or the public. | ||
*Avoiding User Errors in Compression: A critical preservation concern is avoiding user errors that degrade quality, such as repeatedly compressing already compressed files. For example, re-saving a JPEG or lossy DjVu file multiple times introduces generational loss, much like transcoding a video or ripping an audio file repeatedly. Each compression cycle discards additional data, resulting in artifacts, loss of detail, and reduced fidelity to the original. To prevent this, preservation workflows should maintain uncompressed or lossless master files (e.g., TIFF) and only create lossy derivatives (e.g., JPEG, DjVu) for access purposes, ensuring that the master file remains untouched by subsequent compressions. | |||
;Best Practices and Standards | ;Best Practices and Standards | ||