The JPEG2000 Image Compression Standard

Total Page:16

File Type:pdf, Size:1020Kb

The JPEG2000 Image Compression Standard The JPEG2000 Image Compression Standard © V. Sanchez & A. Basu, University of Alberta Part I: Image Compression Compression techniques are used to reduce the redundant information in the image data in order to facilitate the storage, transmission and distribution of images (e.g. GIF, TIFF, PNG, JPEG) © V. Sanchez & A. Basu, University of Alberta Limitations of JPEG Standard Low bit-rate compression: JPEG offers an excellent quality at high and mid bit-rates. However, the quality is unacceptable at low bit-rates (e.g. below 0.25 bpp) Lossless and lossy compression: JPEG cannot provide a superior performance at lossless and lossy compression in a single code-stream. Transmission in noisy environments: the current JPEG standard provides some resynchronization markers, but the quality still degrades when bit-errors are encountered. Different types of still images: JPEG was optimized for natural images. Its performance on computer generated images and bi-level (text) images is poor. © V. Sanchez & A. Basu, University of Alberta Part II: The JPEG2000 Image Compression Standard © V. Sanchez & A. Basu, University of Alberta What is JPEG2000? • JPEG2000 is a new compression standard for still images intended to overcome the shortcomings of the existing JPEG standard. • The standardization process is coordinated by the Joint Technical Committee on Information technology of the International Organization for Standardization (ISO)/ International Electrotechnical Commission (IEC). • JPEG2000 makes use of the wavelet and sub-band technologies. Some of the markets targeted by the JPEG2000 standard are Internet, printing, digital photography, remote sensing, mobile, digital libraries and E-commerce. • The core compression algorithm is primarily based on the Embedded Block Coding with Optimized Truncation (EBCOT) of the bit-stream. The EBCOT algorithm provides a superior compression performance and produces a bit- stream with features such as resolution and SNR scalability and random access. © V. Sanchez & A. Basu, University of Alberta Features of JPEG2000 Lossless and lossy compression: the standard provides lossy compression with a superior performance at low bit-rates. It also provides lossless compression with progressive decoding. Applications such as digital libraries/databases and medical imagery can benefit from this feature. Protective image security: the open architecture of the JPEG2000 standard makes easy the use of protection techniques of digital images such as watermarking, labeling, stamping or encryption Region-of-interest coding: in this mode, regions of interest (ROI’s) can be defined. These ROI’s can be encoded and transmitted with better quality than the rest of the image . Robustness to bit errors: the standard incorporate a set of error resilient tools to make the bit-stream more robust to transmission errors. © V. Sanchez & A. Basu, University of Alberta Features of JPEG2000 (cont’d) Example of region of interest coding. A region of interest in the Barbara image is reconstructed with quality scalability. The region of interest is decoded first before any background information. Region of interest © V. Sanchez & A. Basu, University of Alberta The JPEG 2000 Compression Engine Source Image Data Encoder Pre- processing Forward Quantization Entropy Bit Transform Encoding stream Storage or transmission Inverse Inverse Entropy Bit Transform Quantization Decoding stream Reconstructed Decoder Image Data © V. Sanchez & A. Basu, University of Alberta Pre-processing Three steps: 1. Image tiling (optional) for each image component. DWT on Each Tile Tiling DC Level Component Shifting Transformati on Image Component • DC level shifting samples of each tile are subtracted the same quantity (i.e. component depth). • Color transformation (optional) from RGB to Y Cb Cr © V. Sanchez & A. Basu, University of Alberta Forward Transform • Discrete Wavelet Transform (DWT) is used to decompose each tile component into different sub-bands. • The transform is in the form of dyadic decomposition and use bi- orthogonal wavelets. © V. Sanchez & A. Basu, University of Alberta Forward Transform (cont’d) • DWT can be irreversible or reversible. Irreversible transform Daubechies 9-tap/7-tap filter Reversible transform Le Gall 5-tap/3-tap filter • Two filtering modes are supported: Convolution based Lifting based © V. Sanchez & A. Basu, University of Alberta Analysis and Synthesis Filter Coefficients Le Gall 5/3 © V. Sanchez & A. Basu, University of Alberta Analysis and Synthesis Filter Coefficients Daubchines 9/7 © V. Sanchez & A. Basu, University of Alberta 2D-Forward Transform • 1-D sets of samples are decomposed into low-pass and high-pass samples. • Low-pass samples represent a down-sampled, low resolution version of the original set. • High pass samples represent a down-sampled residual version of the original set (details). Low frequency High frequency information information (horizontal details) High frequency High frequency information information (vertical (diagonal details) details) © V. Sanchez & A. Basu, University of Alberta Quantization • After transformation, all coefficients are quantized using scalar quatization. • Quantization reduces coefficients in precision. The operation is lossy unless the quatization step is 1 and the coefficients integers (e.g. reversible integer 5/3 wavelet). • The process follows the formula: Largest integer not exceeding a a (u, v) b q (u, v) = sign (a (u, v)) b b b ∆ b Quantized value Transform coefficient of Quantization step sub-band b © V. Sanchez & A. Basu, University of Alberta Modes of Quantization • Two modes of operation: Integer mode integer-to-integer transforms are employed. Quantization step are fixed to one. Lossy coding is still achieved by discarding bit-planes. Real mode real-to-real transforms are employed. Quantization steps are chosen in conjunction with rate control. In this mode, lossy compression is achieved by discarding bi-planes or changing the size of the quantization step or both. © V. Sanchez & A. Basu, University of Alberta Code-blocks, precincts and packets 12 Precinct: each sub-band is divided into 34 rectangular blocks called precincts. Packets: three spatially consistent rectangles comprise a packet. 56 910 Code-block: each precinct is further 78 11 12 divided into non-overlapping rectangles called code-blocks. Each code-block forms the input to the entropy encoder and is encoded independently. Within a packet, code-blocks are PacketCode-block Precinct visited in raster order. Sub-band © V. Sanchez & A. Basu, University of Alberta Entropy Coding: Bit-planes • The coefficients in a code block are separated into bit-planes. The individual bit-planes are coded in 1-3 coding passes. Code-block MSB LSB Bit-plane 15 1 1 1 1 15 6 representation 6 0 1 1 0 3 0 0 1 1 3 11 11 1 0 1 1 Coding passes Bit-plane context Encoded data based arithmetic coder © V. Sanchez & A. Basu, University of Alberta Entropy Coding: Coding Passes • Each of these coding passes collects contextual information about the bit- plane data. The contextual information along with the bit-planes are used by the arithmetic encoder to generate the compressed bit-stream. • The coding passes are: Significance propagation pass coefficients that are insignificant and have a certain preferred neighborhood are coded. Magnitude refinement pass the current bits of significant coefficients are coded. Clean-up pass the remaining insignificant coefficients for which no information has yet been coded are coded. © V. Sanchez & A. Basu, University of Alberta JPEG2000 Bit-stream • For each code-block, a separate bit-stream is generated. • The coded data of each code-block is included in a packet. • If more that one layer is used to encode the image information, the code-block bit-streams are distributed across different packets corresponding to different layers. H JPEG2000 bit-stream Layer Main Header H Packet Packet Header Coded code-block © V. Sanchez & A. Basu, University of Alberta Layers of the JPEG2000 Bit-stream • Therefore, each layer consists of a number of consecutive bit-plane coding passes from each code-block in the tile, including all sub-bands of all components for that tile. © V. Sanchez & A. Basu, University of Alberta Layer Formation • The individual code-block streams have the property that they can be truncated to a variety of discrete lengths R1, R2, R3…Rn. • The distortion incurred when reconstructing from each of these truncated subsets is estimated and denoted by D1, D2, D3…Dn. The Mean Squared Error distortion metric is generally used. • The first, lowest quality layer, is formed from the optimally truncated code-block bit-streams. Example: two individual code-block streams 1 1 D D 2 D Code-block A 3 Code-block B D 2 4 D 3 D D 4 5 D 5 D D R1 R2 R3 R4 R5 R1 R2 R3 R4 R5 © V. Sanchez & A. Basu, University of Alberta Code-block contributions • Each subsequent layer is formed by optimally truncating the code-block bit- streams to achieve successively higher target bit-rates, distortion bounds or other quality metrics, as appropriate, and including the additional code words required to augment the information represented in previous layers to the new truncation points. Example: 1 1 D D 2 D Code-block A 3 D 2 Code-block B 4 D 3 D D 4 5 D 5 D D R1 R2 R3 R4 R5 R1 R2 R3 R4 R5 3 + 2 ≈ If target rate for layer 1 is RL1 and RA RB RL1 with a minimum distortion; then, code-block A is truncated to R3 and code-block B is truncated to R2 for layer 1. © V. Sanchez & A. Basu, University of Alberta Hierarchical structure of the JPEG2000 Bit-stream Single-quality-layer compression Multiple-quality-layer compression Main Header Main Header Packet 1 Packet 1 Low frequency Most important sub-band Packet 2 Packet 2 bit-planes coefficients Packet 3 Packet 3 . High frequency Packet k-1 Packet k-1 Least important sub-band bit-planes coefficients Packet k Packet k © V. Sanchez & A. Basu, University of Alberta Quality Scalability By interleaving the packets in different orders, four possible progression orders can be achieved in JPEG2000: • Quality • Spatial location • Resolution • Component The Barbara image is decompressed at different qualities.
Recommended publications
  • The Microsoft Office Open XML Formats New File Formats for “Office 12”
    The Microsoft Office Open XML Formats New File Formats for “Office 12” White Paper Published: June 2005 For the latest information, please see http://www.microsoft.com/office/wave12 Contents Introduction ...............................................................................................................................1 From .doc to .docx: a brief history of the Office file formats.................................................1 Benefits of the Microsoft Office Open XML Formats ................................................................2 Integration with Business Data .............................................................................................2 Openness and Transparency ...............................................................................................4 Robustness...........................................................................................................................7 Description of the Microsoft Office Open XML Format .............................................................9 Document Parts....................................................................................................................9 Microsoft Office Open XML Format specifications ...............................................................9 Compatibility with new file formats........................................................................................9 For more information ..............................................................................................................10
    [Show full text]
  • ITU-T Rec. T.800 (08/2002) Information Technology
    INTERNATIONAL TELECOMMUNICATION UNION ITU-T T.800 TELECOMMUNICATION (08/2002) STANDARDIZATION SECTOR OF ITU SERIES T: TERMINALS FOR TELEMATIC SERVICES Information technology – JPEG 2000 image coding system: Core coding system ITU-T Recommendation T.800 INTERNATIONAL STANDARD ISO/IEC 15444-1 ITU-T RECOMMENDATION T.800 Information technology – JPEG 2000 image coding system: Core coding system Summary This Recommendation | International Standard defines a set of lossless (bit-preserving) and lossy compression methods for coding bi-level, continuous-tone grey-scale, palletized color, or continuous-tone colour digital still images. This Recommendation | International Standard: – specifies decoding processes for converting compressed image data to reconstructed image data; – specifies a codestream syntax containing information for interpreting the compressed image data; – specifies a file format; – provides guidance on encoding processes for converting source image data to compressed image data; – provides guidance on how to implement these processes in practice. Source ITU-T Recommendation T.800 was prepared by ITU-T Study Group 16 (2001-2004) and approved on 29 August 2002. An identical text is also published as ISO/IEC 15444-1. ITU-T Rec. T.800 (08/2002 E) i FOREWORD The International Telecommunication Union (ITU) is the United Nations specialized agency in the field of telecommunications. The ITU Telecommunication Standardization Sector (ITU-T) is a permanent organ of ITU. ITU-T is responsible for studying technical, operating and tariff questions and issuing Recommendations on them with a view to standardizing telecommunications on a worldwide basis. The World Telecommunication Standardization Assembly (WTSA), which meets every four years, establishes the topics for study by the ITU-T study groups which, in turn, produce Recommendations on these topics.
    [Show full text]
  • Why ODF?” - the Importance of Opendocument Format for Governments
    “Why ODF?” - The Importance of OpenDocument Format for Governments Documents are the life blood of modern governments and their citizens. Governments use documents to capture knowledge, store critical information, coordinate activities, measure results, and communicate across departments and with businesses and citizens. Increasingly documents are moving from paper to electronic form. To adapt to ever-changing technology and business processes, governments need assurance that they can access, retrieve and use critical records, now and in the future. OpenDocument Format (ODF) addresses these issues by standardizing file formats to give governments true control over their documents. Governments using applications that support ODF gain increased efficiencies, more flexibility and greater technology choice, leading to enhanced capability to communicate with and serve the public. ODF is the ISO Approved International Open Standard for File Formats ODF is the only open standard for office applications, and it is completely vendor neutral. Developed through a transparent, multi-vendor/multi-stakeholder process at OASIS (Organization for the Advancement of Structured Information Standards), it is an open, XML- based document file format for displaying, storing and editing office documents, such as spreadsheets, charts, and presentations. It is available for implementation and use free from any licensing, royalty payments, or other restrictions. In May 2006, it was approved unanimously as an International Organization for Standardization (ISO) and International Electrotechnical Commission (IEC) standard. Governments and Businesses are Embracing ODF The promotion and usage of ODF is growing rapidly, demonstrating the global need for control and choice in document applications. For example, many enlightened governments across the globe are making policy decisions to move to ODF.
    [Show full text]
  • MPEG-21 Overview
    MPEG-21 Overview Xin Wang Dept. Computer Science, University of Southern California Workshop on New Multimedia Technologies and Applications, Xi’An, China October 31, 2009 Agenda ● What is MPEG-21 ● MPEG-21 Standards ● Benefits ● An Example Page 2 Workshop on New Multimedia Technologies and Applications, Oct. 2009, Xin Wang MPEG Standards ● MPEG develops standards for digital representation of audio and visual information ● So far ● MPEG-1: low resolution video/stereo audio ● E.g., Video CD (VCD) and Personal music use (MP3) ● MPEG-2: digital television/multichannel audio ● E.g., Digital recording (DVD) ● MPEG-4: generic video and audio coding ● E.g., MP4, AVC (H.24) ● MPEG-7 : visual, audio and multimedia descriptors MPEG-21: multimedia framework ● MPEG-A: multimedia application format ● MPEG-B, -C, -D: systems, video and audio standards ● MPEG-M: Multimedia Extensible Middleware ● ● MPEG-V: virtual worlds MPEG-U: UI ● (29116): Supplemental Media Technologies ● ● (Much) more to come … Page 3 Workshop on New Multimedia Technologies and Applications, Oct. 2009, Xin Wang What is MPEG-21? ● An open framework for multimedia delivery and consumption ● History: conceived in 1999, first few parts ready early 2002, most parts done by now, some amendment and profiling works ongoing ● Purpose: enable all-electronic creation, trade, delivery, and consumption of digital multimedia content ● Goals: ● “Transparent” usage ● Interoperable systems ● Provides normative methods for: ● Content identification and description Rights management and protection ● Adaptation of content ● Processing on and for the various elements of the content ● ● Evaluation methods for determining the appropriateness of possible persistent association of information ● etc. Page 4 Workshop on New Multimedia Technologies and Applications, Oct.
    [Show full text]
  • Quadtree Based JBIG Compression
    Quadtree Based JBIG Compression B. Fowler R. Arps A. El Gamal D. Yang ISL, Stanford University, Stanford, CA 94305-4055 ffowler,arps,abbas,[email protected] Abstract A JBIG compliant, quadtree based, lossless image compression algorithm is describ ed. In terms of the numb er of arithmetic co ding op erations required to co de an image, this algorithm is signi cantly faster than previous JBIG algorithm variations. Based on this criterion, our algorithm achieves an average sp eed increase of more than 9 times with only a 5 decrease in compression when tested on the eight CCITT bi-level test images and compared against the basic non-progressive JBIG algorithm. The fastest JBIG variation that we know of, using \PRES" resolution reduction and progressive buildup, achieved an average sp eed increase of less than 6 times with a 7 decrease in compression, under the same conditions. 1 Intro duction In facsimile applications it is desirable to integrate a bilevel image sensor with loss- less compression on the same chip. Suchintegration would lower p ower consumption, improve reliability, and reduce system cost. To reap these b ene ts, however, the se- lection of the compression algorithm must takeinto consideration the implementation tradeo s intro duced byintegration. On the one hand, integration enhances the p os- sibility of parallelism which, if prop erly exploited, can sp eed up compression. On the other hand, the compression circuitry cannot b e to o complex b ecause of limitations on the available chip area. Moreover, most of the chip area on a bilevel image sensor must b e o ccupied by photo detectors, leaving only the edges for digital logic.
    [Show full text]
  • OASIS CGM Open Webcgm V2.1
    WebCGM Version 2.1 OASIS Standard 01 March 2010 Specification URIs: This Version: XHTML multi-file: http://docs.oasis-open.org/webcgm/v2.1/os/webcgm-v2.1-index.html (AUTHORITATIVE) PDF: http://docs.oasis-open.org/webcgm/v2.1/os/webcgm-v2.1.pdf XHTML ZIP archive: http://docs.oasis-open.org/webcgm/v2.1/os/webcgm-v2.1.zip Previous Version: XHTML multi-file: http://docs.oasis-open.org/webcgm/v2.1/cs02/webcgm-v2.1-index.html (AUTHORITATIVE) PDF: http://docs.oasis-open.org/webcgm/v2.1/cs02/webcgm-v2.1.pdf XHTML ZIP archive: http://docs.oasis-open.org/webcgm/v2.1/cs02/webcgm-v2.1.zip Latest Version: XHTML multi-file: http://docs.oasis-open.org/webcgm/v2.1/latest/webcgm-v2.1-index.html PDF: http://docs.oasis-open.org/webcgm/v2.1/latest/webcgm-v2.1.pdf XHTML ZIP archive: http://docs.oasis-open.org/webcgm/v2.1/latest/webcgm-v2.1.zip Declared XML namespaces: http://www.cgmopen.org/schema/webcgm/ System Identifier: http://docs.oasis-open.org/webcgm/v2.1/webcgm21.dtd Technical Committee: OASIS CGM Open WebCGM TC Chair(s): Stuart Galt, The Boeing Company Editor(s): Benoit Bezaire, PTC Lofton Henderson, Individual Related Work: This specification updates: WebCGM 2.0 OASIS Standard (and W3C Recommendation) This specification, when completed, will be identical in technical content to: WebCGM 2.1 W3C Recommendation, available at http://www.w3.org/TR/webcgm21/. Abstract: Computer Graphics Metafile (CGM) is an ISO standard, defined by ISO/IEC 8632:1999, for the interchange of 2D vector and mixed vector/raster graphics.
    [Show full text]
  • JPEG and JPEG 2000
    JPEG and JPEG 2000 Past, present, and future Richard Clark Elysium Ltd, Crowborough, UK [email protected] Planned presentation Brief introduction JPEG – 25 years of standards… Shortfalls and issues Why JPEG 2000? JPEG 2000 – imaging architecture JPEG 2000 – what it is (should be!) Current activities New and continuing work… +44 1892 667411 - [email protected] Introductions Richard Clark – Working in technical standardisation since early 70’s – Fax, email, character coding (8859-1 is basis of HTML), image coding, multimedia – Elysium, set up in ’91 as SME innovator on the Web – Currently looks after JPEG web site, historical archive, some PR, some standards as editor (extensions to JPEG, JPEG-LS, MIME type RFC and software reference for JPEG 2000), HD Photo in JPEG, and the UK MPEG and JPEG committees – Plus some work that is actually funded……. +44 1892 667411 - [email protected] Elysium in Europe ACTS project – SPEAR – advanced JPEG tools ESPRIT project – Eurostill – consensus building on JPEG 2000 IST – Migrator 2000 – tool migration and feature exploitation of JPEG 2000 – 2KAN – JPEG 2000 advanced networking Plus some other involvement through CEN in cultural heritage and medical imaging, Interreg and others +44 1892 667411 - [email protected] 25 years of standards JPEG – Joint Photographic Experts Group, joint venture between ISO and CCITT (now ITU-T) Evolved from photo-videotex, character coding First meeting March 83 – JPEG proper started in July 86. 42nd meeting in Lausanne, next week… Attendance through national
    [Show full text]
  • Use Adobe Reader to Read PDF Documents to You
    HOW TO MAKE YOUR COMPUTER READ DOCUMENTS TO YOU Use Adobe Reader to Read PDF Documents to You Adobe Reader is the default choice for many people for viewing PDF files. While it used to be a lot more bloated in the past, it’s improved — although you do need to disable the browser plugin it will install. One of the really nice features is that it can read documents to you. If you don’t already have it installed, head to the Adobe Reader download page and make sure to uncheck their “Free Offer” before clicking on the Install Now button. Note: Adobe Reader’s own settings menu no longer has any option for disabling its browser integration, so you’ll need to disable the Adobe Reader plugin in the browsers you use. Follow these steps for disabling plug-ins in your web browser of choice, disabling the “Adobe Acrobat” plug-in. Once you’ve installed the application, and follow the installation process to completion and then open up a PDF file that you’d like the computer to read to you. Once it is open click on the “View” drop down menu, move your mouse over the “Read Out Loud” option then click on “Activate Read Out Loud.” Alternatively, you can click “Ctrl,” “Shift,” and “Y” (Ctrl+Shift+Y) on your keyboard to activate the feature. Once the feature is activated, you can click on a single paragraph to make windows read it back to you. Another option would be to navigate to the “View” menu, then “Read Out Loud” and select an option that fits your needs as shown in the Image below.
    [Show full text]
  • Iso/Iec 14496-14
    INTERNATIONAL ISO/IEC STANDARD 14496-14 First edition 2003-11-15 Information technology — Coding of audio-visual objects — Part 14: MP4 file format Technologies de l'information — Codage des objets audiovisuels — Partie 14: Format de fichier MP4 Reference number ISO/IEC 14496-14:2003(E) Licensed to WIMOBILIS DIGITAL TECHNOLOGIES/MARCOS MANENTE ISO Store order #:850777/Downloaded:2007-09-27 Single user licence only, copying and networking prohibited © ISO/IEC 2003 ISO/IEC 14496-14:2003(E) PDF disclaimer This PDF file may contain embedded typefaces. In accordance with Adobe's licensing policy, this file may be printed or viewed but shall not be edited unless the typefaces which are embedded are licensed to and installed on the computer performing the editing. In downloading this file, parties accept therein the responsibility of not infringing Adobe's licensing policy. The ISO Central Secretariat accepts no liability in this area. Adobe is a trademark of Adobe Systems Incorporated. Details of the software products used to create this PDF file can be found in the General Info relative to the file; the PDF-creation parameters were optimized for printing. Every care has been taken to ensure that the file is suitable for use by ISO member bodies. In the unlikely event that a problem relating to it is found, please inform the Central Secretariat at the address given below. © ISO/IEC 2003 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from either ISO at the address below or ISO's member body in the country of the requester.
    [Show full text]
  • How to Search for PDF File Content
    How to Search for PDF File Content PDF documents are probably the most commonly used set of documents in most offices today because of its ability to avoid accidental changes or modifications by unauthorized users. However, it’s a lot easier to find something you’re looking for in a Word document than it is for a PDF document because by default Windows search indexes all of the text inside of a Word document, thus making it easy to search all documents quickly. The text inside PDF documents are not indexed by Windows or by other desktop search programs like Google Desktop, so most of the time if you need to find a particular PDF doc, you have to manually open each one and perform a search. If you’re simply looking for some text in one PDF, it’s not a problem, but if you need to scan through a bunch of PDF documents in a directory, you can use the Advanced PDF search features in Adobe. With the advanced search, you can search all PDF files in a directory and it’s sub-directories in a single go. By default, if you open Adobe Reader and press CTRL + F, you’ll get the normal search box. It is located at the top right in the menu bar. To use the advanced PDF search option, you can choose Open Full Reader Search in the drop down menu of the search box or press SHIFT + CTRL + F. Go ahead and enter the phrase you are searching for in the search box.
    [Show full text]
  • CGM Whitepaper
    Table of Contents _________________________________________________ Background ______________________________________________________ 1 The Case for a CGM Archive _________________________________________ 3 OPEN STANDARD _______________________________________________________ 3 STANDARDS BASED _____________________________________________________ 3 INTEROPERABILITY _____________________________________________________ 4 INTELLIGENT GRAPHICS _________________________________________________ 4 SINGLE SOURCE PUBLISHING _____________________________________________ 4 Challenges when creating a CGM Archive _______________________________ 5 SOURCES OF GRAPHICAL INFORMATION _____________________________________ 5 QUANTITY OF DATA _____________________________________________________ 5 GRAPHICS QUALITY _____________________________________________________ 5 TECHNOLOGY __________________________________________________________ 6 COST AND RETURN ON INVESTMENT ________________________________________ 6 Optimize the technical graphics process using Larson CGM Products __________ 7 CORE BENEFITS ________________________________________________________ 7 The Benefits of the Larson CGM Products ___________________________________ 8 Features of the Larson CGM Products __________________________________ 9 VIZEX TRANSFORM______________________________________________________ 9 Transform DWG and DXF files ____________________________________________ 9 Transform PDF files ___________________________________________________ 10 Transform Image files _________________________________________________
    [Show full text]
  • File Format Guidelines for Management and Long-Term Retention of Electronic Records
    FILE FORMAT GUIDELINES FOR MANAGEMENT AND LONG-TERM RETENTION OF ELECTRONIC RECORDS 9/10/2012 State Archives of North Carolina File Format Guidelines for Management and Long-Term Retention of Electronic records Table of Contents 1. GUIDELINES AND RECOMMENDATIONS .................................................................................. 3 2. DESCRIPTION OF FORMATS RECOMMENDED FOR LONG-TERM RETENTION ......................... 7 2.1 Word Processing Documents ...................................................................................................................... 7 2.1.1 PDF/A-1a (.pdf) (ISO 19005-1 compliant PDF/A) ........................................................................ 7 2.1.2 OpenDocument Text (.odt) ................................................................................................................... 3 2.1.3 Special Note on Google Docs™ .......................................................................................................... 4 2.2 Plain Text Documents ................................................................................................................................... 5 2.2.1 Plain Text (.txt) US-ASCII or UTF-8 encoding ................................................................................... 6 2.2.2 Comma-separated file (.csv) US-ASCII or UTF-8 encoding ........................................................... 7 2.2.3 Tab-delimited file (.txt) US-ASCII or UTF-8 encoding .................................................................... 8 2.3
    [Show full text]