JP2007080223A - Code conversion device, code conversion method, program and recording medium - Google Patents

Code conversion device, code conversion method, program and recording medium Download PDF

Info

Publication number
JP2007080223A
JP2007080223A JP2005271056A JP2005271056A JP2007080223A JP 2007080223 A JP2007080223 A JP 2007080223A JP 2005271056 A JP2005271056 A JP 2005271056A JP 2005271056 A JP2005271056 A JP 2005271056A JP 2007080223 A JP2007080223 A JP 2007080223A
Authority
JP
Japan
Prior art keywords
file
sharing
conversion
box
code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2005271056A
Other languages
Japanese (ja)
Other versions
JP4587312B2 (en
Inventor
Akio Matsubara
章雄 松原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2005271056A priority Critical patent/JP4587312B2/en
Publication of JP2007080223A publication Critical patent/JP2007080223A/en
Application granted granted Critical
Publication of JP4587312B2 publication Critical patent/JP4587312B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Of Band Width Or Redundancy In Fax (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a code conversion device for reversibly compressing a file by using a characteristic of a code format. <P>SOLUTION: This code conversion device 1000 is used for introducing a code stream 1001 of a conversion object file to output a code stream 1002 obtained by converting it, and characterized by including: a BOX decomposition means 1003 cutting out BOX information from the input code stream for the conversion; a sharing/referring determination means 1004 for determining whether a sharing/referring process should be carried out in relation to the BOX information cut out thereby; and a sharing/referring processing means 1005 for carrying out a necessary process for sharing or referring in relation to the BOX information according to the result of the determination. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、画像の圧縮分野に係り、より詳しくは、符号フォーマットの特性を利用したファイルの可逆圧縮の技術に関する。   The present invention relates to the field of image compression, and more particularly to a technique for lossless compression of a file using characteristics of a code format.

余白部分の多い文書画像の圧縮に有効な方法として、画像をタイル単位で圧縮してパッキングを行い、パケットをメモリに格納するが、各パケットについて、前のパケットと同一内容のパケットについてはパケットをメモリに格納せず、前のパケットの格納アドレスとリピートフラグをテーブルにセットする構成の発明が特許文献1に記載されている。   As an effective method for compressing a document image with a lot of white space, the image is compressed in units of tiles and packed, and the packet is stored in the memory. Patent Document 1 discloses an invention in which a storage address and a repeat flag of a previous packet are set in a table without being stored in a memory.

また、記憶メディア上の複数のファイルの共通部分と非共通部分を分別し、共通部分についてのファイル共通化情報と非共通部分を各ファイル毎に記憶させ、共通部分は複数のファイルで共有化させる発明が特許文献2に記載されている。   In addition, the common part and non-common part of a plurality of files on the storage medium are separated, the file common information and the non-common part regarding the common part are stored for each file, and the common part is shared by a plurality of files. The invention is described in Patent Document 2.

本発明は、特許文献1,2に記載の発明のような手法で冗長度圧縮を行うものではなく、BOX構造を持つ符号フォーマットの特性を利用してファイルの可逆圧縮を実現しようとするものである。   The present invention does not perform redundancy compression by the techniques described in Patent Documents 1 and 2, but aims to realize lossless compression of a file by using the characteristics of a code format having a BOX structure. is there.

BOX構造を持つ符号フォーマットには、BOX情報に共有/参照が定義されていないもの(例えば非特許文献1参照)、共有/参照が定義されているもの(例えば非特許文献2,3参照)がある。ここでBOXとは、ファイル中でカプセル化されているバイナリ構造をもったオブジェクトである。本発明の対象となる符号フォーマットは、後者のBOX情報に共有/参照が定義された符号フォーマットである。   Code formats having a BOX structure include those in which sharing / reference is not defined in the BOX information (for example, see Non-Patent Document 1) and those in which sharing / reference is defined (for example, see Non-Patent Documents 2 and 3). is there. Here, a BOX is an object having a binary structure encapsulated in a file. The code format targeted by the present invention is a code format in which sharing / reference is defined in the latter BOX information.

図5は、非特許文献1に記載されたJPEGのシンタックスを示すものである。図5に示すように、”ENTROPY-CODED SEGMENT 0”30、”ENTROPY-CODED SEGMENT LAST”31がそれぞれ”リスタート間隔終端シンボルRST”32で同期をはかって1つの”SCAN1”33を構成し、これらのSCANの集合体として”Frame”34が構成され、”SOIマーカ”35、”EOIマーカ”36でカプセル化して符号フォーマットを構成している。しかし、この符号フォーマットの中では、1つのファイル中に同じ内容の”ENTROPY-CODED SEGMENT”が複数存在しても、それらを共有したり参照するメカニズムは非特許文献1では全く定義されていない。   FIG. 5 shows the JPEG syntax described in Non-Patent Document 1. As shown in FIG. 5, “ENTROPY-CODED SEGMENT 0” 30 and “ENTROPY-CODED SEGMENT LAST” 31 are synchronized with a “restart interval end symbol RST” 32 to form one “SCAN1” 33, “Frame” 34 is configured as an aggregate of these SCANs, and is encapsulated by “SOI marker” 35 and “EOI marker” 36 to form a code format. However, in this code format, even if there are a plurality of “ENTROPY-CODED SEGMENT” having the same content in one file, the mechanism for sharing or referring to them is not defined in Non-Patent Document 1.

図6は、非特許文献2で開示されているJPM(JPEG2000 Multi Page)ファイルの概念的構造を示している。非特許文献2では、図6に示した”Contiguous Codestream Box”37、”Metadata Boxes”38等のBoxの共有/参照が定義されている。   FIG. 6 shows a conceptual structure of a JPM (JPEG2000 Multi Page) file disclosed in Non-Patent Document 2. Non-Patent Document 2 defines the sharing / referencing of Boxes such as “Contiguous Codestream Box” 37 and “Metadata Boxes” 38 shown in FIG.

特開2000−64714号公報JP 2000-64714 A 特開2000−293413号公報JP 2000-293413 A Annex B (P31-49),”INFORMATION TECHNOLOGY-DIGITAL COMPRESSION AND CODINGOF CONTINUOUS-TONE STILL IMAGES−REQUIREMENTS AND GUIDELINES,TEMINAL EQUIPMENT AND PROTOCOLS FOR TELEMATIC SERVICES,THE INTERNATIONAL TELEGRAPH AND TELEPHONE CONSULTATIVE COMITTEE”Recommendation T.81,1992年9月,INTERNATIONAL TELECOMMUNICATION UNIONAnnex B (P31-49), “INFORMATION TECHNOLOGY-DIGITAL COMPRESSION AND CODINGOF CONTINUOUS-TONE STILL IMAGES−REQUIREMENTS AND GUIDELINES, TEMINAL EQUIPMENT AND PROTOCOLS FOR TELEMATIC SERVICES, THE INTERNATIONAL TELEGRAPH AND TELEPHONE CONSULTATIVE COMITTEE. Tsuki, INTERNATIONAL TELECOMMUNICATION UNION 5.2.7 Share Data,”Information technology−JPEG2000 Image Coding System−Part6:Compound Image File Fomrmat,JPEG2000 Part6 FDIS”, 9 DECEMBER 2002,ISO/IEC 15444-65.2.7 Share Data, "Information technology-JPEG2000 Image Coding System-Part6: Compound Image File Fomrmat, JPEG2000 Part6 FDIS", 9 DECEMBER 2002, ISO / IEC 15444-6 5.2.7 Share Data,”Information technology-JPEG2000 Image Coding System−Part2:Extentions,JPEG2000 Part2 FDIS”, 8 AUGUST 2001,ISO/IEC 15444-25.2.7 Share Data, “Information technology-JPEG2000 Image Coding System-Part2: Extensions, JPEG2000 Part2 FDIS”, 8 AUGUST 2001, ISO / IEC 15444-2 5.3.1.3 Data Reference Box,”ISO/IEC JTC1/SC29/WG1 N2250”Motion JPEG2000 Final Draft International Standard 1.0”5.3.1.3 Data Reference Box, “ISO / IEC JTC1 / SC29 / WG1 N2250” Motion JPEG2000 Final Draft International Standard 1.0 ” 4.7 External Objects,”PDF Reference fourth edition” Adobe Portable Document Format Version1.5,PP.295-196,Adobe Systems Incorporated4.7 External Objects, “PDF Reference fourth edition” Adobe Portable Document Format Version 1.5, PP.295-196, Adobe Systems Incorporated I.4 Box definition,”Information technology−JPEG2000 Image Coding System−Part1:Core Coding System,JPEG2000 Part2 FDIS”, 5 AUGUST 2002,ISO/IEC 15444-1,ISO/IEC JTC1 SC29 N4973,P.148I.4 Box definition, “Information technology−JPEG2000 Image Coding System−Part1: Core Coding System, JPEG2000 Part2 FDIS”, 5 AUGUST 2002, ISO / IEC 15444-1, ISO / IEC JTC1 SC29 N4973, P.148

文書の同じページに同じ画像を異なったサイズで複数箇所に配置したり(例えば図7参照)、文書の複数のページにわたって共通のロゴマーク等を印刷したりする場合(例えば図10参照)がある。このような共通したロゴマーク等の画像は、文書のファイル全体で1つのコードストリームを共有/参照するならば、ファイルをよりコンパクトにすることができる。大量のマニュアルを複数の担当者で分担作成する場合には、ロゴマークの色相などが担当セクション(ページ)毎に微妙に異なってしまうことがあるが、文書のファイル全体で1つのロゴマークのコードストリームを共有/参照するならば、ファイルをコンパクトにできるのみならず、ロゴマークの色相などが均一になり文書の見栄えの面で有利である。   In some cases, the same image is arranged in a plurality of locations with different sizes on the same page of the document (see, for example, FIG. 7), or a common logo mark or the like is printed across the plurality of pages of the document (for example, see FIG. 10). . Such a common logo mark image can be made more compact if one codestream is shared / referenced by the entire document file. When a large number of manuals are created by multiple persons in charge, the hue of the logo mark may differ slightly for each section (page) in charge, but the code for one logo mark in the entire document file If the stream is shared / referenced, not only the file can be made compact, but also the hue of the logo mark becomes uniform, which is advantageous in terms of the appearance of the document.

しかし、このような共通したロゴマーク等のオブジェクトを共有/参照するために、人手でロゴマーク等のバイナリデータを検索し、その共有/参照の操作を行うことは現実的ではない。   However, in order to share / reference such an object such as a common logo mark, it is not realistic to manually search binary data such as a logo mark and perform the sharing / reference operation.

よって、本発明の目的は、BOX情報の共有/参照が定義された符号フォーマットの特性に着目し、文書の同一ページ上あるいは複数のページにわたって共通するロゴマーク等のオブジェクトの共有/参照を自動的に行うことができ、さらには、類似の符号を同じ値で代表させ、それを共有/参照するように文書全体を整列させる操作をも自動的に行うことができる新規な符号変換装置及び符号変換方法を提供することにある。   Therefore, an object of the present invention is to pay attention to the characteristics of a code format in which sharing / referencing of BOX information is defined, and to automatically share / reference an object such as a logo mark on the same page of a document or across a plurality of pages. In addition, a novel code conversion apparatus and code conversion that can automatically perform operations for representing similar codes with the same value and automatically aligning the entire document so that they are shared / referenced. It is to provide a method.

請求項1の発明は、変換対象ファイルの符号ストリーム(入力符号ストリームと記す)を取り込み、この入力符号ストリームをそれと同様な内容を持つ、よりコンパクトなファイルサイズの出力符号ストリームへ変換する符号変換装置であって、前記変換のために、入力符号ストリームからBOX情報を切り出すBOX分解手段と、前記BOX分解手段により切り出されたBOX情報に関し共有処理又は参照処理をするべきか判断する共有/参照判断手段と、前記BOX分解手段により切り出されたBOX情報に関し、前記共有/参照判断手段による判断の結果に従って必要な共有又は参照のための処理を行う共有/参照処理手段とを有することを特徴とする符号変換装置である。   The invention of claim 1 takes in a code stream of a file to be converted (referred to as an input code stream) and converts the input code stream into an output code stream having a similar file size and a more compact file size. BOX decomposition means for extracting BOX information from an input code stream for the conversion, and sharing / reference determination means for determining whether or not to perform sharing processing or reference processing on the BOX information extracted by the BOX decomposition means And a sharing / reference processing means for performing necessary sharing or reference processing according to a result of determination by the sharing / reference determination means regarding the BOX information cut out by the BOX decomposition means It is a conversion device.

請求項2の発明は、請求項1の発明に係る符号変換装置であって前記変換対象ファイル以外のローカル・ファイル又はリモートファイルの内容も参照又は共有の対象とすることを特徴とする符号変換装置である。   The invention of claim 2 is a code conversion apparatus according to the invention of claim 1, wherein the contents of a local file or a remote file other than the conversion target file are also referred to or shared. It is.

請求項3の発明は、請求項1又は2の発明に係る符号変換装置であって、前記変換において共有又は参照されるBOX情報の指定又は非指定のための指示をユーザが入力する手段をさらに有することを特徴とする符号変換装置である。   The invention of claim 3 is the code conversion apparatus according to claim 1 or 2, further comprising means for a user to input an instruction for designating or not designating BOX information shared or referenced in the conversion. It is a code conversion apparatus characterized by having.

請求項4の発明は、請求項1又は2の発明に係る符号変換装置であって、前記変換の内容を示すステータスレポートを生成する手段をさらに含むことを特徴とする符号変換装置である。   The invention of claim 4 is the code conversion apparatus according to the invention of claim 1 or 2, further comprising means for generating a status report indicating the contents of the conversion.

請求項5の発明は、請求項4の発明に係る符号変換装置であって、前記ステータスレポートに前記変換により共有又は参照されたオブジェクト毎に前記変換の内容が示されることを特徴とする符号変換装置である。   The invention of claim 5 is the code conversion apparatus according to the invention of claim 4, characterized in that the contents of the conversion are indicated for each object shared or referenced by the conversion in the status report. Device.

請求項6の発明は、請求項4の発明に係る符号変換装置であって、前記ステータスレポートに前記変換により削減されたサイズが含まれることを特徴とする符号変換装置である。   A sixth aspect of the present invention is the code conversion device according to the fourth aspect of the present invention, wherein the status report includes a size reduced by the conversion.

請求項7の発明は、請求項2の発明に係る符号変換装置であって、前記変換において参照されるリモート・ファイルの範囲をユーザが指定する手段をさらに有することを特徴とする符号変換装置である。   A seventh aspect of the present invention is the code conversion apparatus according to the second aspect of the present invention, further comprising means for a user to specify a range of a remote file referred to in the conversion. is there.

請求項8の発明は、請求項7の発明に係る符号変換装置であって、前記変換において参照されるリモート・ファイルの範囲がホップ数で指定されることを特徴とする符号変換装置である。   The invention of claim 8 is the code conversion apparatus according to the invention of claim 7, wherein the range of the remote file referred to in the conversion is specified by the number of hops.

請求項9の発明は、請求項7の発明に係る符号変換装置であって、前記変換において参照されるリモート・ファイルの範囲がドメイン名又はそのリストで指定されることを特徴とする符号変換装置である。   The invention of claim 9 is the code conversion apparatus according to the invention of claim 7, wherein a range of a remote file referred to in the conversion is specified by a domain name or a list thereof. It is.

請求項10の発明は、請求項7の発明に係る符号変換装置であって、前記変換において参照されるリモート・ファイルの範囲がワークグループ名又はそのリストで指定されることを特徴とする符号変換装置である。   The invention of claim 10 is the code conversion apparatus according to the invention of claim 7, wherein a range of a remote file referred to in the conversion is specified by a workgroup name or a list thereof. Device.

請求項11の発明は、請求項1又は2の発明に係る符号変換装置であって、前記変換において参照処理によりページサムネールが統一されることを特徴とする符号変換装置である。   The invention according to claim 11 is the code conversion apparatus according to claim 1 or 2, wherein the page thumbnail is unified by reference processing in the conversion.

請求項12の発明は、請求項11の発明に係る符号変換装置であって、前記変換においてページサムネールがないページについて他のページのページサムネールが参照されることを特徴とする符号変換装置である。   A twelfth aspect of the present invention is the code conversion apparatus according to the eleventh aspect of the present invention, wherein a page thumbnail of another page is referred to for a page having no page thumbnail in the conversion. .

請求項13の発明は、請求項11の発明に係る符号変換装置であって、前記変換において参照処理によりドキュメントサムネールが統一されることを特徴とする符号変換装置である。   A thirteenth aspect of the present invention is the code conversion apparatus according to the eleventh aspect of the present invention, wherein the document thumbnail is unified by reference processing in the conversion.

請求項14の発明は、請求項1又は2の発明に係る符号変換装置であって、前記変換対象ファイルはIS15444−2に準拠したファイルであることを特徴とする符号変換装置である。   A fourteenth aspect of the present invention is the code conversion apparatus according to the first or second aspect of the present invention, wherein the conversion target file is a file conforming to IS15444-2.

請求項15の発明は、請求項1又は2の発明に係る符号変換装置であって、前記変換対象ファイルはIS15444−3に準拠したファイルであることを特徴とする符号変換装置である。   A fifteenth aspect of the invention is the code conversion apparatus according to the first or second aspect of the invention, wherein the conversion target file is a file conforming to IS15444-3.

請求項16の発明は、請求項1又は2の発明に係る符号変換装置であって、前記変換対象ファイルはIS15444−6に準拠したファイルであることを特徴とする符号変換装置である。   A sixteenth aspect of the present invention is the code conversion apparatus according to the first or second aspect of the present invention, wherein the conversion target file is a file conforming to IS15444-6.

請求項17の発明は、請求項1又は2の発明に係る符号変換装置であって、前記変換対象ファイルはPDF仕様に準拠したファイルであることを特徴とする符号変換装置である。   The invention of claim 17 is the code conversion apparatus according to claim 1 or 2, wherein the conversion target file is a file conforming to the PDF specification.

請求項18の発明は、変換対象ファイルの符号ストリーム(入力符号ストリームと記す)をそれと同様な内容を持つ、よりコンパクトなファイルサイズの出力符号ストリームへ変換する符号変換方法であって、前記変換のために、前記入力符号ストリームからBOX情報を切り出すBOX分解工程と、前記BOX分解工程により切り出されたBOX情報に関し共有処理又は参照処理をするべきか判断する共有/参照判断工程と、前記BOX分解工程により切り出されたBOX情報に関し、前記共有/参照判断工程による判断結果に従って必要な共有又は参照のための処理を行う共有/参照処理工程とを有することを特徴とする符号変換方法である。   The invention of claim 18 is a code conversion method for converting a code stream of a file to be converted (denoted as an input code stream) into an output code stream of a more compact file size having the same contents as the code stream. Therefore, a BOX decomposition process for extracting BOX information from the input code stream, a sharing / reference determination process for determining whether to perform a sharing process or a reference process for the BOX information extracted by the BOX decomposition process, and the BOX decomposition process And a sharing / reference processing step for performing necessary sharing or reference processing according to the determination result of the sharing / reference determination step with respect to the BOX information cut out by the above-described code conversion method.

請求項19の発明は、変換対象ファイルの符号ストリーム(入力符号ストリームと記す)をそれと同様な内容を持つ、よりコンパクトなファイルサイズの出力符号ストリームへ変換するために、コンピュータに、入力符号ストリームからBOX情報を切り出すBOX分解工程、前記BOX分解工程により切り出されたBOX情報に関し共有処理又は参照処理をするべきか判断する共有/参照判断工程、前記BOX分解工程により切り出されたBOX情報に関し、前記共有/参照判断工程による判断結果に従って必要な共有又は参照のための処理を行う共有/参照処理工程を実行させるプログラムである。   According to the nineteenth aspect of the present invention, in order to convert a code stream of a file to be converted (denoted as an input code stream) into an output code stream of a more compact file size having the same contents as that of the input code stream, BOX decomposition step for extracting BOX information, sharing / reference determination step for determining whether to perform sharing processing or reference processing for the BOX information extracted by the BOX decomposition step, and the sharing for the BOX information extracted by the BOX decomposition step / A program for executing a sharing / reference processing step for performing processing for necessary sharing or reference according to the determination result of the reference determination step.

請求項20の発明は、請求項19の発明に係るプログラムが記録されたコンピュータが読み取り可能な記録媒体である。   A twentieth aspect of the invention is a computer-readable recording medium on which a program according to the nineteenth aspect of the invention is recorded.

本発明によれば、後に実施形態に関連して詳細に説明するように、次のような効果を得られる。
(a)請求項1,18の発明によれば、ファイルの冗長な内容に対する共有/参照処理を行うことによって、ファイルの内容の同一性を保ったままファイルサイズを変換前より縮小させることができる。
(b)請求項2の発明によれば、変換対象ファイル以外のローカル・ファイル又はリモート・ファイルの内容についても共有/参照処理を行ってファイルサイズを縮小させることができる。
(c)請求項7,8,9,10の発明によれば、ユーザ側で、参照されるリモート・ファイルの範囲を明確にすることができるため、共有/参照の範囲とその効果の関係を的確に管理することができるようになる。
(d)請求項4の発明によれば、ユーザは、ステータスレポートによって、変換の内容を容易に確認することができるようになる。請求項5の発明によれば、ユーザは、ステータスレポートによって、変換において共有又は参照の対象となったオブジェクトの対応関係を容易に確認することができるようになる。また、請求項6の発明によれば、ユーザは、ステータスレポートによって、変換によるサイズ削減効果を容易に確認することができるようになる
(e)請求項11,12,13,14の発明によれば、変換によって、ファイルサイズの削減と同時に、ページサムネール又はドキュメントサムネールを統一して文書の体裁を整えることができる
(f)請求項14,15,16,17の発明によれば、国際標準互換又はPDF互換を保ちつつファイルの可逆再圧縮が可能となる。
(g)請求項19,20の発明によれば、コンピュータにプログラムをロードすることにより、請求項18の発明を容易に実施することができる。
According to the present invention, the following effects can be obtained as will be described in detail later in connection with the embodiment.
(A) According to the inventions of claims 1 and 18, by performing the sharing / reference processing for the redundant contents of the file, the file size can be reduced from that before the conversion while maintaining the identicalness of the contents of the file. .
(B) According to the invention of claim 2, it is possible to reduce the file size by performing the sharing / referencing process for the contents of the local file or the remote file other than the conversion target file.
(C) According to the inventions of the seventh, eighth, ninth, and tenth aspects, since the range of the remote file to be referred to can be clarified on the user side, the relationship between the range of sharing / reference and the effect thereof is shown. It becomes possible to manage accurately.
(D) According to the invention of claim 4, the user can easily confirm the contents of the conversion by the status report. According to the invention of claim 5, the user can easily confirm the correspondence relationship of the objects shared or referred to in the conversion by the status report. According to the invention of claim 6, the user can easily confirm the size reduction effect by the conversion by the status report. (E) According to the invention of claims 11, 12, 13, and 14. For example, the file size can be reduced by the conversion, and at the same time, the page thumbnail or the document thumbnail can be unified and the appearance of the document can be adjusted. (F) According to the inventions of claims 14, 15, 16, and 17, the international standard is compatible. Alternatively, the file can be reversibly recompressed while maintaining PDF compatibility.
(G) According to the inventions of claims 19 and 20, the invention of claim 18 can be easily implemented by loading a program into a computer.

図1は、本発明の符号変換装置の構成説明図である。図1において、1000は本発明に係る符号変換装置であり、変換対象のファイルの符号ストリーム(入力符号ストリーム)1001を取り込み、この入力符号ストリーム1001と同様な内容を持つ、よりコンパクトなファイルサイズの符号ストリーム(出力符号ストリーム)1002へ変換する動作を行うものである。なお、入力符号ストリーム1001と出力符号ストリーム1002は、同じシンタックスを持ち、BOX情報の共有/参照が許されるものである。   FIG. 1 is a diagram illustrating the configuration of a code conversion apparatus according to the present invention. In FIG. 1, reference numeral 1000 denotes a code conversion apparatus according to the present invention, which takes in a code stream (input code stream) 1001 of a file to be converted and has the same contents as the input code stream 1001 and has a more compact file size. An operation of converting to a code stream (output code stream) 1002 is performed. Note that the input code stream 1001 and the output code stream 1002 have the same syntax, and sharing / referencing of BOX information is permitted.

符号変換装置1000は、上記変換のために、入力符号ストリームからBOX情報を切り出すBOX分解手段1003、切り出されたBOX情報に関し共有/参照処理をするべきか判断する共有/参照判断手段1004、この共有/参照判断手段1004による判断の結果に従って、入力符号ストリームより切り出されたBOX情報に関し必要な共有又は参照のための処理を行う共有/参照処理手段1005を含むことを特徴とする。   For the conversion, the code conversion apparatus 1000 includes a BOX decomposing unit 1003 that extracts BOX information from an input code stream, a sharing / reference determining unit 1004 that determines whether to perform sharing / reference processing on the extracted BOX information, and this sharing. In accordance with the result of the determination by the / reference determination unit 1004, it includes a sharing / reference processing unit 1005 that performs necessary sharing or reference processing for the BOX information cut out from the input code stream.

図2は、この符号変換装置1000の処理フローの一例を示すフローチャートである。このフローチャート中のSTEP9で呼び出される「共有処理」と「参照処理」の処理内容を図3と図4に示す。   FIG. 2 is a flowchart showing an example of a processing flow of the code conversion apparatus 1000. The processing contents of the “sharing process” and “reference process” called in STEP 9 in this flowchart are shown in FIG. 3 and FIG.

符号変換装置1000の動作説明に先立って、図7、図8及び図9を用い共有/参照処理の動作イメージを説明する。   Prior to the description of the operation of the code conversion apparatus 1000, the operation image of the sharing / referencing process will be described with reference to FIGS.

図7は、ページ上に、同じ画像を、大きさを変えて5箇所にレンダリングする例を示している。そして、これら5つの画像0,1,2,3,0’の各符号データには、レンダリングの対象にはならない”Ricoh copyright”と著作権表示がされたメタデータが1つずつ付いているものとする。   FIG. 7 shows an example in which the same image is rendered on the page in five places with different sizes. Each of the code data of these five images 0, 1, 2, 3, 0 ′ is accompanied by “Ricoh copyright” that is not the object of rendering and metadata with a copyright notice. And

共有/参照の対象に出来るものは符号フォーマットに依存するが、例えば非特許文献2,3に記載されている符号フォーマットの場合、
共有の対象はメタデータやBOX情報のヘッダ
参照の対象はコードストリーム
である。
What can be shared / referenced depends on the code format. For example, in the case of the code format described in Non-Patent Documents 2 and 3,
The object of sharing is the header of metadata and BOX information.

そこで、以下の説明では非特許文献2で定義されるJPMファイルを例にとって説明する(ただし、本発明は、JPMファイルだけに限られず、共有/参照のメカニズムを持つ同様な符号フォーマットにも適用し得るものである)。   Therefore, in the following description, a JPM file defined in Non-Patent Document 2 will be described as an example (however, the present invention is not limited to a JPM file, but is applied to a similar code format having a sharing / referencing mechanism. To get).

図7のようなページにおけるファイル内でのメタデータのイメージを図8に示す。図8において、(a)はメタデータの共有のないファイルを示している。画像0,1,2,3,0’それぞれ毎にレイアウトオブジェクト”Layout Object Box”を持ち、その中のメタデータ部に15文字からなるメタデータ”Ricoh copyright”が入っていることが示されている。このようなレイアウトオブジェクトが各画像対応に計5つあるため、メタデータ部には合計して75バイト(=15x5)のデータが入っていることになる。   FIG. 8 shows an image of metadata in the file in the page as shown in FIG. In FIG. 8, (a) shows a file without sharing metadata. Each image 0, 1, 2, 3, 0 'has a layout object "Layout Object Box", and it is shown that the metadata "Ricoh copyright" consisting of 15 characters is included in the metadata part of the layout object. Yes. Since there are a total of five such layout objects for each image, the metadata portion contains a total of 75 bytes (= 15 × 5) of data.

図8の(b)は、非特許文献2の”B.1.8節”に詳しく説明されている共有データを適用したファイルのイメージである。すなわち、メタデータ”Ricoh copyright”はJPMファイル中の”Shared Data Entry Box”42にIDとともに登録され、各画像に対応したレイアウトオブジェクトのメタデータ部43に共有データのIDを記入することによりメタデータの共有が実現される。この場合、”Shared Data Entry BOX”の17バイト(=IDの2バイト+メタデータの15バイト)と、各参照先におけるIDの2バイト(ここでは5箇所であるので計10バイト)が必要であるから、その合計バイト数は27バイトとなる。したがって、メタデータを共有しない場合に比べ48バイト(=75−27)もサイズを圧縮することができる。   FIG. 8B is an image of a file to which shared data described in detail in “B.1.8” of Non-Patent Document 2 is applied. That is, the metadata “Ricoh copyright” is registered together with the ID in the “Shared Data Entry Box” 42 in the JPM file, and the metadata is entered by entering the ID of the shared data in the metadata portion 43 of the layout object corresponding to each image. Sharing is realized. In this case, 17 bytes of “Shared Data Entry BOX” (= 2 bytes of ID + 15 bytes of metadata) and 2 bytes of ID at each reference destination (here, there are 5 places, a total of 10 bytes) are required. Therefore, the total number of bytes is 27 bytes. Therefore, the size can be compressed as much as 48 bytes (= 75-27) compared with the case where the metadata is not shared.

次に参照の場合を説明する。参照はコードストリームが対象である。図7において、5つの画像は位置と大きさが異なるだけで、縮小率を指定することによって生成される画像は全く同じ内容であると仮定すると、
画像3は、位置(x3,y0)に、大きさ1/64で、
画像2は、位置(x2,y0)に、大きさ1/16で、
画像1は、位置(x1,y0)に、大きさ1/4で、
画像0は、位置(x0,y0)に、大きさ1/1で、
画像0’は、位置(x0’,y0’)に、大きさ1/4で、
それぞれレンダリングされていることになる。
Next, the case of reference will be described. Reference is to the codestream. In FIG. 7, assuming that the five images differ only in position and size, and that the images generated by specifying the reduction ratio have exactly the same content.
Image 3 has a size of 1/64 at position (x3, y0),
Image 2 has a size of 1/16 at position (x2, y0),
Image 1 has a size 1/4 at position (x1, y0),
Image 0 has a size 1/1 at position (x0, y0),
The image 0 ′ is a size 1/4 at the position (x0 ′, y0 ′),
Each will be rendered.

図9は、このJPMファイル内での構造を示している。図9の(a)は参照の無いファイルを示しており、画像0,1,2,3,0’に対応して、独立して符号化された5つのコードストリーム”CodeStream”が入っている。符号化は可変長であるが、簡単のため符号長は画像の大きさに比例するとするものとして、各コードストリームの大まかなサイズが例えば、
CodeStream3のサイズ=1KB
CodeStream2のサイズ=4KB
CodeStream1のサイズ=16KB
CodeStream0のサイズ=64KB
CodeStream0’のサイズ=16KB
と仮定すると、その合計サイズは101KBとなる。
FIG. 9 shows the structure in the JPM file. FIG. 9A shows a file without reference, which contains five independently encoded code streams “CodeStream” corresponding to images 0, 1, 2, 3, 0 ′. . The encoding is variable length, but for simplicity, the code length is assumed to be proportional to the size of the image, and the approximate size of each code stream is, for example,
CodeStream3 size = 1KB
CodeStream2 size = 4KB
CodeStream1 size = 16KB
CodeStream0 size = 64KB
CodeStream0 'size = 16KB
Assuming that, the total size is 101 KB.

一方、図9の(b)は参照を適用したファイルを示す。各画像0,1,2,3,0’は縮小率により一意的に決定できる画像という仮定があるため、それら5つのコードストリームを1つの”Codestream0”で代表し、ファイルの先頭からCodeStream0へのオフセット”offset”44、”CodeStream0”の長さ”length”45を求め、それを各参照先に記入する。各参照先には、大きさを示す”ScaleBox”情報があり、それによって、参照されるコードストリームを伸長したときの画像の大きさとレンダリングされる画像の大きさの比率を指定することにより、(a)の場合と同じ画像を再現できる。   On the other hand, FIG. 9B shows a file to which reference is applied. Since it is assumed that each image 0, 1, 2, 3, 0 ′ is an image that can be uniquely determined by the reduction ratio, these five code streams are represented by one “Codestream 0”, and from the beginning of the file to Code Stream 0 The offset “offset” 44 and the length “length” 45 of “CodeStream0” are obtained and written in each reference destination. Each reference destination has “ScaleBox” information indicating the size. By specifying a ratio between the size of the image when the codestream to be referred to is expanded and the size of the rendered image ( The same image as in the case of a) can be reproduced.

このときのデータの大きさは、”CodeStream0”の64KBであるため、参照しない(a)の場合に比べ、おおよそ37KB(=101KB−64KB)もサイズを節約できる。なお、図9(a)の場合にコードストリームの名前を書いていたところを、(b)の場合にオフセットと長さの組で書いたことによる削減効果もあるが、これは微々たるものであるので上記計算では除外している。   Since the data size at this time is 64 KB of “CodeStream0”, the size can be saved by approximately 37 KB (= 101 KB−64 KB) as compared with the case of (a) where reference is not made. Note that the code stream name is written in the case of FIG. 9A, but there is also a reduction effect due to the writing of the offset / length pair in the case of FIG. 9B. It is excluded from the above calculation.

以上が共有/参照の動作イメージの説明である。言うまでも無く、共有/参照は可逆の変換である。   The above is the description of the sharing / referencing operation image. Needless to say, sharing / referencing is a reversible transformation.

次に、本発明の符号変換装置1000の動作を、図2のフローチャートに沿って説明する。   Next, the operation of the code conversion apparatus 1000 of the present invention will be described with reference to the flowchart of FIG.

まず、STEP1で入力バッファと出力バッファを用意する。入力バッファには変換前ファイルの符号ストリーム(入力符号ストリーム)が取り込まれる。出力バッファは初期化される。   First, an input buffer and an output buffer are prepared in STEP1. A code stream (input code stream) of the file before conversion is taken into the input buffer. The output buffer is initialized.

STEP2で、BOX分割手段1003は、入力符号ストリームの最後かどうかをチェックする。最後で無ければSTEP3に進み、入力バッファ内の入力符号ストリームの最初からBOX情報を1つ切り出し、BOX情報(A)に入力する。   In STEP2, the BOX dividing unit 1003 checks whether it is the last of the input code stream. If it is not the last, the process proceeds to STEP 3 where one piece of BOX information is cut out from the beginning of the input code stream in the input buffer and is input to the BOX information (A).

次に、共有/参照判断手段1004は、STEP4で、BOX情報(A)の共有/参照が許されているかどうかをチェックする。STEP4で許されていないと判断したならば、共有/参照によってファイルサイズをコンパクトにする余地はないので、処理はSTEP2に戻る。   Next, the sharing / reference determination unit 1004 checks in STEP 4 whether sharing / referencing of the BOX information (A) is permitted. If it is determined that it is not permitted in STEP 4, there is no room to make the file size compact by sharing / referencing, and the process returns to STEP 2.

一方、STEP4で共有/参照が許されていると判断した場合は、STEP5に進む。このSTEP5で、共有/参照判断手段1004は、BOX情報(A)の内容がファイル内部での共有データの形式でファイル内部で有効なIDが記述されているか、または、必要な”FLAGMENT TABLE”を介してファイルの先頭から参照部分へのオフセット及び長さが書いてある形式になっているかどうかをチェックする。前者の場合は共有であり、後者の場合は参照である。どちらかの形式であればすでに共有/参照の形式になっているので処理はSTEP2に戻る。一方、どちらの形式でもなければ共有/参照できる可能性があるので、共有する対象を見つけるためSTEP6に進む。   On the other hand, if it is determined in STEP4 that sharing / referencing is permitted, the process proceeds to STEP5. In STEP 5, the sharing / reference determination unit 1004 describes whether the contents of the BOX information (A) are in the form of shared data in the file and a valid ID is described in the file, or the necessary “FLAGMENT TABLE” is entered. It is checked whether the offset and length from the beginning of the file to the reference part are written. The former is shared, and the latter is a reference. If it is either format, the format is already shared / referenced, so the processing returns to STEP2. On the other hand, since there is a possibility that sharing / referencing is possible in either format, the process proceeds to STEP 6 in order to find an object to be shared.

STEP6からSTEP10まで入力符号ストリームの中に共有/参照できる対象があるかどうかを検出し、対応する処理をするステップである。   This is a step of detecting whether or not there is an object that can be shared / referenced in the input code stream from STEP 6 to STEP 10 and performing a corresponding process.

先ずSTEP6で、BOX分解手段1003により入力符号ストリームの最後のBOX情報を切り出し、それをBOX情報(B)にセットする。STEP7で、共有/参照判断手段1004は、BOX情報(B)の位置がBOX情報(A)よりも後ろかどうかをチェックする。その位置が一致したときには、BOX情報(A)の位置よりも後ろに共有/参照できる対象がなかったと判断してSTEP10に進むが、そうでないときはSTEP8に進む。   First, in STEP 6, the BOX decomposing means 1003 extracts the last BOX information of the input code stream and sets it in the BOX information (B). In STEP 7, the sharing / reference determination unit 1004 checks whether the position of the BOX information (B) is behind the BOX information (A). When the positions coincide with each other, it is determined that there is no target that can be shared / referenced behind the position of the BOX information (A), and the process proceeds to STEP 10; otherwise, the process proceeds to STEP 8.

STEP8で、共有/参照判断手段1004は、先に入力したBOX情報(A)の内容とBOX情報(B)の内容が同一かどうかをチェックする。内容が一致しないときにはSTEP7に戻って1つ前のBOX情報をチェックするが、内容が一致したときには共有/参照の候補となるので処理はSTEP9に進む。   In STEP 8, the sharing / reference determination unit 1004 checks whether the contents of the BOX information (A) input earlier are the same as the contents of the BOX information (B). If the contents do not match, the process returns to STEP 7 to check the previous BOX information, but if the contents match, it becomes a share / reference candidate, and the process proceeds to STEP 9.

STEP9で、共有/参照処理手段1005は、予め決めてあったルールに従いBOX情報(A)をBOX情報(B)の共有または参照データとして更新する手続きを行う。共有にするか参照にするかは、どちら一方に予め決めておくか、ファイルの仕様によって、ある場合には共有又は参照のみしか許さないなど一定のルールがあるので、それに準拠するものとする。   In STEP 9, the sharing / reference processing means 1005 performs a procedure for updating the BOX information (A) as sharing or reference data of the BOX information (B) according to a predetermined rule. Whether to share or reference is determined in advance, or depending on the file specification, there are certain rules such as allowing only sharing or referencing in some cases, so that it should comply with them.

例えばIS15444−6(Information technology−JPEG2000 Image Coding System-Part6:Compound Image File Format)では、BOX情報(A)と同一ファイル内での共有と参照のどちらも許されるが、この仕様に準拠する他のJPMファイル内にあるBOX情報に対しては参照しか許されていない。   For example, in IS15444-6 (Information technology-JPEG2000 Image Coding System-Part6: Compound Image File Format), both sharing and reference within the same file as the BOX information (A) are permitted, but other specifications complying with this specification are also permitted. Only reference to the BOX information in the JPM file is allowed.

さて、共有/参照処理手段1005は、STEP9で共有を選んだときには図3に示す共有処理を行い、参照を選んだときには図4に示す参照処理を行うが、これによりBOX情報(A)とBOX情報(B)の関連づけが行われたので、次のSTEP10でBOX情報(A)と”クロスリファレンステーブル”と”Fragment Table”を出力バッファに書き出す。そして、次のBOX情報の処理のためにSTEP2に戻る。   The sharing / reference processing means 1005 performs the sharing process shown in FIG. 3 when the share is selected in STEP 9, and performs the reference process shown in FIG. 4 when the reference is selected. Thereby, the BOX information (A) and the BOX are processed. Since the information (B) has been associated, the BOX information (A), “cross reference table”, and “Fragment Table” are written to the output buffer in the next STEP 10. Then, the process returns to STEP 2 for processing the next BOX information.

こうした一連の操作が入力符号ストリームの最後まで行われ、STEP2で入力符号ストリームの最後が検出されると(STEP2,Y)、共有/参照処理手段1005は後処理に移行する。   Such a series of operations is performed to the end of the input code stream, and when the end of the input code stream is detected in STEP 2 (STEP 2, Y), the sharing / reference processing means 1005 shifts to post-processing.

後処理の内容は、BOX情報(A)が共有なのか参照なのかによって異なる。共有の場合には、これまでの操作で共有として検出されたBOX情報(B)(共有エントリBOXに入っている情報)も参照IDに置換する。一方、参照の場合には、既に参照処理部分で入力ストリームのBOX情報(A)に該当する部分はオフセットと長さに更新してあるので置換する対象がないため、格別の処理は必要でない。この後処理(STEP11〜STEP18)について、さらに説明する。   The content of post-processing differs depending on whether the BOX information (A) is shared or referenced. In the case of sharing, the BOX information (B) (information contained in the sharing entry BOX) detected as sharing in the previous operations is also replaced with the reference ID. On the other hand, in the case of reference, since the portion corresponding to the BOX information (A) of the input stream in the reference processing portion has been updated to the offset and length, there is no replacement target, so no special processing is necessary. This post-processing (STEP 11 to STEP 18) will be further described.

先ず、STEP11で、STEP9と同様に共有/参照を区別する。参照の場合には特に後処理は無いのでSTEP18に進む。   First, in STEP11, sharing / reference is distinguished as in STEP9. In the case of reference, since there is no particular post-processing, the process proceeds to STEP18.

一方、共有の場合には、STEP12に進み、共有エントリBOXの最初のエントリの内容をBufferにコピーする。次のSTEP13で、Bufferの内容が”ヌル”であるかどうかをチェックする。”ヌル”とは共有エントリBOXの最後であることを示しているため、”ヌル”であればSTEP18に進む。   On the other hand, in the case of sharing, proceed to STEP 12 and copy the contents of the first entry of the shared entry BOX to Buffer. In the next STEP 13, it is checked whether or not the content of Buffer is “null”. Since “null” indicates the end of the shared entry BOX, if “null”, the process proceeds to STEP18.

”ヌル”でなければ、そのエントリに対するBOX情報(B)を入力符号ストリームから探索する。すなわち、STEP14で、入力ストリームの最後から(あるいは最初から)順次にBOX情報(B)の内容をBufferと同じかどうかをチェックする。一致しなければ次のBOX情報(B)について同様な操作を繰り返し、一致箇所を探索する。   If it is not “null”, BOX information (B) for the entry is searched from the input code stream. That is, in STEP 14, it is checked whether or not the contents of the BOX information (B) are the same as those of the buffer sequentially from the end of the input stream (or from the beginning). If they do not match, the same operation is repeated for the next BOX information (B) to search for a matching portion.

STEP14において一致箇所が見つかったならばSTEP15に進み、BOX情報(B)を共有BOXに書かれた該当エントリに対する参照IDに更新する。そして、STEP16でクロスリファレンスBOXがあるかチェックする。クロスリファレンスBOXがある場合には、この更新によりオフセット値がずれてくる。そこで、クロスリファレンスBOXが無い場合は特に処理は無いが、クロスレファレンスBOXが有る場合にはSTEP17でオフセット値を補正する。   If a matching part is found in STEP 14, the process proceeds to STEP 15, and the BOX information (B) is updated to the reference ID for the corresponding entry written in the shared BOX. Then, in STEP 16, it is checked whether there is a cross reference BOX. When there is a cross reference BOX, the offset value is shifted by this update. Therefore, when there is no cross reference BOX, there is no particular processing, but when there is a cross reference BOX, the offset value is corrected in STEP17.

STEP1〜STEP10までの処理でBOX情報(B)が共有BOXのエントリと一致するのは1箇所だけと判っているため、STEP17の後は、入力符号ストリームの最後まで探索することなく、共有BOXの次のエントリを指し、STEP13からSTEP17について同様な操作を繰り返す。STEP13において共有BOXの最後のエントリであることが検出されるとSTEP18に進み、クロスリファレンスBOX,”Flagment List BOX”を出力バッファに書き出し、処理は終了する。   Since it is known that the BOX information (B) matches only one entry in the shared BOX in the processing from STEP 1 to STEP 10, after STEP 17, the search for the shared BOX is performed without searching to the end of the input code stream. The next entry is pointed and the same operation is repeated for STEP13 to STEP17. When it is detected in STEP 13 that it is the last entry of the shared BOX, the process proceeds to STEP 18 where the cross reference BOX, “Flagment List BOX” is written to the output buffer, and the process ends.

STEP9で呼び出される共有処理と参照処理の内容は図3と図4に示す通りである。すなわち、図3に示すように、共有処理においては、まず共有エントリBOXに新たなエントリを作り、その参照IDをつける。   The contents of the sharing process and the reference process called in STEP 9 are as shown in FIGS. That is, as shown in FIG. 3, in the sharing process, a new entry is first created in the shared entry BOX, and its reference ID is assigned.

次にBOX情報(A)の内容を共有エントリBOXに移動した後、その参照IDに更新する。この操作により、参照される共有エントリBOXの内容と参照するBOX情報(A)の関連付けが行われる。このとき、BOX情報(A)は参照IDに書き換えることによりBOX情報(A)のサイズが小さくなる。   Next, after the contents of the BOX information (A) are moved to the shared entry BOX, the contents are updated to the reference ID. By this operation, the contents of the referenced shared entry BOX and the referenced BOX information (A) are associated. At this time, the size of the BOX information (A) is reduced by rewriting the BOX information (A) with the reference ID.

そこで、そのファイル内のBOX情報(A)より後ろに参照されるBOX情報がある他の組に対して、ファイルの先頭から参照する位置までのオフセットが変動してくる。そのためBOX情報(A)の「変更前のサイズ−変更後のサイズ」分だけ、以前のオフセット値から減算することにより、両者の関係を維持する。以上で共有処理は終了する。   Therefore, the offset from the beginning of the file to the reference position varies with respect to another group having the BOX information referenced after the BOX information (A) in the file. Therefore, the relationship between the two is maintained by subtracting from the previous offset value by “size before change−size after change” of the BOX information (A). This completes the sharing process.

また、図4に示すように、参照処理においては、まず、
ファイルの先頭からBOX情報(B)までのオフセット
BOX情報(B)の長さ
を求める。
Further, as shown in FIG. 4, in the reference process, first,
The length of the offset BOX information (B) from the beginning of the file to the BOX information (B) is obtained.

クロスリファレンスBOXからリンクされる”Fragment List BOX”に前記オフセットと長さを記入する。BOX情報(A)にクロスリファレンスBOXの該当エントリ(参照が行われるたびに別のクロスリファレンスBOXを生成する構成の場合はクロスリファレンス自身)を記録する。これにより、参照する側と参照される側の関連付けができた。また、この値の変更によってもBOX情報(A)のサイズは小さくなるために、先に共有の動作の部分で説明したのと同じ理由により、クロスリファレンスBOX(または”Fragment List Box)内のそれ以外のエントリのオフセットについてもBOX情報(A)の位置よりも後のBOX情報を参照している場合は、BOX情報(A)の変更前のサイズー変更後のサイズ分だけ以前のオフセット値から減算することにより、両者の関係を維持する。以上で参照処理は終了する。   Enter the offset and length in the "Fragment List BOX" linked from the cross reference BOX. In the BOX information (A), the corresponding entry of the cross reference BOX (in the configuration in which another cross reference BOX is generated each time reference is made) is recorded. Thereby, the reference side and the reference side can be associated. In addition, since the size of the BOX information (A) is reduced even by changing this value, for the same reason as described in the shared operation part, it is necessary to change the value in the cross reference BOX (or “Fragment List Box”). When the BOX information after the position of the BOX information (A) is also referred to for the offsets of entries other than, the size before the change of the BOX information (A) minus the size after the change is subtracted from the previous offset value. By doing so, the relationship between the two is maintained.

本発明の符号変換装置1000によれば、上に述べたようにファイルの冗長な内容に対する共有/参照処理を行うことによって、ファイルサイズを変換前より縮小させることができる。   According to the code conversion apparatus 1000 of the present invention, the file size can be reduced from that before the conversion by performing the sharing / referencing process for the redundant contents of the file as described above.

次に、請求項2の発明について説明する。請求項2の発明によれば、符号変換装置100において、変換対象のファイル(自ファイル)以外のローカル・ファイル又はリモート・ファイルのデータも対象として共有/参照の処理を行うことができる。その内容を図11を参照して具体的に説明する。   Next, the invention of claim 2 will be described. According to the second aspect of the invention, the code conversion apparatus 100 can perform the sharing / referencing process for data of a local file or a remote file other than the file to be converted (own file). The contents will be specifically described with reference to FIG.

図11において、101は変換対象のファイル(自ファイルと呼ぶ)である。102,103,104は自ファイル内で共有/参照される他のファイルであり、ファイル102,103はローカル・ファイルであり、ファイル104はインターネットなどのネットワーク105上にあるリモート・ファイルである。   In FIG. 11, reference numeral 101 denotes a file to be converted (referred to as a self file). Reference numerals 102, 103, and 104 denote other files that are shared / referenced within the own file, the files 102 and 103 are local files, and the file 104 is a remote file on the network 105 such as the Internet.

ここでは、自ファイル101は非特許文献3に示されるJPXファイルとして説明するが、JPXファイルと同様な機構を持つ他の仕様のファイルでもよいことはいうまでもない。   Here, the self file 101 will be described as a JPX file shown in Non-Patent Document 3, but it goes without saying that it may be a file of another specification having the same mechanism as that of the JPX file.

JPXファイルには、”Media Data”と呼ばれるエリアがいくつかある。これは図9中の”CodeStream”に相当するデータの断片である。   The JPX file has several areas called “Media Data”. This is a data fragment corresponding to “CodeStream” in FIG.

さて、図11に示した例においては、”Fragment List Box”に7つのエントリが登録されており、その参照先は、
1,4,5,7番目のデータは自ファイル101内のデータ
2,3番目のデータはローカル・ファイル102,103内のデータ
6番目のデータはリモート・ファイル104内のデータ
となっている。
In the example shown in FIG. 11, seven entries are registered in the “Fragment List Box”.
The 1st, 4th, 5th and 7th data are the data in the file 101, the 2nd and 3rd data are the data in the local files 102 and 103, and the 6th data is the data in the remote file 104.

ローカル・ファイル内のデータの参照は以下のように行われる。自ファイル101内に”Data Reference BOX”がある。図11の例では3つのエントリが示されているが、そのれぞれにURI(Uniform Resource Identifiers)によりファイルの位置及びファイル名が指定されることにより他のファイルが参照されることになる。   Reference of data in the local file is performed as follows. There is a “Data Reference BOX” in its own file 101. In the example of FIG. 11, three entries are shown. By specifying the file location and file name by URI (Uniform Resource Identifiers), other files are referred to.

まず、参照先が自ファイル内か他ファイル内かは、”Fragment List”のDR(Data Reference)ビットにより一意的に決定される。DRビットが0ならば参照先は自ファイル内だが、1の場合は参照先は他ファイル内となる。   First, whether the reference destination is in its own file or another file is uniquely determined by the DR (Data Reference) bit of “Fragment List”. If the DR bit is 0, the reference destination is in the own file, but if it is 1, the reference destination is in another file.

そして、他ファイル内のどの部分を参照するかを、”Fragment Table”内にある”Fragment List”の該当するエントリに書かれているオフセットと長さの組で指定する。このようにするならば、前述の自ファイル内の”Media Data”の断片を参照する場合と全く同じ機構により参照することにより、他ファイルの内容の共有/参照処理を行ってファイルサイズを縮小させることができる。   Then, which part in the other file is to be referred to is specified by a pair of offset and length written in the corresponding entry of “Fragment List” in “Fragment Table”. If this is done, the file size is reduced by performing sharing / reference processing of the contents of other files by referring to the same mechanism as that for referring to the “Media Data” fragment in the above-mentioned own file. be able to.

参照される他ファイルがネットワーク上にあるリモート・ファイルの場合、その参照方法は以下のとおりである。   When the other file to be referred is a remote file on the network, the reference method is as follows.

”Data Reference Box”にある”Data Reference table”には一般にURIで記述するので、ネットワーク上のリモート・ファイルを参照する場合には、そのネットワーク上での名前を”Data Reference table”に記入することにより、上に説明した他のローカル・ファイルの断片のアクセスと全く同じ機構により、”FragmentList”によって指定されたオフセットと長さで該当部分を参照することができる。かくして、リモート・ファイルの内容の共有/参照処理によって、ファイルサイズを縮小することができる。   Since the “Data Reference table” in the “Data Reference Box” is generally described in URI, when referring to a remote file on the network, enter the name on the network in the “Data Reference table”. Thus, the corresponding part can be referred to by the offset and length specified by “FragmentList” by the same mechanism as the access of the other local file fragment described above. Thus, the file size can be reduced by sharing / referencing the contents of the remote file.

次に、請求項3の発明について説明する。請求項3の発明によれば、符号変換装置1000に、ユーザが共有/参照するBOXの指定又は非指定のための指示を入力する手段(不図示)が設けられる。   Next, the invention of claim 3 will be described. According to the third aspect of the present invention, the code conversion apparatus 1000 is provided with means (not shown) for inputting an instruction for designating or not designating a BOX to be shared / referenced by the user.

ユーザが共有/参照するBOXを指定する場合の作用について、図12を用いて説明する。説明の便宜上、図12では実空間上のデータを使って説明するが、実際の共有/参照はそれに対応する画像の符号化データやメタデータ等のBOX情報が操作の対象となることは言うまでもない。   The operation when the user specifies a BOX to be shared / referenced will be described with reference to FIG. For convenience of explanation, FIG. 12 will be described using data in the real space. Needless to say, in actual sharing / referencing, BOX information such as encoded image data and metadata corresponding thereto is the target of operation. .

今、Page100を編集中に既に作成済みのPage1上の符号データを参照する例を説明する。ここでは、Page100はカラー画像の変倍を解説した頁であり、Page1はモノクロ画像の変倍を解説した頁である。   Now, an example of referring to code data on Page 1 that has already been created while editing Page 100 will be described. Here, Page 100 is a page explaining the scaling of the color image, and Page 1 is a page explaining the scaling of the monochrome image.

Page100を作成する上で、カラー画像の輝度成分、色差成分で独立した処理であることと解説の見易さを考慮し、Page1で作成した画像がそのまま使用できる部分(画像0,1,2,3)40と新たに作成した部分(画像0’)41がある。ここで画像0,1,2,3は、それぞれPage1の画像0,1,2,3を参照するとユーザが指定することにより、ファイル内で参照する画像に対する符号を明示的に示すことができる。この動作は、指定した画像がPage1にあるかどうかをチェックし、その画像がなければエラー、あれば、そのオフセットと長さを図11に示した”Fragment List”にそれぞれ記入すれば実現できる単純な操作なので、そのフローチャートはここでは省略する。   In creating Page 100, considering the processing independent of the luminance component and color difference component of the color image and the ease of explanation, the portion created by Page 1 can be used as it is (images 0, 1, 2, and 2). 3) There are 40 and a newly created portion (image 0 ′) 41. Here, the images 0, 1, 2, and 3 can explicitly indicate the codes for the images that are referred to in the file by designating the user to refer to the images 0, 1, 2, and 3 of Page 1, respectively. This operation can be realized by checking whether or not the specified image is in Page 1 and if there is no error, if there is an error, enter the offset and length in the “Fragment List” shown in FIG. Since this is a simple operation, the flowchart is omitted here.

そして、新たな画像0’141に対する符号は文書内のどこにも参照する部分はないので、それを新たな符号としてファイル内の該当部分に記述する。   Since the code for the new image 0 '141 has no part to be referenced anywhere in the document, it is described in the corresponding part in the file as a new code.

なお、参照する画像を明示的に指定しない場合、その動作はより複雑となるが、既に図2を用いて詳細に解説したので、ここではその説明を省略する。さらに共有の場合もオフセット、長さで指定せずに、共有エントリBOXに登録し、参照IDに変換するなど多少の違いは発生するが、その違いは図3、図4を用いて詳細に解説した通りとなり、共有/参照してよいデータと、共有/参照したくないデータを意図的に区分することができることにより、自ファイル内で将来編集する予定がある画像部分に対しても、編集前後でファイルサイズが大きく変動することがないため、ディスクの空き容量の制限により編集後保存が出来なくなる恐れが少なくなる。また、他のローカル・ファイルやリモート・ファイルなど、外部参照データに依存しないようにファイルを構成したり、逆に共有/参照データを統一することにより、文書全体を通して見やすく、仕上がりが美しい文書を作成するよう制御することができる。   If the image to be referenced is not explicitly specified, the operation becomes more complicated, but since it has already been described in detail with reference to FIG. 2, the description thereof is omitted here. Even in the case of sharing, there are some differences such as registration to the shared entry BOX without specifying by offset and length, and conversion to a reference ID, but the difference will be explained in detail using FIG. 3 and FIG. As you can see, data that can be shared / referenced and data that you do not want to share / reference can be deliberately divided, so that the image part that will be edited in the future can be edited before and after editing. Since the file size does not fluctuate greatly, the possibility of being unable to save after editing due to the limitation of the free disk space is reduced. In addition, by creating a file that does not depend on external reference data, such as other local files or remote files, or by consolidating shared / reference data, create a document that is easy to see and has a beautiful finish throughout the document. Can be controlled.

ユーザが共有/参照するBOXを指定しない場合は、ファイル内の全てのBOXが対象となり、図2、図3、図4により説明した通りの作用となる。共有/参照が可能な全てのBOXを対象として共有/参照処理が行われることにより、最も高い可逆圧縮率を実現することができる。   When the user does not specify a BOX to be shared / referenced, all the BOXes in the file are targeted, and the operation is as described with reference to FIGS. By performing the sharing / referencing process for all BOXes that can be shared / referenced, the highest lossless compression rate can be realized.

次に請求項4,5,6の発明について説明する。これら発明によれば、符号変換装置1000は、共有/参照処理手段1005において変換内容を示すステータスレポートを生成し、これを外部に出力する。これについて図13を用いて説明する。   Next, the invention of claims 4, 5 and 6 will be described. According to these inventions, the code conversion apparatus 1000 generates a status report indicating conversion contents in the sharing / reference processing unit 1005 and outputs the status report to the outside. This will be described with reference to FIG.

図13は、図8に示した共有処理が行われた場合に生成されるステータスレポートの例を示している。   FIG. 13 shows an example of a status report generated when the sharing process shown in FIG. 8 is performed.

図13の前半部分46は、各BOXの変換前後の対応関係を示している。各BOXにおいて、”→”の前は変換前の状態を、”→”の後は変換後の状態を示している。図13の後半部分47は、変換によるファイルサイズの変動を示している。   The first half portion 46 of FIG. 13 shows the correspondence before and after conversion of each BOX. In each BOX, the state before “→” indicates the state before conversion, and the state after “→” indicates the state after conversion. The latter half 47 of FIG. 13 shows the change in file size due to conversion.

以下、IS15444−6で示されるJPMファイルを例にとって図13に示した内容を説明する。ただし、この説明は、同様な機能を果たす他のファイル構造に対しても適用し得ることは言うまでもない。   Hereinafter, the contents shown in FIG. 13 will be described using the JPM file shown in IS15444-6 as an example. However, it goes without saying that this description can also be applied to other file structures that perform similar functions.

まず、”→Shared Data Entry BOX[1]”に
参照ID=0
Shared Data=”Ricoh copyright”
が作成されたことが示されている。次の”Page BOX”では
Layout Object Box3
Layout Object Box2
Layout Object Box1
Layout Object Box0
Layout Object Box0'
の各”Metadata Boxes[1]”が
参照ID=0
と記入されたことを示している。
First, reference ID = 0 in “→ Shared Data Entry BOX [1]”
Shared Data = ”Ricoh copyright”
Is shown to have been created. In the next “Page BOX”
Layout Object Box3
Layout Object Box2
Layout Object Box1
Layout Object Box0
Layout Object Box0 '
Each "Metadata Boxes [1]" has reference ID = 0
It shows that it was filled in.

そして、
変換で新規作成されたサイズ=28バイト
変換で削除されたサイズ=80バイト
変換により削減されたサイズ=52バイト(=80−28)
であることが示されている。
And
Size newly created by conversion = 28 bytes Size deleted by conversion = 80 bytes Size reduced by conversion = 52 bytes (= 80-28)
It is shown that.

ここで、新規作成されたサイズの内訳は、
Shared Data Entry Box
ID=2バイト
Shared Data=”Ricoh copyright\0”=16バイト(文字列の最後の区切りとして\0の1バイトが入る)
各”Layout Object Box”の”Metadata Boxes[1]”
ID=2バイトx5箇所
である。
Here, the newly created size breakdown is
Shared Data Entry Box
ID = 2 bytes
Shared Data = “Ricoh copyright \ 0” = 16 bytes (1 byte of \ 0 is entered as the last delimiter of the character string)
“Metadata Boxes [1]” for each “Layout Object Box”
ID = 2 bytes × 5 locations.

削除されたサイズは、各”Layout Object Box”の”Metadata Boxes[1]”であり、そこに変更前に”Ricoh copyright\0”=16バイトが5箇所書かれていたが、これが削除された分である。   The deleted size is “Metadata Boxes [1]” of each “Layout Object Box”. Before the change, “Ricoh copyright \ 0” = 5 bytes were written in 5 places, but this was deleted. Minutes.

そして、上記2つのバイト数の差から、ファイル全体として52バイトが削減されたことが報告されている訳である。   Then, it is reported that 52 bytes have been reduced as a whole file due to the difference between the two bytes.

以上、共有の場合について説明したが、参照の場合もこれまで説明したアルゴリズムを参照することにより、図9の例で変換前後でどのように対応しているか、またファイルサイズの変化状況はどのようになっているかも同様に説明することができる。   The case of sharing has been described above. In the case of reference, referring to the algorithm described so far, how the conversion is performed before and after conversion in the example of FIG. 9 and how the file size changes. This can be explained in the same way.

なお、図13に示したステータスレポートの例に見られるように、共有/参照としたオブジェクト毎に対照したステータスレポートが出力されるため、共有/参照の対象となったオブジェクトの対応関係を容易に確認することができ(請求項5)、また、変換により削減できたサイズが示されるため、共有/参照の効果を容易に確認することができる(請求項6)。   As seen in the example of the status report shown in FIG. 13, a status report corresponding to each shared / referenced object is output, so that the correspondence relationship between the shared / referenced objects can be easily established. It can be confirmed (Claim 5), and since the size reduced by the conversion is shown, the effect of sharing / referencing can be easily confirmed (Claim 6).

次に、請求項7,8,9,10の発明について説明する。図11に関連して既に説明したように、リモート・ファイルを参照するには、その参照範囲を指定できないと、全世界のファイルが対象となって変換処理にかなり多くの時間がかかってしまう。そこで、図11で例として示したインターネット等のネットワークの範囲を指定することにより、対象範囲を制限することが必要となる。請求項8,8,9の発明によれば、符号変換装置1000に、そのような参照範囲をユーザが指定するための手段(不図示)が追加される。   Next, inventions of claims 7, 8, 9, and 10 will be described. As already described with reference to FIG. 11, in order to refer to a remote file, if the reference range cannot be designated, it takes a considerable amount of time for the conversion process for all the files in the world. Therefore, it is necessary to limit the target range by specifying a network range such as the Internet shown as an example in FIG. According to the eighth, eighth, and ninth inventions, means (not shown) for the user to designate such a reference range is added to the code conversion apparatus 1000.

デフォルトでは自分が属するセグメント内とする等が考えられるが、ここでは自分が属するセグメントを中心にルータを通過する範囲であるホップ数、ネットワーク管理者が管理する範囲であるドメイン、あるいはネットワーク管理者がなく、共通目的で結合されているワークグループの範囲、あるいは、参照するURLのリストで範囲を指定すること等を挙げることができる。   By default, it may be within the segment to which you belong, but here the number of hops that pass through the router around the segment to which you belong, the domain that is managed by the network administrator, or the network administrator In addition, the range of work groups combined for a common purpose or the range can be specified by a list of URLs to be referred to.

これらについてはネットワーク上での範囲を定義することができ、それぞれネットワーク関連の資料に詳しく説明されている通りの動作を示すこととなるが、いずれにしても範囲が明確になることにより、共有/参照の範囲とその効果の関係を的確に管理することができるようになる。そして、リモート・ファイルの参照範囲は、請求項8の発明によればホップ数によって指定され、請求項9の発明によればドメイン名やそのリストによって指定され、また、請求項10の発明によればワークグループ名やそのリストによって指定されるわけである。   For these, the range on the network can be defined, and each will operate as described in detail in the network-related materials. The relationship between the scope of reference and its effects can be managed accurately. According to the invention of claim 8, the remote file reference range is specified by the number of hops, according to the invention of claim 9, it is specified by a domain name or a list thereof, and according to the invention of claim 10. For example, it is specified by a workgroup name or a list thereof.

次に、請求項11,12,13の発明について説明する。ここでの説明に図14を参照する。   Next, inventions of claims 11, 12, and 13 will be described. Refer to FIG. 14 for the explanation here.

図14はページサムネールの統一、補完を示す図である。ここでは、簡単のために、全体が8ページ、各季節につき2ページが割り当てられた、”四季”を文書名とした文書があり、これをその各ページを別々の人が分担して作成してから統合することにより作成する場合を例にする。このような場合、例えば図14の(a)に示すように、ページサムネール48が不揃いとなるのが通例である。各ページサムネールの内容は以下の通りである。   FIG. 14 is a diagram showing unification and complementation of page thumbnails. Here, for the sake of simplicity, there is a document with a total of 8 pages and 2 pages for each season, with the document name “Four Seasons”, and each page is created by a separate person. Take as an example the case of creating by integrating afterwards. In such a case, for example, as shown in FIG. 14A, the page thumbnails 48 are usually irregular. The contents of each page thumbnail are as follows.

「ページ」 「テーマ」 「アイコンの内容」
P1 春 つつじ
P2 春 なし (同じ春のP1と不揃い)
P3 夏 ひまわり
P4 夏 朝顔 (同じ夏のP3と不揃い)
P5 秋 なし
P6 秋 紅葉 (同じ秋のP5と不揃い)
P7 冬 雪だるま1
P8 冬 雪だるま2 (同じ冬のP7と不揃い)。
"Page""Theme""Contents of icon"
P1 Spring Azalea P2 Spring None (not consistent with P1 in the same spring)
P3 summer sunflower P4 summer morning glory (not the same as summer P3)
P5 Autumn None P6 Autumn Colored leaves (not aligned with P5 in the same autumn)
P7 winter snowman 1
P8 Winter Snowman 2 (not consistent with P7 in the same winter).

これを図14(b)に示すように各季節毎に統一したページサムネールになるようにし、文書の体裁を整える状況を想定する。   As shown in FIG. 14B, it is assumed that the page thumbnail is unified for each season and the appearance of the document is adjusted.

この文書が非特許文献2に示すIS15444−6で示す符号化方式で符号化されていた場合、各ページサムネールは図6に示す”Page BOX”の最初の”Layout object Box”(レイアウトオブジェクトBOX)にあるため、これを図2及び図4で説明した手順により参照処理すると、P2のサムネールはP1のサムネールを参照することにより、サムネールが同一される。P3,P4のサムネールは同じ夏のサムネールであっても絵柄が不統一なため、例えばP3のサムネールをP4の最初のレイアウトボックスに書かれているコードストリームと同じオフセットと長さを参照することにより、P3,P4のサムネールが統一できる。同様にしてP6のページサムネールをP5で参照し、P7のサムネールをP8で参照することにより、図14(b)に示すような各季節毎にページサムネールの統一化が図られる。なお、図14中の49はドキュメントサムネールである。   When this document is encoded by the encoding method shown in IS15444-6 shown in Non-Patent Document 2, each page thumbnail is the first “Layout object Box” (layout object BOX) of “Page BOX” shown in FIG. Therefore, when this is referred to by the procedure described in FIG. 2 and FIG. 4, the thumbnail of P2 is made the same by referring to the thumbnail of P1. Since the P3 and P4 thumbnails are the same summer thumbnails, the patterns are not uniform. For example, refer to the P3 thumbnail by referring to the same offset and length as the code stream written in the first layout box of P4. , P3 and P4 thumbnails can be unified. Similarly, the page thumbnail of P6 is referred to by P5, and the thumbnail of P7 is referred to by P8, so that the page thumbnail is unified for each season as shown in FIG. Note that reference numeral 49 in FIG. 14 denotes a document thumbnail.

以上の操作により、同一テーマの各ページで共通のページサムネールに統一できることとなり文書体裁を整えられるだけでなく、ファイルサイズも削減される。以上が請求項11の発明についての説明であるが、これは請求項12の発明の説明を兼ねる。   Through the above operations, the pages of the same theme can be unified into a common page thumbnail, and not only the document format is prepared but also the file size is reduced. The above is the description of the invention of claim 11, and this also serves as the explanation of the invention of claim 12.

すなわち、請求項12の発明によれば、あるページのページサムネールがなかったときに、他のページのページサムネールを参照するが、これはP2のサムネールをP1のサムネールを参照する例において既に説明した通りであり、文書体裁を整えられるだけでなく、ファイルサイズを削減することができる。   That is, according to the invention of claim 12, when there is no page thumbnail of a certain page, the page thumbnail of another page is referred to, and this is already explained in the example of referring to the thumbnail of P2 and the thumbnail of P1. As well as being able to arrange the document format, the file size can be reduced.

また、請求項13の発明によれば、各文書で共通のドキュメントサムネールに統一する。図14ではページサムネールの統一、補完を示したが、同様な操作を各文書にまたがってドキュメントサムネールについて行うわけである。その具体的操作の内容は、請求項11の発明についての上記説明において、
(1)ページサムネールをドキュメントサムネールへ、
(2)各ページの最初のレイアウトボックスを図6の上から6番目にある”Contigeous Codestream BOX”へ、
(3)自ファイル内での参照はなく、他のローカル・ファイル又はリモート・ファイルへ、それぞれ読み替えて理解すればよい。
According to the invention of claim 13, each document is unified to a common document thumbnail. FIG. 14 shows the unification and complementation of page thumbnails, but the same operation is performed for document thumbnails across documents. The specific operation is described in the above description of the invention of claim 11.
(1) Page thumbnails to document thumbnails
(2) Move the first layout box of each page to “Contigeous Codestream BOX”, which is the sixth from the top in FIG.
(3) There is no reference in its own file, and it may be understood by replacing it with another local file or remote file.

請求項14の発明は、IS15444−2に準拠したファイルを処理対象とすることが特徴である。すなわち、非特許文献3に示されるJPXファイルは共有/参照を行う構造をもっているため、以上に説明した変換処理を実行することにより、国際標準互換を保った上での可逆再圧縮が可能である。   The invention of claim 14 is characterized in that a file conforming to IS15444-2 is processed. That is, since the JPX file shown in Non-Patent Document 3 has a structure for sharing / referencing, it is possible to perform reversible recompression while maintaining international standard compatibility by executing the conversion process described above. .

請求項15の発明は、IS15444−3に準拠したファイルを処理対象とすることが特徴である。すなわち、非特許文献4に示されるMJ2ファイルは共有/参照を行う構造をもっているため、以上に説明した変換処理を実行することにより、国際標準互換を保った上での可逆再圧縮が可能である。   The invention of claim 15 is characterized in that a file conforming to IS15444-3 is processed. That is, since the MJ2 file shown in Non-Patent Document 4 has a structure for sharing / referencing, it is possible to perform reversible recompression while maintaining international standard compatibility by executing the conversion process described above. .

請求項16の発明は、IS15444−6に準拠したファイルを処理対象とすることが特徴である。すなわち、非特許文献2に示されるJPMファイルは共有/参照を行う構造をもっているため、以上に説明した変換処理を実行することにより、国際標準互換を保った上での可逆再圧縮が可能である。   The invention of claim 16 is characterized in that a file conforming to IS15444-6 is processed. That is, since the JPM file shown in Non-Patent Document 2 has a structure for sharing / referencing, it is possible to perform reversible recompression while maintaining international standard compatibility by executing the conversion process described above. .

請求項17の発明は、PDF仕様に準拠したファイルを処理対象とすることが特徴である。すなわち、非特許文献5に示されるPDFファイルは共有/参照を行う構造をもっているため、以上に説明した変換処理を実行することにより、PDF互換を保った上での可逆再圧縮が可能である。   The invention of claim 17 is characterized in that a file conforming to the PDF specification is processed. That is, since the PDF file shown in Non-Patent Document 5 has a structure for sharing / referring, by executing the conversion process described above, it is possible to perform reversible recompression while maintaining PDF compatibility.

以上、請求項1〜17の発明について実施形態を説明したが、図1中のBOX分解手段1002をBOX分解工程、共有/参照判断手段1003を共有/参照判断工程、共有/参照処理手段1005を共有/参照処理工程に置き換えるならば、以上の説明はそのまま請求項18の発明の一実施形態の説明である。それら各工程の内容は図2、図3及び図4によって説明した通りである。   Although the embodiments of the invention of claims 1 to 17 have been described, the BOX decomposition unit 1002 in FIG. 1 is the BOX decomposition step, the sharing / reference determination unit 1003 is the sharing / reference determination step, and the sharing / reference processing unit 1005 is If replaced with the sharing / reference processing step, the above description is the description of the embodiment of the invention of claim 18 as it is. The contents of these steps are as described with reference to FIGS.

それら各工程をコンピュータを利用し、プログラムによって実行させることも容易である。そのようなプログラムは請求項19の発明の一実施形態である。また、そのようなプログラムが記録された磁気ディスク、光ディスク、光磁気ディスク、半導体記憶素子等のコンピュータが読み取り可能な各種記録(記憶)媒体は請求項20の発明の一実施形態である。   Each of these steps can be easily executed by a program using a computer. Such a program is an embodiment of the invention of claim 19. Various computer-readable recording (storage) media such as a magnetic disk, an optical disk, a magneto-optical disk, and a semiconductor storage element on which such a program is recorded are an embodiment of the invention of claim 20.

本発明の符号変換装置の構成説明図である。1 is a configuration explanatory diagram of a code conversion device of the present invention. FIG. 符号変換装置の動作説明のためのフローチャートである。It is a flowchart for operation | movement description of a code converter. 図2中のSTEP9で呼び出される共有処理における処理の流れを示す図である。It is a figure which shows the flow of a process in the sharing process called by STEP9 in FIG. 図2中のSTEP9で呼び出される参照処理における処理の流れを示す図である。It is a figure which shows the flow of a process in the reference process called by STEP9 in FIG. シーケンシャルDCT、プログレッシブDCT,ロスレスDCTのシンタックスを示す図である。It is a figure which shows the syntax of sequential DCT, progressive DCT, and lossless DCT. JPMファイルの概念的構造を示す図である。It is a figure which shows the conceptual structure of a JPM file. レンダリング画像例を示す図である。It is a figure which shows the example of a rendering image. 図7の各レイアウトオブジェクトに書かれた同一の著作権表示メタデータを共有するJPMファイルの例を示す図である。It is a figure which shows the example of the JPM file which shares the same copyright display metadata written in each layout object of FIG. 参照のないファイルを参照のあるファイルにしてコンパクトにしたJPMファイルの例を示す図である。It is a figure which shows the example of the JPM file which made the file without reference the file with reference, and was made compact. 複数のページに渡って共通な部分を示す図である。It is a figure which shows a common part over several pages. JPXファイルで他のファイル内の情報を参照する場合の動作を説明するための図である。It is a figure for demonstrating operation | movement when referring to the information in another file with a JPX file. 参照する/しないBOXを指定する場合のイメージを示す図である。It is a figure which shows the image in the case of designating BOX to refer / do not. 図8の共有処理後のステータスレポート例を示す図である。It is a figure which shows the example of a status report after the sharing process of FIG. ページサムネールの統一、補完を説明する図である。It is a figure explaining unification and complementation of a page thumbnail.

符号の説明Explanation of symbols

30 Entropy-coded segment 0(エントロピー符号化セグメント0)
31 Entropy-coded segment n(エントロピー符号化セグメントn)
32 リスタート間隔終端シンボル
33 scan1
34 フレーム
35 SOIマーカセグメント
36 EOIマーカセグメント
37 Contiguous Codestream Box
38 Metadata Boxes
40 参照する符号
41 参照しない符号
42 Shared Data Entry Box
43 Shared Data Reference Box
44 オフセット
45 長さ
46 ステータスレポートのオブジェクト対照部
47 ステータスレポートの統計部
48 ページサムネール
49 ドキュメントサムネール
30 Entropy-coded segment 0 (entropy-coded segment 0)
31 Entropy-coded segment n
32 End symbol for restart interval 33 scan1
34 frames 35 SOI marker segment 36 EOI marker segment 37 Contiguous Codestream Box
38 Metadata Boxes
40 Reference code 41 Non-reference code 42 Shared Data Entry Box
43 Shared Data Reference Box
44 Offset 45 Length 46 Object section of status report 47 Statistics section of status report 48 Page thumbnail 49 Document thumbnail

Claims (20)

変換対象ファイルの符号ストリーム(入力符号ストリームと記す)を取り込み、この入力符号ストリームをそれと同様な内容を持つ、よりコンパクトなファイルサイズの出力符号ストリームへ変換する符号変換装置であって、前記変換のために、
前記入力符号ストリームからBOX情報を切り出すBOX分解手段と、
前記BOX分解手段により切り出されたBOX情報に関し共有処理又は参照処理をするべきか判断する共有/参照判断手段と、
前記BOX分解手段により切り出されたBOX情報に関し、前記共有/参照判断手段による判断の結果に従って必要な共有又は参照のための処理を行う共有/参照処理手段とを有することを特徴とする符号変換装置。
A code conversion apparatus that takes in a code stream of a file to be converted (denoted as an input code stream) and converts the input code stream into an output code stream having a similar file size and a more compact file size. for,
BOX decomposition means for cutting out BOX information from the input code stream;
Sharing / reference determination means for determining whether to perform sharing processing or reference processing on the BOX information cut out by the BOX decomposition means;
A code conversion apparatus comprising: sharing / reference processing means for performing processing for necessary sharing or reference according to a result of determination by the sharing / reference determination means regarding the BOX information cut out by the BOX decomposition means .
前記変換対象ファイル以外のローカル・ファイル又はリモートファイルの内容も前記変換において参照又は共有の対象とすることを特徴とする請求項1記載の符号変換装置。   2. The code conversion apparatus according to claim 1, wherein contents of a local file or a remote file other than the conversion target file are also referred to or shared in the conversion. 前記変換において共有又は参照されるBOX情報の指定又は非指定のための指示をユーザが入力する手段をさらに有することを特徴とする請求項1又は2記載の符号変換装置。   3. The code conversion apparatus according to claim 1, further comprising means for a user to input an instruction for designating or not designating BOX information shared or referenced in the conversion. 前記変換の内容を示すステータスレポートを生成する手段をさらに含むことを特徴とする請求項1又は2記載の符号変換装置。   3. The code conversion apparatus according to claim 1, further comprising means for generating a status report indicating the contents of the conversion. 前記ステータスレポートに前記変換により共有又は参照されたオブジェクト毎に前記変換の内容が示されることを特徴とする請求項4記載の符号変換装置。   5. The code conversion apparatus according to claim 4, wherein the content of the conversion is indicated for each object shared or referenced by the conversion in the status report. 前記ステータスレポートに前記変換により削減されたサイズが含まれることを特徴とする請求項4記載の符号変換装置。   The code conversion apparatus according to claim 4, wherein the status report includes a size reduced by the conversion. 前記変換において参照されるリモート・ファイルの範囲をユーザが指定する手段をさらに有することを特徴とする請求項2記載の符号変換装置。   3. The code conversion apparatus according to claim 2, further comprising means for a user to specify a range of a remote file referred to in the conversion. 前記変換において参照されるリモート・ファイルの範囲がホップ数で指定されることを特徴とする請求項7記載の符号変換装置。   8. The code conversion apparatus according to claim 7, wherein a range of a remote file referred to in the conversion is specified by a hop number. 前記変換において参照されるリモート・ファイルの範囲がドメイン名又はそのリストで指定されることを特徴とする請求項7記載の符号変換装置。   8. The code conversion apparatus according to claim 7, wherein a range of a remote file referred to in the conversion is specified by a domain name or a list thereof. 前記変換において参照されるリモート・ファイルの範囲がワークグループ名又はそのリストで指定されることを特徴とする請求項7記載の符号変換装置。   8. The code conversion apparatus according to claim 7, wherein a range of a remote file referred to in the conversion is specified by a work group name or a list thereof. 前記変換において参照処理によりページサムネールが統一されることを特徴とする請求項1又は2記載の符号変換装置。   3. The code conversion apparatus according to claim 1, wherein a page thumbnail is unified by reference processing in the conversion. 前記変換においてページサムネールがないページについて他のページのページサムネールが参照されることを特徴とする請求項11記載の符号変換装置。   12. The code conversion apparatus according to claim 11, wherein a page thumbnail of another page is referred to for a page having no page thumbnail in the conversion. 前記変換において参照処理によりドキュメントサムネールが統一されることを特徴とする請求項11記載の符号変換装置。   12. The code conversion apparatus according to claim 11, wherein document thumbnails are unified by reference processing in the conversion. 前記変換対象ファイルはIS15444−2に準拠したファイルであることを特徴とする請求項1又は2記載の符号変換装置。   The code conversion apparatus according to claim 1 or 2, wherein the conversion target file is a file conforming to IS15444-2. 前記変換対象ファイルはIS15444−3に準拠したファイルであることを特徴とする請求項1又は2記載の符号変換装置。   The code conversion apparatus according to claim 1 or 2, wherein the conversion target file is a file conforming to IS15444-3. 前記変換対象ファイルはIS15444−6に準拠したファイルであることを特徴とする請求項1又は2記載の符号変換装置。   The code conversion apparatus according to claim 1 or 2, wherein the conversion target file is a file conforming to IS15444-6. 前記変換対象ファイルはPDF仕様に準拠したファイルであることを特徴とする請求項1又は2記載の符号変換装置。   3. The code conversion apparatus according to claim 1, wherein the conversion target file is a file conforming to a PDF specification. 変換対象ファイルの符号ストリーム(入力符号ストリームと記す)をそれと同様な内容を持つ、よりコンパクトなファイルサイズの出力符号ストリームへ変換する符号変換方法であって、前記変換のために、
入力符号ストリームからBOX情報を切り出すBOX分解工程と、
前記BOX分解工程により切り出されたBOX情報に関し共有処理又は参照処理をするべきか判断する共有/参照判断工程と、
前記BOX分解工程により切り出されたBOX情報に関し、前記共有/参照判断工程による判断結果に従って必要な共有又は参照のための処理を行う共有/参照処理工程とを有することを特徴とする符号変換方法。
A code conversion method for converting a code stream of a conversion target file (denoted as an input code stream) into an output code stream of a more compact file size having the same contents as the code stream, for the conversion,
A BOX decomposition process for extracting BOX information from the input code stream;
A sharing / reference determination step for determining whether to perform a sharing process or a reference process on the BOX information cut out by the BOX decomposition step;
A code conversion method comprising: a sharing / reference processing step for performing necessary sharing or reference processing on the BOX information cut out by the BOX decomposition step according to a determination result of the sharing / reference determination step.
変換対象ファイルの符号ストリーム(入力符号ストリームと記す)をそれと同様な内容を持つ、よりコンパクトなファイルサイズの出力符号ストリームへ変換するために、コンピュータに、
前記入力符号ストリームからBOX情報を切り出すBOX分解工程、
前記BOX分解工程により切り出されたBOX情報に関し共有処理又は参照処理をするべきか判断する共有/参照判断工程、
前記BOX分解工程により切り出されたBOX情報に関し、前記共有/参照判断工程による判断結果に従って必要な共有又は参照のための処理を行う共有/参照処理工程を実行させるプログラム。
In order to convert the code stream of the file to be converted (denoted as the input code stream) into an output code stream of a more compact file size having the same content,
A BOX decomposition step of extracting BOX information from the input code stream;
A sharing / reference determination step for determining whether to perform a sharing process or a reference process on the BOX information cut out by the BOX decomposition process;
A program for executing a sharing / reference processing step for performing necessary sharing or reference processing on the BOX information cut out by the BOX decomposition step according to the determination result of the sharing / reference determination step.
請求項19記載のプログラムが記録されたコンピュータが読み取り可能な記録媒体。   A computer-readable recording medium on which the program according to claim 19 is recorded.
JP2005271056A 2005-09-16 2005-09-16 Code conversion apparatus and code conversion method Expired - Fee Related JP4587312B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005271056A JP4587312B2 (en) 2005-09-16 2005-09-16 Code conversion apparatus and code conversion method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005271056A JP4587312B2 (en) 2005-09-16 2005-09-16 Code conversion apparatus and code conversion method

Publications (2)

Publication Number Publication Date
JP2007080223A true JP2007080223A (en) 2007-03-29
JP4587312B2 JP4587312B2 (en) 2010-11-24

Family

ID=37940435

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005271056A Expired - Fee Related JP4587312B2 (en) 2005-09-16 2005-09-16 Code conversion apparatus and code conversion method

Country Status (1)

Country Link
JP (1) JP4587312B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008306596A (en) * 2007-06-08 2008-12-18 Ricoh Co Ltd Unit and method for processing image, computer program, and information recording medium
JP2009116540A (en) * 2007-11-05 2009-05-28 Ricoh Co Ltd Information processor, information processing method, and information recording medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001285075A (en) * 2000-03-16 2001-10-12 Lucent Technol Inc Method and device for compressing network packet data using hash table for each packet
JP2003345708A (en) * 2002-05-23 2003-12-05 Toshiba Corp Device, method and program for transferring data
JP2004518327A (en) * 2001-01-11 2004-06-17 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Data compression method using identifier to refer to strings in reverse
JP2005033801A (en) * 2003-07-07 2005-02-03 Ricoh Co Ltd Method, product, and apparatus for network access to partial document images
WO2005039057A1 (en) * 2003-10-17 2005-04-28 Pacbyte Software Pty Limited Data compression system and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001285075A (en) * 2000-03-16 2001-10-12 Lucent Technol Inc Method and device for compressing network packet data using hash table for each packet
JP2004518327A (en) * 2001-01-11 2004-06-17 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Data compression method using identifier to refer to strings in reverse
JP2003345708A (en) * 2002-05-23 2003-12-05 Toshiba Corp Device, method and program for transferring data
JP2005033801A (en) * 2003-07-07 2005-02-03 Ricoh Co Ltd Method, product, and apparatus for network access to partial document images
WO2005039057A1 (en) * 2003-10-17 2005-04-28 Pacbyte Software Pty Limited Data compression system and method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008306596A (en) * 2007-06-08 2008-12-18 Ricoh Co Ltd Unit and method for processing image, computer program, and information recording medium
JP2009116540A (en) * 2007-11-05 2009-05-28 Ricoh Co Ltd Information processor, information processing method, and information recording medium

Also Published As

Publication number Publication date
JP4587312B2 (en) 2010-11-24

Similar Documents

Publication Publication Date Title
JP4812585B2 (en) Code conversion apparatus, code conversion method, program, and recording medium
JP4356645B2 (en) Subtitle generation apparatus and method
CN100399824C (en) Generic adaptation layer for JVT video
CN112019857A (en) Method and apparatus for storage and signaling of compressed point clouds
CN107534801A (en) For handling the method, apparatus and computer program product of image sequence track
US20050120031A1 (en) Structured document encoder, method for encoding structured document and program therefor
US7590294B2 (en) Image compression apparatus and method, and program and recording medium
US8291315B2 (en) Standardized network access to partial document imagery
US8625912B2 (en) JPEG 2000-like access using the JPM compound document file format
JP4716949B2 (en) Image processing apparatus and image processing method
US20050131962A1 (en) Systems and methods for implementing a cache model
CN115398926B (en) Point cloud data transmitting device, point cloud data transmitting method, point cloud data receiving device and point cloud data receiving method
US20030067627A1 (en) Image processing method and its data cache method
KR100893829B1 (en) Object transfer method with format adaptation
JP2001312741A (en) Method and device for processing node of three- dimensional scene
JP2008278464A (en) Apparatuses for encoding and decoding multidimensional data and control method thereof
WO2020129434A1 (en) Image file generation device, image file generation method, and program
JP4587312B2 (en) Code conversion apparatus and code conversion method
CN100470535C (en) Efficient means for creating MPEG-4 intermedia format from MPEG-4 textual representation
JP2006517309A (en) Efficient means to create MPEG-4 Textual Representation from MPEG-4 InternalFormat
CN101416149A (en) Supporting fidelity range extensions in advanced video codec file format
US8081093B2 (en) Code transforming apparatus and code transforming method
JP2007166013A (en) Image processing system, image processing method, image processing program and recording medium bearing the same
JP4773770B2 (en) Image processing system, image processing method, program, and recording medium
KR100986917B1 (en) Method and apparatus for storing or transmitting coding parameters separately from coded audio-visual data

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080730

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100421

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100602

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100901

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100902

R151 Written notification of patent or utility model registration

Ref document number: 4587312

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130917

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees