JP4747780B2 - Image processing apparatus, image processing method, and image processing program - Google Patents

Image processing apparatus, image processing method, and image processing program Download PDF

Info

Publication number
JP4747780B2
JP4747780B2 JP2005311511A JP2005311511A JP4747780B2 JP 4747780 B2 JP4747780 B2 JP 4747780B2 JP 2005311511 A JP2005311511 A JP 2005311511A JP 2005311511 A JP2005311511 A JP 2005311511A JP 4747780 B2 JP4747780 B2 JP 4747780B2
Authority
JP
Japan
Prior art keywords
character
resolution
data
drawing command
layer
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.)
Expired - Fee Related
Application number
JP2005311511A
Other languages
Japanese (ja)
Other versions
JP2007122255A (en
Inventor
洋三 鹿島
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation Corp
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 Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP2005311511A priority Critical patent/JP4747780B2/en
Publication of JP2007122255A publication Critical patent/JP2007122255A/en
Application granted granted Critical
Publication of JP4747780B2 publication Critical patent/JP4747780B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、画像処理装置、画像処理方法、及び画像処理プログラムに係り、特に、アプリケーションが作成した文書データを層状に分離し、各層毎にラスタデータを作成し、各層毎にラスタデータに対して画像処理を施す画像処理装置および画像処理方法ならびに画像処理プログラムに関する。   The present invention relates to an image processing apparatus, an image processing method, and an image processing program. In particular, document data created by an application is separated into layers, raster data is created for each layer, and raster data is created for each layer. The present invention relates to an image processing apparatus, an image processing method, and an image processing program that perform image processing.

近年、ドキュメントはワードプロセッサなどのコンピュータ所の文書作成アプリケーションソフトウェアを用いて作成され、電子メールで配信したり、サーバーコンピュータなどに保存したりして必要に応じて配布されるようになった。一般に、文書作成ソフトウェアは独自の形式で文書データを生成している。このため、文書データを受け取ったユーザは、文書作成者が使用した文書作成アプリケーションソフトウェアと同等なソフトウェアを利用することにより、配布された文書データを閲覧・表示している。   In recent years, documents are created using document creation application software in a computer office such as a word processor, and are distributed by e-mail or stored in a server computer or the like as needed. In general, document creation software generates document data in a unique format. For this reason, the user who receives the document data browses and displays the distributed document data by using software equivalent to the document creation application software used by the document creator.

一方、ドキュメントを表示閲覧・編集可能な環境は多様化する傾向にある。例えば、オペレーティングシステムの種類やバージョンの差異に加え、PDA(パーソナル・データ・アシスタンス)などの携帯型情報端末でも文書データの閲覧要望が高まっている。このような多様なコンピュータ環境を考えた場合には、もはやドキュメントの配信先に、文書データ作成時に使用した環境があるとは限らない状況になっている。   On the other hand, environments where documents can be viewed, viewed and edited tend to be diversified. For example, in addition to differences in operating system types and versions, there is an increasing demand for browsing document data in portable information terminals such as PDA (Personal Data Assistance). When considering such various computer environments, there is no longer a situation where the document delivery destination has an environment used when creating document data.

そこで、配信先に特定のソフトウェアが無くても、あらゆるドキュメントを扱うことができるように、文書データを画像データで表現して配信する方式が提案されている。但し、画像データは概してデータサイズが大きくなるため、JPEGなどの画像圧縮処理を行うことが普通である。   Therefore, a method has been proposed in which document data is expressed as image data and distributed so that any document can be handled even if there is no specific software at the distribution destination. However, since image data generally has a large data size, it is common to perform image compression processing such as JPEG.

特許文献1に開示された技術では、文書作成アプリケーションソフトウェアなどで作成された文書データから、多値画像データと、当該多値画像データの各々の画素が文字であるか否かを示す1ビットの像域フラグ画像との2つを生成し、次に当該像域フラグ画像を基に多値画像データに含まれている文字領域の位置や大きさ、文字色を判別し、文字領域とそれ以外の領域で別々の圧縮を行うことで、効率的に文書データを圧縮している。   In the technique disclosed in Patent Document 1, multi-value image data and 1-bit indicating whether each pixel of the multi-value image data is a character from document data created by document creation application software or the like. The image area flag image is generated, and then the position, size, and character color of the character area included in the multi-valued image data is determined based on the image area flag image. The document data is efficiently compressed by performing separate compression in each area.

つまり、上記の従来技術では、文字や写真/グラフィックが混在した画像データを、文字画像とそれ以外の画像に分離し、文字画像については文字の形状を二値画像として表現することでMMRなどの二値画像圧縮方式で圧縮するようにし、文字画像以外の画像はJPEGなどのような多値画像圧縮方式で圧縮するようにしている。文字画像をJPEG圧縮すると文字部分のエッジなどに含まれる高周波成分を圧縮した際にモスキートノイズが発生し易いが、文字画像についてはMMR圧縮とすることで、モスキートノイズの発生を防止し、画質劣化の発生を抑制することができる。この結果、文書データの高画質且つ高圧縮な画像データ表現が可能となる。   In other words, in the above-described prior art, image data in which characters and photographs / graphics are mixed is separated into a character image and other images, and the character image is expressed as a binary image with respect to the character image, such as MMR. Compression is performed using a binary image compression method, and images other than character images are compressed using a multi-value image compression method such as JPEG. When JPEG compression is performed on a character image, mosquito noise is likely to occur when high-frequency components included in the edges of the character portion are compressed. However, by using MMR compression on a character image, generation of mosquito noise is prevented and image quality deterioration occurs. Can be suppressed. As a result, it is possible to express image data with high image quality and high compression of document data.

しかしながら、上記技術では、文書データを展開することによって多値画像を作成し、さらにこの多値画像から二値画像を作成しなければならず、処理時間がかかるという問題がある。   However, the above-described technique has a problem that it takes a processing time because a multi-value image must be created by developing document data, and a binary image must be created from the multi-value image.

同様に文書データの圧縮率を向上させる技術として、本出願人は、アプリケーションが作成した文書データを複数の層(レイヤ)に分離し、各層毎にラスタデータを作成し、各層毎にラスタデータに対して圧縮処理を施して、MRC(Mixed Raster Content)構造を有する画像データを生成する画像処理方法を提案している(特願2004-222245号)。この画像処理方法では、各層毎に異なる方式の圧縮処理を施すことで高い圧縮率を達成することができる。   Similarly, as a technique for improving the compression ratio of document data, the applicant separates document data created by an application into a plurality of layers (layers), creates raster data for each layer, and converts the raster data to each layer. An image processing method for generating image data having an MRC (Mixed Raster Content) structure by applying compression processing has been proposed (Japanese Patent Application No. 2004-222245). In this image processing method, a high compression rate can be achieved by applying different types of compression processing for each layer.

図12(A)乃至(C)はMRC構造を有する画像データの一例を示す図である。例えば、図12(A)は文書データの構成例を示している。この文書データ24は、黒色で描かれたテキスト26とグラフィックス28、赤色で描かれたテキスト30とグラフィックス32、及び写真などの画像データを取り込んで作成されたイメージ34から構成されている。図12(B)はイメージを含む部分を1つのレイヤ36に集めた様子を示すものであり、このレイヤ36は多値画像データを圧縮する方式(例えばJPEG方式)で圧縮することができる。また、このレイヤ36は下地として扱われるのでBG(Background)レイヤと称される。図12(C)はテキストやグラフィックスを含む部分を1つのレイヤ80に集めた様子を示すものであり、同じ色の領域毎にマスクデータ82、84を構成し、これらマスクデータ82、84の各々は二値画像データを圧縮する方式(例えばMMR方式)で圧縮することができる。また、このレイヤ80は下地上に上書きされるのでFG(Foreground)レイヤと称され、各マスクデータは圧縮方式、位置・サイズ、及び色情報の組み合わせとして表現することができる。   12A to 12C are diagrams illustrating an example of image data having an MRC structure. For example, FIG. 12A shows a configuration example of document data. The document data 24 includes a text 26 and graphics 28 drawn in black, a text 30 and graphics 32 drawn in red, and an image 34 created by taking in image data such as a photograph. FIG. 12B shows a state in which portions including images are collected in one layer 36, and this layer 36 can be compressed by a method (for example, JPEG method) for compressing multivalued image data. Further, since this layer 36 is treated as a background, it is called a BG (Background) layer. FIG. 12C shows a state in which portions including text and graphics are collected in one layer 80. Mask data 82 and 84 are configured for each region of the same color. Each can be compressed by a method (for example, MMR method) for compressing binary image data. Since the layer 80 is overwritten on the background, it is called an FG (Foreground) layer, and each mask data can be expressed as a combination of a compression method, a position / size, and color information.

FGレイヤ80のMMR圧縮される領域に含まれる画像データは、テキストやグラフィックスの存在する部分が「黒」画素に相当している。「白」画素部分は復号時に透明な領域であるものとして扱うように定義しておくと、BGレイヤ36のJPEG圧縮データを展開した上に、FGレイヤ80のMMR圧縮データを展開して、指定された色情報を着色することで、元の文書データ24を再現することができる。   In the image data included in the MMR compressed area of the FG layer 80, a portion where text or graphics exists corresponds to a “black” pixel. If it is defined that the “white” pixel portion is treated as a transparent area at the time of decoding, the JPEG compressed data of the BG layer 36 is expanded, and then the MMR compressed data of the FG layer 80 is expanded and designated. The original document data 24 can be reproduced by coloring the color information.

特開2003−244447号公報JP 2003-244447 A

上述した通り、文書データを多層構造の画像データに変換する場合には、テキスト(文字)データはFGレイヤに割り当て、MMR圧縮等の可逆圧縮を施すのが一般的である。   As described above, when document data is converted into image data having a multilayer structure, text (character) data is generally assigned to an FG layer and subjected to lossless compression such as MMR compression.

しかしながら、文字データをFGレイヤに割り当てると、FGレイヤは文字の形状情報と文字の色情報とを含み且つ可逆圧縮が施されるために、BGレイヤに比べて保持すべき情報量が多くなり、結果として得られる多層構造の画像データのサイズが大きくなってしまう、という問題がある。   However, when character data is assigned to the FG layer, the FG layer includes character shape information and character color information, and is subjected to lossless compression, so that the amount of information to be retained is larger than that of the BG layer. As a result, there is a problem that the size of the image data having a multilayer structure is increased.

ところで一般に業務で使われる文書には、様々なタイプの文書が存在する。例えば、図7に示すように、業務内容などを詳細に報告するための文書は、多くの小さな文字により構成されている。一方、図8に示すように、プレゼンテーションに使われる資料では、説明者が資料の内容を補足すること前提としているため、報告内容を簡略化し、大きな文字でその内容を示すのが普通である。このように、文書のタイプによって、使用される文字のサイズは異なることが分かる。   By the way, there are various types of documents generally used in business. For example, as shown in FIG. 7, a document for reporting business details in detail is composed of many small characters. On the other hand, as shown in FIG. 8, in the material used for the presentation, it is assumed that the presenter supplements the content of the material. Therefore, the report content is usually simplified and the content is indicated by large characters. Thus, it can be seen that the size of characters used varies depending on the type of document.

小さい文字が含まれる報告書を画像データに変換する場合には、文字の可読性を保証するために、小さい文字は高解像度でイメージ化しなくてはならない。一方、プレゼンテーション資料等の大きな文字が使用されている文書を画像データに変換する場合には、文字が認識できる程度の解像度であれば十分であり、それほど高解像度である必要はない。よって、このような文書では、解像度を下げることによって画像データのサイズを小さくすることができる。   When a report including small characters is converted into image data, the small characters must be imaged at a high resolution in order to ensure the readability of the characters. On the other hand, when converting a document using large characters such as presentation material into image data, a resolution that can recognize the characters is sufficient, and it is not necessary to have a very high resolution. Therefore, in such a document, the size of the image data can be reduced by reducing the resolution.

しかしながら、文書データを多層構造の画像データに変換する従来の画像処理装置では、文字の可読性が確保された画像データを得るためには、ユーザが解像度の設定を種々変更しながら画像データへの変換を試行錯誤的に繰り返し行う必要があり、著しく利便性を欠いた状況にある。   However, in a conventional image processing apparatus that converts document data into image data having a multi-layer structure, in order to obtain image data in which character readability is ensured, conversion to image data while the user changes various resolution settings. Need to be repeated on a trial and error basis, and there is a marked lack of convenience.

本発明は、上記問題点に鑑みてなされたものであり、本発明の目的は、文字の可読性を確保しながら、より小さいサイズの多層構造の画像データを得ることができる画像処理装置、画像処理方法、及び画像処理プログラムを提供することにある。   The present invention has been made in view of the above problems, and an object of the present invention is to provide an image processing apparatus and image processing capable of obtaining image data having a smaller multilayer structure while ensuring the readability of characters. A method and an image processing program are provided.

上記目的を達成するために本発明の画像処理装置は、文書データを入力するデータ入力手段と、前記データ入力手段により入力された文書データを解析し、前記文書データに含まれる描画命令の種類を識別するデータ解析手段と、前記描画命令が文字描画命令の場合に、前記文字描画命令から文字情報として書体及び文字サイズを検出し、書体毎に予め設定された文字サイズと解像度との関係に基づいて、検出された文字サイズの中で最小の文字サイズに対応する解像度を書体毎に求め、求められた解像度の中で最高の解像度を文字描画時の解像度と決定する解像度決定手段と、前記データ解析手段で識別された描画命令の種類に応じて、前記文書データに含まれる描画命令を、画像データが属性が異なる複数層に分割された多層構造の画像データのいずれかの層に割り当てる層割り当て手段と、前記解像度決定手段で決定された解像度を用いて前記文字描画命令が割り当てられた層の画像データを生成すると共に、予め設定された解像度を用いて他の層の画像データを生成する画像データ生成手段と、を含んで構成したことを特徴としている。 In order to achieve the above object, an image processing apparatus of the present invention analyzes data input means for inputting document data, document data input by the data input means, and determines the type of drawing command included in the document data. Based on the relationship between the data analysis means for identifying, and when the drawing command is a character drawing command, the typeface and the character size are detected as character information from the character drawing command, and the character size and resolution set in advance for each typeface Resolution determining means for determining the resolution corresponding to the smallest character size among the detected character sizes for each typeface, and determining the highest resolution among the determined resolutions as the resolution at the time of character drawing; and the data According to the type of drawing command identified by the analysis means, the drawing command included in the document data is an image having a multilayer structure in which the image data is divided into a plurality of layers having different attributes. Generating image data of the layer to which the character rendering command is assigned using the resolution determined by the resolution determining means and a layer assigning means to be assigned to any layer of the data, and using a preset resolution And image data generating means for generating image data of other layers.

本発明の画像処理装置では、データ入力手段から文書データが入力されると、データ解析手段は入力された文書データを解析し、文書データに含まれる描画命令の種類を識別する。層割り当て手段は、データ解析手段で識別された描画命令の種類に応じて、文書データに含まれる描画命令を、画像データが属性が異なる複数層に分割された多層構造の画像データのいずれかの層に割り当てる。このとき、描画命令が文字描画命令の場合には、解像度決定手段が、文字描画命令から文字情報として書体及び文字サイズを検出し、書体毎に予め設定された文字サイズと解像度との関係に基づいて、検出された文字サイズの中で最小の文字サイズに対応する解像度を書体毎に求め、求められた解像度の中で最高の解像度を文字描画時の解像度と決定する。 In the image processing apparatus of the present invention, when document data is input from the data input means, the data analysis means analyzes the input document data and identifies the type of drawing command included in the document data. The layer allocating unit converts the drawing command included in the document data according to the type of the drawing command identified by the data analyzing unit to any one of the multilayered image data in which the image data is divided into a plurality of layers having different attributes. Assign to a tier. At this time, when the drawing command is a character drawing command, the resolution determining means detects the font and the character size as character information from the character drawing command, and based on the relationship between the character size and the resolution set in advance for each font. Thus, the resolution corresponding to the smallest character size among the detected character sizes is obtained for each typeface, and the highest resolution among the obtained resolutions is determined as the character drawing resolution.

そして、画像データ生成手段は、解像度決定手段で決定された解像度を用いて文字描画命令が割り当てられた層の画像データを生成すると共に、予め設定された解像度を用いて他の層の画像データを生成するので、全文字の可読性を保証する最低の解像度で文字が描画される。その結果、文字の可読性を確保しながら、より小さいサイズの多層構造の画像データを得ることができる。   Then, the image data generation means generates image data of the layer to which the character drawing command is assigned using the resolution determined by the resolution determination means, and outputs image data of other layers using the preset resolution. Since it is generated, characters are drawn with the lowest resolution that guarantees the readability of all characters. As a result, it is possible to obtain image data having a multilayer structure having a smaller size while ensuring the readability of characters.

以上説明したように本発明によれば、文字の可読性を確保しながら、より小さいサイズの多層構造の画像データを得ることができる、という効果がある。   As described above, according to the present invention, there is an effect that it is possible to obtain image data having a multilayer structure with a smaller size while ensuring the readability of characters.

以下、図面を参照して本発明の実施の形態の一例を詳細に説明する。なお、以下では、MRC構造を有する画像データを「レイヤ別画像データ」と称する。   Hereinafter, an example of an embodiment of the present invention will be described in detail with reference to the drawings. Hereinafter, image data having an MRC structure is referred to as “layer-specific image data”.

(第1の実施の形態)
<画像処理装置の概略構成>
図1は画像処理装置の概略構成を示す図である。画像処理装置10は、文書データ12又は印刷データ14の解析を行う解析処理部16と、解析により得られた画像情報18からレイヤ別画像データ20を生成するレイヤ画像処理部22と、を備えている。この構成により、画像処理装置10では、文書データ12又は印刷データ14が入力されると、多層フォーマットの画像データファイルであるレイヤ別画像データ20が生成され、出力される。
(First embodiment)
<Schematic configuration of image processing apparatus>
FIG. 1 is a diagram showing a schematic configuration of an image processing apparatus. The image processing apparatus 10 includes an analysis processing unit 16 that analyzes the document data 12 or the print data 14, and a layer image processing unit 22 that generates layer-specific image data 20 from the image information 18 obtained by the analysis. Yes. With this configuration, when the document data 12 or the print data 14 is input, the image processing apparatus 10 generates and outputs layer-specific image data 20 that is an image data file in a multilayer format.

ここで、文書データ12とは、ワードプロセッサ等のアプリケーションプログラム固有に定義されるデータである。印刷データ14とは、文書データを画像形成装置で出力する途中に発生するデータであり、例えば、プリンタ等の印刷装置においてはPDL(ページ記述言語)データがこれに該当する。文書データ12又は印刷データ14は、描画オブジェクト(文字オブジェクト、グラフィックスオブジェクト、イメージオブジェクト)によって構成されている。   Here, the document data 12 is data defined uniquely for an application program such as a word processor. The print data 14 is data that is generated while document data is being output by the image forming apparatus. For example, PDL (page description language) data corresponds to this in a printing apparatus such as a printer. The document data 12 or the print data 14 is composed of drawing objects (character objects, graphics objects, image objects).

描画オブジェクトは、一般に描画命令によって表現される。例えば、文字オブジェクトを表現するには文字描画命令、グラフィックスオブジェクトを表現するには矩形などの幾何学図形の描画命令、イメージオブジェクトを表現するにはイメージ描画命令がそれぞれ用いられる。   A drawing object is generally expressed by a drawing command. For example, a character drawing command is used to represent a character object, a drawing command of a geometric figure such as a rectangle is used to represent a graphics object, and an image drawing command is used to represent an image object.

また、画像情報18は、エッジ配列、タグデータ、外接矩形データから構成されている。エッジ配列は、ラスタデータを表現するものである。タグデータは、「テキスト」、「写真」などの文書構成要素の属性を示すものである。外接矩形データは、タグ種別毎に生成されるデータであり、タグで示される描画オブジェクトが存在する領域の外接矩形を示す。この外接矩形の外側には、当該描画オブジェクトが存在しないことが保障される。   The image information 18 includes an edge array, tag data, and circumscribed rectangle data. The edge array represents raster data. The tag data indicates attributes of document components such as “text” and “photo”. The circumscribed rectangle data is data generated for each tag type, and indicates the circumscribed rectangle of the area where the drawing object indicated by the tag exists. It is guaranteed that the drawing object does not exist outside the circumscribed rectangle.

<MRC構造を有する画像データ>
図2(A)乃至(D)は3層MRC構造のレイヤ別画像データの一例を示す図である。図2(A)は文書データの構成例を示している。この文書データ24は、黒色で描かれたテキスト26とグラフィックス28、赤色で描かれたテキスト30とグラフィックス32、及び写真などの画像データを取り込んで作成されたイメージ34から構成されている。なお、図2(A)に示す文書例は、図12(A)の文書例と同一のものである。
<Image data having MRC structure>
FIGS. 2A to 2D are diagrams showing examples of image data for each layer having a three-layer MRC structure. FIG. 2A shows a configuration example of document data. The document data 24 includes a text 26 and graphics 28 drawn in black, a text 30 and graphics 32 drawn in red, and an image 34 created by taking in image data such as a photograph. Note that the document example shown in FIG. 2A is the same as the document example shown in FIG.

図2(B)はイメージを含む部分を1つのレイヤ36に集めた様子を示すものであり、レイヤ36は多値画像データを圧縮する方式(例えばJPEG方式)で圧縮することができる。また、このレイヤ36は下地(背景画像)として扱われるのでBG(Background)レイヤ又は背景層と称される。図2(B)に示すレイヤ構成も、図12(B)のレイヤ構成と同一である。   FIG. 2B shows a state in which portions including images are collected in one layer 36. The layer 36 can be compressed by a method (for example, JPEG method) for compressing multivalued image data. Further, since this layer 36 is treated as a background (background image), it is called a BG (Background) layer or a background layer. The layer configuration illustrated in FIG. 2B is also the same as the layer configuration illustrated in FIG.

図2に示す3層MRC構造がN層MRC構造(図12参照)と異なる点は、前景の表現形式にある。即ち、N層MRC構造の場合には、同じ色の領域毎にマスクデータを構成し、各マスクデータを圧縮方式、位置・サイズ、及び色情報の組み合わせとして表現していたのに対し、3層MRC構造の場合は、ページ全体に含まれる前景の描画オブジェクト38の形状を1つのマスクデータ40で表現し(図2(D)参照)、前景の描画オブジェクト38の色情報を1つの画像データ42で表現する(図2(C)参照)。この例では、画像データ42には、色情報(黒)領域44と色情報(赤)領域46とが含まれている。   The three-layer MRC structure shown in FIG. 2 is different from the N-layer MRC structure (see FIG. 12) in the foreground expression format. That is, in the case of the N-layer MRC structure, mask data is configured for each region of the same color, and each mask data is expressed as a combination of a compression method, position / size, and color information. In the case of the MRC structure, the shape of the foreground drawing object 38 included in the entire page is represented by one mask data 40 (see FIG. 2D), and the color information of the foreground drawing object 38 is represented by one image data 42. (See FIG. 2C). In this example, the image data 42 includes a color information (black) area 44 and a color information (red) area 46.

マスクデータ40と画像データ42とは別々に圧縮される。一般にマスクデータにはMMR方式等の可逆圧縮が施され、色情報を表現した画像データにはJPEG方式、JBIG2方式等の圧縮が施される。このように異なる方式で圧縮することで圧縮率を高めることができる。また、これらのデータはいずれも下地上に上書きされる前景であるが、マスクデータ40で構成されるレイヤはマスク層と称され、画像データ42で構成されるレイヤはFG(Foreground)レイヤ又は前景層と称される。なお、マスク層と前景層とを区別する必要がない場合には、マスク層を含めて前景層又はFGレイヤと称する。   Mask data 40 and image data 42 are compressed separately. In general, reversible compression such as MMR method is applied to mask data, and image data expressing color information is compressed such as JPEG method and JBIG2 method. Thus, the compression rate can be increased by compressing in a different manner. Each of these data is a foreground to be overwritten on the background, but a layer composed of the mask data 40 is called a mask layer, and a layer composed of the image data 42 is an FG (Foreground) layer or the foreground. Referred to as a layer. When there is no need to distinguish between the mask layer and the foreground layer, the mask layer and the foreground layer are referred to as a foreground layer or an FG layer.

<画像処理の手順>
図3は、画像処理装置10の機能ブロック図である。以下、図3を参照して画像処理装置10の構成を詳細に説明する。なお、本実施の形態では、上述した3層MRC構造のレイヤ別画像データ20が出力されるが、前景層には文字を割り当て、背景層にはグラフィックスとイメージを割り当てるものとする。
<Image processing procedure>
FIG. 3 is a functional block diagram of the image processing apparatus 10. Hereinafter, the configuration of the image processing apparatus 10 will be described in detail with reference to FIG. In the present embodiment, the above-described three-layered MRC-structured image data 20 is output. Characters are assigned to the foreground layer, and graphics and images are assigned to the background layer.

上述した通り、画像処理装置10は、文書データ12又は印刷データ14(入力データ)の解析を行う解析処理部16と、レイヤ別画像データ20を生成するレイヤ画像処理部22と、を備えている。解析処理部16は、入力データを解析して描画命令を識別する入力データ解析部50と、識別された描画命令が文字描画命令の場合に文字描画時の解像度を決定する文字解像度決定部52と、で構成されている。   As described above, the image processing apparatus 10 includes the analysis processing unit 16 that analyzes the document data 12 or the print data 14 (input data), and the layer image processing unit 22 that generates the layer-specific image data 20. . The analysis processing unit 16 analyzes the input data to identify a drawing command, and if the identified drawing command is a character drawing command, the character resolution determining unit 52 determines the resolution at the time of character drawing. , Is composed of.

また、レイヤ画像処理部22は、描画オブジェクトをFGレイヤまたはBGレイヤに割り当てる層割り当て部54と、層割り当て結果と描画オブジェクトとをFG画像記憶部62、BG画像記憶部64のどちらかを選択して描画する文字処理部56、グラフィックス処理部58、イメージ処理部60と、FG画像記憶部62に記憶されたマスクデータをMMR方式で圧縮するMMR圧縮部66と、FG画像記憶部62に記憶された前景色データ及びBG画像記憶部64に記憶された背景画像をJPEG方式で圧縮するJPEG圧縮部68と、MMR圧縮データとJPEG圧縮データを所定のファイルフォーマットに埋め込むフォーマット部70と、で構成されている。   Further, the layer image processing unit 22 selects either the FG image storage unit 62 or the BG image storage unit 64 for assigning the drawing object to the FG layer or the BG layer, and the layer assignment result and the drawing object. The character processing unit 56, the graphics processing unit 58, the image processing unit 60, the MMR compression unit 66 that compresses the mask data stored in the FG image storage unit 62 by the MMR method, and the FG image storage unit 62 The JPEG compression unit 68 compresses the foreground color data and the background image stored in the BG image storage unit 64 by the JPEG method, and the format unit 70 embeds the MMR compressed data and the JPEG compressed data in a predetermined file format. Has been.

次に、上記の画像処理装置10で実施される画像処理の手順について説明する。本実施の形態では、画像処理は、文字描画時の解像度を決定する「第1のパス」と、レイヤ別画像データを生成する「第2のパス」の2つのパスで行われる。第2のパスは、第1のパスが終了した後に実行される。   Next, an image processing procedure performed by the image processing apparatus 10 will be described. In the present embodiment, image processing is performed in two passes: a “first pass” for determining the resolution at the time of character drawing and a “second pass” for generating image data by layer. The second pass is executed after the first pass is finished.

(1)第1のパス
第1のパスでは、文書データ12又は印刷データ14が入力されると、入力データ解析部50において入力データ12(または14)の解析が行われ、描画命令の種類が識別される。識別された描画命令が文字描画命令の場合には、その「文字描画命令」が文字解像度決定部52に送信される。文字解像度決定部52では、都度渡される文字描画命令の中身を解析し、描画する文字の情報を検出し、その情報を記憶手段である内部バッファ(図示せず)に保存する。
(1) First Pass In the first pass, when the document data 12 or the print data 14 is input, the input data analysis unit 50 analyzes the input data 12 (or 14), and the type of drawing command is determined. Identified. When the identified drawing command is a character drawing command, the “character drawing command” is transmitted to the character resolution determination unit 52. The character resolution determination unit 52 analyzes the contents of the character drawing command delivered each time, detects information about characters to be drawn, and saves the information in an internal buffer (not shown) as storage means.

第1のパスでは、入力データ解析部50は、文字解像度決定部52に対してだけ描画命令を送信し、層割り当て部54には描画命令を送信しない。入力データ解析部50は全描画命令の解析を終えると、文字解像度決定部52に「解析終了通知」を送信する。文字解像度決定部52は解析終了通知を受信すると、内部バッファに保存されている文字情報を元に文字の出力解像度を決定し、文字処理部56に決定した出力解像度を通知する。   In the first pass, the input data analysis unit 50 transmits a drawing command only to the character resolution determination unit 52 and does not transmit a drawing command to the layer allocation unit 54. When the input data analysis unit 50 finishes analyzing all drawing commands, the input data analysis unit 50 transmits an “analysis end notification” to the character resolution determination unit 52. Upon receiving the analysis end notification, the character resolution determining unit 52 determines the character output resolution based on the character information stored in the internal buffer, and notifies the character processing unit 56 of the determined output resolution.

(2)第2のパス
第2のパスでは、まず、入力データ解析部50において入力データ12(または14)の解析が行われ、描画命令の種類が識別される。識別された描画命令は、層割り当て部54に送信され、FGレイヤまたはBGレイヤのいずれかの層に割り当てられる。層割り当て部54は、描画命令の種類に応じて、文字処理部56、グラフィックス処理部58、イメージ処理部60のいずれかに描画命令を送信する。このとき、層割り当て結果が描画命令と共に各部に通知される。
(2) Second Pass In the second pass, first, the input data analysis unit 50 analyzes the input data 12 (or 14) to identify the type of drawing command. The identified drawing command is transmitted to the layer assignment unit 54 and assigned to either the FG layer or the BG layer. The layer allocation unit 54 transmits a drawing command to any of the character processing unit 56, the graphics processing unit 58, and the image processing unit 60 according to the type of the drawing command. At this time, the layer assignment result is notified to each unit together with the drawing command.

文字処理部56、グラフィックス処理部58、及びイメージ処理部60の各々は、層割り当て結果に基づいてFG画像記憶部62、BG画像記憶部64のいずれかを選択し、描画オブジェクトをいずれかの記憶部に描画する。このとき、文字処理部56は、第1のパスにおいて文字解像度決定部52から通知された出力解像度を用いて、文字の形状を表すマスクデータを生成する。一方、グラフィックス処理部58及びイメージ処理部60は、予め設定された出力解像度で画像を生成する。   Each of the character processing unit 56, the graphics processing unit 58, and the image processing unit 60 selects one of the FG image storage unit 62 and the BG image storage unit 64 based on the layer assignment result, and selects one of the drawing objects. Draw in the storage unit. At this time, the character processing unit 56 generates mask data representing the shape of the character using the output resolution notified from the character resolution determination unit 52 in the first pass. On the other hand, the graphics processing unit 58 and the image processing unit 60 generate an image with a preset output resolution.

FG画像記憶部62に記憶されたマスクデータは、MMR圧縮部66によりMMR圧縮が施され、フォーマット部70に入力される。FG画像記憶部62に記憶された前景色データは、JPEG圧縮部68によりJPEG圧縮が施され、フォーマット部70に入力される。BG画像記憶部64に記憶された背景画像は、JPEG圧縮部68によりJPEG圧縮が施され、フォーマット部70に入力される。フォーマット部70では、MMR圧縮データとJPEG圧縮データとを所定のファイルフォーマットに埋め込み、得られたレイヤ別画像データ20を出力する。   The mask data stored in the FG image storage unit 62 is subjected to MMR compression by the MMR compression unit 66 and input to the format unit 70. The foreground color data stored in the FG image storage unit 62 is subjected to JPEG compression by the JPEG compression unit 68 and input to the format unit 70. The background image stored in the BG image storage unit 64 is subjected to JPEG compression by the JPEG compression unit 68 and input to the format unit 70. The format unit 70 embeds the MMR compressed data and the JPEG compressed data in a predetermined file format, and outputs the obtained layer-specific image data 20.

<解像度決定処理>
次に、文字解像度決定部52で実行される「解像度決定処理」について詳細に説明する。
図4は文字描画命令の構造を表す図表である。本実施の形態で使用される「文字描画命令」は、図4に示すように、描画命令名フィールドとパラメータフィールドとから構成されている。描画命令名は、各種命令を識別するための名前であり、文字描画命令の場合は「文字描画」である。パラメータは、描画すべき文字の属性を示すものであり、文字を描画すべきページ上の位置を表す「描画位置」、描画すべき文字の書体を表す「書体名」、文字のサイズを表すポイント数等の「サイズ」、文字の色値(RGB値)を指定する「色値」から構成されている。
<Resolution determination process>
Next, the “resolution determination process” executed by the character resolution determination unit 52 will be described in detail.
FIG. 4 is a chart showing the structure of the character drawing command. As shown in FIG. 4, the “character drawing command” used in the present embodiment includes a drawing command name field and a parameter field. The drawing command name is a name for identifying various commands, and is “character drawing” in the case of a character drawing command. The parameter indicates the attribute of the character to be drawn. The “drawing position” indicating the position on the page where the character is to be drawn, the “typeface name” indicating the typeface of the character to be drawn, and the point indicating the size of the character It consists of a “size” such as a number and a “color value” that specifies a color value (RGB value) of a character.

図5は文字解像度決定部52で実行される処理ルーチンを示すフローチャートである。
画像処理装置10に文書データ12又は印刷データ14が入力されると処理が開始され、まず、ステップ100で、カレント最小文字サイズ情報を保持する内部バッファ(図示せず)を初期化して、カレント最小文字サイズ情報が保持されていない「情報なし」の状態にする。ここで「カレント最小文字サイズ情報」とは、入力データ中に含まれる文字描画命令の中でも最も小さい文字のサイズ情報であり、文字解像度決定部52の内部バッファに保持され、内部変数として機能する。
FIG. 5 is a flowchart showing a processing routine executed by the character resolution determination unit 52.
When document data 12 or print data 14 is input to the image processing apparatus 10, the processing is started. First, in step 100, an internal buffer (not shown) that holds current minimum character size information is initialized, and the current minimum Set to "no information" state where character size information is not retained. Here, “current minimum character size information” is the size information of the smallest character among the character rendering commands included in the input data, and is held in the internal buffer of the character resolution determination unit 52 and functions as an internal variable.

次に、ステップ102で、入力データ解析部50からの指示があったか否かを判断する。否定判断の場合は、指示があるまで所定間隔で判断を繰り返す。肯定判断の場合は、指示内容に応じて以下の処理を行う。入力データ解析部50から文字描画命令を受信した場合は、ステップ104に進み、受信した文字描画命令を解析して「文字サイズ情報」を検出する。なお、本実施の形態で使用される文字描画命令では、図4に示すように、文字サイズはポイント数で指定される。   Next, in step 102, it is determined whether or not there is an instruction from the input data analysis unit 50. In the case of negative determination, the determination is repeated at predetermined intervals until an instruction is given. If the determination is affirmative, the following processing is performed according to the instruction content. When a character drawing command is received from the input data analysis unit 50, the process proceeds to step 104, where the received character drawing command is analyzed to detect “character size information”. In the character drawing command used in this embodiment, the character size is specified by the number of points as shown in FIG.

文字サイズ情報が検出されると、次のステップ106で、内部バッファが初期化状態か否かを判断する。肯定判断の場合は、受信した描画命令は最初の文字描画命令であるから、ステップ110に進み、検出された文字サイズ情報を内部バッファに保持する。これにより、内部バッファのカレント最小文字サイズ情報が、検出された文字サイズ情報で更新される。   When the character size information is detected, it is determined in the next step 106 whether or not the internal buffer is in an initialized state. In the case of an affirmative determination, since the received drawing command is the first character drawing command, the process proceeds to step 110, and the detected character size information is held in the internal buffer. As a result, the current minimum character size information in the internal buffer is updated with the detected character size information.

ステップ106で否定判断の場合には、2回目以降の文字描画命令であるから、ステップ108に進み、検出した文字サイズ情報と内部バッファに保持されたカレント最小文字サイズ情報とを比較して、検出した文字サイズがカレント最小文字サイズより小さいか否かを判断する。肯定判断の場合は、検出した文字サイズが最小文字サイズであるから、ステップ110に進み、内部バッファのカレント最小文字サイズ情報を、検出された文字サイズ情報で更新する。   In the case of negative determination in step 106, since it is a character drawing command for the second and subsequent times, the process proceeds to step 108, where the detected character size information is compared with the current minimum character size information held in the internal buffer to detect it. It is determined whether the selected character size is smaller than the current minimum character size. If the determination is affirmative, since the detected character size is the minimum character size, the process proceeds to step 110, and the current minimum character size information in the internal buffer is updated with the detected character size information.

ステップ110で更新が終了した後は、ステップ102に戻って、入力データ解析部50から次の指示が入力されるのを待つ。また、ステップ108で否定判断の場合にも、ステップ102に戻って、入力データ解析部50から次の指示が入力されるのを待つ。   After the update is completed in step 110, the process returns to step 102 and waits for the next instruction to be input from the input data analysis unit 50. Also in the case of a negative determination in step 108, the process returns to step 102 and waits for the next instruction from the input data analysis unit 50.

ステップ102で解析終了通知を受信した場合は、ステップ112に進み、内部バッファに保持されたカレント最小文字サイズ情報を読み出し、次のステップ114で、カレント最小文字サイズ情報に対応した出力解像度を決定する。なお、出力解像度の決定方法については後述する。ステップ114で出力解像度が決定されると、次のステップ116に進み、決定された出力解像度を文字処理部56に通知し、ルーチンを終了する。   When the analysis end notification is received in step 102, the process proceeds to step 112, where the current minimum character size information held in the internal buffer is read, and in the next step 114, the output resolution corresponding to the current minimum character size information is determined. . The method for determining the output resolution will be described later. When the output resolution is determined in step 114, the process proceeds to the next step 116, the determined output resolution is notified to the character processing unit 56, and the routine is terminated.

次に、ステップ114で実行される出力解像度の決定方法について説明する。図6は最小文字サイズと出力解像度との対応関係を示す対応表である。本実施の形態では、使用される文字の最小サイズの可読性が保証される解像度は、図6に示す対応表で与えられる。この対応表は、文字解像度決定部52の内部バッファ(図示せず)に保持されている。ステップ114では、この対応表を参照することにより、可読性を保証した上で最も低い解像度を得ることができる。例えば、カレント最小文字サイズが8ポイントまたは9ポイントならば、可読性のある最も低い解像度は200DPIであることが分かる。   Next, the output resolution determination method executed in step 114 will be described. FIG. 6 is a correspondence table showing the correspondence between the minimum character size and the output resolution. In the present embodiment, the resolution at which the readability of the minimum size of the characters used is guaranteed is given in the correspondence table shown in FIG. This correspondence table is held in an internal buffer (not shown) of the character resolution determination unit 52. In step 114, by referring to this correspondence table, the lowest resolution can be obtained while ensuring readability. For example, if the current minimum character size is 8 points or 9 points, it can be seen that the lowest readable resolution is 200 DPI.

<種々の文書への適用例>
図7は報告書の文書例を示す図であり、図8はプレゼンテーションを目的とした文書例を示す図である。図7に示す文書の場合は、カレント最小文字サイズ情報の値は「8p(8ポイント)」となる。図6の対応表を参照して「8p」に対応する出力解像度を検索すると200DPIとなる。従って、200DPIの出力解像度で文字が描画され、最小サイズの8ポイントの文字についても可読性が確保される。一方、図8に示すの文書の場合には、カレント最小文字サイズ情報の値は「16p(16ポイント)」となり、図6の対応表を参照して「16p」に対応する出力解像度を検索すると75DPIとなる。従って、75DPIの出力解像度で文字が描画され、文字が割り当てられる前景層の画像データのデータサイズが小さくなる。
<Application examples to various documents>
FIG. 7 is a diagram showing a document example of a report, and FIG. 8 is a diagram showing a document example for the purpose of presentation. In the case of the document shown in FIG. 7, the value of the current minimum character size information is “8p (8 points)”. When the output resolution corresponding to “8p” is searched with reference to the correspondence table of FIG. 6, 200 DPI is obtained. Therefore, characters are drawn at an output resolution of 200 DPI, and readability is ensured even for characters of the minimum size of 8 points. On the other hand, in the case of the document shown in FIG. 8, the value of the current minimum character size information is “16p (16 points)”, and when the output resolution corresponding to “16p” is searched with reference to the correspondence table of FIG. 75 DPI. Therefore, characters are drawn at an output resolution of 75 DPI, and the data size of the foreground image data to which the characters are assigned is reduced.

以上説明した通り、本実施の形態では、文字描画命令から文字サイズ情報を検出して、入力データ中に含まれる最小文字のサイズ情報を取得し、最小サイズの文字の可読性が保証されるように出力解像度を決定するので、文字の可読性を確保しながら、より小さいサイズのレイヤ別画像データを得ることができる。   As described above, in the present embodiment, the character size information is detected from the character drawing command, the size information of the minimum character included in the input data is acquired, and the readability of the character of the minimum size is guaranteed. Since the output resolution is determined, it is possible to obtain layered image data having a smaller size while ensuring the readability of characters.

(第2の実施の形態)
第2の実施の形態では、出力解像度の自動調整機能を使用するか否かをユーザが選択することができる。図9は第2の実施の形態に係る画像処理装置の機能ブロック図である。解像度決定方式指示部72が追加されている以外は、第1の実施の形態に係る画像処理装置(図3参照)と同じ構成であるため、同じ構成部分には同じ符号を付して説明を省略する。
(Second Embodiment)
In the second embodiment, the user can select whether or not to use the output resolution automatic adjustment function. FIG. 9 is a functional block diagram of an image processing apparatus according to the second embodiment. The configuration is the same as that of the image processing apparatus according to the first embodiment (see FIG. 3) except that the resolution determination method instruction unit 72 is added. Omitted.

解像度決定方式指示部72は、文字解像度決定部52により出力解像度の決定を行うか否かをユーザが指示するための指示入力手段である。具体的には、操作パネル等のユーザインタフェイスとして実現される。   The resolution determination method instruction unit 72 is an instruction input unit for the user to instruct whether or not the character resolution determination unit 52 determines the output resolution. Specifically, it is realized as a user interface such as an operation panel.

図10はユーザインタフェイスの一例を示す図である。図10には、出力解像度の決定を行うか否かをユーザが指示するためのユーザインターフェイスの一例として、解像度指定ダイアログ74が図示されている。このダイアログ74では、解像度決定方式として「最小文字サイズから決定する」と「固定解像度を指定する」のいずれかを選択することが可能とされている。また、固定解像度を入力するための入力ボックス76が設けられており、「固定解像度を指定する」を選択した場合には、ユーザが固定解像度の値を入力することができる。   FIG. 10 is a diagram illustrating an example of a user interface. FIG. 10 shows a resolution designation dialog 74 as an example of a user interface for the user to instruct whether or not to determine the output resolution. In this dialog 74, it is possible to select either “determine from the minimum character size” or “designate a fixed resolution” as the resolution determination method. Also, an input box 76 for inputting a fixed resolution is provided. When “Specify fixed resolution” is selected, the user can input a fixed resolution value.

次に、画像処理の手順について説明する。本実施の形態では、解像度決定方式指示部72から指示が入力されると、ユーザ指示結果は入力データ解析部50に通知される。例えばダイアログ74でユーザが「最小文字サイズから決定する」を選択した場合には、第1の実施の形態と同様に第1のパスを実行し、第1のパスが終了した後に第2のパスを実行する。一方、ダイアログ74でユーザが「固定解像度を指定する」を選択した場合には、入力データ解析部50は文字処理部56にユーザが指定した解像度を通知し、第1のパスは実行せず、第2のパスだけを実行する。   Next, an image processing procedure will be described. In the present embodiment, when an instruction is input from the resolution determination method instruction unit 72, the user instruction result is notified to the input data analysis unit 50. For example, when the user selects “determine from the minimum character size” in the dialog 74, the first pass is executed as in the first embodiment, and the second pass after the first pass is completed. Execute. On the other hand, when the user selects “specify fixed resolution” in the dialog 74, the input data analysis unit 50 notifies the character processing unit 56 of the resolution specified by the user, and the first pass is not executed. Perform only the second pass.

以上説明した通り、本実施の形態では、出力解像度の自動調整機能を使用するか否かをユーザが選択することができる。そして、出力解像度の自動調整機能が選択された場合には、第1の実施の形態と同様に、文字描画命令から文字サイズ情報を検出して、入力データ中に含まれる最小文字のサイズ情報を取得し、最小サイズの文字の可読性が保証されるように出力解像度を決定するので、文字の可読性を確保しながら、より小さいサイズのレイヤ別画像データを得ることができる。   As described above, in this embodiment, the user can select whether or not to use the output resolution automatic adjustment function. When the automatic adjustment function of the output resolution is selected, the character size information is detected from the character drawing command and the size information of the minimum character included in the input data is obtained as in the first embodiment. Since the output resolution is determined so as to ensure the readability of the character of the minimum size, it is possible to obtain layered image data of a smaller size while ensuring the readability of the character.

(第3の実施の形態)
第1及び第2の実施の形態では、文字サイズ情報を検出して出力解像度を決定していたが、第3の実施の形態では、文字サイズ情報に加え、書体情報も出力解像度を決定するのに利用する。即ち、出力解像度の決定方法が他の実施の形態と相違している。画像処理装置の構成等、これ以外の点は第1の実施の形態と同様であるため説明を省略する。
(Third embodiment)
In the first and second embodiments, the character size information is detected and the output resolution is determined. In the third embodiment, in addition to the character size information, the font information also determines the output resolution. To use. That is, the method for determining the output resolution is different from that of the other embodiments. Since other points such as the configuration of the image processing apparatus are the same as those in the first embodiment, description thereof will be omitted.

文字サイズ情報及び書体情報を用いた場合の解像度決定処理の手順を、図5に示すフローチャートに従って説明する。まず、ステップ100で、カレント最小文字サイズ情報を保持する内部バッファ(図示せず)を初期化して、カレント最小文字サイズ情報が保持されていない「情報なし」の状態にする。本実施の形態では、書体毎に「カレント最小文字サイズ情報」が保持される。   The procedure of resolution determination processing when character size information and typeface information are used will be described with reference to the flowchart shown in FIG. First, in step 100, an internal buffer (not shown) that holds the current minimum character size information is initialized to a “no information” state in which the current minimum character size information is not held. In the present embodiment, “current minimum character size information” is held for each typeface.

次に、ステップ102で、入力データ解析部50からの指示があったか否かを判断する。否定判断の場合は、指示があるまで所定間隔で判断を繰り返す。肯定判断の場合は、指示内容に応じて以下の処理を行う。入力データ解析部50から文字描画命令を受信した場合は、ステップ104に進み、受信した文字描画命令を解析して「文字サイズ情報」及び「書体情報」を検出する。   Next, in step 102, it is determined whether or not there is an instruction from the input data analysis unit 50. In the case of negative determination, the determination is repeated at predetermined intervals until an instruction is given. If the determination is affirmative, the following processing is performed according to the instruction content. If a character drawing command is received from the input data analysis unit 50, the process proceeds to step 104, where the received character drawing command is analyzed to detect “character size information” and “typeface information”.

文字サイズ情報及び書体情報が検出されると、次のステップ106で、内部バッファが初期化状態か否かを判断する。肯定判断の場合は、ステップ110に進み、検出された文字サイズ情報を内部バッファに保持する。否定判断の場合には、ステップ108に進み、書体毎に、検出した文字サイズ情報と内部バッファに保持されたカレント最小文字サイズ情報とを比較して、検出した文字サイズが同じ書体のカレント最小文字サイズより小さいか否かを判断する。肯定判断の場合は、検出した文字サイズが最小文字サイズであるから、ステップ110に進み、検出した文字サイズがカレント最小文字サイズより小さいと判断された書体について、内部バッファのカレント最小文字サイズ情報を、検出された文字サイズ情報で更新する。   When character size information and typeface information are detected, it is determined in the next step 106 whether or not the internal buffer is in an initialized state. If the determination is affirmative, the process proceeds to step 110, and the detected character size information is held in the internal buffer. In the case of negative determination, the process proceeds to step 108, and for each typeface, the detected character size information is compared with the current minimum character size information held in the internal buffer, and the current minimum character of the typeface whose detected character size is the same. Determine whether it is smaller than the size. In the case of an affirmative determination, since the detected character size is the minimum character size, the process proceeds to step 110, and the current minimum character size information in the internal buffer is obtained for the typeface determined to be smaller than the current minimum character size. Update with detected character size information.

第1の実施の形態では、文字解像度決定部52は、使用されている文字の最小サイズを求めていたが、第3の実施の形態では、書体毎に文字の最小サイズを求める。例えば「ゴシック」と「明朝」というように書体が異なる2種類の文字を含む文書の場合は、「ゴシック」についてのカレント最小文字サイズ情報と、「明朝」についてのカレント最小文字サイズ情報とが、内部バッファに保持される。   In the first embodiment, the character resolution determination unit 52 obtains the minimum size of the character used. In the third embodiment, the character resolution determination unit 52 obtains the minimum size of the character for each typeface. For example, in the case of a document including two types of characters with different typefaces, such as “Gothic” and “Mincho”, the current minimum character size information for “Gothic” and the current minimum character size information for “Mincho” Is held in an internal buffer.

ステップ110で更新が終了した後は、ステップ102に戻って、入力データ解析部50から次の指示が入力されるのを待つ。また、ステップ108で否定判断の場合にも、ステップ102に戻って、入力データ解析部50から次の指示が入力されるのを待つ。   After the update is completed in step 110, the process returns to step 102 and waits for the next instruction to be input from the input data analysis unit 50. Also in the case of a negative determination in step 108, the process returns to step 102 and waits for the next instruction from the input data analysis unit 50.

ステップ102で解析終了通知を受信した場合は、ステップ112に進み、内部バッファに保持されたカレント最小文字サイズ情報を書体毎に読み出し、次のステップ114で、カレント最小文字サイズ情報に対応した出力解像度を決定する。なお、出力解像度の決定方法については後述する。ステップ114で出力解像度が決定されると、次のステップ116に進み、決定された出力解像度を文字処理部56に通知し、ルーチンを終了する。   When the analysis end notification is received in step 102, the process proceeds to step 112, where the current minimum character size information held in the internal buffer is read for each typeface, and in the next step 114, the output resolution corresponding to the current minimum character size information is read. To decide. The method for determining the output resolution will be described later. When the output resolution is determined in step 114, the process proceeds to the next step 116, the determined output resolution is notified to the character processing unit 56, and the routine is terminated.

次に、ステップ114で実行される出力解像度の決定方法について説明する。図11は書体毎に最小文字サイズと出力解像度との対応関係を示す対応表である。本実施の形態では、使用される文字の最小サイズの可読性が保証される解像度は、書体毎に図11に示す対応表で与えられる。ステップ114では、この対応表を参照することにより、書体毎に可読性を保証した上で最も低い解像度を検索し、検索された解像度の中で最も高い解像度を出力解像度とする。   Next, the output resolution determination method executed in step 114 will be described. FIG. 11 is a correspondence table showing the correspondence between the minimum character size and the output resolution for each typeface. In the present embodiment, the resolution at which the readability of the minimum size of the characters used is guaranteed is given for each typeface in the correspondence table shown in FIG. In step 114, by referring to this correspondence table, the lowest resolution is searched while guaranteeing the readability for each typeface, and the highest resolution among the searched resolutions is set as the output resolution.

例えば、ゴシックについてのカレント最小文字サイズが10ポイントならば、可読性のある最も低い解像度は150DPIであり、明朝についてのカレント最小文字サイズが10ポイントならば、可読性のある最も低い解像度は200DPIである。従って、使用される全文字の可読性が保証される解像度は200DPIである。可読性が保証される解像度は書体により異なり、一般にゴシックより明朝の方が可読性を確保するために高い解像度が必要である。このように書体毎に可読性が保証される解像度を求め、その中から最高の解像度を選択することで、全部の書体について最小サイズの文字の可読性が保証される。   For example, if the current minimum character size for Gothic is 10 points, the lowest readable resolution is 150 DPI, and if the current minimum character size for Mincho is 10 points, the lowest readable resolution is 200 DPI. . Therefore, the resolution that guarantees the readability of all characters used is 200 DPI. The resolution for which readability is guaranteed varies depending on the typeface, and generally, a higher resolution is required in the Mincho to ensure readability than Gothic. Thus, the resolution which guarantees readability for every typeface is calculated | required, and the highest resolution is selected from the resolution, and the readability of the character of the minimum size is guaranteed about all the typefaces.

以上説明した通り、本実施の形態では、文字描画命令から文字サイズ情報及び書体情報を検出して、入力データ中に含まれる最小文字のサイズ情報を書体毎に取得し、全部の書体について最小サイズの文字の可読性が保証されるように出力解像度を決定するので、文字の可読性を確保しながら、より小さいサイズのレイヤ別画像データを得ることができる。   As described above, in the present embodiment, the character size information and the typeface information are detected from the character drawing command, the size information of the minimum character included in the input data is acquired for each typeface, and the minimum size for all the typefaces. Since the output resolution is determined so as to ensure the readability of the characters, it is possible to obtain image data by layer having a smaller size while ensuring the readability of the characters.

なお、上記では、書体毎の文字の最小サイズをまず求め、その後各書体毎の最小サイズに対応する解像度を求め、その中で最も高い解像度を選択しているが、各文字情報の検出時に、対応表を参照して可読性を保証する解像度を求めておいて、その解像度の中で最も高い解像度を選択するようにしてもよい。   In the above, the minimum character size for each typeface is determined first, then the resolution corresponding to the minimum size for each typeface is determined, and the highest resolution is selected among them. A resolution that guarantees readability is obtained with reference to the correspondence table, and the highest resolution among the resolutions may be selected.

(第4の実施の形態)
第1乃至第3の実施の形態では、3層MRC構造のレイヤ別画像データを出力する例について説明したが、第4の実施の形態では、図12に示したN層MRC構造のレイヤ別画像データを出力する例について説明する。FG画像記憶部62からJPEG圧縮部68への入力が行われない以外は、画像処理装置の構成は第1の実施の形態と同様であるため説明を省略する。
(Fourth embodiment)
In the first to third embodiments, the example in which the image data for each layer having the three-layer MRC structure is output has been described. In the fourth embodiment, the image for each layer having the N-layer MRC structure shown in FIG. An example of outputting data will be described. Since the configuration of the image processing apparatus is the same as that of the first embodiment except that the input from the FG image storage unit 62 to the JPEG compression unit 68 is not performed, the description thereof is omitted.

以下、画像処理の手順について説明する。文書データ12又は印刷データ14が入力されると、入力データ解析部50において入力データ12(または14)の解析が行われ、描画命令の種類が識別される。識別された描画命令が文字描画命令の場合には、その「文字描画命令」を文字解像度決定部52に送信すると共に、層割り当て部54にも送信する。   The image processing procedure will be described below. When the document data 12 or the print data 14 is input, the input data analysis unit 50 analyzes the input data 12 (or 14) and identifies the type of drawing command. When the identified drawing command is a character drawing command, the “character drawing command” is transmitted to the character resolution determination unit 52 and also to the layer allocation unit 54.

文字解像度決定部52では、都度渡される文字描画命令の中身を解析し、描画する文字の情報を検出し、文字のサイズ情報を元に可読性のある最低解像度を出力解像度と決定し、決定した出力解像度を文字処理部56に都度送信する。   The character resolution determination unit 52 analyzes the contents of the character drawing command passed each time, detects the information of the character to be drawn, determines the lowest resolution with readability based on the character size information, and determines the determined output. The resolution is transmitted to the character processing unit 56 each time.

層割り当て部54は、描画命令の種類に応じて、文字処理部56、グラフィックス処理部58、イメージ処理部60のいずれかに描画命令を送信する。このとき、層割り当て結果が描画命令と共に各部に通知される。文字処理部56は、層割り当て部54から受信した文字描画命令と文字解像度決定部52から受信した当該文字描画命令の出力解像度とを関連付けて、内部バッファ(図示せず)に記憶する。   The layer allocation unit 54 transmits a drawing command to any of the character processing unit 56, the graphics processing unit 58, and the image processing unit 60 according to the type of the drawing command. At this time, the layer assignment result is notified to each unit together with the drawing command. The character processing unit 56 associates the character drawing command received from the layer allocation unit 54 with the output resolution of the character drawing command received from the character resolution determination unit 52, and stores it in an internal buffer (not shown).

グラフィックス処理部58及びイメージ処理部60の各々は、描画命令を受信する毎に、層割り当て結果に基づいてFG画像記憶部62、BG画像記憶部64のいずれかを選択し、描画オブジェクトをいずれかの記憶部に描画する。一方、文字処理部56は、描画命令を受信した時点では、内部バッファに描画命令と出力解像度とを関連付けて記憶するのみである。   Each time the graphics processing unit 58 and the image processing unit 60 receive a drawing command, the graphics processing unit 58 and the image processing unit 60 select either the FG image storage unit 62 or the BG image storage unit 64 based on the layer assignment result, Draw in the storage. On the other hand, the character processing unit 56 only stores the drawing command and the output resolution in association with each other in the internal buffer when the drawing command is received.

入力データ解析部50は全描画命令の解析を終えると、層割り当て部54を介して文字処理部56に「解析終了通知」を送信する。文字処理部56は解析終了通知を受信すると、内部バッファに記憶しておいた描画命令と出力解像度とを用いて、文字の形状を表すマスクデータを生成する。文字処理部56は、各文字毎(描画命令毎)のマスクデータと色値とをFG画像記憶部62に出力してもよいし、同一の出力解像度と同一の色値とを持つ文字毎のマスクデータと色値とをまとめて1つのマスクデータにしてから、FG画像記憶部62に出力してもよい。また、同一の文字サイズと同一の色値とを持つ文字を1つのマスクデータにまとめることもできる。一方、グラフィックス処理部58及びイメージ処理部60は、予め設定された出力解像度で画像を生成する。   When the input data analysis unit 50 finishes analyzing all drawing commands, the input data analysis unit 50 transmits an “analysis end notification” to the character processing unit 56 via the layer assignment unit 54. When the character processing unit 56 receives the analysis end notification, the character processing unit 56 generates mask data representing the shape of the character using the drawing command and the output resolution stored in the internal buffer. The character processing unit 56 may output mask data and color values for each character (for each drawing command) to the FG image storage unit 62, or for each character having the same output resolution and the same color value. The mask data and the color value may be combined into one mask data and output to the FG image storage unit 62. It is also possible to combine characters having the same character size and the same color value into one mask data. On the other hand, the graphics processing unit 58 and the image processing unit 60 generate an image with a preset output resolution.

FG画像記憶部62に記憶されたマスクデータは、MMR圧縮部66によりMMR圧縮が施され、色情報と共にフォーマット部70に入力される。BG画像記憶部64に記憶された画像は、JPEG圧縮部によりJPEG圧縮が施され、フォーマット部70に入力される。フォーマット部70では、MMR圧縮データとJPEG圧縮データとを所定のファイルフォーマットに埋め込み、得られたレイヤ別画像データ20を出力する。   The mask data stored in the FG image storage unit 62 is subjected to MMR compression by the MMR compression unit 66 and input to the format unit 70 together with the color information. The image stored in the BG image storage unit 64 is subjected to JPEG compression by the JPEG compression unit and input to the format unit 70. The format unit 70 embeds the MMR compressed data and the JPEG compressed data in a predetermined file format, and outputs the obtained layer-specific image data 20.

以上説明した通り、本実施の形態では、レイヤ別画像データがN層MRC構造であっても、文字描画命令から文字サイズ情報を検出して、入力データ中に含まれる最小文字のサイズ情報を取得し、最小サイズの文字の可読性が保証されるように出力解像度を決定するので、文字の可読性を確保しながら、より小さいサイズのレイヤ別画像データを得ることができる。   As described above, in the present embodiment, even if the layer-by-layer image data has an N-layer MRC structure, the character size information is detected from the character drawing command and the size information of the minimum character included in the input data is acquired. In addition, since the output resolution is determined so as to ensure the readability of the minimum size character, it is possible to obtain smaller-sized layered image data while ensuring the character readability.

特に、第4の実施の形態では、個々の文字描画命令に含まれる最小文字のサイズ情報を取得し、文字描画命令毎に最小サイズの文字の可読性が保証されるように出力解像度を決定するので、文字の可読性を確実に確保することができる。   In particular, in the fourth embodiment, the size information of the minimum character included in each character drawing command is acquired, and the output resolution is determined so as to ensure the readability of the character of the minimum size for each character drawing command. The readability of characters can be ensured reliably.

なお、上記では文字描画命令毎に出力解像度を決定し、文字描画命令毎にマスクデータを生成する例について説明したが、N層MRC構造は前景の表現の自由度が大きいという特徴を有しているので、文字処理部では、文字描画命令毎にマスクデータを生成する以外に、同一の出力解像度(又は、同一の文字サイズ)と色値とを持つ文字毎にマスクデータを生成することもできる。   In the above description, the output resolution is determined for each character drawing command and the mask data is generated for each character drawing command. However, the N-layer MRC structure has a feature that the degree of freedom of foreground expression is large. Therefore, in addition to generating mask data for each character drawing command, the character processing unit can generate mask data for each character having the same output resolution (or the same character size) and color value. .

画像処理装置の概略構成を示す図である。It is a figure which shows schematic structure of an image processing apparatus. 3層MRC構造を有する画像データの一例を示す図である。It is a figure which shows an example of the image data which has a 3 layer MRC structure. 第1の実施の形態に係る画像処理装置の機能ブロック図である。1 is a functional block diagram of an image processing apparatus according to a first embodiment. 文字描画命令の構造を表す図表である。It is a chart showing the structure of a character drawing command. 文字解像度決定部の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of a character resolution determination part. 最小文字サイズと出力解像度との対応関係を示す対応表である。6 is a correspondence table showing a correspondence relationship between a minimum character size and an output resolution. 報告書の文書例を示す図である。It is a figure which shows the example of a document of a report. プレゼンテーションを目的とした文書例を示す図である。It is a figure which shows the example of a document aiming at the presentation. 第2の実施の形態に係る画像処理装置の機能ブロック図である。It is a functional block diagram of the image processing apparatus which concerns on 2nd Embodiment. ユーザインタフェイスの表示を示す図である。It is a figure which shows the display of a user interface. 書体毎に最小文字サイズと出力解像度との対応関係を示す対応表である。It is a correspondence table showing the correspondence between the minimum character size and the output resolution for each typeface. N層MRC構造を有する画像データの一例を示す図である。It is a figure which shows an example of the image data which has N layer MRC structure.

符号の説明Explanation of symbols

10 画像処理装置
12 文書データ
14 印刷データ
16 解析処理部
18 画像情報
20 レイヤ別画像データ
22 レイヤ画像処理部
24 文書データ
26 テキスト
28 グラフィックス
30 テキスト
32 グラフィックス
32 レイヤ
34 イメージ
36 レイヤ
38 描画オブジェクト
40 マスクデータ
42 画像データ
44 領域
46 領域
50 入力データ解析部
52 文字解像度決定部
54 層割り当て部
56 文字処理部
58 グラフィックス処理部
60 イメージ処理部
62 FG画像記憶部
64 BG画像記憶部
66 MMR圧縮部
68 JPEG圧縮部
70 フォーマット部
72 解像度決定方式指示部
74 ダイアログ
76 入力ボックス
80 レイヤ
82 マスクデータ
DESCRIPTION OF SYMBOLS 10 Image processing apparatus 12 Document data 14 Print data 16 Analysis process part 18 Image information 20 Image data classified by layer 22 Layer image process part 24 Document data 26 Text 28 Graphics 30 Text 32 Graphics 32 Layer 34 Image 36 Layer 38 Drawing object 40 Mask data 42 Image data 44 Region 46 Region 50 Input data analysis unit 52 Character resolution determination unit 54 Layer allocation unit 56 Character processing unit 58 Graphics processing unit 60 Image processing unit 62 FG image storage unit 64 BG image storage unit 66 MMR compression unit 68 JPEG compression section 70 Format section 72 Resolution determination method instruction section 74 Dialog 76 Input box 80 Layer 82 Mask data

Claims (11)

文書データを入力するデータ入力手段と、
前記データ入力手段により入力された文書データを解析し、前記文書データに含まれる描画命令の種類を識別するデータ解析手段と、
前記描画命令が文字描画命令の場合に、前記文字描画命令から文字情報として書体及び文字サイズを検出し、書体毎に予め設定された文字サイズと解像度との関係に基づいて、検出された文字サイズの中で最小の文字サイズに対応する解像度を書体毎に求め、求められた解像度の中で最高の解像度を文字描画時の解像度と決定する解像度決定手段と、
前記データ解析手段で識別された描画命令の種類に応じて、前記文書データに含まれる描画命令を、画像データが属性が異なる複数層に分割された多層構造の画像データのいずれかの層に割り当てる層割り当て手段と、
前記解像度決定手段で決定された解像度を用いて前記文字描画命令が割り当てられた層の画像データを生成すると共に、予め設定された解像度を用いて他の層の画像データを生成する画像データ生成手段と、
を含むことを特徴とする画像処理装置。
Data input means for inputting document data;
Data analysis means for analyzing the document data input by the data input means and identifying the type of drawing command included in the document data;
When the drawing command is a character drawing command, the typeface and the character size are detected as character information from the character drawing command, and the detected character size is determined based on the relationship between the character size and the resolution set in advance for each typeface. Resolution determination means for determining the resolution corresponding to the smallest character size for each typeface, and determining the highest resolution among the obtained resolutions as the resolution at the time of character drawing ,
Depending on the type of drawing command identified by the data analysis means, the drawing command included in the document data is assigned to one of the layers of image data having a multilayer structure in which the image data is divided into a plurality of layers having different attributes. Tier assignment means;
Image data generating means for generating image data of a layer to which the character drawing command is assigned using the resolution determined by the resolution determining means and generating image data of another layer using a preset resolution When,
An image processing apparatus comprising:
前記文書データは、コンピュータ上で作成された文書データ又は文書データを印刷する際に生成される印刷データであることを特徴とする請求項1に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the document data is document data created on a computer or print data generated when printing the document data. 前記文字情報は、描画位置、書体、文字サイズ、及び色値からなる群から選択されることを特徴とする請求項1または2に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the character information is selected from a group consisting of a drawing position, a typeface, a character size, and a color value. 前記文字描画命令が割り当てられた層の画像データをMMR方式で圧縮すると共に、前記他の層の画像データをJPEG方式で圧縮するデータ圧縮手段を、更に備えたことを特徴とする請求項1乃至3のいずれか1項に記載の画像処理装置。 The image data of the layer in which the character rendering command is assigned with compressed by MMR method, data compression means for compressing the image data of the other layers in the JPEG method, to claim 1, characterized in that further comprising 4. The image processing apparatus according to any one of items 3 . 文字描画時の解像度の決定方法に関する指示を入力する指示入力手段と、前記指示入力手段から解像度を自動的に決定する旨の指示が入力された場合に、前記最高の解像度を文字描画時の解像度と決定するように前記解像度決定手段を制御する制御手段と、を更に備えたことを特徴とする請求項1乃至4のいずれか1項に記載の画像処理装置。 When an instruction input unit for inputting an instruction regarding a resolution determination method at the time of character drawing and an instruction to automatically determine the resolution from the instruction input unit, the highest resolution is set as the resolution at the time of character drawing. The image processing apparatus according to claim 1 , further comprising: a control unit that controls the resolution determination unit so as to determine the resolution. 前記多層構造の画像データが、画像データ内の描画オブジェクトの形状を表すマスク層と前景の色情報を保存する色層とを含む前景層、及び背景の画像データを保存する背景層からなり、前記文字描画命令が前記前景層に割り当てられることを特徴とする請求項1乃至5のいずれか1項に記載の画像処理装置。 The multi-layered image data comprises a foreground layer including a mask layer representing the shape of a drawing object in the image data and a color layer for storing foreground color information, and a background layer for storing background image data, The image processing apparatus according to claim 1, wherein a character drawing command is assigned to the foreground layer. 前記多層構造の画像データが、前景の描画オブジェクトに対する形状と前景の色情報とを表す複数のマスクデータを含む前景層、及び背景の画像データを保存する背景層からなり、前記文字描画命令が前記前景層に割り当てられることを特徴とする請求項1乃至5のいずれか1項に記載の画像処理装置。 The multi-layered image data includes a foreground layer including a plurality of mask data representing a shape for a foreground drawing object and foreground color information, and a background layer for storing background image data, and the character drawing command The image processing apparatus according to claim 1 , wherein the image processing apparatus is assigned to a foreground layer. 前記解像度決定手段は、前記前景層に含まれる複数のマスクデータの各々について、検出された文字情報に基づいて文字描画時の解像度を決定することを特徴とする請求項7に記載の画像処理装置。 The image processing apparatus according to claim 7 , wherein the resolution determining unit determines a resolution at the time of character drawing for each of a plurality of mask data included in the foreground layer based on detected character information. . 前記複数のマスクデータは、文字描画命令ごとに又は文字描画時の解像度ごとに生成されることを特徴とする請求項8に記載の画像処理装置。 The image processing apparatus according to claim 8 , wherein the plurality of mask data are generated for each character drawing command or for each resolution at the time of character drawing. 文書データを入力するデータ入力ステップと、
前記データ入力手段により入力された文書データを解析し、前記文書データに含まれる描画命令の種類を識別するデータ解析ステップと、
前記描画命令が文字描画命令の場合に、前記文字描画命令から文字情報として書体及び文字サイズを検出し、書体毎に予め設定された文字サイズと解像度との関係に基づいて、検出された文字サイズの中で最小の文字サイズに対応する解像度を書体毎に求め、求められた解像度の中で最高の解像度を文字描画時の解像度と決定する解像度決定ステップと、
前記データ解析手段で識別された描画命令の種類に応じて、前記文書データに含まれる描画命令を、画像データが属性が異なる複数層に分割された多層構造の画像データのいずれかの層に割り当てる層割り当てステップと、
前記解像度決定手段で決定された解像度を用いて前記文字描画命令が割り当てられた層の画像データを生成すると共に、予め設定された解像度を用いて他の層の画像データを生成する画像データ生成ステップと、
を含むことを特徴とする画像処理方法。
A data entry step for entering document data;
A data analysis step of analyzing document data input by the data input means and identifying a type of a drawing command included in the document data;
When the drawing command is a character drawing command, the typeface and the character size are detected as character information from the character drawing command, and the detected character size is determined based on the relationship between the character size and the resolution set in advance for each typeface. A resolution determination step for determining a resolution corresponding to the smallest character size for each typeface, and determining the highest resolution among the obtained resolutions as the resolution at the time of character drawing ,
Depending on the type of drawing command identified by the data analysis means, the drawing command included in the document data is assigned to one of the layers of image data having a multilayer structure in which the image data is divided into a plurality of layers having different attributes. Tier assignment step;
An image data generation step of generating image data of a layer to which the character drawing command is assigned using the resolution determined by the resolution determining means and generating image data of another layer using a preset resolution When,
An image processing method comprising:
コンピュータにより、
文書データを入力するデータ入力ステップと、
前記データ入力手段により入力された文書データを解析し、前記文書データに含まれる描画命令の種類を識別するデータ解析ステップと、
前記描画命令が文字描画命令の場合に、前記文字描画命令から文字情報として書体及び文字サイズを検出し、書体毎に予め設定された文字サイズと解像度との関係に基づいて、検出された文字サイズの中で最小の文字サイズに対応する解像度を書体毎に求め、求められた解像度の中で最高の解像度を文字描画時の解像度と決定する解像度決定ステップと、
前記データ解析手段で識別された描画命令の種類に応じて、前記文書データに含まれる描画命令を、画像データが属性が異なる複数層に分割された多層構造の画像データのいずれかの層に割り当てる層割り当てステップと、
前記解像度決定手段で決定された解像度を用いて前記文字描画命令が割り当てられた層の画像データを生成すると共に、予め設定された解像度を用いて他の層の画像データを生成する画像データ生成ステップと、
を実行させることを特徴とする画像処理プログラム。
By computer
A data entry step for entering document data;
A data analysis step of analyzing document data input by the data input means and identifying a type of a drawing command included in the document data;
When the drawing command is a character drawing command, the typeface and the character size are detected as character information from the character drawing command, and the detected character size is determined based on the relationship between the character size and the resolution set in advance for each typeface. A resolution determination step for determining a resolution corresponding to the smallest character size for each typeface, and determining the highest resolution among the obtained resolutions as the resolution at the time of character drawing ,
Depending on the type of drawing command identified by the data analysis means, the drawing command included in the document data is assigned to one of the layers of image data having a multilayer structure in which the image data is divided into a plurality of layers having different attributes. Tier assignment step;
An image data generation step of generating image data of a layer to which the character drawing command is assigned using the resolution determined by the resolution determining means and generating image data of another layer using a preset resolution When,
An image processing program for executing
JP2005311511A 2005-10-26 2005-10-26 Image processing apparatus, image processing method, and image processing program Expired - Fee Related JP4747780B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005311511A JP4747780B2 (en) 2005-10-26 2005-10-26 Image processing apparatus, image processing method, and image processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005311511A JP4747780B2 (en) 2005-10-26 2005-10-26 Image processing apparatus, image processing method, and image processing program

Publications (2)

Publication Number Publication Date
JP2007122255A JP2007122255A (en) 2007-05-17
JP4747780B2 true JP4747780B2 (en) 2011-08-17

Family

ID=38146058

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005311511A Expired - Fee Related JP4747780B2 (en) 2005-10-26 2005-10-26 Image processing apparatus, image processing method, and image processing program

Country Status (1)

Country Link
JP (1) JP4747780B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4926118B2 (en) * 2008-04-21 2012-05-09 シャープ株式会社 Image compression apparatus, image processing apparatus, image forming apparatus, computer program, and recording medium
JP2012175270A (en) 2011-02-18 2012-09-10 Brother Ind Ltd Controller
JP5360112B2 (en) 2011-03-30 2013-12-04 ブラザー工業株式会社 Control device
JP5304827B2 (en) * 2011-03-30 2013-10-02 ブラザー工業株式会社 Control device
JP5477320B2 (en) 2011-03-30 2014-04-23 ブラザー工業株式会社 Image processing device
JP6056468B2 (en) * 2012-12-27 2017-01-11 ブラザー工業株式会社 Image processing apparatus and computer program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005259017A (en) * 2004-03-15 2005-09-22 Ricoh Co Ltd Image processing apparatus, image processing program and storage medium
JP2005267084A (en) * 2004-03-17 2005-09-29 Fuji Xerox Co Ltd Image processing method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11187252A (en) * 1997-12-22 1999-07-09 Minolta Co Ltd Image processor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005259017A (en) * 2004-03-15 2005-09-22 Ricoh Co Ltd Image processing apparatus, image processing program and storage medium
JP2005267084A (en) * 2004-03-17 2005-09-29 Fuji Xerox Co Ltd Image processing method and device

Also Published As

Publication number Publication date
JP2007122255A (en) 2007-05-17

Similar Documents

Publication Publication Date Title
KR100935267B1 (en) Mixed raster content files
JP5274305B2 (en) Image processing apparatus, image processing method, and computer program
US8503036B2 (en) System and method of improving image quality in digital image scanning and printing by reducing noise in output image data
US10477063B2 (en) Character detection and binarization
JP4747780B2 (en) Image processing apparatus, image processing method, and image processing program
JP6769045B2 (en) Image processing equipment and computer programs
US8774501B2 (en) Image processing apparatus, image processing method, image processing program storage medium
US6715127B1 (en) System and method for providing editing controls based on features of a raster image
US7728850B2 (en) Apparatus and methods for processing layered image data of a document
JP2005107691A (en) Image processing apparatus, method and program, and storage medium
US20090110313A1 (en) Device for performing image processing based on image attribute
US8270722B2 (en) Image processing with preferential vectorization of character and graphic regions
US7710602B2 (en) Systems and methods for context-based adaptive image processing using segmentation
US20200028987A1 (en) Methods and systems for enhancing image quality for documents with highlighted content
CN105704347A (en) Image processing apparatus and image processing method
JP2007073043A (en) Rendering device and rendering method for selectively executing rendering for graphic instance, and control program
JP2006217532A (en) Color converting device and program
JP4375106B2 (en) Image processing device
JP4506346B2 (en) Image processing device
JP2024042401A (en) Image processing device, control method and program for the image processing device
JP2006018509A (en) Document management support device
JP2006040161A (en) Image processing apparatus and program
JP4609210B2 (en) Image processing apparatus, method, and program
JP2004252866A (en) Color conversion device and color conversion program
US20100245385A1 (en) Page region image offset methods and systems

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080924

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110218

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110222

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110404

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110419

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110502

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20140527

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees