JP2010099973A - Image forming apparatus and image forming program - Google Patents
Image forming apparatus and image forming program Download PDFInfo
- Publication number
- JP2010099973A JP2010099973A JP2008274816A JP2008274816A JP2010099973A JP 2010099973 A JP2010099973 A JP 2010099973A JP 2008274816 A JP2008274816 A JP 2008274816A JP 2008274816 A JP2008274816 A JP 2008274816A JP 2010099973 A JP2010099973 A JP 2010099973A
- Authority
- JP
- Japan
- Prior art keywords
- data
- size
- intermediate language
- bitmap
- unit
- 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.)
- Pending
Links
Images
Landscapes
- Record Information Processing For Printing (AREA)
- Image Generation (AREA)
Abstract
Description
画像形成装置において、ページ記述言語を中間言語を経て印刷データに変換する過程で、メモリの消費を抑制する技術に関するものである。 The present invention relates to a technique for suppressing memory consumption in a process of converting a page description language into print data through an intermediate language in an image forming apparatus.
ページ記述言語を解釈して印刷するときの描画処理において、図形のクリッピング処理を実行するときがある。そのときは、マスクイメージを作成するための図形を出力バッファと別のバッファにイメージを展開する必要がある。また、このマスクイメージを形成する図形データはページ記述言語を変換した中間言語であるDL(ディスプレイリスト)で構成される。このマスクイメージを形成するDLはマスクデータが不要になるまでメモリ上に保持する必要がある。このDLは出力ページイメージを構成するDLと異なり、メモリが不足したときに実行するプリディスクリプションでも解放しない。 In the drawing process when interpreting and printing the page description language, the figure clipping process may be executed. In that case, it is necessary to develop the image for creating a mask image into a buffer different from the output buffer. The graphic data forming the mask image is composed of DL (display list) which is an intermediate language obtained by converting the page description language. The DL that forms the mask image needs to be held on the memory until mask data is no longer needed. This DL is not freed even by a pre-description executed when the memory is insufficient unlike the DL constituting the output page image.
また、図形データによっては、DLで保持する際に必要とされるメモリ量がそのイメージデータのビットマップでのメモリ量よりも多くなる場合がある。そのため、マスクイメージ用のDLによってメモリが消費され、メモリ・リソースが不足し、レンダリング処理の続行が困難になる可能性がある。 Further, depending on the graphic data, the memory amount required for holding in DL may be larger than the memory amount in the bitmap of the image data. Therefore, the memory for the mask image DL is consumed, memory resources are insufficient, and it may be difficult to continue the rendering process.
従来技術として、符号化に際し縮小された絵柄情報のプレーンを複合時に拡大することに起因する境界の周辺のボケを解消するため、入力画像を画像分離部によって、非絵柄部からなる背景プレーン画像と、絵柄プレーン画像と、絵柄部の場所を示すマスクプレーン画像の3つのプレーンに分解して、絵柄部分については低解像度の縮小による符号化を行い、境界部分については解像度を犠牲にせず符号化処理を行う方法がある(特許文献1参照)。 As a prior art, in order to eliminate the blur around the boundary caused by enlarging the image information plane reduced at the time of encoding, the input image is separated from the background plane image composed of non-image parts by the image separation unit. The pattern is divided into three planes: a pattern plane image and a mask plane image indicating the location of the pattern portion. The pattern portion is encoded by reduction at a low resolution, and the boundary portion is encoded without sacrificing the resolution. There is a method of performing (see Patent Document 1).
しかし、この方法は境界周辺のボケ解消を目的とするものであって、マスクイメージ作成の際のメモリ・リソースの不足を解消するものではなかった。
解決しようとする問題点は、画像形成装置及び画像形成プログラムにおいて、ページ記述言語を中間言語を経て印刷データに変換する際に、複雑な描画図形により中間言語データのサイズが大きくなり、メモリ・リソースを消費してしまう点である。 The problem to be solved is that in the image forming apparatus and the image forming program, when the page description language is converted to the print data through the intermediate language, the size of the intermediate language data increases due to complicated drawing figures, and the memory resource Is a point of consuming.
本発明の画像形成装置は、ページ記述言語により記載された印刷データを解析して中間言語に変換処理するデータ解析処理部と、前記データ解析処理部により変換された中間言語データのデータサイズを計数する中間言語サイズ計数部と、前記中間言語データのビットマップデータのデータサイズを計数するビットマップサイズ計数部と、前記中間言語サイズ計数部により計数された中間言語データのデータサイズと、前記ビットマップサイズ計数部により計数されたビットマップデータのデータサイズとの大小を判断するデータサイズ判断部と、前記データサイズ判断部により、中間言語データのデータサイズが小さいと判断された場合には、中間言語データのままデータを保持し、ビットマップデータのデータサイズが小さいと判断された場合には、前記中間言語データをビットマップデータに変換してデータを保持する小サイズデータ選択部と、前記小サイズデータ選択部により選択された中間言語データ及びビットマップデータをレンダリングバッファに展開するレンダリング処理部とを有することを特徴とする。 The image forming apparatus according to the present invention includes a data analysis processing unit that analyzes print data described in a page description language and converts the print data into an intermediate language, and counts the data size of the intermediate language data converted by the data analysis processing unit. An intermediate language size counting unit, a bitmap size counting unit for counting the data size of the bitmap data of the intermediate language data, a data size of the intermediate language data counted by the intermediate language size counting unit, and the bitmap A data size determining unit that determines the size of the bitmap data counted by the size counting unit; and if the data size determining unit determines that the data size of the intermediate language data is small, the intermediate language The data is retained as is, and the bitmap data size is judged to be small. In this case, the intermediate language data is converted into bitmap data, and a small size data selection unit that holds the data, and the intermediate language data and bitmap data selected by the small size data selection unit are developed in a rendering buffer. And a rendering processing unit.
また、本発明の画像形成装置の前記中間言語サイズ計数部及び前記ビットマップサイズ計数部は、マスクプレーン毎にデータサイズを計数し、前記データサイズ判断部は、マスクプレーン毎にデータサイズを計数して判断することを特徴としてもよい。 Further, the intermediate language size counting unit and the bitmap size counting unit of the image forming apparatus of the present invention count the data size for each mask plane, and the data size determining unit counts the data size for each mask plane. It is good also as a characteristic to judge.
また、本発明の画像形成装置の前記ビットマップサイズ計数部が計数するビットマップデータのデータサイズは、前記マスクプレーンを内包する前記マスクプレーンの外接矩形状の幅、高さ及びカラー深度に基づいて定まることを特徴としてもよい。 Further, the data size of the bitmap data counted by the bitmap size counting unit of the image forming apparatus of the present invention is based on the width, height, and color depth of the circumscribed rectangle of the mask plane that includes the mask plane. It may be characterized by being fixed.
本発明の画像形成プログラムは、コンピュータにページ記述言語により記載された印刷データを解析して中間言語に変換処理するデータ解析処理機能と、前記データ解析処理部により変換された中間言語データのデータサイズを計数する中間言語サイズ計数機能と、前記中間言語データのビットマップデータのデータサイズを計数するビットマップサイズ計数機能と、前記中間言語サイズ計数部により計数された中間言語データのデータサイズと、前記ビットマップサイズ計数部により計数されたビットマップデータのデータサイズとの大小を判断するデータサイズ判断機能と、前記データサイズ判断部により、中間言語データのデータサイズが小さいと判断された場合には、中間言語データのままデータを保持し、ビットマップデータのデータサイズが小さいと判断された場合には、前記中間言語データをビットマップデータに変換してデータを保持する小サイズデータ選択機能と、前記小サイズデータ選択部により選択された中間言語データ及びビットマップデータをレンダリングバッファに展開するレンダリング処理機能とを実現させることを特徴とする。 The image forming program of the present invention includes a data analysis processing function for analyzing print data described in a page description language on a computer and converting the print data into an intermediate language, and a data size of the intermediate language data converted by the data analysis processing unit An intermediate language size counting function, a bitmap size counting function for counting the data size of the bitmap data of the intermediate language data, a data size of the intermediate language data counted by the intermediate language size counting unit, A data size determination function that determines the size of the data size of the bitmap data counted by the bitmap size counting unit, and when the data size determination unit determines that the data size of the intermediate language data is small, Data is retained as intermediate language data, and bitmap data is A small size data selection function for converting the intermediate language data into bitmap data and holding the data, and the intermediate language data and bitmap selected by the small size data selection unit A rendering processing function for developing data in a rendering buffer is realized.
本発明の画像形成装置は、ページ記述言語により記載された印刷データを解析して中間言語に変換処理するデータ解析処理部と、前記データ解析処理部により変換された中間言語データのデータサイズを計数する中間言語サイズ計数部と、前記中間言語データのビットマップデータのデータサイズを計数するビットマップサイズ計数部と、前記中間言語サイズ計数部により計数された中間言語データのデータサイズと、前記ビットマップサイズ計数部により計数されたビットマップデータのデータサイズとの大小を判断するデータサイズ判断部と、前記データサイズ判断部により、中間言語データのデータサイズが小さいと判断された場合には、中間言語データのままデータを保持し、ビットマップデータのデータサイズが小さいと判断された場合には、前記中間言語データをビットマップデータに変換してデータを保持する小サイズデータ選択部と、前記小サイズデータ選択部により選択された中間言語データ及びビットマップデータをレンダリングバッファに展開するレンダリング処理部とを有することを特徴とする。 The image forming apparatus according to the present invention includes a data analysis processing unit that analyzes print data described in a page description language and converts the print data into an intermediate language, and counts the data size of the intermediate language data converted by the data analysis processing unit. An intermediate language size counting unit, a bitmap size counting unit for counting the data size of the bitmap data of the intermediate language data, a data size of the intermediate language data counted by the intermediate language size counting unit, and the bitmap A data size determining unit that determines the size of the bitmap data counted by the size counting unit; and if the data size determining unit determines that the data size of the intermediate language data is small, the intermediate language The data is retained as is, and the bitmap data size is judged to be small. In this case, the intermediate language data is converted into bitmap data, and a small size data selection unit that holds the data, and the intermediate language data and bitmap data selected by the small size data selection unit are developed in a rendering buffer. And a rendering processing unit.
このため、複雑な描画データのために中間言語のデータサイズが大きくなってメモリ・リソースを消費してしまい、描画データ処理が停止してしまうことを抑制することが可能となる。 For this reason, it is possible to prevent the data size of the intermediate language from increasing due to complex drawing data, consuming memory resources and stopping the drawing data processing.
また、本発明の画像形成装置の前記中間言語サイズ計数部及び前記ビットマップサイズ計数部は、マスクプレーン毎にデータサイズを計数し、前記データサイズ判断部は、マスクプレーン毎にデータサイズを計数して判断することを特徴としてもよい。 Further, the intermediate language size counting unit and the bitmap size counting unit of the image forming apparatus of the present invention count the data size for each mask plane, and the data size determining unit counts the data size for each mask plane. It is good also as a characteristic to judge.
このため、マスクプレーン単位での細かなデータサイズの消費の抑制を制御可能となる。 For this reason, it is possible to control the suppression of fine data size consumption in units of mask planes.
また、本発明の画像形成装置の前記ビットマップサイズ計数部が計数するビットマップデータのデータサイズは、前記マスクプレーンを内包する前記マスクプレーンの外接矩形状の幅、高さ及びカラー深度に基づいて定まることを特徴としてもよい。 Further, the data size of the bitmap data counted by the bitmap size counting unit of the image forming apparatus of the present invention is based on the width, height, and color depth of the circumscribed rectangle of the mask plane that includes the mask plane. It may be characterized by being fixed.
このため、ビットマップのデータサイズの計算は単純な外接矩形の形状を求めることでよいので、処理速度が向上する。 For this reason, the calculation of the data size of the bitmap only needs to obtain a simple circumscribed rectangle shape, so that the processing speed is improved.
本発明の画像形成プログラムは、コンピュータにページ記述言語により記載された印刷データを解析して中間言語に変換処理するデータ解析処理機能と、前記データ解析処理部により変換された中間言語データのデータサイズを計数する中間言語サイズ計数機能と、前記中間言語データのビットマップデータのデータサイズを計数するビットマップサイズ計数機能と、前記中間言語サイズ計数部により計数された中間言語データのデータサイズと、前記ビットマップサイズ計数部により計数されたビットマップデータのデータサイズとの大小を判断するデータサイズ判断機能と、前記データサイズ判断部により、中間言語データのデータサイズが小さいと判断された場合には、中間言語データのままデータを保持し、ビットマップデータのデータサイズが小さいと判断された場合には、前記中間言語データをビットマップデータに変換してデータを保持する小サイズデータ選択機能と、前記小サイズデータ選択部により選択された中間言語データ及びビットマップデータをレンダリングバッファに展開するレンダリング処理機能とを実現させることを特徴とする。 The image forming program of the present invention includes a data analysis processing function for analyzing print data described in a page description language on a computer and converting the print data into an intermediate language, and a data size of the intermediate language data converted by the data analysis processing unit An intermediate language size counting function, a bitmap size counting function for counting the data size of the bitmap data of the intermediate language data, a data size of the intermediate language data counted by the intermediate language size counting unit, A data size determination function that determines the size of the data size of the bitmap data counted by the bitmap size counting unit, and when the data size determination unit determines that the data size of the intermediate language data is small, Data is retained as intermediate language data, and bitmap data is A small size data selection function for converting the intermediate language data into bitmap data and holding the data, and the intermediate language data and bitmap selected by the small size data selection unit A rendering processing function for developing data in a rendering buffer is realized.
このため、複雑な描画データのために中間言語のデータサイズが大きくなってメモリ・リソースを消費してしまい、描画データ処理が停止してしまうことを抑制することが可能となる。 For this reason, it is possible to prevent the data size of the intermediate language from increasing due to complex drawing data, consuming memory resources and stopping the drawing data processing.
画像形成装置及び画像形成プログラムにおいて、複雑な描画図形等によってページ記述言語から変換された中間言語データサイズが大きくなることにより、メモリ・リソースが消費されてしまい、描画処理が出来なくなってしまうという問題点を解消するために、中間言語データをビットマップデータに変換したほうがデータ・サイズが小さくなる場合には、ビットマップ化を行って、当該ビットマップデータを保持する方法により解決した。 In the image forming apparatus and the image forming program, there is a problem that memory resources are consumed due to an increase in the intermediate language data size converted from the page description language due to complicated drawing figures, and drawing processing cannot be performed. In order to solve the problem, when the data size becomes smaller when the intermediate language data is converted into the bitmap data, the problem is solved by performing the bitmap processing and holding the bitmap data.
[マスクプレーン上の描画図形、レンダリング]
図1(A)に、印刷データ中に記載されている描画図形を示す。この描画図形は、図1(B)に示すマスクプレーン上に載っている。マスクプレーンとは、レンダリングでどのピクセルを描画するか、描画しないかの0/1の情報を持つ(0:描画しない/1:描画する)描画ためのマスクデータである。マスクプレーンは、レンダリングバッファの幅、高さで存在する。マスクプレーンバッファは予め確保しておき、高階層のマスク時は追加して確保する。マスクプレーンに描画するイメージの内容は、ディスプレイリストとして専用の管理構造体に登録しておき、該当するバンドのレンダリング内容の図形を示すディスプレイリストにリンクさせる。
[Drawing figure on mask plane, rendering]
FIG. 1A shows a drawing figure described in the print data. This drawing figure is placed on the mask plane shown in FIG. The mask plane is mask data for drawing having 0/1 information (0: not drawing / 1: drawing) indicating which pixel is drawn or not drawn in rendering. The mask plane exists at the width and height of the rendering buffer. A mask plane buffer is secured in advance, and is additionally secured when masking at a higher level. The contents of the image to be drawn on the mask plane are registered in a dedicated management structure as a display list and linked to a display list indicating a figure of the rendering contents of the corresponding band.
図1(C)に最終的に描画されるレンダリングバッファについての図を示す。レンダリングバッファ上には、描画図形がマスクプレーンで指定された枠内で描画されているのが示されている。 FIG. 1C illustrates a rendering buffer that is finally rendered. On the rendering buffer, a drawing figure is drawn within a frame designated by a mask plane.
[レンダリングバッファ及びマスクプレーン上のDL管理構造体]
図2(A)は、従来技術におけるページデータを中間言語であるディスプレイリストに変換した際のデータの構造を示す。左側に示してあるのはページデータをバンド幅毎に区切ってある様子である。右側には、そのバンド毎にディスプレイリストがリンクリスト上に並んだディスプレイリストの管理構造体を示す。
[DL management structure on rendering buffer and mask plane]
FIG. 2A shows a data structure when page data in the prior art is converted into a display list which is an intermediate language. Shown on the left is the state in which the page data is divided into bandwidths. The right side shows a display list management structure in which display lists are arranged on the link list for each band.
図2(B)に示すのは、同様に従来技術でのマスクプレーン上のディスプレイリストの管理構造体である。図2(A)と同様に左側にページがバンド幅毎に区切られた様子を示す。また、右側にはそのバンド毎にマスクプレーン上に描画する描画図形を記載したディスプレイリストがリンクリスト上に並んだディスプレイリストの管理構造体を示す。 FIG. 2B similarly shows a display list management structure on a mask plane in the prior art. Similarly to FIG. 2A, the left side shows a state where pages are divided for each bandwidth. On the right side, a display list management structure in which a display list in which a drawing figure to be drawn on a mask plane is arranged for each band is arranged on the link list is shown.
以上のように、従来はページ単位でページ記述言語を中間言語であるディスプレイリストに一旦全て変換してから、その後にラスタライズ処理を行ってディスプレイリストをビットマップ変換していた。 As described above, conventionally, the page description language is once converted into an intermediate language display list for each page, and then the display list is converted into a bitmap by performing rasterization processing.
[ディスプレイリストのマスクイメージへの変換]
本発明の画像形成装置においては、印刷データであるページ記述言語をプリンタでバンド単位にレンダリングする過程において、マスクプレーンに描画する中間言語であるディスプレイリスト(DL)の合計サイズがマスクプレーンのバッファサイズより大きくなったときには、一旦、ラスタライズ(マスクイメージにビットマップ展開)する。場合によってはラスタライズしたデータを圧縮してもよい。このディスプレイリストで描画図形を保持する代わりにマスクイメージで保持するように切替える。図3に、マスクプレーンに描画するDL管理構造体をマスクイメージ(データを圧縮した場合は、圧縮マスクイメージ)で置き換える様子を示す。マスクイメージに置き換えられたDL管理構造体のデータは、メモリから消去する。
[Convert display list to mask image]
In the image forming apparatus according to the present invention, the total size of the display list (DL), which is an intermediate language for rendering on the mask plane, in the process of rendering the page description language, which is print data, in band units by the printer is the buffer size of the mask plane. When it becomes larger, it is once rasterized (bitmap development into a mask image). In some cases, rasterized data may be compressed. The display list is switched to hold a mask image instead of holding a drawing figure. FIG. 3 shows a state where the DL management structure drawn on the mask plane is replaced with a mask image (a compressed mask image when data is compressed). The data of the DL management structure replaced with the mask image is erased from the memory.
図3のように、DL管理構造体をバンド毎に存在するマスクプレーンのイメージとして置換して保持できるようにすることで、マスクプレーンに描画するためのディスプレイリストが増えすぎて、それらのデータを解放できずにメモリが圧迫されることを回避可能となる。 As shown in FIG. 3, by replacing the DL management structure as an image of the mask plane that exists for each band and maintaining it, the display list for drawing on the mask plane increases too much, and those data are stored. It is possible to avoid the memory being pressed without being released.
[構成]
図4は、本発明の実施例に係わる画像形成装置10の機能ブロック図である。
[Constitution]
FIG. 4 is a functional block diagram of the
画像形成装置10は、通信インターフェース11、データ受信部12、データ解析部13、描画データ処理部14、マスクプレーンラスタライズ部15、レンダリング処理部16、出力部17、メモリ管理部18の各機能部を有する。
The
マスクプレーンラスタライズ部15は、さらにディスプレイリストサイズ計数部21(中間言語サイズ計数部)、ビットマップサイズ計数部23、データサイズ判断部25、小サイズデータ選択部27の各機能部を内包する。
The mask plane rasterizing unit 15 further includes functional units such as a display list size counting unit 21 (intermediate language size counting unit), a bitmap
通信インターフェース11は、ホストコンピュータ等との通信を行う機能部である。ページ記述言語で記載された印刷データは、本通信インターフェース11を介してデータ受信部12に渡される。
The
データ受信部12は、通信インターフェース11を介してデータを受信する機能部である。
The
データ解析部13(データ解析処理部)は、送られてきた印刷データの解析を行なう機能部である。印刷データはページ記述言語で記載されており、該ページ記述言語の解析を行う。 The data analysis unit 13 (data analysis processing unit) is a functional unit that analyzes the sent print data. The print data is described in a page description language, and the page description language is analyzed.
描画データ処理部14(データ解析処理部)は、データ解析部13での解析に基づいて、ページ記述言語を中間言語であるディスプレイリスト(DL)に変換する。
The drawing data processing unit 14 (data analysis processing unit) converts the page description language into a display list (DL) that is an intermediate language based on the analysis by the
データ解析部13と描画データ処理部14とは、協調してデータ解析処理部として働き、ページ記述言語により記載された印刷データを解析して中間言語に変換する。
The
データ解析部13によってページ記述言語を解析し、描画データ処理部14によってディスプレイリストを作成する際に、各バンドに対するディスプレイリストのリンクリストに生成されたディスプレイリストを追加していくが、マスクプレーンに描画する図形のときは、同時にマスクプレーンに描画するDL管理構造体にディスプレイリストを格納していく。マスクプレーンに描画するためのディスプレイリストは、レンダリング後も不要になるまではメモリ上に存在する。マスクプレーンに描画するディスプレイリストの合計サイズが、マスクプレーンサイズより大きくなった時点で、バンドに対するマスクプレーンバッファを確保してディスプレイリストを展開する。また、この際にデータを圧縮するとしても良い。
When the
マスクプレーンラスタライズ部15は、ディスプレイリストで記載された描画図形のマスクプレーン上でのビットマップ化した際のサイズを計数して、ディスプレイリストとのサイズの小さい方を選択して保持する機能部である。マスクプレーンラスタライズ部15の内部の各機能部について、以下により詳細に説明する。 The mask plane rasterizing unit 15 is a functional unit that counts the size of the drawing figure described in the display list when it is bitmapped on the mask plane, and selects and holds the smaller one with the display list. is there. Each functional unit in the mask plane rasterizing unit 15 will be described in more detail below.
ディスプレイリストサイズ計数部21(中間言語サイズ計数部)は、描画データ処理部14によりページ記述言語から変換された中間言語データであるディスプレイリストのデータサイズを計数する。データサイズの計数は、マスクプレーン単位毎に行う。 The display list size counting unit 21 (intermediate language size counting unit) counts the data size of the display list which is intermediate language data converted from the page description language by the drawing data processing unit 14. The data size is counted for each mask plane unit.
ビットマップサイズ計数部23は、前記ディスプレイリストのマスクプレーン単位毎にビットマップ化した際のマスクプレーンバッファのサイズを計数する。計数の際には、マスクプレーン状の描画図形を内包する外接矩形状にデータを切り取る。このため、ビットマップ化した際のサイズの計数は、外接矩形の幅、高さ及びカラー深度から簡単に求まる。
The bitmap
データサイズ判断部25は、前記ディスプレイリストサイズ計数部21及びビットマップサイズ計数部23により計数されたデータサイズの大小を判断する。
The data
小サイズデータ選択部27は、前記データサイズ判断部25により、ディスプレイリストのデータサイズが小さいと判断された場合には、中間言語データのままデータを保持し、ビットマップデータのデータサイズが小さいと判断された場合には、前記ディスプレイリストデータをビットマップデータに変換してデータを保持する。ビットマップデータに変換する際には、レンダリング処理部16により変換を行うとしても良い。
If the data
レンダリング処理部16は、小サイズデータ選択部27により選択された中間言語データであるディスプレイリスト及びビットマップデータについて、レンダリングバッファにビットマップ展開を行うレンダリング処理する機能部である。描画データ処理部14で作成されたディスプレイリストからVRAM(Video Random Access Memory)にビットマップを作成する処理を行う機能部である。レンダリング処理部16でレンダリングする際は、小サイズデータ選択部27により、すでにビットマップ化されたデータが選択されてマスクプレーンバッファに途中まで展開されているかどうかは意識せずに、指定プレーンバッファに、指定ディスプレイリストを展開するだけである。
The rendering processing unit 16 is a functional unit that performs rendering processing that performs bitmap expansion on the rendering buffer for the display list and bitmap data that are intermediate language data selected by the small size
出力部17は、印刷エンジンを有して実際に記録媒体(用紙やOHP等)に印刷を行なう機能部である。
The
メモリ管理部18は、システムのメモリを管理する機能部であり、上記の各機能部が使用する主メモリの利用を管理する。メモリ・リソースが不足した場合には、各機能部に通知して動作を停止させたりする。 The memory management unit 18 is a functional unit that manages the memory of the system, and manages the use of the main memory used by each functional unit described above. When the memory resource is insufficient, the function is notified and the operation is stopped.
[フローチャート]
図5のフローチャートを用いて動作の流れについて説明する。
[flowchart]
The operation flow will be described with reference to the flowchart of FIG.
S201:データ受信部12は、ページ記述言語により記載されている印刷データを受信する。
S201: The
S202:受信した印刷データについて、ジョブの終端、ファイルの終端に至るまでループを繰り返す。 S202: The loop is repeated for the received print data until reaching the end of the job and the end of the file.
S203:データ解析部13でページ記述言語を解析し、描画データ処理部14によりディスプレイリストへの変換を行う。
S203: The
S204:描画データ処理部14は、マスクプレーンに描画する図形かどうかを判断する。マスクプレーンに描画する場合は、動作をS205に移行する。そうでない場合は、動作をループ終端に移行する。 S204: The drawing data processing unit 14 determines whether the figure is to be drawn on the mask plane. When drawing on the mask plane, the operation proceeds to S205. Otherwise, the operation moves to the loop end.
S205:ディスプレイリストサイズ計数部21は、マスクプレーンに描画する図形について、ディスプレイリストのサイズを計数する。また、ビットマップサイズ計数部23は、マスクプレーンに描画する図形について、マスクプレーンを内包する外接矩形状に切り取る方法により、マスクプレーンバッファサイズを計数する。
S205: The display list
S206:S204でマスクプレーンに描画する図形と判断したとき、データサイズ判断部25は、S205で計数されたマスクプレーンに描画するディスプレイリストの管理構造体で対応するバンドがもつディスプレイリストサイズが、同じくS205で計数されたマスクプレーンバッファサイズを越えているか、いないかを判断する。ディスプレイリストのサイズの方が大きければ動作をS207に移行する。そうでなければ、ループの終端に動作を移行する。
S206: When it is determined in S204 that the figure is to be drawn on the mask plane, the data
ここで、ディスプレイリストのサイズがマスクプレーンのバッファサイズより大きい例を図6に示す。このような複数のサイズの異なる円が重なっているような図形をディスプレイリストで表現すると、円を複数の細かい台形状に区切ってそれぞれの台形毎にひとつひとつのディスプレイリストとして記載されるために、そのサイズが大きくなり、結果としてマスクプレーンバッファのサイズでビットマップ化したデータを保持するほうが小さくなる。 Here, an example in which the size of the display list is larger than the buffer size of the mask plane is shown in FIG. When a figure with multiple overlapping circles of different sizes is represented in the display list, the circle is divided into multiple trapezoids and each trapezoid is listed as a single display list. As a result, the size becomes larger, and as a result, it becomes smaller to hold the bitmapped data with the size of the mask plane buffer.
S207:小サイズデータ選択部27は、ディスプレイリストのサイズがマスクプレーンバッファのサイズより大きいので小サイズのデータとしてビットマップデータを選択し、レンダリング処理部16は、マスクプレーンバッファをメモリ上に確保して、ディスプレイリストをマスクプレーンバッファ上にビットマップデータに展開する。
S207: Since the size of the display list is larger than the size of the mask plane buffer, the small size
上記のフローチャート動作が終了した段階では、データサイズによって、ディスプレイリスト形式で保持されたバンドとビットマップ展開済みのバンドが混在する(データサイズの条件によっては、全てがディスプレイリスト又はビットマップの場合も有り得る)。 At the stage where the above flowchart operation is completed, the bands held in the display list format and the bands that have already been developed in the bitmap are mixed depending on the data size (depending on the data size conditions, all of them may be display lists or bitmaps). Possible).
そして、上記フローチャート動作後、レンダリング処理部16により、ディスプレイリスト及びマスクプレーンバッファ上のデータをレンダリングバッファにビットマップ展開するレンダリング処理を行って、描画データを生成し、該描画データを出力部17に渡して印刷を実行する。
After the above flowchart operation, the rendering processing unit 16 performs rendering processing for developing the bitmap on the data on the display list and the mask plane buffer in the rendering buffer, generates drawing data, and outputs the drawing data to the
上記のフローチャートの動作とその後のレンダリング動作については、並列処理を行うことも可能である。バンド毎にフローチャートの処理を終了したものについてのレンダリング動作を次バンドのフローチャート動作が行われている間に、並列に処理する方法としても良い。 About the operation | movement of said flowchart and subsequent rendering operation | movement, it is also possible to perform parallel processing. The rendering operation for each band that has been subjected to the flowchart processing may be performed in parallel while the flowchart operation for the next band is being performed.
以上の一連の動作により、画像形成装置10においてページ記述言語を中間言語であるディスプレイリストに変換し、レンダリング処理を行ってビットマップ化して印刷データにする際に、ディスプレイリストのサイズとそのイメージ展開(ビットマップ展開)したデータのサイズを比較して、データサイズの小さいほうを保持する方法によって、メモリ・リソースの消費を抑制することが可能となる。
Through the series of operations described above, when the
[実施例の効果]
本発明実施例の画像形成装置により以下のことが可能となる。
[Effect of Example]
The image forming apparatus according to the embodiment of the present invention enables the following.
マスクプレーンに描画するディスプレイリストは、プリディスクリプション時にも解放しないため、例えば、典型的な例である図6に示した図形のようにディスプレイリストのサイズがマスクプレーンバッファのサイズより大きい場合は、ディスプレイリストをマスクプレーンバッファにイメージ展開して保持する方法により、マスクプレーンに描画するディスプレイリストサイズが大きくなり、レンダリングのためのメモリが圧迫されてしまうことを回避可能となり、メモリ効率のよいレンダリングシステムを実現できる。 Since the display list to be drawn on the mask plane is not released even at the time of pre-description, for example, when the size of the display list is larger than the size of the mask plane buffer as shown in a typical example of FIG. The display list is image-expanded in the mask plane buffer, and the display list size to be drawn on the mask plane is increased, and the memory for rendering can be prevented from being compressed, and the memory efficient rendering system. Can be realized.
10 画像形成装置
11 通信インターフェース
12 データ受信部
13 データ解析部(データ解析処理部)
14 描画データ処理部(データ解析処理部)
15 マスクプレーンラスタライズ部
16 レンダリング処理部
17 出力部
18 メモリ管理部
21 ディスプレイリストサイズ計数部(中間言語サイズ計数部)
23 ビットマップサイズ計数部
25 データサイズ判断部
27 小サイズデータ選択部
DESCRIPTION OF
14 Drawing data processing unit (data analysis processing unit)
DESCRIPTION OF SYMBOLS 15 Mask plane rasterization part 16
23 Bitmap
Claims (4)
前記データ解析処理部により変換された中間言語データのデータサイズを計数する中間言語サイズ計数部と、
前記中間言語データのビットマップデータのデータサイズを計数するビットマップサイズ計数部と、
前記中間言語サイズ計数部により計数された中間言語データのデータサイズと、前記ビットマップサイズ計数部により計数されたビットマップデータのデータサイズとの大小を判断するデータサイズ判断部と、
前記データサイズ判断部により、中間言語データのデータサイズが小さいと判断された場合には、中間言語データのままデータを保持し、ビットマップデータのデータサイズが小さいと判断された場合には、前記中間言語データをビットマップデータに変換してデータを保持する小サイズデータ選択部と、
前記小サイズデータ選択部により選択された中間言語データ及びビットマップデータをレンダリングバッファに展開するレンダリング処理部とを有する
ことを特徴とする画像形成装置。 A data analysis processing unit that analyzes the print data described in the page description language and converts it into an intermediate language;
An intermediate language size counting unit that counts the data size of the intermediate language data converted by the data analysis processing unit;
A bitmap size counter for counting the data size of the bitmap data of the intermediate language data;
A data size determining unit that determines the size of the data size of the intermediate language data counted by the intermediate language size counting unit and the data size of the bitmap data counted by the bitmap size counting unit;
When the data size determination unit determines that the data size of the intermediate language data is small, the data is held as the intermediate language data, and when the data size of the bitmap data is determined to be small, A small-size data selection unit that converts intermediate language data into bitmap data and holds the data;
An image forming apparatus comprising: a rendering processing unit that develops intermediate language data and bitmap data selected by the small size data selection unit in a rendering buffer.
前記中間言語サイズ計数部及び前記ビットマップサイズ計数部は、マスクプレーン毎にデータサイズを計数し、
前記データサイズ判断部は、マスクプレーン毎にデータサイズを計数して判断する
ことを特徴とする画像形成装置。 The image forming apparatus according to claim 1,
The intermediate language size counting unit and the bitmap size counting unit count the data size for each mask plane,
The image forming apparatus, wherein the data size determining unit counts and determines a data size for each mask plane.
前記ビットマップサイズ計数部が計数するビットマップデータのデータサイズは、前記マスクプレーンを内包する前記マスクプレーンの外接矩形状の幅、高さ及びカラー深度に基づいて定まる
ことを特徴とする画像形成装置。 The image forming apparatus according to claim 1, wherein:
The data size of the bitmap data counted by the bitmap size counting unit is determined based on a width, height, and color depth of a circumscribed rectangle of the mask plane that includes the mask plane. .
ページ記述言語により記載された印刷データを解析して中間言語に変換処理するデータ解析処理機能と、
前記データ解析処理部により変換された中間言語データのデータサイズを計数する中間言語サイズ計数機能と、
前記中間言語データのビットマップデータのデータサイズを計数するビットマップサイズ計数機能と、
前記中間言語サイズ計数部により計数された中間言語データのデータサイズと、前記ビットマップサイズ計数部により計数されたビットマップデータのデータサイズとの大小を判断するデータサイズ判断機能と、
前記データサイズ判断部により、中間言語データのデータサイズが小さいと判断された場合には、中間言語データのままデータを保持し、ビットマップデータのデータサイズが小さいと判断された場合には、前記中間言語データをビットマップデータに変換してデータを保持する小サイズデータ選択機能と、
前記小サイズデータ選択部により選択された中間言語データ及びビットマップデータをレンダリングバッファに展開するレンダリング処理機能とを実現させる
ことを特徴とする画像形成プログラム。 A data analysis processing function that analyzes print data written in a page description language on a computer and converts it into an intermediate language;
An intermediate language size counting function for counting the data size of the intermediate language data converted by the data analysis processing unit;
A bitmap size counting function for counting the data size of the bitmap data of the intermediate language data;
A data size determination function for determining the size of the data size of the intermediate language data counted by the intermediate language size counting unit and the data size of the bitmap data counted by the bitmap size counting unit;
When the data size determination unit determines that the data size of the intermediate language data is small, the data is held as the intermediate language data, and when the data size of the bitmap data is determined to be small, A small-size data selection function that converts intermediate language data into bitmap data and holds the data;
An image forming program for realizing a rendering processing function for expanding intermediate language data and bitmap data selected by the small size data selection unit in a rendering buffer.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008274816A JP2010099973A (en) | 2008-10-24 | 2008-10-24 | Image forming apparatus and image forming program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008274816A JP2010099973A (en) | 2008-10-24 | 2008-10-24 | Image forming apparatus and image forming program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2010099973A true JP2010099973A (en) | 2010-05-06 |
Family
ID=42291038
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008274816A Pending JP2010099973A (en) | 2008-10-24 | 2008-10-24 | Image forming apparatus and image forming program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2010099973A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2013005105A (en) * | 2011-06-14 | 2013-01-07 | Fuji Xerox Co Ltd | Image processing device, image forming apparatus and program |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0939312A (en) * | 1995-07-27 | 1997-02-10 | Canon Inc | Printer, printing method and printing mechanism |
JPH09300769A (en) * | 1996-05-20 | 1997-11-25 | Canon Inc | Printing device, method for registering data, and storage medium with control program stored therein |
JP2001324975A (en) * | 2000-05-15 | 2001-11-22 | Fuji Xerox Co Ltd | Image processor |
JP2004013770A (en) * | 2002-06-11 | 2004-01-15 | Fuji Xerox Co Ltd | Image processing apparatus and image processing method |
-
2008
- 2008-10-24 JP JP2008274816A patent/JP2010099973A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0939312A (en) * | 1995-07-27 | 1997-02-10 | Canon Inc | Printer, printing method and printing mechanism |
JPH09300769A (en) * | 1996-05-20 | 1997-11-25 | Canon Inc | Printing device, method for registering data, and storage medium with control program stored therein |
JP2001324975A (en) * | 2000-05-15 | 2001-11-22 | Fuji Xerox Co Ltd | Image processor |
JP2004013770A (en) * | 2002-06-11 | 2004-01-15 | Fuji Xerox Co Ltd | Image processing apparatus and image processing method |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2013005105A (en) * | 2011-06-14 | 2013-01-07 | Fuji Xerox Co Ltd | Image processing device, image forming apparatus and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20110194142A1 (en) | Printing apparatus, printing method, and program | |
US20180253889A1 (en) | Information processing apparatus, storage medium, and information processing method for processing clipping rendering instruction | |
EP2713263B1 (en) | Conversion time prediction apparatus, recording medium, and conversion time prediction method | |
JP2006050547A (en) | Color image forming apparatus | |
EP2393043A2 (en) | Method and apparatus for dynamic printer performance tuning using bayesian analysis | |
US9158485B2 (en) | Image processing device that performs image processing for variable printing and host data generating device | |
US9025189B2 (en) | Memory management for print data objects | |
JP4912360B2 (en) | Information processing apparatus, information processing method, and program | |
JP2010099973A (en) | Image forming apparatus and image forming program | |
JP4461361B2 (en) | Drawing processing method and program, drawing command output device and image forming apparatus | |
JP3492297B2 (en) | Image processing method, image processing apparatus, and storage medium | |
JP2010277590A (en) | Cache optimization mechanism | |
JP2019012952A (en) | Information processing apparatus, information processing method, and program | |
JP2007152898A (en) | Printing processing apparatus | |
JP4580697B2 (en) | Print processing system, program, and recording medium | |
JP3754975B2 (en) | Information processing apparatus and information processing method | |
JP2010087792A (en) | Image forming apparatus and program | |
JP5493913B2 (en) | Image information processing apparatus and image information processing program | |
US9978005B2 (en) | Printer for drawing bold character, method for controlling the same, and storage medium | |
JP2004030386A (en) | Image processing method and image processor | |
EP2293180B1 (en) | PDL data processing device and PDL data creating device | |
JP2010012737A (en) | Print control apparatus, printing system, plotting method and program | |
JP2006079475A (en) | Print processing system, program and recording medium | |
JP4467715B2 (en) | Image output control apparatus and method | |
JP4955582B2 (en) | Image processing apparatus and image processing program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110322 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120911 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20121109 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20121203 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20121225 |