JP2006235855A - Image forming device, image processing device, program, and image processing method - Google Patents
Image forming device, image processing device, program, and image processing method Download PDFInfo
- Publication number
- JP2006235855A JP2006235855A JP2005047596A JP2005047596A JP2006235855A JP 2006235855 A JP2006235855 A JP 2006235855A JP 2005047596 A JP2005047596 A JP 2005047596A JP 2005047596 A JP2005047596 A JP 2005047596A JP 2006235855 A JP2006235855 A JP 2006235855A
- Authority
- JP
- Japan
- Prior art keywords
- drawing command
- gradation
- command
- image
- pdl
- 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
- Image Generation (AREA)
- Record Information Processing For Printing (AREA)
Abstract
Description
本発明は、画像形成装置、画像処理装置、プログラムおよび画像処理方法に関する。 The present invention relates to an image forming apparatus, an image processing apparatus, a program, and an image processing method.
近年、パーソナルコンピュータなどのコンピュータ装置上で動作するカラーDTPやワードプロセッサなどにおいては、各種機能が高機能化され、テキストのみならず複雑な図形も容易に作成できるようになっている。このようにして作成された文章や画像などのドキュメントは、コンピュータ装置とネットワークを介して接続されたプリンタ装置にて印刷出力される。 In recent years, various functions have been enhanced in color DTP, word processors, and the like that operate on computer devices such as personal computers, so that not only text but also complex figures can be easily created. Documents such as texts and images created in this way are printed out by a printer device connected to the computer device via a network.
このようなコンピュータ装置においては、一般に、ドキュメントの印刷出力に当たり、ページ記述言語(Page Description Language;PDL)で記述された描画コマンドをプリンタ装置側に送出するようになっている。そして、描画コマンドの送出があると、プリンタ装置側にてその描画コマンドを基にフォントやグラフィックスなどの図形を描画するようになっている。 In such a computer apparatus, generally, when a document is printed out, a drawing command described in a page description language (PDL) is sent to the printer apparatus side. When a drawing command is sent, a graphic such as a font or graphics is drawn on the printer device side based on the drawing command.
さらに、ドキュメントが高度化するに従い、グラフィックス描画で用いられる表現技術も高度になってきている。特に、描画領域の色を徐々に変化させるグラデーション機能は、効果的なプレゼンテーションや立体の形状表現などの目的のために多用される傾向にある。このようなグラデーション機能としては、図10に示すように種々のグラデーションパターンが用意されており、所定の端点の色を指定し、領域を指定色1から指定色2へと徐々に変化するように塗りつぶすものが多い。
In addition, as documents become more sophisticated, expression techniques used in graphics drawing have become more advanced. In particular, a gradation function that gradually changes the color of a drawing area tends to be frequently used for purposes such as effective presentation and three-dimensional shape expression. As such a gradation function, various gradation patterns are prepared as shown in FIG. 10, the color of a predetermined end point is designated, and the region is gradually changed from the designated
ところが、通常のページ記述言語ではグラデーション専用のコマンドが無いために、コンピュータ装置からプリンタ装置に出力されるページ記述言語のサイズが増大かつ複雑化し、ページ記述言語をプリンタ装置に転送する速度や、プリンタ装置側でのグラデーション生成処理の増大を招くという問題を生じていた。 However, since there is no gradation-dedicated command in the normal page description language, the size of the page description language output from the computer device to the printer device increases and becomes complicated, the speed at which the page description language is transferred to the printer device, the printer There has been a problem that the gradation generation processing on the apparatus side is increased.
そこで、このような問題を解決すべく、特許文献1には、複雑なグラデーションの描画にかかる負荷を大幅に軽減して高速処理を可能にした画像形成装置が開示されている。また、特許文献2には、アプリケーションやOSの使用に依存しないグラデーション描画を可能とし、PDLサイズの抑制を可能とする画像処理装置が開示されている。
Therefore, in order to solve such a problem,
ところで、グラデーション描画で処理に負荷がかかる原因は、図11に示すような横方向に色が変わるグラデーションパターンの描画にある。これは、図12に示すようにグラデーションを色毎の要素に分割して、分割した各要素をグラフィックス描画コマンドに置き換えているためである。例えば、図12に示すように、色Aの図形を描画した後に色Bの図形を描画することになる。つまり、横方向に色が変わるグラデーションパターンの描画においては、グラデーションを描画している間は縦に長い描画を繰り返すことになる。このように縦に長い描画は、図13に示すように、ページメモリ上では1Byteに満たない数bit幅の描画になることが多い。図14に示すように、一のラインにおける色Aの範囲の描画が終了すると、次ラインでの色Aとなる範囲を描画することになるが、次ラインのメモリアドレスは、前に描画した色Aとなる範囲のメモリアドレスからページ幅の分だけ進んだところになる。既存のハードウェアでは、このようなアドレスジャンプと、ページメモリ上での1Byteに満たない数bit幅に対するメモリ操作とに時間がかかることが多い。 By the way, the cause of the processing load in gradation drawing is the drawing of a gradation pattern whose color changes in the horizontal direction as shown in FIG. This is because, as shown in FIG. 12, the gradation is divided into elements for each color, and each divided element is replaced with a graphics drawing command. For example, as shown in FIG. 12, after drawing the figure of color A, the figure of color B is drawn. That is, in the drawing of the gradation pattern whose color changes in the horizontal direction, the drawing which is long in the vertical direction is repeated while the gradation is drawn. In this way, the vertically long drawing is often drawn with a bit width of less than 1 byte on the page memory as shown in FIG. As shown in FIG. 14, when the drawing of the range of the color A in one line is completed, the range of the color A in the next line is drawn, but the memory address of the next line is the previously drawn color. It is a position advanced from the memory address in the range of A by the page width. In existing hardware, it often takes time to perform such an address jump and a memory operation for a bit width of less than 1 byte on the page memory.
逆に、図15に示すような縦方向に色が変化するグラデーションパターンの描画の場合、色Aの図形が横長であるので、一度にアクセスするメモリアドレスが連続かつByte全体になることが多く、ハードウェアで高速に描画が可能である。 Conversely, in the case of drawing a gradation pattern whose color changes in the vertical direction as shown in FIG. 15, since the figure of color A is horizontally long, the memory addresses accessed at one time are often continuous and the entire Byte, High-speed drawing with hardware is possible.
この点について、特許文献1に開示されている画像形成装置によれば、描画コマンドのレベルでの判定及び結合については触れられていない。また、特許文献2に開示されている画像処理装置によれば、グラデーションを構成すると見做せる描画コマンドは全て結合の対象となっており、処理速度が大きく低下することがない縦方向に色が変化するグラデーションパターンについても結合の対象にしてしまっている。
In this regard, according to the image forming apparatus disclosed in
本発明は、上記に鑑みてなされたものであって、グラデーション描画を効率的に行うことができ、印刷処理時間を削減することができる画像形成装置、画像処理装置、プログラムおよび画像処理方法を提供することを目的とする。 The present invention has been made in view of the above, and provides an image forming apparatus, an image processing apparatus, a program, and an image processing method capable of efficiently performing gradation drawing and reducing the print processing time. The purpose is to do.
上述した課題を解決し、目的を達成するために、請求項1にかかる発明の画像形成装置は、画像出力制御装置から印刷データを構成するPDLデータの図形描画命令の入力を受け付けるデータ入力処理手段と、このデータ入力処理手段で受け付けた前記図形描画命令を順次解釈し、その解釈後に得られた解釈結果を出力するPDL解釈処理手段と、このPDL解釈処理手段から送られた解釈結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する描画処理手段と、この描画処理手段により前記ページメモリ上に展開された印刷描画イメージを記録媒体に形成する印刷処理手段と、を備える。 In order to solve the above-described problems and achieve the object, an image forming apparatus according to a first aspect of the present invention is a data input processing means for receiving an input of a graphic drawing command for PDL data constituting print data from an image output control apparatus. A PDL interpretation processing means for sequentially interpreting the graphic drawing commands received by the data input processing means and outputting an interpretation result obtained after the interpretation; and an interpretation result sent from the PDL interpretation processing means is analyzed. If the received drawing command is a drawing command that constitutes a gradation in which the color changes in the direction in which the addresses in the page memory are continuous, the drawing command is converted into a combined gradation drawing command and the print drawing image is converted. Drawing processing means for developing on the page memory, and development on the page memory by the drawing processing means Comprising a printing means for printing drawing image formed on the recording medium, the.
また、請求項2にかかる発明は、請求項1記載の画像形成装置において、前記描画処理手段は、グラデーション描画コマンドをワークメモリに蓄積する蓄積手段と、前記PDL解釈処理手段から新たに受け取った描画コマンドと前記ワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する判定手段と、この判定手段により前記PDL解釈処理手段から新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドを前記ワークメモリに蓄積されているグラデーション描画コマンドに結合する結合処理手段と、この結合処理手段により新たに受け取った描画コマンドが結合されたグラデーション描画コマンドを前記ワークメモリに再度蓄積する再蓄積手段と、を備える。 According to a second aspect of the present invention, in the image forming apparatus according to the first aspect, the drawing processing means includes a storage means for storing gradation drawing commands in a work memory, and a drawing newly received from the PDL interpretation processing means. The command is compared with a drawing command determined to be a drawing command constituting the gradation stored in the work memory, and it is determined whether the newly received drawing command can become a drawing command constituting the gradation. And a gradation drawing stored in the work memory when the drawing command newly received from the PDL interpretation processing means is determined to be a drawing command constituting a gradation. The binding processing means that binds to the command and this connection And a re-accumulating means again stored in the work memory gradation drawing command drawing command is coupled to the newly received by the processing means.
また、請求項3にかかる発明は、請求項1または2記載の画像形成装置において、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する際に、グラデーションを構成する描画コマンドは連続していると仮定する。 According to a third aspect of the present invention, in the image forming apparatus according to the first or second aspect, when determining whether or not a newly received drawing command can be a drawing command constituting the gradation, the drawing constituting the gradation is performed. Assume that the commands are continuous.
また、請求項4にかかる発明は、請求項1または2記載の画像形成装置において、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかの判定は、前に受け取った描画コマンドと描画位置が横方向に隣接し、大きさ(幅、高さ)も同じで、色が少しだけ違うようであれば、グラデーションを構成する描画コマンドになりうるとみなす。 According to a fourth aspect of the present invention, in the image forming apparatus according to the first or second aspect, the determination as to whether or not a newly received drawing command can be a drawing command constituting a gradation is made according to the previously received drawing command. If the drawing position is adjacent in the horizontal direction, the size (width and height) is the same, and the colors are slightly different, it is considered that the drawing command can constitute a gradation.
また、請求項5にかかる発明は、請求項1ないし4のいずれか一記載の画像形成装置において、前記グラデーション描画コマンドは、描画範囲と色情報とで構成される。 According to a fifth aspect of the present invention, in the image forming apparatus according to any one of the first to fourth aspects, the gradation drawing command includes a drawing range and color information.
また、請求項6にかかる発明は、請求項5記載の画像形成装置において、前記PDL解釈処理手段から受け取る描画コマンドが連続するRUN描画コマンドであった場合には、前記グラデーション描画コマンドは描画範囲として始点座標及び長さを有している。 According to a sixth aspect of the present invention, in the image forming apparatus according to the fifth aspect, when the drawing command received from the PDL interpretation processing unit is a continuous RUN drawing command, the gradation drawing command is used as a drawing range. Has start point coordinates and length.
また、請求項7にかかる発明は、請求項5記載の画像形成装置において、前記PDL解釈処理手段から受け取る描画コマンドが連続する矩形描画コマンドであった場合には、前記グラデーション描画コマンドは描画範囲として始点座標、幅及び高さを有している。 According to a seventh aspect of the present invention, in the image forming apparatus according to the fifth aspect, when the drawing command received from the PDL interpretation processing means is a continuous rectangular drawing command, the gradation drawing command is set as a drawing range. It has start point coordinates, width and height.
また、請求項8にかかる発明は、請求項5記載の画像形成装置において、前記グラデーション描画コマンドは、色情報として始点の色とページメモリにおけるアドレスが連続した方向の移動量に対する色の変化量を有している。 According to an eighth aspect of the present invention, in the image forming apparatus according to the fifth aspect, the gradation drawing command includes a color change amount relative to a movement amount in a direction in which the start point color and the address in the page memory are continuous as color information. Have.
また、請求項9にかかる発明の画像処理装置は、印刷データを構成するPDLデータの図形描画命令の入力を受け付けるPDL入力処理手段と、このPDL入力処理手段で受け付けた前記図形描画命令を順次解釈し、その解釈後に得られた解釈結果を出力するPDL解釈処理手段と、このPDL解釈処理手段から送られた解釈結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する描画処理手段と、この描画処理手段により前記ページメモリ上に展開された印刷描画イメージを画像形成装置に出力するデータ出力手段と、を備える。 According to a ninth aspect of the present invention, there is provided an image processing apparatus for sequentially interpreting a PDL input processing unit for receiving an input of a graphic drawing command for PDL data constituting print data, and the graphic drawing command received by the PDL input processing unit. The PDL interpretation processing means for outputting the interpretation result obtained after the interpretation, and the interpretation result sent from the PDL interpretation processing means are analyzed, and the color of the received drawing command is changed in the direction in which the addresses in the page memory are continuous. In the case of a drawing command that constitutes a gradation that changes, a drawing processing unit that converts each drawing command into a combined gradation drawing command and develops a printed drawing image on a page memory, and the drawing processing unit A data output method for outputting a print / drawn image developed on the page memory to the image forming apparatus. And, equipped with a.
また、請求項10にかかる発明は、請求項9記載の画像処理装置において、前記描画処理手段は、グラデーション描画コマンドをワークメモリに蓄積する蓄積手段と、前記PDL解釈処理手段から新たに受け取った描画コマンドと前記ワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する判定手段と、この判定手段により前記PDL解釈処理手段から新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドを前記ワークメモリに蓄積されているグラデーション描画コマンドに結合する結合処理手段と、この結合処理手段により新たに受け取った描画コマンドが結合されたグラデーション描画コマンドを前記ワークメモリに再度蓄積する再蓄積手段と、を備える。 According to a tenth aspect of the present invention, in the image processing apparatus according to the ninth aspect, the drawing processing means includes a storage means for storing gradation drawing commands in a work memory, and a drawing newly received from the PDL interpretation processing means. The command is compared with a drawing command determined to be a drawing command constituting the gradation stored in the work memory, and it is determined whether the newly received drawing command can become a drawing command constituting the gradation. And a gradation drawing stored in the work memory when the drawing command newly received from the PDL interpretation processing means is determined to be a drawing command constituting a gradation. Join processing means to join the command and this Comprising a re-accumulating means again storing gradation drawing command drawing command newly received is coupled to said working memory by coupling the processing means.
また、請求項11にかかる発明は、請求項9または10記載の画像処理装置において、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する際に、グラデーションを構成する描画コマンドは連続していると仮定する。 According to an eleventh aspect of the present invention, in the image processing apparatus according to the ninth or tenth aspect, when determining whether or not a newly received drawing command can be a drawing command constituting the gradation, the drawing constituting the gradation is performed. Assume that the commands are continuous.
また、請求項12にかかる発明は、請求項9または10記載の画像処理装置において、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかの判定は、前に受け取った描画コマンドと描画位置が横方向に隣接し、大きさ(幅、高さ)も同じで、色が少しだけ違うようであれば、グラデーションを構成する描画コマンドになりうるとみなす。 According to a twelfth aspect of the present invention, in the image processing apparatus according to the ninth or tenth aspect, the determination as to whether or not a newly received drawing command can be a drawing command constituting a gradation is the same as the previously received drawing command. If the drawing position is adjacent in the horizontal direction, the size (width and height) is the same, and the colors are slightly different, it is considered that the drawing command can constitute a gradation.
また、請求項13にかかる発明は、請求項9ないし12のいずれか一記載の画像処理装置において、前記グラデーション描画コマンドは、描画範囲と色情報とで構成される。 According to a thirteenth aspect of the present invention, in the image processing device according to any one of the ninth to twelfth aspects, the gradation drawing command includes a drawing range and color information.
また、請求項14にかかる発明は、請求項13記載の画像処理装置において、前記PDL解釈処理手段から受け取る描画コマンドが連続するRUN描画コマンドであった場合には、前記グラデーション描画コマンドは描画範囲として始点座標及び長さを有している。 According to a fourteenth aspect of the present invention, in the image processing apparatus according to the thirteenth aspect, when the drawing command received from the PDL interpretation processing means is a continuous RUN drawing command, the gradation drawing command is used as a drawing range. Has start point coordinates and length.
また、請求項15にかかる発明は、請求項13記載の画像処理装置において、前記PDL解釈処理手段から受け取る描画コマンドが連続する矩形描画コマンドであった場合には、前記グラデーション描画コマンドは描画範囲として始点座標、幅及び高さを有している。 According to a fifteenth aspect of the present invention, in the image processing apparatus according to the thirteenth aspect, when the drawing command received from the PDL interpretation processing means is a continuous rectangular drawing command, the gradation drawing command is set as a drawing range. It has start point coordinates, width and height.
また、請求項16にかかる発明は、請求項13記載の画像処理装置において、前記グラデーション描画コマンドは、色情報として始点の色とページメモリにおけるアドレスが連続した方向の移動量に対する色の変化量を有している。 According to a sixteenth aspect of the present invention, in the image processing apparatus according to the thirteenth aspect, the gradation drawing command includes a color change amount relative to a movement amount in a direction in which the start point color and the address in the page memory are continuous as color information. Have.
また、請求項17にかかる発明のプログラムは、印刷データを構成するPDLデータの図形描画命令の入力を受け付けるPDL入力処理機能と、このPDL入力処理機能で受け付けた前記図形描画命令を順次解釈し、その解釈後に得られた解釈結果を出力するPDL解釈処理機能と、このPDL解釈処理機能から送られた解釈結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する描画処理機能と、この描画処理機能により前記ページメモリ上に展開された印刷描画イメージを画像形成装置に出力するデータ出力機能と、をコンピュータに実行させる。 According to a seventeenth aspect of the present invention, there is provided a program for sequentially interpreting a PDL input processing function for receiving an input of a graphic drawing command for PDL data constituting print data, and the graphic drawing command received by the PDL input processing function, The PDL interpretation processing function for outputting the interpretation result obtained after the interpretation and the interpretation result sent from the PDL interpretation processing function are analyzed, and the color changes in the direction in which the received drawing command has consecutive addresses in the page memory. In the case of a drawing command that constitutes such a gradation, a drawing processing function that converts each drawing command into a gradation drawing command that combines the drawing commands and develops a printed drawing image on the page memory, and the page processing memory A data output device for outputting a printed drawing image developed above to an image forming apparatus When causes the computer to execute.
また、請求項18にかかる発明は、請求項17記載のプログラムにおいて、前記描画処理機能は、グラデーション描画コマンドをワークメモリに蓄積する蓄積機能と、前記PDL解釈処理機能から新たに受け取った描画コマンドと前記ワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する判定機能と、この判定機能により前記PDL解釈処理機能から新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドを前記ワークメモリに蓄積されているグラデーション描画コマンドに結合する結合処理機能と、この結合処理機能により新たに受け取った描画コマンドが結合されたグラデーション描画コマンドを前記ワークメモリに再度蓄積する再蓄積機能と、を備える。 According to an eighteenth aspect of the present invention, in the program according to the seventeenth aspect, the drawing processing function includes: a storage function for storing gradation drawing commands in a work memory; a drawing command newly received from the PDL interpretation processing function; Judgment to determine whether a newly received drawing command can become a drawing command constituting a gradation by comparing with a drawing command determined to be a drawing command constituting the gradation stored in the work memory Function, and when it is determined that the drawing command newly received from the PDL interpretation processing function is a drawing command constituting a gradation, each drawing command is stored in the gradation drawing command stored in the work memory. Join processing function to join and this Comprising a re-accumulating function again storing gradation drawing command drawing command newly received is coupled to said working memory by engagement processing function, a.
また、請求項19にかかる発明は、請求項17または18記載のプログラムにおいて、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する際に、グラデーションを構成する描画コマンドは連続していると仮定する。 According to a nineteenth aspect of the present invention, in the program according to the seventeenth or eighteenth aspect, when determining whether or not the newly received drawing command can be a drawing command constituting the gradation, the drawing command constituting the gradation is Assume that they are continuous.
また、請求項20にかかる発明は、請求項17または18記載のプログラムにおいて、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかの判定は、前に受け取った描画コマンドと描画位置が横方向に隣接し、大きさ(幅、高さ)も同じで、色が少しだけ違うようであれば、グラデーションを構成する描画コマンドになりうるとみなす。 According to a twentieth aspect of the present invention, in the program according to the seventeenth or eighteenth aspect, whether or not a newly received drawing command can be a drawing command constituting a gradation is determined by determining whether or not the drawing command and drawing position received previously are Are adjacent to each other in the horizontal direction, have the same size (width and height), and are slightly different in color, it is considered that the drawing command can constitute a gradation.
また、請求項21にかかる発明は、請求項17ないし20のいずれか一記載のプログラムにおいて、前記グラデーション描画コマンドは、描画範囲と色情報とで構成される。
The invention according to
また、請求項22にかかる発明は、請求項21記載のプログラムにおいて、前記PDL解釈処理機能から受け取る描画コマンドが連続するRUN描画コマンドであった場合には、前記グラデーション描画コマンドは描画範囲として始点座標及び長さを有している。
The invention according to
また、請求項23にかかる発明は、請求項21記載のプログラムにおいて、前記PDL解釈処理機能から受け取る描画コマンドが連続する矩形描画コマンドであった場合には、前記グラデーション描画コマンドは描画範囲として始点座標、幅及び高さを有している。 In a twenty-third aspect of the invention, in the program according to the twenty-first aspect, when the drawing command received from the PDL interpretation processing function is a continuous rectangular drawing command, the gradation drawing command is set as a starting point coordinate. , Having a width and height.
また、請求項24にかかる発明は、請求項21記載のプログラムにおいて、前記グラデーション描画コマンドは、色情報として始点の色とページメモリにおけるアドレスが連続した方向の移動量に対する色の変化量を有している。 According to a twenty-fourth aspect of the invention, in the program according to the twenty-first aspect, the gradation drawing command has a color change amount with respect to a movement amount in a direction in which the start point color and the address in the page memory are continuous as color information. ing.
また、請求項25にかかる発明の画像処理方法は、印刷データを構成するPDLデータの図形描画命令の入力を受け付けるPDL入力処理工程と、このPDL入力処理工程で受け付けた前記図形描画命令を順次解釈し、その解釈後に得られた解釈結果を出力するPDL解釈処理工程と、このPDL解釈処理工程から送られた解釈結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する描画処理工程と、この描画処理工程により前記ページメモリ上に展開された印刷描画イメージを画像形成装置に出力するデータ出力工程と、を含む。 An image processing method according to a twenty-fifth aspect of the present invention is a PDL input processing step for receiving an input of a graphic drawing command for PDL data constituting print data, and sequentially interpreting the graphic drawing command received in the PDL input processing step. The PDL interpretation processing step for outputting the interpretation result obtained after the interpretation and the interpretation result sent from the PDL interpretation processing step are analyzed, and the received drawing command displays the color in the direction in which the addresses in the page memory are continuous. In the case of a drawing command that constitutes a gradation that changes, a drawing processing step that converts each drawing command into a combined gradation drawing command and develops a printed drawing image on the page memory, and the drawing processing step Data output that outputs the printed drawing image developed on the page memory to the image forming device Including the extent, the.
また、請求項26にかかる発明は、請求項25記載の画像処理方法において、前記描画処理工程は、グラデーション描画コマンドをワークメモリに蓄積する蓄積工程と、前記PDL解釈処理工程から新たに受け取った描画コマンドと前記ワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する判定工程と、この判定工程により前記PDL解釈処理工程から新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドを前記ワークメモリに蓄積されているグラデーション描画コマンドに結合する結合処理工程と、この結合処理工程により新たに受け取った描画コマンドが結合されたグラデーション描画コマンドを前記ワークメモリに再度蓄積する再蓄積工程と、を含む。 According to a twenty-sixth aspect of the present invention, in the image processing method according to the twenty-fifth aspect, the drawing processing step includes a storage step of storing gradation drawing commands in a work memory and a drawing newly received from the PDL interpretation processing step. The command is compared with a drawing command determined to be a drawing command constituting the gradation stored in the work memory, and it is determined whether the newly received drawing command can become a drawing command constituting the gradation. And a gradation drawing in which each drawing command is stored in the work memory when it is determined that the drawing command newly received from the PDL interpretation processing step is a drawing command constituting a gradation. Join processing steps that join commands, and this Including a re-storing process of re-stored in the work memory gradation drawing command drawing command is coupled to the newly received by the coupling process.
請求項1にかかる発明によれば、画像出力制御装置からの印刷データを構成する図形描画命令を順次解釈した結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する。これにより、描画しようとしている図形がグラデーションである場合には、一般に同色領域をRUNや矩形という描画単位に分割して描画を行っている複数のグラフィックス描画コマンドを結合してグラデーション描画単位に落とし込むことにより、色毎ではなく横長の色が一定の変化する描画としてより少ないメモリアクセス回数でページメモリに展開することで高速にグラデーションを描画することができるので、グラデーション描画を効率的に行うことができ、印刷処理時間を削減することができるという効果を奏する。 According to the first aspect of the present invention, the result of sequentially interpreting the graphic drawing commands constituting the print data from the image output control device is analyzed, and the color of the received drawing command changes in the direction in which the addresses in the page memory are continuous. In the case of a drawing command that constitutes such a gradation, each drawing command is converted into a combined gradation drawing command, and a print drawing image is developed on the page memory. As a result, when the figure to be drawn is a gradation, generally, a plurality of graphics drawing commands for drawing by dividing the same color area into drawing units such as RUN and rectangle are combined and dropped into the gradation drawing unit. As a result, it is possible to draw a gradation at high speed by developing it in the page memory with a smaller number of memory accesses as a drawing in which the horizontally long color does not change for each color, but to perform the gradation drawing efficiently. This is advantageous in that the print processing time can be reduced.
また、請求項2にかかる発明によれば、グラデーション描画コマンドをワークメモリに蓄積しておき、新たに受け取った描画コマンドとワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定し、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドをワークメモリに蓄積されているグラデーション描画コマンドに結合し、新たに受け取った描画コマンドが結合されたグラデーション描画コマンドをワークメモリに再度蓄積する。これにより、描画しようとしている図形がグラデーションである場合には、複数のグラフィックス描画コマンドを確実に結合してグラデーション描画単位に落とし込むことができるという効果を奏する。 According to the second aspect of the present invention, the gradation drawing command is stored in the work memory, and it is determined that it can be a drawing command that constitutes the newly received drawing command and the gradation stored in the work memory. If the newly received drawing command is a drawing command that constitutes a gradation, it is determined whether or not the newly received drawing command can be a drawing command that constitutes a gradation. Each drawing command is combined with the gradation drawing command stored in the work memory, and the gradation drawing command combined with the newly received drawing command is stored again in the work memory. As a result, when the figure to be drawn is a gradation, a plurality of graphics drawing commands can be reliably combined and dropped into the gradation drawing unit.
また、請求項3にかかる発明によれば、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する際に、グラデーションを構成する描画コマンドは連続していると仮定することにより、処理を簡素化し、さらに高速化を図ることができるという効果を奏する。 According to the invention of claim 3, when determining whether or not a newly received drawing command can be a drawing command constituting a gradation, it is assumed that the drawing commands constituting the gradation are continuous. As a result, it is possible to simplify the processing and further increase the speed.
また、請求項4にかかる発明によれば、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかの判定は、前に受け取った描画コマンドと描画位置が横方向に隣接し、大きさ(幅、高さ)も同じで、色が少しだけ違うようであれば、グラデーションを構成する描画コマンドになりうるとみなすことにより、高速かつ簡易に判定することができるという効果を奏する。
According to the invention of
また、請求項5にかかる発明によれば、グラデーション描画コマンドは、描画範囲と色情報とで構成されることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを描画することができるという効果を奏する。 According to the fifth aspect of the present invention, the gradation drawing command is composed of a drawing range and color information, thereby drawing a gradation whose color changes in a direction in which addresses in the page memory are continuous. There is an effect that can be.
また、請求項6にかかる発明によれば、受け取る描画コマンドが連続するRUN描画コマンドであった場合には、グラデーション描画コマンドは描画範囲として始点座標及び長さを有していることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを確実に描画することができるという効果を奏する。
According to the invention of
また、請求項7にかかる発明によれば、受け取る描画コマンドが連続する矩形描画コマンドであった場合には、グラデーション描画コマンドは描画範囲として始点座標、幅及び高さを有していることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを確実に描画することができるという効果を奏する。 According to the invention of claim 7, when the drawing command received is a continuous rectangular drawing command, the gradation drawing command has the start point coordinates, the width and the height as the drawing range. There is an effect that the gradation in which the color changes in the direction in which the addresses in the page memory are continuous can be reliably drawn.
また、請求項8にかかる発明によれば、グラデーション描画コマンドは、色情報として始点の色とページメモリにおけるアドレスが連続した方向の移動量に対する色の変化量を有していることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを確実かつ高速に描画することができるという効果を奏する。
According to the invention of
また、請求項9にかかる発明によれば、印刷データを構成する図形描画命令を順次解釈した結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する。これにより、描画しようとしている図形がグラデーションである場合には、一般に同色領域をRUNや矩形という描画単位に分割して描画を行っている複数のグラフィックス描画コマンドを結合してグラデーション描画単位に落とし込むことにより、色毎ではなく横長の色が一定の変化する描画としてより少ないメモリアクセス回数でページメモリに展開することで高速にグラデーションを描画することができるので、グラデーション描画を効率的に行うことができ、印刷処理時間を削減することができるという効果を奏する。 According to the ninth aspect of the present invention, the result of sequentially interpreting the graphic drawing commands constituting the print data is analyzed, and the received drawing command has a gradation in which the color changes in the direction in which the addresses in the page memory are continuous. Is converted into a gradation drawing command obtained by combining the drawing commands, and the print drawing image is developed on the page memory. As a result, when the figure to be drawn is a gradation, generally, a plurality of graphics drawing commands for drawing by dividing the same color area into drawing units such as RUN and rectangle are combined and dropped into the gradation drawing unit. As a result, it is possible to draw a gradation at high speed by developing it in the page memory with a smaller number of memory accesses as a drawing in which the horizontally long color does not change for each color, but to perform the gradation drawing efficiently. This is advantageous in that the print processing time can be reduced.
また、請求項10にかかる発明によれば、グラデーション描画コマンドをワークメモリに蓄積しておき、新たに受け取った描画コマンドとワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定し、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドをワークメモリに蓄積されているグラデーション描画コマンドに結合し、新たに受け取った描画コマンドが結合されたグラデーション描画コマンドをワークメモリに再度蓄積する。これにより、描画しようとしている図形がグラデーションである場合には、複数のグラフィックス描画コマンドを確実に結合してグラデーション描画単位に落とし込むことができるという効果を奏する。 According to the invention of claim 10, gradation drawing commands are stored in the work memory, and it is determined that the drawing command can be a drawing command that constitutes a newly received drawing command and gradation stored in the work memory. If the newly received drawing command is a drawing command that constitutes a gradation, it is determined whether or not the newly received drawing command can be a drawing command that constitutes a gradation. Each drawing command is combined with the gradation drawing command stored in the work memory, and the gradation drawing command combined with the newly received drawing command is stored again in the work memory. As a result, when the figure to be drawn is a gradation, a plurality of graphics drawing commands can be reliably combined and dropped into the gradation drawing unit.
また、請求項11にかかる発明によれば、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する際に、グラデーションを構成する描画コマンドは連続していると仮定することにより、処理を簡素化し、さらに高速化を図ることができるという効果を奏する。
According to the invention of
また、請求項12にかかる発明によれば、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかの判定は、前に受け取った描画コマンドと描画位置が横方向に隣接し、大きさ(幅、高さ)も同じで、色が少しだけ違うようであれば、グラデーションを構成する描画コマンドになりうるとみなすことにより、高速かつ簡易に判定することができるという効果を奏する。 According to the twelfth aspect of the present invention, whether or not a newly received drawing command can be a drawing command constituting a gradation is determined by determining that the previously received drawing command and the drawing position are adjacent to each other in the horizontal direction. If the height (width, height) is the same and the colors are slightly different, it is possible to determine quickly and easily by assuming that the drawing command can constitute a gradation.
また、請求項13にかかる発明によれば、グラデーション描画コマンドは、描画範囲と色情報とで構成されることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを描画することができるという効果を奏する。 According to the thirteenth aspect of the present invention, the gradation drawing command is composed of a drawing range and color information, thereby drawing a gradation whose color changes in a direction in which addresses in the page memory are continuous. There is an effect that can be.
また、請求項14にかかる発明によれば、受け取る描画コマンドが連続するRUN描画コマンドであった場合には、グラデーション描画コマンドは描画範囲として始点座標及び長さを有していることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを確実に描画することができるという効果を奏する。 According to the fourteenth aspect of the present invention, when the drawing command received is a continuous RUN drawing command, the gradation drawing command has the start point coordinates and the length as the drawing range, so that the page memory There is an effect that it is possible to surely draw a gradation in which the color changes in the direction in which the addresses in FIG.
また、請求項15にかかる発明によれば、受け取る描画コマンドが連続する矩形描画コマンドであった場合には、グラデーション描画コマンドは描画範囲として始点座標、幅及び高さを有していることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを確実に描画することができるという効果を奏する。
According to the invention of
また、請求項16にかかる発明によれば、グラデーション描画コマンドは、色情報として始点の色とページメモリにおけるアドレスが連続した方向の移動量に対する色の変化量を有していることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを確実かつ高速に描画することができるという効果を奏する。 According to the sixteenth aspect of the invention, the gradation drawing command has the color change amount with respect to the movement amount in the direction in which the start point color and the address in the page memory are continuous as the color information. There is an effect that the gradation in which the color changes in the direction in which the addresses in FIG.
また、請求項17にかかる発明によれば、印刷データを構成する図形描画命令を順次解釈した結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する。これにより、描画しようとしている図形がグラデーションである場合には、一般に同色領域をRUNや矩形という描画単位に分割して描画を行っている複数のグラフィックス描画コマンドを結合してグラデーション描画単位に落とし込むことにより、色毎ではなく横長の色が一定の変化する描画としてより少ないメモリアクセス回数でページメモリに展開することで高速にグラデーションを描画することができるので、グラデーション描画を効率的に行うことができ、印刷処理時間を削減することができるという効果を奏する。 According to the seventeenth aspect of the present invention, the result of sequentially interpreting the graphic drawing commands constituting the print data is analyzed, and the received drawing command has such gradation that the color changes in the direction in which the addresses in the page memory are continuous. Is converted into a gradation drawing command obtained by combining the drawing commands, and the print drawing image is developed on the page memory. As a result, when the figure to be drawn is a gradation, generally, a plurality of graphics drawing commands for drawing by dividing the same color area into drawing units such as RUN and rectangle are combined and dropped into the gradation drawing unit. As a result, it is possible to draw a gradation at high speed by developing it in the page memory with a smaller number of memory accesses as a drawing in which the horizontally long color does not change for each color, but to perform the gradation drawing efficiently. This is advantageous in that the print processing time can be reduced.
また、請求項18にかかる発明によれば、グラデーション描画コマンドをワークメモリに蓄積しておき、新たに受け取った描画コマンドとワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定し、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドをワークメモリに蓄積されているグラデーション描画コマンドに結合し、新たに受け取った描画コマンドが結合されたグラデーション描画コマンドをワークメモリに再度蓄積する。これにより、描画しようとしている図形がグラデーションである場合には、複数のグラフィックス描画コマンドを確実に結合してグラデーション描画単位に落とし込むことができるという効果を奏する。 According to the eighteenth aspect of the present invention, gradation drawing commands are stored in the work memory, and it is determined that the drawing command can be a newly received drawing command and a drawing command constituting the gradation stored in the work memory. If the newly received drawing command is a drawing command that constitutes a gradation, it is determined whether or not the newly received drawing command can be a drawing command that constitutes a gradation. Each drawing command is combined with the gradation drawing command stored in the work memory, and the gradation drawing command combined with the newly received drawing command is stored again in the work memory. As a result, when the figure to be drawn is a gradation, a plurality of graphics drawing commands can be reliably combined and dropped into the gradation drawing unit.
また、請求項19にかかる発明によれば、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する際に、グラデーションを構成する描画コマンドは連続していると仮定することにより、処理を簡素化し、さらに高速化を図ることができるという効果を奏する。 According to the invention of claim 19, when determining whether or not a newly received drawing command can be a drawing command constituting a gradation, it is assumed that the drawing commands constituting the gradation are continuous. As a result, it is possible to simplify the processing and further increase the speed.
また、請求項20にかかる発明によれば、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかの判定は、前に受け取った描画コマンドと描画位置が横方向に隣接し、大きさ(幅、高さ)も同じで、色が少しだけ違うようであれば、グラデーションを構成する描画コマンドになりうるとみなすことにより、高速かつ簡易に判定することができるという効果を奏する。 According to the twentieth aspect of the present invention, whether or not a newly received drawing command can be a drawing command constituting a gradation is determined by determining that the previously received drawing command and the drawing position are adjacent in the horizontal direction and are large. If the height (width, height) is the same and the colors are slightly different, it is possible to determine quickly and easily by assuming that the drawing command can constitute a gradation.
また、請求項21にかかる発明によれば、グラデーション描画コマンドは、描画範囲と色情報とで構成されることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを描画することができるという効果を奏する。
According to the invention of
また、請求項22にかかる発明によれば、受け取る描画コマンドが連続するRUN描画コマンドであった場合には、グラデーション描画コマンドは描画範囲として始点座標及び長さを有していることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを確実に描画することができるという効果を奏する。
According to the invention of
また、請求項23にかかる発明によれば、受け取る描画コマンドが連続する矩形描画コマンドであった場合には、グラデーション描画コマンドは描画範囲として始点座標、幅及び高さを有していることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを確実に描画することができるという効果を奏する。
According to the invention of
また、請求項24にかかる発明によれば、グラデーション描画コマンドは、色情報として始点の色とページメモリにおけるアドレスが連続した方向の移動量に対する色の変化量を有していることにより、ページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを確実かつ高速に描画することができるという効果を奏する。 According to the twenty-fourth aspect of the present invention, the gradation drawing command has the color change amount with respect to the movement amount in the direction in which the start point color and the address in the page memory are continuous as the color information. There is an effect that the gradation in which the color changes in the direction in which the addresses in FIG.
また、請求項25にかかる発明によれば、印刷データを構成する図形描画命令を順次解釈した結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する。これにより、描画しようとしている図形がグラデーションである場合には、一般に同色領域をRUNや矩形という描画単位に分割して描画を行っている複数のグラフィックス描画コマンドを結合してグラデーション描画単位に落とし込むことにより、色毎ではなく横長の色が一定の変化する描画としてより少ないメモリアクセス回数でページメモリに展開することで高速にグラデーションを描画することができるので、グラデーション描画を効率的に行うことができ、印刷処理時間を削減することができるという効果を奏する。
According to the invention of
また、請求項26にかかる発明によれば、グラデーション描画コマンドをワークメモリに蓄積しておき、新たに受け取った描画コマンドとワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定し、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドをワークメモリに蓄積されているグラデーション描画コマンドに結合し、新たに受け取った描画コマンドが結合されたグラデーション描画コマンドをワークメモリに再度蓄積する。これにより、描画しようとしている図形がグラデーションである場合には、複数のグラフィックス描画コマンドを確実に結合してグラデーション描画単位に落とし込むことができるという効果を奏する。 According to the twenty-sixth aspect of the present invention, the gradation drawing command is stored in the work memory, and it is determined that it can be a drawing command that constitutes the newly received drawing command and the gradation stored in the work memory. If the newly received drawing command is a drawing command that constitutes a gradation, it is determined whether or not the newly received drawing command can be a drawing command that constitutes a gradation. Each drawing command is combined with the gradation drawing command stored in the work memory, and the gradation drawing command combined with the newly received drawing command is stored again in the work memory. As a result, when the figure to be drawn is a gradation, a plurality of graphics drawing commands can be reliably combined and dropped into the gradation drawing unit.
(第1の実施の形態)
図1は、本発明の第1の実施の形態にかかる画像形成装置を含む印刷システムの構成を示すブロック図である。本実施の形態は、グラデーション描画処理をプリンタ装置102側で行なう場合を想定したものである。
(First embodiment)
FIG. 1 is a block diagram illustrating a configuration of a printing system including an image forming apparatus according to a first embodiment of the present invention. In the present embodiment, it is assumed that gradation drawing processing is performed on the
図1に示すように、この印刷システム100は、印刷文書を作成処理する画像出力制御装置であるパーソナルコンピュータ101と、印刷文書を印刷するレーザプリンタであるプリンタ装置102とで構成されており、プリンタ装置102はパーソナルコンピュータ101に対してUSB(Universal Serial Bus)ケーブル103により直接接続されている。このようなパーソナルコンピュータ101は、LAN(Local Area Network)104に接続されており、LAN104を介して電子メール等を利用したデータ通信が可能である。
As shown in FIG. 1, the
まず、パーソナルコンピュータ101について説明する。図2は、パーソナルコンピュータ101の構成の一例を示すブロック図である。図2に示すように、パーソナルコンピュータ101は、このパーソナルコンピュータ101の動作制御を行うCPU(Central Processing Unit:中央処理装置)1を備えている。このCPU1には、CPU1が起動時に実行するプログラムや必要なデータ等を記憶するためのROM(Read Only Memory)2と、CPU1のワークエリア等を構成するためのRAM(Random Access Memory)3とが内部バス17を介して接続されている。
First, the
さらに、CPU1には、キャラクタジェネレータ4、時計回路5、LAN伝送制御部7、磁気ディスク装置8、CD−ROM装置9、表示制御部12、入力制御部15およびプリンタインタフェース回路16が、内部バス17を介して接続されており、これらの各要素間のデータのやりとりは、主としてこの内部バス17を介して行われる。
Further, the
キャラクタジェネレータ4は、図形文字の表示データを発生するためのものである。時計回路5は、現在日時情報を出力するためのものである。
The
LANインタフェース回路6は、このパーソナルコンピュータ101をLAN104に接続するためのものであり、LAN伝送制御部7は、LAN104を介して、他のデータ端末装置との間で種々のデータをやりとりするための各種所定のプロトコルスイートの通信制御処理を実行するためのものである。
The
磁気ディスク装置8は、種々のアプリケーションプログラム、ワークデータ、ファイルデータ、画情報データなどの種々のデータを記憶するためのものである。CD−ROM装置9は、交換可能な記録媒体であるCD−ROM10のデータを読み込むためのものである。
The
CRTなどの表示装置11は、このパーソナルコンピュータ101を操作するための画面を表示するためのものであり、表示制御部12は、表示装置11の表示内容を制御するためのものである。
A
キーボード装置13は、このパーソナルコンピュータ101に対する各種の指示を種々のキー操作により行わせるためのものであり、画面指示装置14は、表示装置11の任意の点を指示する等の操作作業を行うためのもの(例えば、マウス等のポインティングデバイス)であり、入力制御部15は、キーボード装置13および画面指示装置14の入力情報を取り込む等するためのものである。
The
プリンタインタフェース回路16は、USBケーブル103を介してプリンタ装置102を接続し、プリンタ装置102へ印刷ジョブデータ等を送信したり、プリンタ装置102より印刷結果情報等を受信する等の動作を行うためのものである。
The
また、印刷文書情報は、このパーソナルコンピュータ101で適宜なアプリケーションプログラムが起動され、当該アプリケーションプログラムにより作成されて磁気ディスク装置8に保存されたり、CD−ROM10に保存されているものがCD−ROM装置9により読み出されて、パーソナルコンピュータ101に取り込まれたり、LAN104を介して電子メール等で受信した情報から再構築されてパーソナルコンピュータ101に取り込まれたりすることで、パーソナルコンピュータ101に保存される。
The print document information is created by the
次に、プリンタ装置102について説明する。図3は、プリンタ装置102の構成の一例を示すブロック図である。図3に示すように、プリンタ装置102は、このプリンタ装置102の各部の制御処理および画像形成処理などの各種制御処理を行うシステム制御部21を備えている。このシステム制御部21には、システムメモリ22、パラメータメモリ23、時計回路24、操作表示部25、ページメモリ26、プリンタエンジン27、搬送系ユニット28、外部装置インタフェース回路29および磁気ディスク装置30が内部バス31を介して接続されており、これらの各要素間でのデータのやりとりは、主としてこの内部バス31を介して行われている。
Next, the
システムメモリ22は、システム制御部21が実行する制御処理プログラムおよび処理プログラムを実行するときに必要な各種データなどを記憶するとともに、システム制御部21のワークエリアを構成するものであり、パラメータメモリ23は、このプリンタ装置102に固有な各種の情報を記憶するためのものである。
The
時計回路24は、現在時刻情報を出力するものである。操作表示部25は、このプリンタ装置102を操作するためのもので、各種の操作キーおよび各種の表示装置からなる。
The clock circuit 24 outputs current time information. The
ページメモリ26は、印刷する画像データ(印刷描画イメージ)を保持するものであり、プリンタエンジン27は、ページメモリ26に保持されている画像データの画像を記録用紙に記録出力するためのものである。給紙搬送系ユニット28は、記録用紙(記録媒体)を保持している用紙カセット等(図示略)から記録用紙を分離してプリンタエンジン27の画像記録位置へと給紙搬送し、最終的に排紙トレイ(図示略)へと排出するためのものである。なお、本実施の形態のプリンタ装置102はレーザプリンタであるので、プリンタエンジン27は、電子写真プロセス方式により画像を形成して記録用紙に記録出力する。
The
外部装置インタフェース回路29は、USBケーブル103を介してパーソナルコンピュータ101に接続し、印刷ジョブデータ等を受信したり、パーソナルコンピュータ101に対して印刷結果等をあらわすデータを送信したりするためのものである。
The external
磁気ディスク装置30は、種々の印刷文書情報を蓄積したり、それ以外の適宜な情報ファイル等を保存するためのものである。
The
ここで、本実施の形態のプリンタ装置102のシステム制御部21が発揮する特徴的な機能について説明する。レーザプリンタ等のページプリンタでは、ページ記述言語(PDL:Page Description Language)を利用して、印刷する画像データを記述することができる。また、レーザプリンタのように高機能な処理機能を有するページプリンタでは、ページ記述言語を用いて記述された画像データを直接入力し、その画像データを構成するページ記述言語の図形描画コマンドを解釈し、その解釈により認識された描画オブジェクトで構成される印刷描画イメージを生成してページメモリ26に展開するようにしている。この点に関するプリンタ装置102のシステム制御部21が発揮する特徴的な機能について説明する。
Here, a characteristic function exhibited by the
図4は、システム制御部21が発揮する特徴的な機能にかかる機能ブロック図である。図4に示すように、システム制御部21は、データ入力処理手段であるデータ入力処理部41と、PDL解釈処理手段であるPDL解釈処理部42と、描画処理手段である描画処理部43とを備えている。
FIG. 4 is a functional block diagram relating to characteristic functions exhibited by the
データ入力処理部41は、外部装置インタフェース回路29を介して入力したページ記述言語(PDL)で記述された印刷情報の入力を受け付けるものであり、受け付けられた印刷情報は、PDL解釈処理部42へ送られる。
The data
PDL解釈処理部42は、印刷情報を構成するページ記述言語(PDL)を解析し、描画オブジェクトのそれぞれの種類(文字、グラフィック、イメージ)に対応した描画コマンドCM1および印刷を指令する印刷コマンドCM2を形成して、描画処理部43へ出力する。ここで、描画コマンドCM1および印刷コマンドCM2は、それぞれ描画処理部43が解釈可能な共通描画コマンドである。描画コマンドCM1としては、例えば、描画範囲指定コマンドや描画色指定コマンドなどが挙げられる。
The PDL
描画処理部43は、PDL解釈処理部42から送られた描画コマンドCM1を受け取ると、図5に示すように、受け取った各描画コマンドCM1がグラデーションを構成する描画コマンドである場合には、グラデーション結合処理部43aにおいて各描画コマンドCM1を結合して、その全ての描画を行なうようなグラデーション描画コマンドに変換する。ここで、グラデーション描画とは、任意の形状の領域を一定の変化で求められる色で塗りつぶす描画である。より詳細には、グラデーション結合処理部43aは、描画処理部43の動作によりシステムメモリ22に形成される領域であるグラデーション結合用ワークメモリ43bを用い、受け取った描画コマンドCM1を順次比較して、グラデーションを構成する描画コマンドであると判断した場合に各描画コマンドCM1を結合して、その全ての描画を行なうようなグラデーション描画コマンドに変換する。本実施の形態におけるグラデーション描画コマンドとは、詳細は後述するが、同色領域をRUNや矩形という描画単位に分割して描画を行なうグラフィックス描画を結合してグラデーション描画単位としたものである。このようにして生成されたグラデーション描画コマンドは、中間データメモリ43cに蓄積される(蓄積手段)。ここで、中間データメモリ43cは、描画処理部43の動作によりシステムメモリ22に形成される領域である。一方、PDL解釈処理部42から送られたグラデーション描画コマンドとなりうる描画コマンド以外の描画コマンドCM1も、中間データメモリ43cに蓄積される。その後、中間データメモリ43cに蓄積されたグラデーション描画コマンド及び描画コマンドCM1は、図形描画振り分け処理部43dにおいて各図形描画種類毎(グラデーション、グラフィック、イメージ)の描画オブジェクトに振り分けられた後、各描画処理部(グラデーション描画処理部43e、グラフィック描画処理部43f、イメージ描画処理部43g)に送られる。各描画処理部(グラデーション描画処理部43e、グラフィック描画処理部43f、イメージ描画処理部43g)は、プリンタエンジン27の印刷機能、用紙サイズおよび用紙方向等の種々のデバイス情報データDDに従った画像処理を実行して印刷描画イメージを形成し、その印刷描画イメージをページメモリ26に蓄積する。
When the
さらに、描画処理部43は、プリンタエンジン27に対して、適宜なタイミングで印刷要求PPを出力し、ページメモリ26の印刷描画イメージをプリンタエンジン27により記録用紙(記録媒体)に形成して出力させる。ここに、印刷処理手段の機能が実現されている。
Further, the
ここで、グラデーション結合処理部43aにおけるグラデーション結合処理について詳述する。図6は、グラデーション結合処理の流れを概略的に示すフローチャートである。図6に示すように、描画コマンドCM1の一群がグラデーションを構成する描画コマンドかどうかを判定するには、まず、描画コマンドCM1を順次受け付け(ステップS1)、受け付けた描画コマンドCM1がグラデーションを構成する描画コマンドになりうるかどうかを判定する(ステップS2:判定手段)。グラデーションを構成する描画コマンドになりうるかどうかの判定は、受け付けた描画コマンドCM1とグラデーション結合用ワークメモリ43bに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドCM1(またはグラデーション描画コマンド)との間で、コマンド種類、描画位置、幅、高さ、描画色を比較することで行なう。例えば、受け付けた描画コマンドCM1が連続するRUN描画コマンド(単色であり、始点座標及び長さを有している)であり、前のRUN描画コマンドと描画位置も横方向に隣接し、大きさ(幅、高さ)も同じで、色が少しだけ違うようであれば、グラデーションを構成する描画コマンドになりうるとみなす。
Here, the gradation combination processing in the gradation
受け付けた描画コマンドCM1がグラデーションを構成する描画コマンドになりうると判定した場合には(ステップS2のY)、受け付けた描画コマンドCM1をグラデーション結合用ワークメモリ43bに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドCM1(またはグラデーション描画コマンド)に結合して、その全ての描画を行なうようなグラデーション描画コマンドに変換した後(ステップS3:結合処理手段)、グラデーション描画コマンドをグラデーション結合用ワークメモリ43bに蓄積する(ステップS4:再蓄積手段)。つまり、受け付けた描画コマンドCM1を結合されたグラデーション描画コマンドは、結合された後に再びグラデーション結合用ワークメモリ43bに戻され、次の描画コマンドCM1と結合できるかどうかの判定を待つことになる。
When it is determined that the accepted drawing command CM1 can be a drawing command that constitutes a gradation (Y in step S2), the accepted drawing command CM1 is drawn that constitutes the gradation stored in the gradation combining
ここで、グラデーション描画コマンドについて説明する。グラデーション描画コマンドは、描画範囲(始点座標と長さ)と色情報(始点の色とX方向(ページメモリ26におけるアドレスが連続した方向)の移動量に対する色の変化量)で構成されている。グラデーション描画コマンドの色変化量は、X方向(ページメモリ26におけるアドレスが連続した方向)の変化率を求めるために、元のRUN描画コマンドの着目しているY座標毎に同一色部分の長さから計算される。なお、受け付けた描画コマンドCM1が、矩形描画コマンドの場合には、横方向に隣接する場合だけを結合の対象とする。矩形が上下にずれている場合には、Y座標で重なっている部分だけを結合の対象とし、それ以外の部分は別のコマンドとして切り分ける。さらに、受け付けた描画コマンドCM1が、多角形描画コマンドの場合には、スキャンライン変換を行い、RUNと矩形の集合に変換した後に同様の処理を行う。
Here, the gradation drawing command will be described. The gradation drawing command includes a drawing range (start point coordinates and length) and color information (color change amount with respect to a start point color and an amount of movement in the X direction (a direction in which addresses in the
そして、次の描画コマンドCM1がある場合には(ステップS5のY)、ステップS1に戻り、次の描画コマンドCM1を受け付ける。 If there is a next drawing command CM1 (Y in step S5), the process returns to step S1 to accept the next drawing command CM1.
全ての描画コマンドCM1についての判定が終了すると(ステップS5のN)、グラデーション結合用ワークメモリ43bに蓄積されているグラデーション描画コマンドを中間データメモリ43cに蓄積する(ステップS6)。
When all the drawing commands CM1 have been determined (N in step S5), the gradation drawing commands stored in the gradation combining
なお、受け付けた描画コマンドCM1がグラデーションを構成する描画コマンドにならないと判定した場合には(ステップS1のN)、当該描画コマンドCM1をそのまま中間データメモリ43cに蓄積し(ステップS7)、次の描画コマンドCM1がある場合には(ステップS8のY)、ステップS1に戻り、次の描画コマンドCM1を受け付ける。次の描画コマンドCM1がない場合には(ステップS8のN)、処理を終了する。
If it is determined that the accepted drawing command CM1 is not a drawing command constituting a gradation (N in step S1), the drawing command CM1 is stored in the
次に、グラデーション描画処理部43eにおけるグラデーション描画処理について詳述する。中間データメモリ43cから取り出されたグラデーション描画コマンドは、X方向にディザを一定の距離毎に変更しながら描画される。すなわち、グラデーション描画コマンドは、グラフィックス描画が通常は同一色を一単位として描画されるのとは異なり、指定された範囲を色を変えながら描画される。この処理は、イメージ描画処理に似てはいるが、色の変化がある程度の範囲に収まる点が異なっている。そのため、ディザを用いた印刷システムの場合には、ディザキャッシュによる高速化が見込める。また、色単位で描画される通常のグラフィックス描画と異なり、ページメモリ26へのアクセス量が減少するのでグラデーション描画の高速化が可能となる。
Next, the gradation drawing process in the gradation
このように本実施の形態によれば、画像出力制御装置であるパーソナルコンピュータ101からの印刷データを構成する図形描画命令を順次解釈した結果を解析し、受け取った描画コマンドがページメモリ26におけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ26上に展開する。これにより、描画しようとしている図形がグラデーションである場合には、一般に同色領域をRUNや矩形という描画単位に分割して描画を行っている複数のグラフィックス描画コマンドを結合してグラデーション描画単位に落とし込むことにより、色毎ではなく横長の色が一定の変化する描画としてより少ないメモリアクセス回数でページメモリ26に展開することで高速にグラデーションを描画することができるので、グラデーション描画を効率的に行うことができ、印刷処理時間を削減することができる。
As described above, according to the present embodiment, the result of sequentially interpreting the graphic drawing commands constituting the print data from the
なお、本実施の形態においては、パーソナルコンピュータ101に対してUSBケーブル103により直接接続されているプリンタ装置102を適用したが、これに限るものではなく、図7に示すように、LAN104を介してパーソナルコンピュータ101に接続されるネットワーク型のプリンタ装置についても適用することができる。
In the present embodiment, the
また、文書印刷機能のみを備えたプリンタ装置102またはネットワーク型のプリンタ装置のみならず、いわゆる複合機についても適用することができる。
Further, the present invention can be applied not only to the
(第2の実施の形態)
本発明の第2の実施の形態を図8および図9に基づいて説明する。なお、前述した第1の実施の形態と同一部分は同一符号で示し説明も省略する。第1の実施の形態では、グラデーション描画処理をプリンタ装置102側で行なう場合を説明した。本実施の形態は、第1の実施の形態では、ページ記述言語(PDL)を用いて記述された印刷情報をプリンタ装置102に直接入力し、プリンタ装置102の描画処理部43においてページ記述言語(PDL)の図形描画命令を解釈し、その解釈により認識された描画オブジェクトで構成される印刷描画イメージを生成してページメモリに展開する方法を説明した。本実施の形態は、インクジェットプリンタのように高機能な処理機能を有さないページプリンタをプリンタ装置102に適用する場合を想定したものであって、インクジェットプリンタを利用するパーソナルコンピュータに実装されるプリンタドライバにページ記述言語(PDL)の解釈機能を実行させ、その解釈機能により生成されてページメモリに展開された印刷描画イメージを、パーソナルコンピュータからインクジェットプリンタへ転送する方法を説明する。
(Second Embodiment)
A second embodiment of the present invention will be described with reference to FIGS. The same parts as those in the first embodiment described above are denoted by the same reference numerals, and the description thereof is also omitted. In the first embodiment, the case where the gradation drawing process is performed on the
このようにインクジェットプリンタをプリンタ装置102に適用した場合には、当然のことながら、プリンタ装置102のプリンタエンジン27は、周知のインクジェット方式の印刷技術を利用してデータを印刷出力するものである。
When the ink jet printer is applied to the
本実施の形態のパーソナルコンピュータ101は、第1の実施の形態で説明したパーソナルコンピュータ101と基本的には同一であるため、その説明は省略する。ただし、磁気ディスク装置8には、アプリケーションプログラムであるインクジェットプリンタ用のプリンタドライバが記憶されている点で異なるものである。このようなプリンタドライバは、CD−ROM10に保存されているものがCD−ROM装置9により読み出されて、パーソナルコンピュータ101に取り込まれたり、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることによりパーソナルコンピュータ101に取り込まれる。
Since the
ここで、磁気ディスク装置8に記憶されているプリンタドライバがCPU1に実行させる特徴的な機能について説明する。
Here, characteristic functions that the printer driver stored in the
図8は、プリンタドライバがCPU1に実行させる特徴的な機能にかかる機能ブロック図である。図8に示すように、パーソナルコンピュータ101は、CPU1が磁気ディスク装置8に記憶されているプリンタドライバに従うことにより、PDL入力処理手段として機能するPDL入力処理部51と、PDL解釈処理手段として機能するPDL解釈処理部52と、描画処理手段として機能する描画処理部53と、データ出力手段として機能するデータ出力部54とを実現する。
FIG. 8 is a functional block diagram relating to characteristic functions that the printer driver causes the
PDL入力処理部51は、アプリケーションプログラム(ワードプロセッサソフトやページレイアウトソフト)で作成されたページ記述言語(PDL)で記述された印刷情報の入力を受け付けるものであり、受け付けられた印刷情報は、PDL解釈処理部52へ送られる。
The PDL
PDL解釈処理部52は、印刷情報を構成するページ記述言語(PDL)を解析し、描画オブジェクトのそれぞれの種類(文字、グラフィック、イメージ)に対応した描画命令CMを形成して、描画処理部53へ出力する。ここで、描画命令CMは、描画処理部53が解釈可能な共通描画コマンドである。描画命令CMとしては、例えば、描画範囲指定コマンドや描画色指定コマンドなどが挙げられる。
The PDL
描画処理部53は、PDL解釈処理部52から送られた描画命令CMを受け取ると、図9に示すように、受け取った各描画命令CMがグラデーションを構成する描画コマンドである場合には、グラデーション結合処理部53aにおいて各描画命令CMを結合して、その全ての描画を行なうようなグラデーション描画コマンドに変換する。より詳細には、グラデーション結合処理部53aは、描画処理部53の動作によりRAM3に形成される領域であるグラデーション結合用ワークメモリ53bを用い、受け取った描画命令CMを順次比較して、グラデーションを構成する描画コマンドであると判断した場合に各描画命令CMを結合して、その全ての描画を行なうようなグラデーション描画コマンドに変換する。このようにして生成されたグラデーション描画コマンドは、中間データメモリ53cに蓄積される。ここで、中間データメモリ53cは、描画処理部53の動作によりRAM3に形成される領域である。一方、PDL解釈処理部52から送られたグラデーション描画コマンドとなりうる描画コマンド以外の描画命令CMも、中間データメモリ53cに蓄積される。その後、中間データメモリ53cに蓄積されたグラデーション描画コマンド及びその他の描画コマンドは、図形描画振り分け処理部53dにおいて各図形描画種類毎(グラデーション、グラフィック、イメージ)の描画オブジェクトに振り分けられた後、各描画処理部(グラデーション描画処理部53e、グラフィック描画処理部53f、イメージ描画処理部53g)に送られる。各描画処理部(グラデーション描画処理部53e、グラフィック描画処理部53f、イメージ描画処理部53g)は、インクジェットプリンタ(プリンタ装置102)のプリンタエンジン27の印刷機能、用紙サイズおよび用紙方向等の種々のデバイス情報データに従った画像処理を実行して印刷描画イメージを形成し、その印刷描画イメージをページメモリ(図示せず)上に展開する。
When the
なお、グラデーション結合処理部53aにおけるグラデーション結合処理については、第1の実施の形態の図6で説明したグラデーション結合処理部43aにおけるグラデーション結合処理と変わるものではないため、その説明は省略する。
Note that the gradation combination processing in the gradation
そして、データ出力部54は、適宜なタイミングでページメモリの印刷描画イメージをプリンタ装置102に送信する。
Then, the
このように本実施の形態によれば、印刷データを構成する図形描画命令を順次解釈した結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する。これにより、描画しようとしている図形がグラデーションである場合には、一般に同色領域をRUNや矩形という描画単位に分割して描画を行っている複数のグラフィックス描画コマンドを結合してグラデーション描画単位に落とし込むことにより、色毎ではなく横長の色が一定の変化する描画としてより少ないメモリアクセス回数でページメモリに展開することで高速にグラデーションを描画することができるので、グラデーション描画を効率的に行うことができ、印刷処理時間を削減することができる。 As described above, according to this embodiment, the result of sequentially interpreting the graphic drawing commands constituting the print data is analyzed, and the received drawing command produces a gradation in which the color changes in the direction in which the addresses in the page memory are continuous. If the drawing command is a constituent drawing command, each drawing command is converted into a combined gradation drawing command, and the print drawing image is developed on the page memory. As a result, when the figure to be drawn is gradation, a plurality of graphics drawing commands which are generally drawn by dividing the same color area into drawing units such as RUN and rectangle are combined and dropped into the gradation drawing unit. As a result, it is possible to draw a gradation at high speed by developing it in the page memory with a smaller number of memory accesses as a drawing in which the horizontally long color does not change for each color, but to perform the gradation drawing efficiently. Print processing time can be reduced.
41 データ入力処理手段
42 PDL解釈処理手段
43 描画処理手段
43b ワークメモリ
51 PDL入力処理手段
52 PDL解釈処理手段
53 描画処理手段
53b ワークメモリ
54 データ出力手段
101 画像出力制御装置、画像処理装置
102 画像形成装置
41 Data
Claims (26)
このデータ入力処理手段で受け付けた前記図形描画命令を順次解釈し、その解釈後に得られた解釈結果を出力するPDL解釈処理手段と、
このPDL解釈処理手段から送られた解釈結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する描画処理手段と、
この描画処理手段により前記ページメモリ上に展開された印刷描画イメージを記録媒体に形成する印刷処理手段と、
を備えることを特徴とする画像形成装置。 Data input processing means for receiving input of a graphic drawing command of PDL data constituting print data from the image output control device;
PDL interpretation processing means for sequentially interpreting the graphic drawing commands received by the data input processing means and outputting an interpretation result obtained after the interpretation;
When the interpretation result sent from the PDL interpretation processing means is analyzed and the received drawing command is a drawing command that forms a gradation in which the color changes in the direction in which the addresses in the page memory are continuous, each drawing command Is converted into a gradation drawing command combined with the drawing processing means for expanding the print drawing image on the page memory,
Print processing means for forming a print drawing image developed on the page memory by the drawing processing means on a recording medium;
An image forming apparatus comprising:
グラデーション描画コマンドをワークメモリに蓄積する蓄積手段と、
前記PDL解釈処理手段から新たに受け取った描画コマンドと前記ワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する判定手段と、
この判定手段により前記PDL解釈処理手段から新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドを前記ワークメモリに蓄積されているグラデーション描画コマンドに結合する結合処理手段と、
この結合処理手段により新たに受け取った描画コマンドが結合されたグラデーション描画コマンドを前記ワークメモリに再度蓄積する再蓄積手段と、
を備えることを特徴とする請求項1記載の画像形成装置。 The drawing processing means includes:
Storage means for storing gradation drawing commands in the work memory;
The drawing command newly received from the PDL interpretation processing means is compared with the drawing command determined to be a drawing command constituting the gradation stored in the work memory, and the newly received drawing command is a gradation. Determining means for determining whether or not the drawing command can constitute
When this determination means determines that a drawing command newly received from the PDL interpretation processing means is a drawing command that constitutes a gradation, a combination that combines each drawing command with the gradation drawing command stored in the work memory Processing means;
Re-accumulating means for accumulating again in the work memory the gradation drawing command to which the drawing command newly received by the combination processing means is combined;
The image forming apparatus according to claim 1, further comprising:
ことを特徴とする請求項1または2記載の画像形成装置。 When determining whether a newly received drawing command can be a drawing command constituting a gradation, it is assumed that the drawing commands constituting the gradation are continuous.
The image forming apparatus according to claim 1, wherein the image forming apparatus is an image forming apparatus.
ことを特徴とする請求項1または2記載の画像形成装置。 Whether or not a newly received drawing command can be a drawing command that constitutes a gradation is determined by determining whether the drawing command received earlier and the drawing position are adjacent in the horizontal direction, the size (width and height) is the same, and the color Is slightly different, it is considered to be a drawing command that composes the gradation.
The image forming apparatus according to claim 1, wherein the image forming apparatus is an image forming apparatus.
ことを特徴とする請求項1ないし4のいずれか一記載の画像形成装置。 The gradation drawing command includes a drawing range and color information.
The image forming apparatus according to claim 1, wherein the image forming apparatus is an image forming apparatus.
ことを特徴とする請求項5記載の画像形成装置。 When the drawing command received from the PDL interpretation processing means is a continuous RUN drawing command, the gradation drawing command has a start point coordinate and a length as a drawing range.
The image forming apparatus according to claim 5.
ことを特徴とする請求項5記載の画像形成装置。 When the drawing command received from the PDL interpretation processing means is a continuous rectangular drawing command, the gradation drawing command has a start point coordinate, a width, and a height as a drawing range.
The image forming apparatus according to claim 5.
ことを特徴とする請求項5記載の画像形成装置。 The gradation drawing command has, as color information, a color change amount with respect to a movement amount in a direction in which the start color and the address in the page memory are continuous.
The image forming apparatus according to claim 5.
このPDL入力処理手段で受け付けた前記図形描画命令を順次解釈し、その解釈後に得られた解釈結果を出力するPDL解釈処理手段と、
このPDL解釈処理手段から送られた解釈結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する描画処理手段と、
この描画処理手段により前記ページメモリ上に展開された印刷描画イメージを画像形成装置に出力するデータ出力手段と、
を備えることを特徴とする画像処理装置。 PDL input processing means for receiving input of a graphic drawing command of PDL data constituting print data;
PDL interpretation processing means for sequentially interpreting the graphic drawing commands received by the PDL input processing means and outputting an interpretation result obtained after the interpretation;
When the interpretation result sent from the PDL interpretation processing means is analyzed and the received drawing command is a drawing command that forms a gradation in which the color changes in the direction in which the addresses in the page memory are continuous, each drawing command Is converted into a gradation drawing command combined with the drawing processing means for expanding the print drawing image on the page memory,
Data output means for outputting a print drawing image developed on the page memory to the image forming apparatus by the drawing processing means;
An image processing apparatus comprising:
グラデーション描画コマンドをワークメモリに蓄積する蓄積手段と、
前記PDL解釈処理手段から新たに受け取った描画コマンドと前記ワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する判定手段と、
この判定手段により前記PDL解釈処理手段から新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドを前記ワークメモリに蓄積されているグラデーション描画コマンドに結合する結合処理手段と、
この結合処理手段により新たに受け取った描画コマンドが結合されたグラデーション描画コマンドを前記ワークメモリに再度蓄積する再蓄積手段と、
を備えることを特徴とする請求項9記載の画像処理装置。 The drawing processing means includes:
Storage means for storing gradation drawing commands in the work memory;
The newly received drawing command is compared with the drawing command newly received from the PDL interpretation processing means and the drawing command determined to be a drawing command constituting the gradation stored in the work memory. Determining means for determining whether or not the drawing command can constitute
When this determination means determines that a drawing command newly received from the PDL interpretation processing means is a drawing command that constitutes a gradation, a combination that combines each drawing command with the gradation drawing command stored in the work memory Processing means;
Re-accumulating means for accumulating again in the work memory the gradation drawing command to which the drawing command newly received by the combination processing means is combined;
The image processing apparatus according to claim 9, further comprising:
ことを特徴とする請求項9または10記載の画像処理装置。 When determining whether a newly received drawing command can be a drawing command constituting a gradation, it is assumed that the drawing commands constituting the gradation are continuous.
The image processing apparatus according to claim 9 or 10, characterized in that:
ことを特徴とする請求項9または10記載の画像処理装置。 Whether or not a newly received drawing command can be a drawing command that constitutes a gradation is determined by determining whether the drawing command received earlier and the drawing position are adjacent in the horizontal direction, the size (width and height) is the same, and the color Is slightly different, it is considered to be a drawing command that composes the gradation.
The image processing apparatus according to claim 9 or 10, characterized in that:
ことを特徴とする請求項9ないし12のいずれか一記載の画像処理装置。 The gradation drawing command includes a drawing range and color information.
The image processing apparatus according to claim 9, wherein the image processing apparatus is an image processing apparatus.
ことを特徴とする請求項13記載の画像処理装置。 When the drawing command received from the PDL interpretation processing means is a continuous RUN drawing command, the gradation drawing command has a start point coordinate and a length as a drawing range.
The image processing apparatus according to claim 13.
ことを特徴とする請求項13記載の画像処理装置。 When the drawing command received from the PDL interpretation processing means is a continuous rectangular drawing command, the gradation drawing command has a start point coordinate, a width, and a height as a drawing range.
The image processing apparatus according to claim 13.
ことを特徴とする請求項13記載の画像処理装置。 The gradation drawing command has, as color information, a color change amount with respect to a movement amount in a direction in which the start color and the address in the page memory are continuous.
The image processing apparatus according to claim 13.
このPDL入力処理機能で受け付けた前記図形描画命令を順次解釈し、その解釈後に得られた解釈結果を出力するPDL解釈処理機能と、
このPDL解釈処理機能から送られた解釈結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する描画処理機能と、
この描画処理機能により前記ページメモリ上に展開された印刷描画イメージを画像形成装置に出力するデータ出力機能と、
をコンピュータに実行させることを特徴とする前記コンピュータに読み取り可能なプログラム。 A PDL input processing function for receiving an input of a graphic drawing command of PDL data constituting print data;
A PDL interpretation processing function that sequentially interprets the graphic drawing commands received by the PDL input processing function and outputs an interpretation result obtained after the interpretation;
When the interpretation result sent from the PDL interpretation processing function is analyzed and the received drawing command is a drawing command that forms a gradation in which the color changes in the direction in which the addresses in the page memory are continuous, each drawing command A drawing processing function that converts the image into a gradation drawing command that combines
A data output function for outputting a print drawing image developed on the page memory to the image forming apparatus by the drawing processing function;
A computer-readable program for causing a computer to execute.
グラデーション描画コマンドをワークメモリに蓄積する蓄積機能と、
前記PDL解釈処理機能から新たに受け取った描画コマンドと前記ワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する判定機能と、
この判定機能により前記PDL解釈処理機能から新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドを前記ワークメモリに蓄積されているグラデーション描画コマンドに結合する結合処理機能と、
この結合処理機能により新たに受け取った描画コマンドが結合されたグラデーション描画コマンドを前記ワークメモリに再度蓄積する再蓄積機能と、
を備えることを特徴とする請求項17記載のプログラム。 The drawing processing function
Accumulation function for accumulating gradation drawing commands in work memory;
A drawing command newly received from the PDL interpretation processing function is compared with a drawing command determined to be a drawing command constituting the gradation stored in the work memory. A determination function that determines whether or not the drawing command can be configured, and
When this determination function determines that a drawing command newly received from the PDL interpretation processing function is a drawing command constituting a gradation, a combination that combines each drawing command with the gradation drawing command stored in the work memory Processing functions,
A re-accumulation function for accumulating again in the work memory a gradation drawing command in which a drawing command newly received by the combination processing function is combined;
The program according to claim 17, further comprising:
ことを特徴とする請求項17または18記載のプログラム。 When determining whether a newly received drawing command can be a drawing command constituting a gradation, it is assumed that the drawing commands constituting the gradation are continuous.
The program according to claim 17 or 18, characterized in that:
ことを特徴とする請求項17または18記載のプログラム。 Whether or not a newly received drawing command can be a drawing command that constitutes a gradation is determined by determining whether the drawing command received earlier and the drawing position are adjacent in the horizontal direction, the size (width and height) is the same, and the color Is slightly different, it is considered to be a drawing command that composes the gradation.
The program according to claim 17 or 18, characterized in that:
ことを特徴とする請求項17ないし20のいずれか一記載のプログラム。 The gradation drawing command includes a drawing range and color information.
21. The program according to any one of claims 17 to 20, characterized in that:
ことを特徴とする請求項21記載のプログラム。 When the drawing command received from the PDL interpretation processing function is a continuous RUN drawing command, the gradation drawing command has a start point coordinate and a length as a drawing range.
The program according to claim 21, wherein:
ことを特徴とする請求項21記載のプログラム。 When the drawing command received from the PDL interpretation processing function is a continuous rectangular drawing command, the gradation drawing command has a start point coordinate, a width, and a height as a drawing range.
The program according to claim 21, wherein:
ことを特徴とする請求項21記載のプログラム。 The gradation drawing command has, as color information, a color change amount with respect to a movement amount in a direction in which the start color and the address in the page memory are continuous.
The program according to claim 21, wherein:
このPDL入力処理工程で受け付けた前記図形描画命令を順次解釈し、その解釈後に得られた解釈結果を出力するPDL解釈処理工程と、
このPDL解釈処理工程から送られた解釈結果を解析し、受け取った描画コマンドがページメモリにおけるアドレスが連続した方向に色が変化するようなグラデーションを構成する描画コマンドである場合には、各描画コマンドを結合したグラデーション描画コマンドに変換し、印刷描画イメージをページメモリ上に展開する描画処理工程と、
この描画処理工程により前記ページメモリ上に展開された印刷描画イメージを画像形成装置に出力するデータ出力工程と、
を含むことを特徴とする画像処理方法。 A PDL input processing step for receiving an input of a graphic drawing command of PDL data constituting print data;
A PDL interpretation processing step of sequentially interpreting the graphic drawing commands received in the PDL input processing step and outputting an interpretation result obtained after the interpretation;
When the interpretation result sent from the PDL interpretation processing step is analyzed and the received drawing command is a drawing command that forms a gradation in which the color changes in the direction in which the addresses in the page memory are continuous, each drawing command A drawing processing step for converting a drawing drawing image into a page memory,
A data output step of outputting a print drawing image developed on the page memory to the image forming apparatus by the drawing processing step;
An image processing method comprising:
グラデーション描画コマンドをワークメモリに蓄積する蓄積工程と、
前記PDL解釈処理工程から新たに受け取った描画コマンドと前記ワークメモリに蓄積されているグラデーションを構成する描画コマンドになりうると判定された描画コマンドとを比較して、新たに受け取った描画コマンドがグラデーションを構成する描画コマンドになりうるかどうかを判定する判定工程と、
この判定工程により前記PDL解釈処理工程から新たに受け取った描画コマンドがグラデーションを構成する描画コマンドであると判断した場合に、各描画コマンドを前記ワークメモリに蓄積されているグラデーション描画コマンドに結合する結合処理工程と、
この結合処理工程により新たに受け取った描画コマンドが結合されたグラデーション描画コマンドを前記ワークメモリに再度蓄積する再蓄積工程と、
を含むことを特徴とする請求項25記載の画像処理方法。
The drawing processing step includes
An accumulation process for accumulating gradation drawing commands in the work memory;
The newly received drawing command is compared with the drawing command newly received from the PDL interpretation processing step and the drawing command determined to be a drawing command constituting the gradation stored in the work memory. A determination step of determining whether or not the drawing command can constitute a drawing command;
A combination that combines each drawing command with the gradation drawing command stored in the work memory when it is determined that the drawing command newly received from the PDL interpretation processing step is a drawing command constituting a gradation. Processing steps;
A re-accumulation step of accumulating again in the work memory a gradation drawing command in which the drawing command newly received by the combination processing step is combined;
The image processing method according to claim 25, further comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005047596A JP2006235855A (en) | 2005-02-23 | 2005-02-23 | Image forming device, image processing device, program, and image processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005047596A JP2006235855A (en) | 2005-02-23 | 2005-02-23 | Image forming device, image processing device, program, and image processing method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2006235855A true JP2006235855A (en) | 2006-09-07 |
Family
ID=37043449
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005047596A Pending JP2006235855A (en) | 2005-02-23 | 2005-02-23 | Image forming device, image processing device, program, and image processing method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2006235855A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008073946A (en) * | 2006-09-21 | 2008-04-03 | Kyocera Mita Corp | Image processor and image processing program |
JP2008160476A (en) * | 2006-12-22 | 2008-07-10 | Canon Inc | Image processor and its processing method |
JP2012113737A (en) * | 2012-02-21 | 2012-06-14 | Canon Inc | Information processor and image processor |
JP2012175510A (en) * | 2011-02-23 | 2012-09-10 | Fuji Xerox Co Ltd | Image processing system and program |
JP2013232030A (en) * | 2012-04-27 | 2013-11-14 | Oki Data Corp | Image processing device and program |
-
2005
- 2005-02-23 JP JP2005047596A patent/JP2006235855A/en active Pending
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008073946A (en) * | 2006-09-21 | 2008-04-03 | Kyocera Mita Corp | Image processor and image processing program |
JP2008160476A (en) * | 2006-12-22 | 2008-07-10 | Canon Inc | Image processor and its processing method |
JP2012175510A (en) * | 2011-02-23 | 2012-09-10 | Fuji Xerox Co Ltd | Image processing system and program |
JP2012113737A (en) * | 2012-02-21 | 2012-06-14 | Canon Inc | Information processor and image processor |
JP2013232030A (en) * | 2012-04-27 | 2013-11-14 | Oki Data Corp | Image processing device and program |
US9047554B2 (en) | 2012-04-27 | 2015-06-02 | Oki Data Corporation | Image processing apparatus and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4436851B2 (en) | Printer driver program and image forming apparatus | |
US20080170264A1 (en) | Computer-readable recording medium recorded with printing program | |
JP2004054763A (en) | Image processing device, image processing method, image forming device, printer, and host personal computer | |
JP6008115B2 (en) | Printing device, printing system | |
JP2006235855A (en) | Image forming device, image processing device, program, and image processing method | |
JP4144369B2 (en) | Image processing apparatus, image processing method, and program | |
JP2006159738A (en) | Print controller, its data processing method, and storage medium | |
US20040085551A1 (en) | Methods and systems for estimating print imaging material usage | |
JP5915091B2 (en) | Image forming apparatus, image forming system, output image data processing method, program, and recording medium | |
JP5424546B2 (en) | Image processing apparatus and image forming system | |
JP2009269179A (en) | Printer, program and recording medium | |
JP3749068B2 (en) | Printing system, printing apparatus, and print image confirmation method | |
JP2006263969A (en) | Image processing device, printing job forming device, and image processing system | |
JP2006218819A (en) | Image formation apparatus, image processing apparatus, program, and image processing method | |
JP2006235933A (en) | Image processor and print job generating device | |
JP2010171597A (en) | Image processing apparatus | |
JP4775673B2 (en) | Drawing processing device, image output device, program | |
JP3671633B2 (en) | Print data processing device | |
JP5171400B2 (en) | Image forming apparatus and image forming program | |
JP2007011515A (en) | Print system, control method of print system and program | |
JP2006154912A (en) | Document display, print system, method and storage medium | |
JP4804181B2 (en) | Image processing device | |
JP2006245644A (en) | Image forming apparatus, image processor, program and image processing method | |
JP2003173446A (en) | Image processing device, system and method, storage medium and program | |
JP3419450B2 (en) | Pixel data processing apparatus and method |