JP2008107970A - Image forming device - Google Patents

Image forming device Download PDF

Info

Publication number
JP2008107970A
JP2008107970A JP2006288672A JP2006288672A JP2008107970A JP 2008107970 A JP2008107970 A JP 2008107970A JP 2006288672 A JP2006288672 A JP 2006288672A JP 2006288672 A JP2006288672 A JP 2006288672A JP 2008107970 A JP2008107970 A JP 2008107970A
Authority
JP
Japan
Prior art keywords
area
graphic
data
display list
image forming
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
Application number
JP2006288672A
Other languages
Japanese (ja)
Inventor
Kenichi Katsura
健一 桂
Chihiro Ito
千尋 伊藤
Yoshiaki Namikata
良紀 南方
Yuzuru Naganuma
譲 長沼
Yukako Masuoka
由克子 枡岡
Toshihiro Seko
登志洋 世古
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Mita 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 Kyocera Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2006288672A priority Critical patent/JP2008107970A/en
Publication of JP2008107970A publication Critical patent/JP2008107970A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image forming device in which its output speed is accelerated by efficiently deleting graphic data to be included by combinations of a plurality of graphics. <P>SOLUTION: The image forming device comprises: a PDL analysis part 12 for analyzing prescribed data to extract the graphic data and their area data; a display list creation part 14 for successively creating one or more graphic data and their area data extracted as a display list; a display list deletion part 15 for deleting the display list of the extracted graphic when the graphic area extracted earlier is included in areas of the plurality of graphics extracted later; and a page rasterizing part 16 for outputting image forming data on the basis of the graphic data composing the display list. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、画像形成装置に関し、より詳しくは、描画処理時間を効果的に短縮化できる画像形成装置に関する。   The present invention relates to an image forming apparatus, and more particularly to an image forming apparatus capable of effectively shortening a drawing processing time.

従来から、画像処理技術に関する様々な研究が継続的にすすめられており、その一つとしてプリンタやスキャナ等、画像形成装置の高速処理技術の研究が行われてきた。
特に、近年では、出力のカラー化や多階調化等により、取り扱うデータ処理量が大幅に増加しており、画像処理の更なる高速化が求められている。
Conventionally, various researches on image processing technology have been continuously carried out. One of them has been research on high-speed processing technology of image forming apparatuses such as printers and scanners.
In particular, in recent years, the amount of data processing handled has greatly increased due to colorization of output and multi-gradation, and further speeding-up of image processing is required.

このため、中間リストの記憶領域を減少させてビットマップ化速度の向上を目的とした画像処理装置が提案されている(例えば、特許文献1)。
この画像処理装置によれば、図14に示すように、先に描画される第一の図形701の描画領域が、後に描画される第二の図形702の描画領域に包含される場合には、中間リストから第一の図形701のデータを削除し、高速化を図るようにしている。
また、第一の図形の描画領域と第二の図形の描画領域とが重なっている場合には、第一の図形からその重なり部分を削除することによっても高速化を図るようにしている。
For this reason, an image processing apparatus has been proposed that aims to improve the bit map conversion speed by reducing the storage area of the intermediate list (for example, Patent Document 1).
According to this image processing apparatus, as shown in FIG. 14, when the drawing area of the first graphic 701 drawn first is included in the drawing area of the second graphic 702 drawn later, The data of the first graphic 701 is deleted from the intermediate list to increase the speed.
In addition, when the drawing area of the first graphic and the drawing area of the second graphic overlap, the speed is also increased by deleting the overlapping portion from the first graphic.

特開2001−88367号公報(第1頁、第1図)JP 2001-88367 A (first page, FIG. 1)

しかしながら、以上のような従来提案されているに画像処理装置おいては、第一の図形が後の一の図形によって包含される場合には直接的に第一の図形データを削除することができるが、第一の図形が後の複数の図形によって包含される場合には第一の図形データが直接的には削除されず、複数の重なり部分をその数分削除することによって始めて第一の図形データの全部を削除することができる。
したがって、第一の図形が多数の図形によって包含される場合には、データ削除に要する処理数が大幅に増加するため、かえって処理の渋滞を招くこととなり、問題となっていた。
However, in the conventional image processing apparatus as described above, the first graphic data can be directly deleted when the first graphic is included by the subsequent graphic. However, when the first graphic is included by a plurality of subsequent graphics, the first graphic data is not deleted directly, but the first graphic is only deleted by deleting the number of overlapping portions. All data can be deleted.
Therefore, when the first graphic is included by a large number of graphics, the number of processes required for data deletion is greatly increased.

本発明は、以上のような従来の技術が有する問題を解決するために提案されたものであり、複数図形の組み合わせによって包含される図形のデータを効率的に削除することによって、出力の高速化を図ることが可能な画像形成装置の提供を目的とする。   The present invention has been proposed in order to solve the above-described problems of the prior art, and it is possible to speed up output by efficiently deleting graphic data included in a combination of a plurality of graphic elements. An object of the present invention is to provide an image forming apparatus capable of achieving the above.

上記目的を達成するため、本発明の画像形成装置は、請求項1に記載するように、所定のデータを解析し、図形データとその領域データとを抽出するデータ抽出手段と、抽出された一以上の前記図形データ及びその領域データを順次格納するディスプレイリストと、先に格納された図形の領域が、後に格納された一の図形の領域に包含される場合に、前記先に格納された図形のデータを前記ディスプレイリストから削除する包含図形削除手段と、前記ディスプレイリストに格納されている図形データに基づき画像形成データを出力する出力手段と、前記ディスプレイリストにおいて、先に格納された第一の図形の領域と後に格納された第二の図形の領域との重複領域を検出する重複領域検出手段と、前記第一の図形の領域を、前記重複領域を削除した領域に変更する領域変更手段と、前記包含図形削除手段は、前記領域変更手段によって変更された前記第一の図形の領域が、後に格納された前記第二の図形以外の図形の領域に包含される場合に、前記第一の図形データを前記ディスプレイリストから削除する構成としてある。   In order to achieve the above object, an image forming apparatus according to the present invention, as described in claim 1, analyzes predetermined data and extracts data for extracting graphic data and its area data. When the graphic data and the display list for sequentially storing the graphic data and the previously stored graphic area are included in the single graphic area stored later, the previously stored graphic Including graphic deletion means for deleting the data of the display list from the display list, output means for outputting image formation data based on the graphic data stored in the display list, and the first stored in the display list An overlapping area detecting means for detecting an overlapping area between the area of the graphic and the area of the second graphic stored later; and The area changing means for changing to the divided area and the inclusion graphic deleting means are configured such that the area of the first graphic changed by the area changing means is changed to a graphic area other than the second graphic stored later. When included, the first graphic data is deleted from the display list.

このような構成からなる本発明の画像形成装置によれば、描画対象となる図形相互の重複領域を求め、元の図形の領域からその重複領域を削除することとしてある。
そして、重複領域が削除された図形の領域を基準とし、この基準領域が他の図形に包含されている場合には係る図形を削除し、不要な描画データの削除を行うようにしている。
したがって、結果的には、従来のように一の図形が他の一の図形のみによって包含される場合に限らず、複数図形の組み合わせによって包含される場合でも係る図形データを削除できるようになる。
また、図形データの削除に至るプロセスが、領域データのみを基準として制御する簡易なものとなっているため、処理にかかる負担を大幅に抑えることが可能となる。このため、不要な図形データを効果的に削除でき、画像処理の効率化及び処理速度の向上を図ることができる。
According to the image forming apparatus of the present invention having such a configuration, an overlapping area between figures to be drawn is obtained, and the overlapping area is deleted from the area of the original figure.
Then, based on the area of the graphic from which the overlapping area is deleted, when this reference area is included in another graphic, the graphic is deleted, and unnecessary drawing data is deleted.
Therefore, as a result, the graphic data can be deleted not only in the case where one graphic is included only by another single graphic as in the prior art, but also when the graphic is included by a combination of a plurality of graphics.
Further, since the process leading to the deletion of the graphic data is a simple process that controls only the area data as a reference, it is possible to greatly reduce the processing load. Therefore, unnecessary graphic data can be effectively deleted, and image processing efficiency and processing speed can be improved.

また、本発明の画像形成装置は、請求項2に記載するように、前記領域データにもとづき、図形の最大矩形領域を算出する最大矩形領域算出手段と、前記領域データにもとづき、図形のバウンディングボックス領域を算出するバウンディングボックス領域算出手段とを備え、前記重複領域検出手段は、前記ディスプレイリストにおいて、先に格納された第一の図形のバウンディングボックス領域と後に格納された第二の図形の最大矩形領域との重複領域を検出し、前記領域変更手段は、前記第一の図形のバウンディングボックス領域を、前記重複領域を削除した領域に変更し、前記包含図形削除手段は、前記領域変更手段によって変更された第一の図形のバウンディングボックス領域が、後に格納された第二の図形以外の図形の最大矩形領域に包含される場合に、前記第一の図形のデータを前記ディスプレイリストから削除する構成としてある。   According to a second aspect of the present invention, there is provided an image forming apparatus comprising: a maximum rectangular area calculating unit that calculates a maximum rectangular area of a figure based on the area data; and a bounding box of the figure based on the area data. A bounding box area calculating means for calculating an area, wherein the overlapping area detecting means in the display list includes a bounding box area of the first figure stored earlier and a maximum rectangle of the second figure stored later. An overlapping area with the area is detected, the area changing means changes the bounding box area of the first graphic to the area from which the overlapping area has been deleted, and the inclusion graphic deleting means is changed by the area changing means. The bounding box area of the first figure is the largest rectangular area of the figure other than the second figure stored later When encompassed, certain data of the first figure so as to be deleted from the display list.

このような構成からなる本発明の画像形成装置によれば、前述の最大矩形領域とバウンディングボックス領域を求め、これらを図形の領域とみなして各処理を行うようにしている。
具体的には、描画対象となる第一図形のバウンディングボックス領域と第二図形の最大矩形領域との重複領域を求め、第一図形のバウンディングボックス領域からその重複領域を削除することとしてある。
そして、重複領域が削除された後のバウンディングボックス領域を基準とし、この基準領域が他の図形の最大矩形領域に包含されている場合には係る図形を削除し、不要な描画データの削除を行うようにしている。
したがって、描画対象が複雑な図形であっても、近似する単純な矩形領域に置き換えることによって、演算処理にかかる負担を大幅に抑えることができるので、図形相互の包含の有無を容易に判定することができる。
これにより、画像処理をさらに効率化し、高速化させることができる。
According to the image forming apparatus of the present invention having such a configuration, the above-described maximum rectangular area and bounding box area are obtained, and each process is performed by regarding these as a figure area.
Specifically, an overlapping area between the bounding box area of the first graphic to be drawn and the maximum rectangular area of the second graphic is obtained, and the overlapping area is deleted from the bounding box area of the first graphic.
Then, based on the bounding box area after the overlapping area is deleted, when this reference area is included in the maximum rectangular area of another figure, the figure is deleted and unnecessary drawing data is deleted. I am doing so.
Therefore, even if the drawing target is a complicated figure, it is possible to greatly reduce the burden on the calculation process by replacing it with a simple rectangular area that can be approximated. Can do.
Thereby, it is possible to further improve the efficiency and speed of the image processing.

また、本発明の画像形成装置は、請求項3に記載するように、前記領域データは、少なくとも所定の座標データによって構成されるようにしてある。   In the image forming apparatus of the present invention, the area data is constituted by at least predetermined coordinate data.

このような構成からなる本発明の画像形成装置によれば、描画対象となる図形の領域を座標データにもとづき抽出することができるため、迅速に図形位置を認識することが可能となる。
これにより、より効率的で高速な処理が行えるようになる。
特に、バウンディングボックス領域及び最大矩形領域の算出、図形相互の包含・重複の検出、領域データの変更処理など、様々な演算処理にも迅速かつ容易に対応することが可能である。
According to the image forming apparatus of the present invention having such a configuration, it is possible to extract the area of the graphic to be drawn based on the coordinate data, so that the graphic position can be recognized quickly.
Thereby, more efficient and high-speed processing can be performed.
In particular, it is possible to quickly and easily cope with various arithmetic processes such as calculation of the bounding box area and the maximum rectangular area, detection of inclusion / duplication between figures, and area data change processing.

また、本発明の画像形成装置は、請求項4に記載するように、出力単位となるページフレームを一定基準にもとづき分割し、複数のバンド領域を生成するバンド領域生成手段を、備え、前記データ抽出手段は、所定のデータを解析し、図形データとその領域データとをバンド領域毎に抽出し、前記ディスプレイリストは、抽出された一以上の前記図形データ及びその領域データをバンド領域毎に順次格納する構成としてある。   According to a fourth aspect of the present invention, there is provided an image forming apparatus comprising: a band area generating unit that divides a page frame, which is an output unit, based on a predetermined standard and generates a plurality of band areas; The extraction means analyzes predetermined data, extracts graphic data and its area data for each band area, and the display list sequentially extracts the one or more extracted graphic data and its area data for each band area. It is configured to store.

このような構成からなる本発明の画像形成装置によれば、描画対象となる図形が展開されるページフレームを分割し、複数のバンド領域とし、バンド領域毎に本発明の画像処理を行ういわゆるバンド処理(又はバンディング処理)を併用して適用することが可能となる。
このため、ページ単位での出力完了を待たずに、バンド領域単位で順次画像形成データを出力することができるため、メモリの節約のみならず、ファーストプリント時間の短縮等、より高速化を図ることができる。
According to the image forming apparatus of the present invention having such a configuration, a page frame on which a graphic to be rendered is developed is divided into a plurality of band areas, and the so-called band that performs image processing of the present invention for each band area. Processing (or banding processing) can be used in combination.
For this reason, image formation data can be output sequentially in band areas without waiting for completion of output in pages. Therefore, not only memory saving but also faster printing such as shortening the first print time can be achieved. Can do.

本発明の画像形成装置によれば、描画対象となる複数図形の組み合わせによって包含される不要な図形データを簡易な制御プロセスにもとづいて削除し、画像処理速度を効果的に向上させることができる。
特に、図形の最大矩形領域、バウンディングボックス領域を用いて、処理の簡素化を図り、また、バンド処理を併用することによって、さらに高速化を図ることが可能となる。
According to the image forming apparatus of the present invention, unnecessary graphic data included by a combination of a plurality of graphics to be drawn can be deleted based on a simple control process, and the image processing speed can be effectively improved.
In particular, the processing can be simplified by using the maximum rectangular area and the bounding box area of the figure, and the speed can be further increased by using the band processing together.

以下、本発明に係る画像形成装置の好ましい実施形態について図1〜図13を参照して説明する。
ここで、以下に示す本実施形態の画像形成装置は、プログラム(ソフトウェア)の命令によりコンピュータで実行される処理,手段,機能によって実現される。プログラムは、コンピュータの各構成要素に指令を送り、以下に示すような所定の処理・機能を行わせる。すなわち、本実施形態の画像形成装置における各処理・手段は、プログラムとコンピュータとが協働した具体的手段によって実現される。
なお、プログラムの全部又は一部は、例えば、磁気ディスク,光ディスク,半導体メモリ,その他任意のコンピュータで読取り可能な記録媒体により提供され、記録媒体から読み出されたプログラムがコンピュータにインストールされて実行される。また、プログラムは、記録媒体を介さず、通信回線を通じて直接にコンピュータにロードし実行することもできる。
A preferred embodiment of an image forming apparatus according to the present invention will be described below with reference to FIGS.
Here, the image forming apparatus of the present embodiment described below is realized by processing, means, and functions executed by a computer according to instructions of a program (software). The program sends a command to each component of the computer to perform predetermined processing and functions as shown below. That is, each process / means in the image forming apparatus of the present embodiment is realized by specific means in which a program and a computer cooperate.
Note that all or part of the program is provided by, for example, a magnetic disk, optical disk, semiconductor memory, or any other computer-readable recording medium, and the program read from the recording medium is installed in the computer and executed. The The program can also be loaded and executed directly on a computer through a communication line without using a recording medium.

[第一実施形態]
まず、図1〜図4を参照して、本発明に係る画像形成装置の第一実施形態であるページプリンタについて説明する。
図1は、本実施形態に係るページプリンタにおける描画処理の原理を説明するための説明図であり、図2は、本実施形態に係るページプリンタに用いるディスプレイリストを説明するための説明図である。
[First embodiment]
First, a page printer which is a first embodiment of an image forming apparatus according to the present invention will be described with reference to FIGS.
FIG. 1 is an explanatory diagram for explaining the principle of drawing processing in the page printer according to this embodiment, and FIG. 2 is an explanatory diagram for explaining a display list used in the page printer according to this embodiment. .

本実施形態のページプリンタにおいては、まず、図1(a)に示すように、受信した印刷データから対象となる図形101が抽出されたものとする。
続けて、図形101を部分的に覆う形状の図形102が抽出されたものとする(図1(b))。
最後に、図形103が抽出され、結果、図形101が、図形102と図形103によって完全に隠れる状態となっている(図1(c))。
In the page printer of this embodiment, first, as shown in FIG. 1A, it is assumed that a target graphic 101 is extracted from received print data.
Subsequently, it is assumed that a figure 102 having a shape partially covering the figure 101 is extracted (FIG. 1B).
Finally, the graphic 103 is extracted, and as a result, the graphic 101 is completely hidden by the graphic 102 and the graphic 103 (FIG. 1C).

このため、図形101は実際の出力画像に反映されないにも関わらず、一般的なページプリンタの内部処理においては描画処理の対象のままとなっている。
本実施形態に係るページプリンタは、このように、図形102や図形103との相互の関係においては包含関係がなく、重複関係にある場合であっても、図形102と図形103が合わさることによって図形101が包含される場合には、図形101をディスプレイリストから削除し、処理の効率化と高速化を図るものである。
For this reason, although the graphic 101 is not reflected in the actual output image, it remains a target for drawing processing in the internal processing of a general page printer.
In this way, the page printer according to the present embodiment has no inclusion relationship in the mutual relationship with the graphic 102 and the graphic 103, and even when there is an overlapping relationship, the graphic 102 and the graphic 103 are combined to form a graphic. When 101 is included, the graphic 101 is deleted from the display list to improve processing efficiency and speed.

ここで、ディスプレイリストとは、プリンタの描画機能において、受信した印刷データをラスタライズする前に一旦単純な図形に分割して中間コードを作成し、記憶しておくためのデータテーブルであり、図形描画に必要な位置座標、幅、高さなどのデータをもつものである。
ディスプレイリストの記憶方法としては、受信した描画データを順次リスト構造でつなぐ方法が通常的に採られている。したがって、リスト上、前のデータは古く、後につながれているデータほど新しいことを意味している。
Here, the display list is a data table for creating and storing intermediate codes once divided into simple figures before rasterizing received print data in the drawing function of the printer. It has data such as position coordinates, width, and height necessary for.
As a display list storage method, a method of sequentially connecting received drawing data in a list structure is generally employed. Therefore, on the list, the previous data is old, and the data connected later is newer.

つまり、ページ平面上においてある図形の位置が他の図形の領域にすべて包含されて隠れてしまう場合には、後から描画する図形は前の図形の上に描画されることとなるが、この場合、前の図形は描画する必要はないので、削除することによって描画処理の無駄を省くことができる。
例えば、図2(a)のようにディスプレイリストがつながっているとき、ディスプレイリストとしてn番目につながれた図形202がn+1番目以降の図形によってすべて包含される場合には、図2(b)に示すように、図形202を削除することによって不要なデータ処理を省くことができる。
In other words, if the position of a certain figure on the page plane is completely covered and hidden by the area of another figure, the figure to be drawn later will be drawn on the previous figure. Since the previous figure does not need to be drawn, the waste of the drawing process can be eliminated by deleting the previous figure.
For example, when the display lists are connected as shown in FIG. 2A, when all the graphics 202 connected as the display list are included by the (n + 1) th and subsequent graphics, the display list is shown in FIG. In this manner, unnecessary data processing can be omitted by deleting the graphic 202.

次に、本発明の第一実施形態に係るページプリンタの構成と仕組みについて図3及び図4を参照しながら説明する。
図3は、本実施形態に係るページプリンタの基本的な構成を示したブロック図である。
プリントデータ受信記憶部11は、図示しないホストコンピュータ等から受信した印刷データをメモリ等の記憶媒体にバッファリングするものである。
PDL解析部12は、受信した印刷データをエミュレータによって解析し、しかるべき処理を施す。具体的には、データ抽出手段により、印刷データから描画対象となる図形データとその座標データを抽出する。
ディスプレイリスト作成部13は、効率よくページラスタライズするために、簡易な形に分割した図形をディスプレイリストとして順次作成し格納するものである。
Next, the configuration and mechanism of the page printer according to the first embodiment of the present invention will be described with reference to FIGS.
FIG. 3 is a block diagram showing a basic configuration of the page printer according to the present embodiment.
The print data reception storage unit 11 buffers print data received from a host computer (not shown) in a storage medium such as a memory.
The PDL analysis unit 12 analyzes the received print data using an emulator and performs appropriate processing. Specifically, graphic data to be drawn and its coordinate data are extracted from the print data by the data extraction means.
The display list creating unit 13 sequentially creates and stores graphics divided into simple shapes as a display list for efficient page rasterization.

ディスプレイリスト情報修正部14は、ディスプレイリストにおいて、ある図形が他の図形に重なるときにこれを検出し(重複領域検出手段)、下になる図形の重なり部分を取り除くように図形の座標データを修正するものである(領域変更手段)。
例えば、図4(a)に示すように、まず描画対象となる図形101があり、その矩形領域を示す座標データとして、頂点A(x1,y1)と頂点B(x2,y2)が抽出されたものとする。
ここで、図4(b)に示すように、図形101の一部が重なる図形102が抽出された場合には、ディスプレイリスト情報修正部14は、もとの図形101の座標データのうち、頂点A(x1,y1)を頂点C(x1’,y1’)に変更する。
The display list information correcting unit 14 detects when a certain figure overlaps another figure in the display list (overlapping area detecting means), and corrects the coordinate data of the figure so as to remove the overlapping part of the underlying figure. (Region changing means).
For example, as shown in FIG. 4A, there is a figure 101 to be drawn first, and vertex A (x1, y1) and vertex B (x2, y2) are extracted as coordinate data indicating the rectangular area. Shall.
Here, as shown in FIG. 4B, when the figure 102 that overlaps a part of the figure 101 is extracted, the display list information correction unit 14 uses the vertex among the coordinate data of the original figure 101. A (x1, y1) is changed to the vertex C (x1 ′, y1 ′).

ディスプレイリスト削除部15は、ディスプレイリスト情報修正部14による座標データの修正にも対応しており、ある図形が他の一の図形によって完全に隠れる状態とみなされる場合には、描画する必要はないと判断し、ディスプレイリストから係る図形データを削除するものである(包含図形削除手段)。
つまり、前述した例の場合においては、頂点C(x1’,y1’)及び頂点B(x2,y2)からなる領域111が他の図形によって隠れるような場合には、もとの図形101のデータをディスプレイリストから削除することとしている。
ページラスタライズ部16は、ディスプレイリスト作成部13によって作成され、または、ディスプレイリスト削除部15によって不要な図形データが削除された後にディスプレイリストに格納されてある図形データをビットマップ化して出力するものである(出力手段)。
The display list deletion unit 15 also supports correction of coordinate data by the display list information correction unit 14, and when a certain figure is considered to be completely hidden by another figure, there is no need to draw. The figure data is deleted from the display list (included figure deletion means).
That is, in the case of the above-described example, when the area 111 composed of the vertex C (x1 ′, y1 ′) and the vertex B (x2, y2) is hidden by another graphic, the data of the original graphic 101 Is to be deleted from the display list.
The page rasterizing unit 16 generates a bitmap of graphic data stored in the display list after unnecessary graphic data is deleted by the display list generating unit 13 or deleted by the display list deleting unit 15 and outputs the bitmap. Yes (output means).

以上説明したように、本実施形態のページプリンタによれば、各図形の重なりを検出し、座標データ(領域データ)を変更することによって、複数の図形によって隠れる図形のデータを削除するようにしてある。
つまり、各図形が相対的には部分的に重複するにすぎない関係であっても、対象となる図形が他の複数図形の組み合わせによって包含される場合には描画対象から除外するように制御している。
As described above, according to the page printer of this embodiment, by detecting the overlap of each figure and changing the coordinate data (region data), the data of the figure hidden by the plurality of figures is deleted. is there.
In other words, even if each figure is relatively partially overlapped, if the target figure is included by a combination of other multiple figures, it is controlled to be excluded from the drawing target. ing.

このため、無駄な描画対象データを極力削除でき、描画処理の速度を向上させることが可能となる。
加えて、制御プロセスが簡単な仕組みとなっているため、処理負担が少なく、また、既存の装置においても必要最低限の改造等を行うことによって本実施形態に係るページプリンタを実現することが可能である。
したがって、処理効率の向上とともに高速化が図られ、汎用性・拡張性に優れた画像形成装置を容易に実現し、提供することができる。
For this reason, useless drawing target data can be deleted as much as possible, and the drawing processing speed can be improved.
In addition, since the control process is a simple mechanism, the processing load is small, and the page printer according to the present embodiment can be realized by performing the necessary minimum modifications in the existing apparatus. It is.
Accordingly, it is possible to easily realize and provide an image forming apparatus which is improved in processing efficiency and speeded up and is excellent in versatility and expandability.

[第二実施形態]
次に、本発明の画像形成装置の第二実施形態に係るページプリンタについて図5乃至図12を参照しながら説明を行う。
図5は、本発明の第二実施形態に係るページプリンタにおける描画処理の原理を説明するための説明図であり、図6は、本実施形態に係るページプリンタにおいて用いる最大矩形領域を説明するための説明図である。
本実施形態では、バウンディングボックス領域及び最大矩形領域を図形領域として取り扱い、必要な制御を行うこととしている。
そこで、まず、バウンディングボックス領域と最大矩形領域について説明を行う。
[Second Embodiment]
Next, a page printer according to a second embodiment of the image forming apparatus of the present invention will be described with reference to FIGS.
FIG. 5 is an explanatory diagram for explaining the principle of drawing processing in the page printer according to the second embodiment of the present invention, and FIG. 6 is for explaining the maximum rectangular area used in the page printer according to the present embodiment. It is explanatory drawing of.
In the present embodiment, the bounding box area and the maximum rectangular area are handled as a graphic area and necessary control is performed.
First, the bounding box area and the maximum rectangular area will be described.

バウンディングボックス領域とは、図5(a)左図に示すように、図形301に外接する最小の矩形領域302をいい、対象となる図形を包含する最小のボックスをいう。
一方、最大矩形領域とは、図5(a)右図に示すように、図形303に内接する最大の矩形領域304をいい、換言すると、図形の2つの平行な辺とそれらの辺に垂直な線によってできる矩形領域をいう。
As shown in the left diagram of FIG. 5A, the bounding box area refers to a minimum rectangular area 302 that circumscribes the graphic 301, and refers to a minimum box that includes the target graphic.
On the other hand, the maximum rectangular area refers to the maximum rectangular area 304 inscribed in the figure 303, as shown in the right figure of FIG. 5A. In other words, the two parallel sides of the figure and the sides perpendicular to those sides. A rectangular area formed by lines.

最大矩形領域の実際の求め方としては、まず、水平方向に平行な2辺があるかどうかを調べる。例えば、図6に示す図形の場合には、頂点1乃至頂点4の各座標を調べて、y座標の値で等しい2点があるかどうかで平行な辺の有無が判別できる。
具体的には、頂点1のy座標値と等しい頂点を検索すると、頂点4が該当するため、水平な辺として辺(頂点1−頂点4)が抽出される。また同様にして辺(頂点2−頂点3)が抽出される。
次に、上述のようにして抽出された各辺が、その辺の各頂点からの垂線と相互に交わるかどうかを判定し、交わる場合の交点(交点5、交点6)を検出する。
このようにして、頂点2−頂点3−交点5−交点6からなる最大矩形領域(図6斜線部)を求めることができる。
As an actual method of obtaining the maximum rectangular area, first, it is examined whether there are two sides parallel to the horizontal direction. For example, in the case of the graphic shown in FIG. 6, the coordinates of the vertices 1 to 4 are examined, and the presence or absence of parallel sides can be determined based on whether there are two points having the same y-coordinate value.
Specifically, when searching for a vertex equal to the y-coordinate value of vertex 1, vertex 4 is applicable, so a side (vertex 1-vertex 4) is extracted as a horizontal side. Similarly, edges (vertex 2 -vertex 3) are extracted.
Next, it is determined whether or not each side extracted as described above intersects with a perpendicular from each vertex of the side, and an intersection (intersection 5 and intersection 6) in the case of intersecting is detected.
In this way, the maximum rectangular area (hatched portion in FIG. 6) composed of vertex 2 -vertex 3 -intersection point 5 -intersection point 6 can be obtained.

なお、最大矩形領域に関しては、図5(c)に示すとおり対象となる図形が台形の場合には最大矩形領域を求めるが、内側に矩形部分をもたない図形に関しては内接する矩形は求めず、本実施形態における最大矩形領域の対象外とする。
すなわち、水平方向もしくは垂直方向に平行な2つの線(辺)をもたない図形や2つの平行な線(辺)に垂直な線によって矩形を作り出せない図形は、最大矩形領域は求めず、例えば、図5(d)のように平行な2辺を含む矩形ができない図形や、図5(e)のように1辺が0(ゼロ)の三角形(b)の図形についても最大矩形領域を求める対象外としている。
これは、実際の処理においては、事前に行う分割の仕方によって係る図形の発生を抑えることが可能であり、仮に発生したとしてもその誤差はわずかであり、高速化等のメリットを勘案すると、品質等に関するデメリットは極めて少ないものとなるからである。
As for the maximum rectangular area, the maximum rectangular area is obtained when the target figure is a trapezoid as shown in FIG. 5C, but the inscribed rectangle is not obtained for a figure having no rectangular portion inside. In this embodiment, the maximum rectangular area is excluded.
That is, a figure that does not have two lines (sides) parallel to the horizontal direction or the vertical direction or a figure that cannot create a rectangle by a line perpendicular to two parallel lines (sides) does not calculate the maximum rectangular area. The maximum rectangular area is also obtained for a figure that cannot be a rectangle including two parallel sides as shown in FIG. 5D or a figure that is a triangle (b) whose one side is 0 (zero) as shown in FIG. 5E. Not applicable.
In actual processing, it is possible to suppress the occurrence of the figure by the division method performed in advance, and even if it occurs, the error is slight. This is because there are very few disadvantages.

このようにして求めたバウンディングボックス領域と最大矩形領域の位置情報は、予めメモリ等に記憶しておき、矩形図形以外の台形の重なりを検出するために用いる。
具体的には、現在作成しているディスプレイリストの図形がもつ最大矩形領域に対して、以前に作成しているディスプレイリストのバウンディングボックス領域が重なっているか否かを判定する。
The positional information of the bounding box area and the maximum rectangular area obtained in this way is stored in advance in a memory or the like, and is used for detecting an overlap of trapezoids other than rectangular figures.
Specifically, it is determined whether or not the bounding box area of the display list that has been created previously overlaps the maximum rectangular area of the display list graphic that is currently created.

例えば、図5(b)に示すように三角形301のバウンディングボックス領域302と、台形303のもつ最大矩形領域304の重なりを判定し、重なる場合には、バウンディングボックス領域の頂点B(x2,y2)を頂点D(x2’,y2’)に変更する。
そして、この頂点A(x1,y1)及び頂点D(x2’,y2’)からなる矩形領域が他の図形に包含される場合には、ディスプレイリストから図形301のデータを削除することとしている。
For example, as shown in FIG. 5B, the overlapping of the bounding box area 302 of the triangle 301 and the maximum rectangular area 304 of the trapezoid 303 is determined, and if it overlaps, the vertex B (x2, y2) of the bounding box area To the vertex D (x2 ′, y2 ′).
When the rectangular area including the vertex A (x1, y1) and the vertex D (x2 ′, y2 ′) is included in another graphic, the data of the graphic 301 is deleted from the display list.

このように、バウンディングボックス領域及び最大矩形領域を用いた制御を行う事により、結果的に、複数図形の組み合わせによって隠れる図形の無駄な描画処理を省き、処理速度の向上を図ることが可能となる。
また、単純な矩形に置き換えて各種制御を行うことにより、かかる計算量を大幅に削減し、演算処理等にかかる負担を低減することができる。
In this way, by performing control using the bounding box area and the maximum rectangular area, it is possible to eliminate unnecessary drawing processing of a figure hidden by a combination of a plurality of figures and improve the processing speed. .
Further, by performing various controls in place of simple rectangles, it is possible to greatly reduce the amount of calculation and reduce the burden on arithmetic processing and the like.

次に、本実施形態に係るページプリンタの動作手順について図7乃至図12を用いて説明する。
図7及び図8は、本実施形態に係るページプリンタの動作手順を示したフローチャートであり、図9乃至図12は、本実施形態のページプリンタにおける動作手順を具体的に説明するための説明図である。
なお、ここで述べる動作手順は、本実施形態のページプリンタが、図9(a)に示す星形図形501を最初に受信した後、図9(b)に示す最大矩形領域502とする図形を受信し、さらにその後図9(c)に示す最大矩形領域503とする図形を抽出し、結果、星形図形501が最大矩形領域502及び503によって完全に隠れるケースを典型例として所々説明を行う。
Next, the operation procedure of the page printer according to the present embodiment will be described with reference to FIGS.
7 and 8 are flowcharts showing the operation procedure of the page printer according to the present embodiment, and FIGS. 9 to 12 are explanatory diagrams for specifically explaining the operation procedure of the page printer of the present embodiment. It is.
Note that the operation procedure described here is that the page printer of this embodiment first receives the star-shaped figure 501 shown in FIG. 9A, and then displays the figure as the maximum rectangular area 502 shown in FIG. 9B. The figure which is received and then extracted as the maximum rectangular area 503 shown in FIG. 9C is extracted, and as a result, the case where the star-shaped figure 501 is completely hidden by the maximum rectangular areas 502 and 503 will be described as a typical example.

図7に示すように、まず、ページプリンタは、ホストコンピュータ等の情報処理装置から印刷データを受信し(A1)、印刷データに記述してあるエミュレーションの描画命令を解釈する(A2)。
次に、抽出された図形の位置決定や大きさ・変形などの変換処理を行った後、ディスプレイリストを作成し、メモリ上に記憶する(A3)。
具体的には、図10に示すように、対象となる元の図形501を分割し、図形511乃至図形515からなる複数の単純な図形(描画プリミティブ)に展開する。つまり、パスの各々の頂点(区切り点)を基準にして水平方向に分割する。
As shown in FIG. 7, first, the page printer receives print data from an information processing apparatus such as a host computer (A1), and interprets an emulation drawing command described in the print data (A2).
Next, after performing conversion processing such as position determination and size / deformation of the extracted figure, a display list is created and stored in the memory (A3).
Specifically, as shown in FIG. 10, the original figure 501 to be processed is divided and developed into a plurality of simple figures (drawing primitives) including the figures 511 to 515. That is, the path is divided in the horizontal direction with respect to each vertex (breaking point) of the path.

ここで、現在処理している図形が混色や透過などの要素を含まない図形のコピー命令か否かを判定する(A4)。本実施形態の特徴である包含図形削除手段や重複領域検出手段等は、塗りつぶし図形を対象としているからである。
ステップA4の結果、対象図形については混色等を含まないコピー命令であると判定された場合(A4 YES)、ディスプレイリストがもつ図形の領域データ(座標データ等)からその図形のバウンディングボックス領域を算出し(バウンディングボックス領域算出手段)、ディスプレイリストの情報に追加して記憶する(A5)。
Here, it is determined whether or not the graphic currently being processed is a copy command for a graphic that does not include elements such as color mixing and transparency (A4). This is because the inclusion graphic deletion means, the overlapping area detection means, and the like, which are the features of the present embodiment, are targeted for filled figures.
As a result of step A4, when it is determined that the target graphic is a copy command that does not include mixed colors (A4 YES), the bounding box area of the graphic is calculated from the graphic area data (coordinate data, etc.) of the display list. (Bounding box area calculation means), in addition to the display list information, it is stored (A5).

具体的には、図11に示すように、図10における図形511乃至図形515の各図形についてバウンディングボックス領域521乃至525を算出し、後から描画される図形(最大矩形領域)との重なりの判定対象とする。
一方、すべての対象図形についてステップA4の判定を行い、透過や混色を含むコピー命令の対象と判定された図形(A4 NO)については、そのままラスタライズ処理を行う(図8 A13)。
Specifically, as shown in FIG. 11, the bounding box areas 521 to 525 are calculated for each of the figures 511 to 515 in FIG. 10, and the overlap with the figure (maximum rectangular area) drawn later is determined. set to target.
On the other hand, the determination in step A4 is performed for all the target graphics, and the rasterization process is performed as it is for the graphic (A4 NO) determined as a copy command target including transparency and color mixing (A13 in FIG. 8).

次に、ディスプレイリストの図形がもつ最大矩形領域Rを最大矩形領域算出手段により算出する(A6)。
ここで、最大矩形領域Rの値が0(ゼロ)か、否かを判定する(A7)。
ステップA7の結果、最大矩形領域Rの値が0(ゼロ)でないとき(A7 NO)、つまり、対象となる図形が矩形か台形であるときは、図8に示すステップA8乃至ステップA12の処理を、ディスプレイリストの先頭n=0に格納された図形から始め、ディスプレイリストの数分繰り返す(ループ2)。
一方、ディスプレイリストのすべてについてステップA7の判定を行った結果、図形の最大矩形領域Rの値が0(ゼロ)であると判定された図形(A7 YES)については、そのままラスタライズ処理を行う(図8 A13)。
Next, the maximum rectangular area R included in the graphic of the display list is calculated by the maximum rectangular area calculating means (A6).
Here, it is determined whether or not the value of the maximum rectangular area R is 0 (zero) (A7).
As a result of step A7, when the value of the maximum rectangular area R is not 0 (zero) (A7 NO), that is, when the target figure is a rectangle or a trapezoid, the processes of steps A8 to A12 shown in FIG. 8 are performed. Starting from the graphic stored at the top n = 0 of the display list, the number of display lists is repeated (loop 2).
On the other hand, as a result of the determination in step A7 for all display lists, the graphic (A7 YES) for which the value of the maximum rectangular area R of the graphic is determined to be 0 (zero) is subjected to the rasterization process as it is (see FIG. 8 A13).

ステップA8では、いま作成したディスプレイリストの図形の最大矩形領域Rと、以前に作成したn番目のディスプレイリストの図形のバウンディングボックス領域Bnとの比較処理を行う。
まず、最大矩形領域Rとバウンディングボックス領域Bnが重なっているかどうかを判定する(A9)。なお、これらの領域が相互に重なっていないとき(ステップA9 NO)は、次のディスプレイリストの図形(n+1番目の図形)の判定を行うこととし、以前作成したすべての図形について順次ステップA9の判定を行う。
In step A8, a comparison process is performed between the maximum rectangular area R of the graphic of the display list just created and the bounding box area Bn of the graphic of the nth display list created previously.
First, it is determined whether the maximum rectangular area R and the bounding box area Bn overlap (A9). When these areas do not overlap with each other (NO in step A9), the next display list figure (n + 1th figure) is determined, and the determination in step A9 is sequentially performed for all previously created figures. I do.

ステップA9の結果、以前作成したバウンディングボックス領域と現在処理中の図形の最大矩形領域Rとの重なりが検出された場合(A9 YES)には、次に、最大矩形領域Rがバウンディングボックス領域を完全に包含しているか否かを判定する(A10)。
ステップA10の結果、最大矩形領域Rが、バウンディングボックス領域を完全に包含している場合(A10 YES)には、n番目のディスプレイリストの図形をメモリ上から削除する(A11)。
一方、ステップA10の結果、最大矩形領域Rがバウンディングボックス領域を完全に包含しておらず、部分的に重なっている場合(A10 NO)には、n番目のディスプレイリストのバウンディングボックス領域Bnの頂点座標データを修正する(A12)。
As a result of step A9, if an overlap between the previously created bounding box area and the maximum rectangular area R of the currently processed figure is detected (A9 YES), then the maximum rectangular area R completely completes the bounding box area. (A10).
As a result of step A10, when the maximum rectangular area R completely includes the bounding box area (A10 YES), the graphic of the nth display list is deleted from the memory (A11).
On the other hand, as a result of step A10, when the maximum rectangular area R does not completely include the bounding box area and partially overlaps (A10 NO), the vertex of the bounding box area Bn of the nth display list The coordinate data is corrected (A12).

具体的には、図11に示す各バウンディングボックス領域521乃至525と最大矩形領域502について各々ステップA9及びステップA10の判定処理を行う。
その結果、バウンディングボックス領域525は、最大矩形領域502に完全に包含されているので図形515はディスプレイリストから削除される。
また、バウンディングボックス領域521乃至524は、最大矩形領域502に完全に包含されておらず、一部が重なるので、それぞれ頂点座標を修正し、531乃至534のようにバウンディングボックス領域を変更する。
Specifically, the determination processing of step A9 and step A10 is performed for each of the bounding box areas 521 to 525 and the maximum rectangular area 502 shown in FIG.
As a result, the bounding box area 525 is completely included in the maximum rectangular area 502, and the graphic 515 is deleted from the display list.
Further, since the bounding box areas 521 to 524 are not completely included in the maximum rectangular area 502 and partially overlap, the vertex coordinates are corrected, and the bounding box areas are changed like 531 to 534, respectively.

そして、図9(c)に示すように、新たに最大矩形領域503が認識された場合には、バウンディングボックス領域531乃至534はこの最大矩形領域503にすべて包含されることとなるため、原図形である図形511乃至図形514のデータはディスプレイリストから削除されることとなる。   As shown in FIG. 9C, when the maximum rectangular area 503 is newly recognized, the bounding box areas 531 to 534 are all included in the maximum rectangular area 503. The data of the figures 511 to 514 are deleted from the display list.

以上のように、ディスプレイリストにある全ての図形について、ループ1及びループ2に示された所定の手順を繰り返し実施することによって、ディスプレイリスト上からは不要な図形データが削除されるため、ディスプレイリスト上にある実質的に必要な図形のみがラスタライズされビットマップ出力されることとなる(A13)。   As described above, unnecessary graphic data is deleted from the display list by repeatedly performing the predetermined procedure shown in loop 1 and loop 2 for all the graphics in the display list. Only the substantially necessary figure above is rasterized and output as a bitmap (A13).

以上説明したように、本実施形態のページプリンタによれば、ディスプレイリスト上にある図形の最大矩形領域やバウンディングボックス領域を求め、これらの領域が部分的に重なる場合には、バウンディングボックス領域を変更した上で、他の図形との包含関係の有無を検出するようにしている。
そして、変更後のバウンディングボックス領域が他の図形の最大矩形領域に包含される場合には、そのバウンディングボックスの元となる図形のデータを削除するように制御している。
As described above, according to the page printer of the present embodiment, the maximum rectangular area and the bounding box area of the figure on the display list are obtained, and if these areas partially overlap, the bounding box area is changed. In addition, the presence / absence of an inclusive relationship with another figure is detected.
Then, when the bounding box area after the change is included in the maximum rectangular area of another figure, control is performed so as to delete the figure data that is the origin of the bounding box.

これにより、上述した第一実施形態と同様の効果が発揮されるだけでなく、複雑な図形についても容易かつ柔軟に対応することが可能となる。
また、対象となる図形の領域を単純な矩形領域に置き換えて、各種制御を行うようにしているため、演算処理等の負担を大幅に抑えることができる。
したがって、プログラムやCPU等を極めてシンプルな構成にすることができるとともに、信頼性の高いページプリンタを実現することができる。
Thereby, not only the same effect as the first embodiment described above is exhibited, but also a complicated figure can be easily and flexibly dealt with.
In addition, since the area of the target graphic is replaced with a simple rectangular area and various controls are performed, the burden of arithmetic processing and the like can be significantly reduced.
Accordingly, the program, CPU, and the like can be made extremely simple, and a highly reliable page printer can be realized.

[第三実施形態]
次に、本発明の画像形成装置の第三実施形態に係るページプリンタについて図13を参照しながら説明を行う。
本実施形態に係るページプリンタは、メモリ使用量を考慮してページをバンドに区切って(バンド領域生成手段)、一定のバンド領域単位に描画するいわゆるバンド処理を行うことも可能である。
バンド処理においては、バンド領域内での図形の包含関係や重複関係などを考慮する必要があるが、特に問題は発生せず、むしろ、より効率よく画像処理を行うことができる。
[Third embodiment]
Next, a page printer according to a third embodiment of the image forming apparatus of the present invention will be described with reference to FIG.
The page printer according to the present embodiment can perform so-called band processing in which a page is divided into bands (band area generation means) in consideration of memory usage and is drawn in a certain band area unit.
In band processing, it is necessary to consider the inclusion relationship and overlapping relationship of figures in the band region, but no particular problem occurs, rather, image processing can be performed more efficiently.

例えば、図13(a)のように、3つの矩形があり、矩形601が最も上に描画され、次に矩形602が描画され、最も下に位置する図形は矩形603であるとする。
この場合、ページ全体からみると3つの図形は一部が重なるのみで、包含関係は存在していない。したがって、そのままでは、包含図形削除手段による方法では、重複部分の図形データは削除できない。
しかし、図13(b)に示すように、バンド領域単位で見ると、band(N)内の矩形613は、矩形611と矩形612によって包含されているため、描画対象とはみなされず、ディスプレイリストから削除するように制御することができる。
For example, as shown in FIG. 13A, there are three rectangles, the rectangle 601 is drawn at the top, the rectangle 602 is drawn next, and the lowermost figure is a rectangle 603.
In this case, when viewed from the whole page, the three figures only partially overlap, and there is no inclusion relationship. Therefore, as it is, the graphic data of the overlapping portion cannot be deleted by the method using the inclusion graphic deleting means.
However, as shown in FIG. 13B, when viewed in band area units, the rectangle 613 in the band (N) is included in the rectangle 611 and the rectangle 612, and thus is not regarded as a drawing target, and the display list It can be controlled to be deleted from.

なお、バンド処理において、ディスプレイリストはバンド毎に管理されているので図13(a)に示す矩形603の全体が削除されることはない。
このように、本実施形態のページプリンタでは、ページへの直接描画処理(FULL−VRAM)又はバンド処理の如何に関わらず適用することが可能となっている。
In the band processing, since the display list is managed for each band, the entire rectangle 603 shown in FIG. 13A is not deleted.
As described above, the page printer according to this embodiment can be applied regardless of direct drawing processing (FULL-VRAM) or band processing on a page.

以上説明したように、本実施形態のページプリンタによれば、第一実施形態や第二実施形態と同様の効果が発揮されるだけでなく、バンド処理を採用することによって、さらに効率よく描画処理を行うことができる。
また、ページへの直接描画処理(FULL−VRAM)やバンド処理のいずれの処理手段にも対応できるため、プリンタの性能、出力図形の種類、ユーザが求める品質等に柔軟に対応することが可能である。
As described above, according to the page printer of this embodiment, not only the same effects as those of the first embodiment and the second embodiment are exhibited, but also the drawing processing is more efficiently performed by adopting the band processing. It can be performed.
In addition, since it can support any processing means such as direct drawing processing (FULL-VRAM) or band processing on a page, it is possible to flexibly respond to printer performance, type of output figure, quality required by the user, and the like. is there.

以上、本発明の画像形成装置について、好ましい実施形態を示して説明したが、本発明にかかる画像形成装置は、上述した実施形態にのみ限定されるものではなく、本発明の範囲で種々の変更実施が可能であることは言うまでもない。
例えば、本発明の画像形成装置は、ページプリンタのみならず、コピー機やファクシミリ、スキャナ等といった他の画像形成装置、複合装置であってもよい。
The image forming apparatus according to the present invention has been described with reference to the preferred embodiment. However, the image forming apparatus according to the present invention is not limited to the above-described embodiment, and various modifications can be made within the scope of the present invention. It goes without saying that implementation is possible.
For example, the image forming apparatus of the present invention may be not only a page printer but also other image forming apparatuses such as a copier, a facsimile, a scanner, and the like, and a composite apparatus.

本発明は、ページプリンタ等のプリンタや、コピー機、複合機等の画像形成装置やネットワークプリンタ等の画像形成システムに好適に利用することができる。   The present invention can be suitably used in printers such as page printers, image forming apparatuses such as copiers and multifunction peripherals, and image forming systems such as network printers.

本発明の画像形成装置の第一実施形態に係るページプリンタの原理を説明するための説明図である。1 is an explanatory diagram for explaining the principle of a page printer according to a first embodiment of an image forming apparatus of the present invention. 本発明の画像形成装置の第一実施形態に係るページプリンタに用いるディスプレイリストを説明するための説明図である。It is explanatory drawing for demonstrating the display list used for the page printer which concerns on 1st embodiment of the image forming apparatus of this invention. 本発明の画像形成装置の第一実施形態に係るページプリンタの基本的な構成を示したブロック図である。1 is a block diagram illustrating a basic configuration of a page printer according to a first embodiment of an image forming apparatus of the present invention. 本発明の画像形成装置の第一実施形態に係るページプリンタの基本的な仕組みを説明するための説明図である。FIG. 3 is an explanatory diagram for explaining a basic mechanism of the page printer according to the first embodiment of the image forming apparatus of the present invention. 本発明の画像形成装置の第二実施形態に係るページプリンタの原理を説明するための説明図である。It is explanatory drawing for demonstrating the principle of the page printer which concerns on 2nd embodiment of the image forming apparatus of this invention. 本発明の画像形成装置の第二実施形態に係るページプリンタにおいて用いる最大矩形領域を説明するための説明図である。It is explanatory drawing for demonstrating the largest rectangular area used in the page printer which concerns on 2nd embodiment of the image forming apparatus of this invention. 本発明の画像形成装置の第二実施形態に係るページプリンタの動作手順の前段を示したフローチャートである。6 is a flowchart showing the first stage of the operation procedure of the page printer according to the second embodiment of the image forming apparatus of the present invention. 本発明の画像形成装置の第二実施形態に係るページプリンタの動作手順の後段を示したフローチャートである。6 is a flowchart illustrating a second stage of the operation procedure of the page printer according to the second embodiment of the image forming apparatus of the present invention. 本発明の画像形成装置の第二実施形態に係るページプリンタにおける動作手順を具体的に説明するための第一の説明図である。FIG. 10 is a first explanatory diagram for specifically explaining an operation procedure in the page printer according to the second embodiment of the image forming apparatus of the present invention. 本発明の画像形成装置の第二実施形態に係るページプリンタにおける動作手順を具体的に説明するための第二の説明図である。FIG. 10 is a second explanatory diagram for specifically explaining an operation procedure in the page printer according to the second embodiment of the image forming apparatus of the present invention. 本発明の画像形成装置の第二実施形態に係るページプリンタにおける動作手順を具体的に説明するための第三の説明図である。FIG. 10 is a third explanatory diagram for specifically explaining an operation procedure in the page printer according to the second embodiment of the image forming apparatus of the present invention. 本発明の画像形成装置の第二実施形態に係るページプリンタにおける動作手順を具体的に説明するための第四の説明図である。FIG. 10 is a fourth explanatory diagram for specifically explaining an operation procedure in the page printer according to the second embodiment of the image forming apparatus of the present invention. 本発明の画像形成装置の第三実施形態に係るページプリンタにおいてバンド処理を説明するための説明図である。It is explanatory drawing for demonstrating a band process in the page printer which concerns on 3rd embodiment of the image forming apparatus of this invention. 従来の画像形成装置における中間リスト画像の削除原理を示す説明図である。It is explanatory drawing which shows the deletion principle of the intermediate | middle list image in the conventional image forming apparatus.

符号の説明Explanation of symbols

11 プリントデータ受信記憶部
12 PDL解析部
13 ディスプレイリスト作成部
14 ディスプレイリスト情報修正部
15 ディスプレイリスト削除部
16 ページラスタライズ部
11 Print Data Reception Storage Unit 12 PDL Analysis Unit 13 Display List Creation Unit 14 Display List Information Correction Unit 15 Display List Deletion Unit 16 Page Rasterization Unit

Claims (4)

所定のデータを解析し、図形データとその領域データとを抽出するデータ抽出手段と、
抽出された一以上の前記図形データ及びその領域データを順次格納するディスプレイリストと、
前記ディスプレイリストに先に格納された図形の領域が、後に格納された一の図形の領域に包含される場合に、前記先に格納された図形のデータを前記ディスプレイリストから削除する包含図形削除手段と、
前記ディスプレイリストに格納されている図形データに基づき画像形成データを出力する出力手段と、
前記ディスプレイリストにおいて、先に格納された第一の図形の領域と後に格納された第二の図形の領域との重複領域を検出する重複領域検出手段と、
前記第一の図形の領域を、前記重複領域を削除した領域に変更する領域変更手段と、を備え、
前記包含図形削除手段は、
前記領域変更手段によって変更された前記第一の図形の領域が、後に格納された前記第二の図形以外の図形の領域に包含される場合に、前記第一の図形データを前記ディスプレイリストから削除することを特徴とする画像形成装置。
Data extraction means for analyzing predetermined data and extracting graphic data and area data;
A display list for sequentially storing the one or more extracted graphic data and its area data;
Included graphic deletion means for deleting the previously stored graphic data from the display list when the graphic area previously stored in the display list is included in the one graphic area stored later When,
Output means for outputting image formation data based on graphic data stored in the display list;
In the display list, an overlapping area detecting means for detecting an overlapping area between the area of the first graphic stored earlier and the area of the second graphic stored later;
An area changing means for changing the area of the first graphic to an area where the overlapping area is deleted;
The inclusion figure deleting means is:
The first graphic data is deleted from the display list when the area of the first graphic changed by the area changing means is included in a graphic area other than the second graphic stored later. An image forming apparatus.
前記領域データにもとづき、図形の最大矩形領域を算出する最大矩形領域算出手段と、
前記領域データにもとづき、図形のバウンディングボックス領域を算出するバウンディングボックス領域算出手段と、を備え、
前記重複領域検出手段は、前記ディスプレイリストにおいて、先に格納された第一の図形のバウンディングボックス領域と後に格納された第二の図形の最大矩形領域との重複領域を検出し、
前記領域変更手段は、前記第一の図形のバウンディングボックス領域を、前記重複領域を削除した領域に変更し、
前記包含図形削除手段は、前記領域変更手段によって変更された第一の図形のバウンディングボックス領域が、後に格納された第二の図形以外の図形の最大矩形領域に包含される場合に、前記第一の図形のデータを前記ディスプレイリストから削除することを特徴とする請求項1に記載の画像形成装置。
Maximum rectangular area calculating means for calculating a maximum rectangular area of the figure based on the area data;
A bounding box area calculating means for calculating a bounding box area of the figure based on the area data,
The overlapping area detecting means detects an overlapping area between the bounding box area of the first graphic stored earlier and the maximum rectangular area of the second graphic stored later in the display list,
The area changing means changes the bounding box area of the first graphic to an area where the overlapping area is deleted,
The inclusion graphic deletion means is configured such that when the bounding box area of the first graphic changed by the area change means is included in the maximum rectangular area of the graphic other than the second graphic stored later, the first graphic The image forming apparatus according to claim 1, wherein the graphic data is deleted from the display list.
前記領域データは、少なくとも所定の座標データによって構成されることを特徴とする請求項1又は2に記載の画像形成装置。   The image forming apparatus according to claim 1, wherein the area data includes at least predetermined coordinate data. 出力単位となるページフレームを一定基準にもとづき分割し、複数のバンド領域を生成するバンド領域生成手段を、備え、
前記データ抽出手段は、所定のデータを解析し、図形データとその領域データとをバンド領域毎に抽出し、
前記ディスプレイリストは、抽出された一以上の前記図形データ及びその領域データをバンド領域毎に順次格納することを特徴とする請求項1乃至3のいずれか一項記載の画像形成装置。
A band area generating means for generating a plurality of band areas by dividing a page frame as an output unit based on a certain standard,
The data extraction means analyzes predetermined data, extracts graphic data and its area data for each band area,
4. The image forming apparatus according to claim 1, wherein the display list sequentially stores one or more extracted graphic data and its area data for each band area.
JP2006288672A 2006-10-24 2006-10-24 Image forming device Pending JP2008107970A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006288672A JP2008107970A (en) 2006-10-24 2006-10-24 Image forming device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006288672A JP2008107970A (en) 2006-10-24 2006-10-24 Image forming device

Publications (1)

Publication Number Publication Date
JP2008107970A true JP2008107970A (en) 2008-05-08

Family

ID=39441289

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006288672A Pending JP2008107970A (en) 2006-10-24 2006-10-24 Image forming device

Country Status (1)

Country Link
JP (1) JP2008107970A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010157040A (en) * 2008-12-26 2010-07-15 Kyocera Mita Corp Image forming apparatus
JP2010238019A (en) * 2009-03-31 2010-10-21 Canon Inc Image editing method
JP2010238135A (en) * 2009-03-31 2010-10-21 Canon Inc Image processing device and image processing method
JP2013123231A (en) * 2012-12-28 2013-06-20 Casio Comput Co Ltd Display terminal device and program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0822555A (en) * 1994-07-08 1996-01-23 Hitachi Ltd Method and device for graphic plotting
JPH10177657A (en) * 1996-10-18 1998-06-30 Fuji Xerox Co Ltd Picture processing method and picture processor
JP2001088367A (en) * 1999-09-20 2001-04-03 Matsushita Electric Ind Co Ltd Image processor
JP2002239262A (en) * 2001-02-05 2002-08-27 Caliber Multimedia Technology & Trading Corp Ltd Paper solid figure preparation system and recording medium recording preparation program therefor

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0822555A (en) * 1994-07-08 1996-01-23 Hitachi Ltd Method and device for graphic plotting
JPH10177657A (en) * 1996-10-18 1998-06-30 Fuji Xerox Co Ltd Picture processing method and picture processor
JP2001088367A (en) * 1999-09-20 2001-04-03 Matsushita Electric Ind Co Ltd Image processor
JP2002239262A (en) * 2001-02-05 2002-08-27 Caliber Multimedia Technology & Trading Corp Ltd Paper solid figure preparation system and recording medium recording preparation program therefor

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010157040A (en) * 2008-12-26 2010-07-15 Kyocera Mita Corp Image forming apparatus
JP2010238019A (en) * 2009-03-31 2010-10-21 Canon Inc Image editing method
JP2010238135A (en) * 2009-03-31 2010-10-21 Canon Inc Image processing device and image processing method
JP2013123231A (en) * 2012-12-28 2013-06-20 Casio Comput Co Ltd Display terminal device and program

Similar Documents

Publication Publication Date Title
JP4995057B2 (en) Drawing apparatus, printing apparatus, drawing method, and program
JP2006333361A (en) Image processing device, control method thereof, and program
US10762401B2 (en) Image processing apparatus controlling the order of storing decompressed data, and method thereof
US8212815B2 (en) Drawing apparatus, drawing program, and drawing method
JP2010009509A (en) Image processor, image processing method, program thereof, and storage medium
US8493629B2 (en) Image processing apparatus, method, and computer program
JP2008107970A (en) Image forming device
JP4646436B2 (en) Digital image processing device
US8705118B2 (en) Threshold-based load balancing printing system
JP2005109987A (en) Image forming method
US9122977B2 (en) Image processing apparatus and image processing method
JP2007122188A (en) Image forming device, image processing method and program
JP2008201058A (en) Image forming apparatus
JP2009075805A (en) Image forming apparatus
JP6323209B2 (en) Image processing apparatus and program
JP2005324425A (en) Image forming apparatus and control program therefor
JP6904717B2 (en) Image processing equipment, its control method, and programs
EP2402908B1 (en) Rendering data in the correct z-order
JP4475680B2 (en) Image processing apparatus, control method therefor, and program
US20190004755A1 (en) Image processing apparatus that performs rendering processing, method of rendering processing, and storage medium
JP5097694B2 (en) Image forming apparatus
JP4764730B2 (en) Image forming apparatus and image forming method
US20210049430A1 (en) Methods and apparatus to detect effective tiling area and fill tiles efficiently
JP2006031160A (en) Graphic object processing method
JP2009066926A (en) Image processing device and image forming system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090924

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110613

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110621

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20111018