JP2005153238A - Printing controller and its method - Google Patents
Printing controller and its method Download PDFInfo
- Publication number
- JP2005153238A JP2005153238A JP2003393078A JP2003393078A JP2005153238A JP 2005153238 A JP2005153238 A JP 2005153238A JP 2003393078 A JP2003393078 A JP 2003393078A JP 2003393078 A JP2003393078 A JP 2003393078A JP 2005153238 A JP2005153238 A JP 2005153238A
- Authority
- JP
- Japan
- Prior art keywords
- video signal
- drawing data
- print engine
- fifo
- dma
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Record Information Processing For Printing (AREA)
- Image Input (AREA)
- Storing Facsimile Image Data (AREA)
Abstract
Description
本発明は、印刷制御装置およびその方法に関し、より詳細には、VH回転器でブロック回転した描画データをDMAにて取り込み、プリントエンジンにビデオデータとして転送する印刷制御装置およびその方法に関する。 The present invention relates to a print control apparatus and method, and more particularly, to a print control apparatus and method for fetching drawing data block-rotated by a VH rotator by DMA and transferring it as video data to a print engine.
レーザビームプリンタなどの印刷装置に内蔵された印刷制御装置は、ホストコンピュータなどの外部装置から供給される各種入力情報を、ビデオ信号に変換してプリントエンジン部に出力する。印刷制御装置は、入力情報からビデオ信号への変換に際して、色補正などの画像処理、記録紙に応じた縦横変換、拡大、縮小などの処理を行う。以下、印刷制御装置にて画像処理がなされた描画データを、ビデオ信号としてプリントエンジン部に出力することをシッピングという。シッピングは、印刷制御装置のビデオI/F制御部において行われる。 A print control device built in a printing apparatus such as a laser beam printer converts various input information supplied from an external device such as a host computer into a video signal and outputs the video signal to the print engine unit. When converting input information into a video signal, the print control apparatus performs image processing such as color correction, vertical / horizontal conversion according to recording paper, enlargement / reduction, and the like. Hereinafter, outputting drawing data that has been subjected to image processing by the print control apparatus as a video signal to the print engine unit is referred to as shipping. Shipping is performed in the video I / F control unit of the print control apparatus.
ここで、印刷制御装置の縦横変換について説明する。印刷制御装置は、描画データからバンドレベルのビットマップデータを作成して、メモリ上に格納している。印刷制御装置内のVH回転器は、メモリ上のビットマップデータを基本となるブロック単位に分割し、それを更に複数の回転単位に分割する。回転単位毎に縦横変換をかけ、90度、180度または270度回転した新たなビットマップデータを生成する。生成されたビットマップデータは、ビデオI/F制御部に取り込まれて、プリントエンジン部にシッピングされる。印刷制御装置は、効率よくシッピングを行うために複数のメモリを備え、装置内部における描画データの転送をDMA(Direct Memory Access)制御により行っている。以下、VH回転器で回転した後のビットマップデータを、ビデオI/F制御部に取り込むことをSHIP_DMAという。 Here, the vertical / horizontal conversion of the print control apparatus will be described. The print control apparatus creates band-level bitmap data from the drawing data and stores it in the memory. The VH rotator in the print control apparatus divides the bitmap data on the memory into basic block units, and further divides it into a plurality of rotation units. Vertical / horizontal conversion is performed for each rotation unit, and new bitmap data rotated by 90 degrees, 180 degrees, or 270 degrees is generated. The generated bitmap data is taken into the video I / F control unit and shipped to the print engine unit. The printing control apparatus includes a plurality of memories for efficient shipping, and transfers drawing data inside the apparatus by DMA (Direct Memory Access) control. Hereinafter, taking bitmap data after being rotated by the VH rotator into the video I / F control unit is referred to as SHIP_DMA.
次に、VH回転器の回転前後の描画データについて説明する。図5に、描画データを示す。図5(a)は、通常のA4印刷の場合の描画データであり、回転前の状態である。記録紙501上の画像領域は、VH回転器のブロック502に分割されている。ここでブロック502の横幅をBW、高さをBHとする。VH回転器のブロック単位と画像領域の大きさの関係により、主走査方向の後尾にゴミ画像503が含まれている。
Next, drawing data before and after the rotation of the VH rotator will be described. FIG. 5 shows the drawing data. FIG. 5A shows drawing data in the case of normal A4 printing, and is in a state before rotation. The image area on the
ゴミ画像とは、メモリ上の描画データが不定の状態の画像である。メモリには、ブロック単位に描画データが格納されており、主走査方向の後尾のブロックにおいて画像領域に含まれない部分は、データが不定の状態となっている。ここでゴミ画像503の横幅をGW、高さをGHとする。プリントエンジン部は、主走査方向同期信号(以下、BD信号という)から、主走査先頭マージンLM1を空けて画像領域の出力を行う。
A dust image is an image in which the drawing data on the memory is indefinite. In the memory, drawing data is stored in units of blocks, and the data that is not included in the image area in the last block in the main scanning direction is in an indefinite state. Here, the horizontal width of the
図5(b)は、A4−R印刷の場合の描画データであり、回転後の状態である。記録紙511上の画像領域は、回転後のブロック512により分割されている。VH回転器のブロック単位と画像領域の大きさの関係により、主走査方向の先頭にゴミ画像513が含まれている。このとき、プリントエンジン部にシッピングする際に、主走査先頭マージンLM2をゴミ画像513の高さGHだけ減らして設定し、ゴミ画像513を含めた画像領域の座標を相対的に左にずらして、ゴミ画像513をマスクするように構成されている。
FIG. 5B shows drawing data in the case of A4-R printing, and shows a state after rotation. The image area on the
しかしながら、従来の印刷制御方法では、プリントエンジン部のBD信号からシッピングする画像領域までの時間間隔(LM2)が短い。しかも、VH回転器の回転後において、ブロック512の高さBHが大きい場合、主走査方向先頭に残るゴミ画像513の高さGHが主走査方向先頭マージンより大きくなる可能性がある。このとき、ゴミ画像を含めた画像領域を相対的に左にずらしても、出力用紙上の正規の位置に配置できないという問題があった。
However, in the conventional print control method, the time interval (LM2) from the BD signal of the print engine unit to the image area to be shipped is short. In addition, after the rotation of the VH rotator, when the height BH of the
また、画像領域を構成するビデオデータ1ピクセルあたりのビット数が2ビットまたは4ビット、すなわちモノクロ多値データまたはYMCKカラーデータの各色データの場合には、回転後のブロック高さBHが同じでも、回転後のブロックの主走査方向におけるDMAデータ量が増加する。従来のSHIP_DMAは、8ワードバウンダリー(1bit/pixなら256pix、2bit/pixなら128pix、4bit/pixなら64pix)単位でDMA制御を行うので、マスク処理するゴミ画像が8ワードバウンダリーを超える可能性があった。 Further, in the case of each color data of 2 bits or 4 bits of video data constituting the image area, that is, monochrome multi-value data or YMCK color data, even if the block height BH after rotation is the same, The amount of DMA data in the main scanning direction of the rotated block increases. Since conventional SHIP_DMA performs DMA control in units of 8 word boundaries (256 pix for 1 bit / pix, 128 pix for 2 bit / pix, 64 pix for 4 bit / pix), the dust image to be masked may exceed the 8-word boundary. was there.
本発明は、このような問題に鑑みてなされたもので、その目的とするところは、BD信号からシッピングする画像領域までの時間間隔によらず、しかもプリントエンジン部のスキャン方向に関わらず、ブロック回転後の描画データの主走査方向先頭に含まれるゴミ画像を取り除くことができる印刷制御装置およびその方法を提供することにある。 The present invention has been made in view of such a problem, and an object of the present invention is to block regardless of the time interval from the BD signal to the image area to be shipped, regardless of the scan direction of the print engine unit. An object of the present invention is to provide a print control apparatus and method that can remove a dust image included in the head of the drawing data after rotation in the main scanning direction.
本発明は、このような目的を達成するために、外部装置から入力した描画データを、ビデオ信号に変換してプリントエンジン部に出力する印刷制御装置において、描画データを取り込むためのDMAの横幅設定値と、前記プリントエンジン部にビデオ信号を出力するための横幅設定値との差分値を算出する手段と、算出された前記差分値に基づいて、前記プリントエンジン部にビデオ信号を出力するためのFIFOの書込みをマスクする手段と、算出された前記差分値に基づいて、前記FIFOの読出しアドレスポインタを設定する手段とを備えたことを特徴とする。 In order to achieve such an object, the present invention provides a DMA width setting for capturing drawing data in a print control apparatus that converts drawing data input from an external device into a video signal and outputs it to a print engine unit. Means for calculating a difference value between a value and a width setting value for outputting a video signal to the print engine unit, and for outputting a video signal to the print engine unit based on the calculated difference value A means for masking FIFO writing and a means for setting a read address pointer of the FIFO based on the calculated difference value are provided.
請求項2に記載の発明は、外部装置から入力した描画データを、ビデオ信号に変換してプリントエンジン部に出力する印刷制御装置において、描画データを取り込むためのDMAの第1横幅設定値と、前記プリントエンジン部にビデオ信号を出力するための第2横幅設定値とを設定する横幅設定手段と、前記第1および第2横幅設定値の差分値から8ワードバウンダリー数と8ワードバウンダリー以内の端数ワード数とを算出する算出手段と、ラインごとに前記8ワードバウンダリー数に基づいて、前記プリントエンジン部にビデオ信号を出力するためのFIFOの書込みをマスクする手段と、ラインごとに前記8ワードバウンダリー以内の端数ワード数を、前記FIFOのアドレスポインタに設定し、該アドレスポインタを基準としてビデオ信号を出力するようにしたアドレスポインタ指定手段とを備えたことを特徴とする。 According to a second aspect of the present invention, in a print control apparatus that converts drawing data input from an external device into a video signal and outputs the video signal to the print engine unit, a first horizontal width setting value of DMA for capturing drawing data; A width setting means for setting a second width setting value for outputting a video signal to the print engine unit; and a difference value between the first and second width setting values, the number of 8 word boundaries and within 8 word boundaries A calculation means for calculating the fractional word number of the image data, a means for masking FIFO writing for outputting a video signal to the print engine unit based on the 8-word boundary number for each line, and the line for each line. A fractional word number within the 8-word boundary is set in the address pointer of the FIFO, and a bidet is set based on the address pointer. Characterized by comprising an address pointer designating means which is adapted to output a signal.
請求項3に記載の発明は、請求項2に記載の印刷制御装置において、前記算出手段は、前記プリントエンジン部のスキャン方向に基づいて、前記8ワードバウンダリー以内の端数ワード数を算出し、前記アドレスポインタ指定手段は、前記スキャン方向を示す信号情報を設定して、ビデオ信号を出力するようにしたことを特徴とする。 According to a third aspect of the present invention, in the print control apparatus according to the second aspect, the calculating unit calculates the number of fractional words within the 8-word boundary based on the scan direction of the print engine unit. The address pointer designating unit sets signal information indicating the scan direction and outputs a video signal.
請求項4に記載の発明は、ブロック単位の描画データを、ビデオ信号に変換してプリントエンジン部に出力する際に、記録紙の画像領域に含まれない描画データをビデオ信号として出力しないようにするための印刷制御方法において、描画データを取り込むためのDMAの横幅設定値と、前記プリントエンジン部にビデオ信号を出力するための横幅設定値との差分から、前記画像領域に含まれない描画データの横幅を算出する算出ステップと、算出された前記横幅に基づいて、前記プリントエンジン部にビデオ信号を出力するためのFIFOの書込みをマスクするマスクステップと、前記画像領域に含まれる描画データを前記FIFOに書き込む書込ステップと、算出された前記横幅に基づいて設定された前記FIFOの読出しアドレスポインタから、前記FIFOに書き込まれた描画データを読み出す読出ステップとを備えたことを特徴とする。 According to the fourth aspect of the present invention, when drawing data in units of blocks is converted into a video signal and output to the print engine unit, drawing data not included in the image area of the recording paper is not output as a video signal. Drawing data not included in the image area based on a difference between a DMA horizontal width setting value for capturing drawing data and a horizontal width setting value for outputting a video signal to the print engine unit. A calculation step of calculating a horizontal width of the image, a mask step of masking writing of a FIFO for outputting a video signal to the print engine unit based on the calculated horizontal width, and drawing data included in the image area A write step for writing to the FIFO, and a read address pointer of the FIFO set based on the calculated width From data, characterized by comprising a reading step of reading the drawing data written in the FIFO.
請求項5に記載の発明は、請求項4に記載の印刷制御方法において、前記算出ステップは、前記プリントエンジン部のスキャン方向に基づいて、前記横幅を算出し、前記読出ステップは、前記スキャン方向を示す信号情報に基づいて、前記読出しアドレスポインタから読み出すことを特徴とする。 According to a fifth aspect of the present invention, in the printing control method according to the fourth aspect, the calculating step calculates the lateral width based on a scanning direction of the print engine unit, and the reading step includes the scanning direction. It reads out from the read address pointer based on the signal information indicating.
以上説明したように、本発明によれば、DMAの横幅設定値とビデオ信号を出力するための横幅設定値との差分から、画像領域に含まれない描画データの横幅を算出し、FIFOの書込みマスクと、読出しアドレスポインタとを設定して、画像領域に含まれない描画データをビデオ信号として出力しないようにしたので、BD信号からシッピングする画像領域までの時間間隔によらず、しかもプリントエンジン部のスキャン方向に関わらず、ブロック回転後の描画データの主走査方向先頭に含まれるゴミ画像を取り除くことが可能となる。 As described above, according to the present invention, the horizontal width of drawing data not included in the image area is calculated from the difference between the horizontal width setting value of the DMA and the horizontal width setting value for outputting the video signal, and the FIFO writing is performed. Since the mask and the read address pointer are set and drawing data not included in the image area is not output as a video signal, the print engine unit does not depend on the time interval from the BD signal to the image area to be shipped. Regardless of the scan direction, it is possible to remove the dust image included at the beginning of the drawing data after the block rotation in the main scan direction.
以下、図面を参照しながら本発明の実施形態について詳細に説明する。
図1に、本発明の一実施形態にかかる印刷制御装置の構成を示す。プリントコントロール部101は、ホストコンピュータなどの外部装置102から供給される各種入力情報、例えば、PDL(Page Description Language)ファイル、画像イメージファイルを処理し、ビデオ信号としてプリントエンジン部103に出力する。外部装置102は、IEEE1284、USB等の外部インタフェースを介してプリントコントロール部101と接続され、各種アプリケーションの記録情報を送出する。なお、外部インタフェースとして、LAN等のネットワークを介することもできる。プリントエンジン部103は、プリントコントロール部101から出力されたビデオ信号に基づいて、記録媒体となる記録紙に画像を形成する。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 shows the configuration of a print control apparatus according to an embodiment of the present invention. The
プリントコントロール部101は、外部装置及び外部素子に対するアクセス制御全般と、画像処理機能とを含む高集積回路であるASIC104と、CPU114と、MRAM115と、BRAM116と、ROM117とから構成されている。
The
ASIC104の内部回路構成について説明する。CPU制御部105は、CPU114と各種デバイス間のアクセスを制御する。MRAM制御部106は、MRAM115へのアクセス全般を制御し、各種デバイスからのDMA制御による調停機能を有する。ROM制御部107は、ROM117へのアクセス全般を制御する。ホストI/F制御部108は、外部装置102との通信制御と、供給された各種入力情報を描画処理可能な形式に変換する。BRAM制御部109は、BRAM116へのアクセス全般を制御し、各種デバイスからのDMA制御による調停機能を有する。
The internal circuit configuration of the
圧縮/伸長制御部110は、MRAM115及びBRAM116の容量増加を回避するために、印字出力情報をJBIG等のアルゴリズムで圧縮して一旦格納し、それを伸長して後段のビデオI/F制御部113に送出する。描画制御部111は、MRAM115上に構成された描画コマンドリストからバンドレベルのビットマップデータを作成して、それを指定位置および指定論理でBRAM116上に描画するための制御全般を行う。VH回転器112は、描画制御部111の作成したBRAM116上のバンドレベルのビットマップデータを基本となるブロック単位に分割し、それを更に複数の回転単位に分割する。回転単位毎に縦横変換をかけ、90度、180度または270度回転した新たなビットマップデータを生成する。ビデオI/F制御部113は、プリントエンジン部103と通信制御を行い、同期信号によりシリアルなビデオ信号を出力する。図2を参照して後述する。
The compression /
CPU114は、ROM117上の制御プログラムに基づいて、内部メインバスに接続される各種デバイスのアクセスを総括的に制御する。MRAM115は、読み書き可能な記憶装置であり、CPU114の主メモリとして機能し、描画処理に係るワーク領域、印字出力情報の展開領域として使用される。BRAM116は、読み書き可能な記憶装置であり、描画制御部111で解析/処理の結果作成されるバンドレベルのビットマップデータの展開領域として使用される。ROM117は、読み出し専用の記憶装置であり、CPU114の制御プログラム、印字出力情報生成の際に使用されるフォントデータを格納する。
The
図2に、本発明の一実施形態にかかるビデオI/F制御部の構成を示す。ビデオI/F制御部113は、相互に接続されたSHIP_DMA制御部201およびシッピング制御部202と、CPU制御部105とSHIP_DMA制御部201との間のアクセスのためのレジスタ部203と、CPU制御部105とシッピング制御部202との間のアクセスのためのレジスタ部211とから構成されている。
FIG. 2 shows a configuration of a video I / F control unit according to an embodiment of the present invention. The video I /
SHIP_DMA制御部201は、MRAM制御部106またはBRAM制御部109との間で、DMA制御によりデータの受け渡しを行い、シッピング制御部202と同期をとりながら内部のFIFO部208を経由してデータを送信する。シッピング制御部202は、プリントエンジン部103と通信制御を行う。同期信号をやり取りし、印字領域に関する各種パラメータをセットして、出力用紙上に印字するビデオ信号を生成する。レジスタ部203は、CPU制御部105との間でビデオI/F制御部113用のIOレジスタを制御する。
The
SHIP_DMA制御部201の各部の機能について説明する。DMA起動/クリア部204は、SHIP_DMA制御部201全体の動作の起動・クリアを管理する。DMAリクエストハンドシェーク部205は、MRAM制御部106またはBRAM制御部109との間で、DMAリクエスト及びDMAアクノリッジをやり取りしながらハンドシェークを行う。また、FIFO部208の書き込みアドレスを管理し、DMAアドレス制御部207との間でDMAアドレスパラメータのやり取りを行う。
The function of each unit of the
DMAシーケンス部206は、SHIP_DMA制御部201全体の動作シーケンスを管理し、シッピング制御部202とタイミングをとりながら各ブロックにイネーブル情報を出力する。DMAアドレス制御部207は、DMA起動信号をトリガにして、DMAリクエストに相当するDMAアドレスを生成する。また、ビデオ信号生成部210に本発明の特徴となる先頭ロード信号及び先頭カットデータ幅を出力する。FIFO部208は、MRAM制御部106またはBRAM制御部109からDMAデータを受け取り、DMAリクエストハンドシェーク部205が管理するアドレスパラメータに基づいて書き込みを行う。
The
シッピング制御部202のパラメータ制御部209は、出力用紙上の縦横座標を管理し、ライン終了及びバンド終了信号をSHIP_DMA制御部201内の各ブロックに出力する。ビデオ信号生成部210は、パラメータ制御部209からの情報に基づいて、FIFO部208のデータを取り込み、パラレルシリアル変換を行ってビデオ信号を生成するである。
The
図3および図4を参照して、実施例1にかかる印刷制御方法を説明する。図3(a)は、通常のA4印刷の場合の描画データであり、図5(a)に同じである。図3(b)は、A4−R印刷の場合の描画データであり、回転後の状態である。図4に示したフローチャートを参照して、最初に、印刷制御装置を起動させるために、SHIP_DMA制御部201のDMAリクエストハンドシェーク部205に、シッピングする1バンドあたりのデータ量、すなわちSHIP_DMAのバンドサイズを設定する(S401)。次に、DMAアドレス制御部207に、SHIP_DMAスタートアドレスを設定し(S402)、シッピングに必要な各種パラメータをパラメータ制御部209に設定する(S403)。
A printing control method according to the first embodiment will be described with reference to FIGS. 3 and 4. FIG. 3A shows drawing data in the case of normal A4 printing, which is the same as FIG. 5A. FIG. 3B shows drawing data in the case of A4-R printing, and shows a state after rotation. Referring to the flowchart shown in FIG. 4, first, in order to start the print control apparatus, the DMA
本実施形態では、ステップS403で設定したパラメータ中には、画像領域の横幅に相当する横幅設定値Aを有している。この横幅設定値Aとは別に、SHIP_DMAの横幅設定値BをDMAアドレス制御部207に設定する(S404)。横幅設定値Aは、ゴミ画像を除去した後の正確な横幅なのに対して、横幅設定値Bは、ゴミ画像を含んだ回転後のブロック横幅に対応した横幅であるという違いがある。 In the present embodiment, the parameter set in step S403 has a horizontal width setting value A corresponding to the horizontal width of the image area. Apart from the horizontal width setting value A, the horizontal width setting value B of SHIP_DMA is set in the DMA address control unit 207 (S404). The width setting value A is an accurate width after the dust image is removed, whereas the width setting value B is a width corresponding to the rotated block width including the dust image.
DMAアドレス制御部207において、横幅設定値Aと横幅設定値Bとの差分を算出する。この差分は、図3(b)に示した主走査方向の先頭に含まれるゴミ画像313の幅、すなわちゴミ画像513の高さGHに相当する。以下、耳そぎ領域ともいう。次に、この差分を、8ワードバウンダリー数及び8ワードバウンダリー以内の端数に分割する(S405)。具体的には、横幅設定値A=1000pix、横幅設定値B=1511pixのとき、1bit/pixとすると、8ワードバウンダリー数は“1”、8ワードバウンダリー以内の端数は“255”となる。1ワード以内であればマスク(クリップ)処理を行うことができるので、本実施形態では、8ワードバウンダリー以内の端数をワード単位で設定することとし、“7”とする。
The DMA
算出した8ワードバウンダリー数及び8ワードバウンダリー以内の端数は、DMAアドレス制御部207にハード的に設定される(S407)。なお、左スキャンエンジンで無い場合については、実施例2で説明する。一方、8ワードバウンダリー以内の端数は、DMAアドレス制御部207が、ラインの先頭において、先頭カットデータ幅及び先頭ロード信号の形で、ビデオ信号生成部210に設定する(S409)。このようにして、各ブロックに必要なパラメータがセットされると、DMA起動/クリア部204は、起動信号を各ブロックに出力し、SHIP_DMAを開始する(S410)。一方、シッピング制御部202は、プリントエンジン部103との通信制御を行い、同期信号をやり取りして、印字領域と出力用紙との整合をとる。
The calculated 8-word boundary number and the fraction within the 8-word boundary are set in hardware in the DMA address control unit 207 (S407). The case where the left scan engine is not used will be described in the second embodiment. On the other hand, the fraction within the 8-word boundary is set in the video
SHIP_DMAが開始されると、ビデオI/F制御部113は、MRAM制御部106またはBRAM制御部109経由で描画データを取り込む。S405で算出した8ワードバウンダリー数に相当する描画データは、DMAのハンドシェークを行うが、FIFO部208への書き込みをマスクする(S411)。この処理は、帰線期間中に行われるため、シッピングに影響が出ない事は言うまでもない。
When SHIP_DMA is started, the video I /
また、DMAアドレス制御部207のアドレスカウンタは、DMA制御により描画データを取り込んでいるためカウントアップするが、シッピングはしないため、パラメータ制御部209のカウント制御には影響しない。8ワードバウンダリー数に相当する描画データの読み飛ばしを終了すると、引き続きSHIP_DMA処理を継続し、FIFO部208への書込みをイネーブルにして、通常のシッピング処理を開始する(S412)。
Further, the address counter of the DMA
ビデオ信号生成部210は、シッピングのためFIFO部208からデータを取り込むが、上述したようにラインごとの先頭(または前ライン終了後)において、先頭カットデータ幅を先頭ロード信号により内部に保持する。先頭の8ワードの取り込み時のみに、先頭カットデータ幅にポインタをもたせて、それより以前のデータについては、シッピングするデータとして処理しない(S413)。次に、DMAアドレスをインクリメント(S415)して、ワードバウンダリー単位でシッピングする。従って、DMAアドレス制御部207のアドレス制御は、通常のインクリメント処理で構わない。
The video
この動作を、バンド中のライン数分だけ繰り返して(S417)、シッピングする1バンドあたりのデータ量すなわちSHIP_DMAのバンドサイズだけ処理する(S418)。印刷制御装置は、1バンドの処理が終了すると、同様に次のバンドの処理に移る。 This operation is repeated for the number of lines in the band (S417), and the data amount per band to be shipped, that is, the SHIP_DMA band size is processed (S418). When the processing for one band is completed, the printing control apparatus similarly proceeds to the processing for the next band.
以上説明したように、本実施例によれば、SHIP_DMAの横幅設定とシッピングパラメータの横幅設定を分離して、それらの差分値から8ワードバウンダリー数及び8ワードバウンダリー以内の端数ワード数を算出して設定する。8ワードバウンダリー数の描画データについては、ライン(または前ラインの終了時)ごとにFIFOへの書込みをマスクし、8ワードバウンダリー以内の端数ワード数については、ライン(または前ラインの終了時)ごとにFIFOのアドレスポインタにセットし、そのポインタより前のデータを処理しない。このようにして、BD信号からシッピングする画像領域までの時間間隔によらず、ブロック回転後の描画データにゴミ画像が含まれても、ゴミ画像を取り除くことができる。 As described above, according to the present embodiment, the horizontal width setting of SHIP_DMA and the horizontal width setting of the shipping parameter are separated, and the 8-word boundary number and the fractional word number within the 8-word boundary are calculated from the difference between them. And set. For drawing data with an 8-word boundary, writing to the FIFO is masked for each line (or at the end of the previous line), and for fractional words within the 8-word boundary, the line (or at the end of the previous line) ) Is set to the FIFO address pointer every time, and data before the pointer is not processed. In this way, regardless of the time interval from the BD signal to the image area to be shipped, even if a dust image is included in the drawing data after the block rotation, the dust image can be removed.
図3および図4を参照して、実施例2にかかる印刷制御方法を説明する。実施例1においては、バンドレベルのビットマップデータを左からスキャンする際の動作を説明した。実施例2は、プリントエンジンの低コスト化に伴い、レーザー光路上にあるミラーの個数を減らす事により、スキャン方向を逆にしたプリントエンジン部を使用する場合である。右からスキャンする場合には、上述したブロック回転後のゴミ画像、すなわち耳そぎ領域は、主走査方向先頭の右側に発生する可能性がある。 A printing control method according to the second embodiment will be described with reference to FIGS. 3 and 4. In the first embodiment, the operation at the time of scanning band-level bitmap data from the left has been described. The second embodiment is a case in which a print engine unit in which the scanning direction is reversed is used by reducing the number of mirrors on the laser optical path as the cost of the print engine is reduced. When scanning from the right, the above-described dust image after the block rotation, that is, the edge region, may occur on the right side at the beginning of the main scanning direction.
左スキャン時には、ブロック回転後のバンドレベルのビットマップデータは、MRAM115またはBRAM116内のアドレスインクリメント方向にLSB→MSBの向きで格納されている。従って、SHIP_DMAの際のアドレス制御もインクリメントで構わず、ワード内のビデオ信号出力順もLSB→MSBで構わない。一方、右スキャン時には、メモリへの格納に対して1ライン単位で右から左に進行する必要があるので、SHIP_DMAの際のアドレス制御は、1ラインデータの最後のアドレスからデクリメントし、最初のアドレスまで進む一方、ワード内のビデオ信号出力順もMSB→LSBでなければならない。
During left scanning, band-level bitmap data after block rotation is stored in the direction of LSB → MSB in the address increment direction in the
実施例2では、図5に示した実施例1のフローチャートの「左スキャンエンジンか否か?」の分岐箇所(S406,S414,S419)において、DMAアドレス制御部207に設定する値またはDMAアドレス制御部207の動作を変更する。そこで、レジスタ部203が出力するスキャン方向信号を、SHIP_DMA制御部201内のDMAリクエストハンドシェーク部205、DMAシーケンス部206、DMAアドレス制御部207に入力する。
In the second embodiment, the value set in the DMA
スキャン方向信号が右スキャンを示す場合には、シッピングパラメータの横幅設定値AとSHIP_DMAの横幅設定値Bとの差分を算出し、8ワードバウンダリー数及び8ワードバウンダリー以内の端数ワード数に分割して、DMAアドレス制御部207に設定する際に、8ワードバウンダリー以内の端数ワード数をビット反転して設定する。ビデオ信号生成部210は、シッピングのためFIFO部208からデータを取り込む際に、ラインの先頭(または前ライン終了後)において、先頭カットデータ幅を先頭ロード信号により保持している。従って、先頭の8ワードの取り込み時には、先頭カットデータ幅にポインタをもたせて、それより後ろのデータについては、シッピングするデータとして処理しない。
When the scanning direction signal indicates right scanning, the difference between the horizontal width setting value A of the shipping parameter and the horizontal width setting value B of SHIP_DMA is calculated and divided into an 8-word boundary number and a fractional word number within the 8-word boundary. Thus, when setting in the DMA
また、1ラインあたりの以降の処理についても、上述した通り、1ラインデータの最後のアドレスからデクリメントし、最初のアドレスまで進む。そして、1ラインの処理を終了してから次のラインの処理に入る前に、右スキャンなら2ラインオフセットを加算する。なぜならば、スキャン方向は反転しているが、用紙の搬送方向は左スキャン時と変わらないためである。 In the subsequent processing per line, as described above, the process decrements from the last address of one line data and proceeds to the first address. Then, after the processing for one line is completed and before the processing for the next line is started, a two-line offset is added for right scanning. This is because the scanning direction is reversed, but the paper transport direction is not different from that in the left scanning.
以上説明したように、実施例2では、実施例1の動作を一部改良するだけで、プリントエンジンのスキャン方向に関わらず、ブロック回転後の描画データの主走査方向先頭にゴミ画像が含まれても、ゴミ画像を取り除くことができる。 As described above, in the second embodiment, only a part of the operation of the first embodiment is improved, and a dust image is included at the head of the drawing data after the block rotation in the main scanning direction regardless of the scan direction of the print engine. Even dust images can be removed.
201 SHIP_DMA制御部
202 シッピング制御部
203,211 レジスタ部
204 DMA起動/クリア部
205 DMAリクエストハンドシェーク部
206 DMAシーケンス部
207 DMAアドレス制御部
208 FIFO部
209 パラメータ制御部
210 ビデオ信号生成部
201
Claims (5)
描画データを取り込むためのDMAの横幅設定値と、前記プリントエンジン部にビデオ信号を出力するための横幅設定値との差分値を算出する手段と、
算出された前記差分値に基づいて、前記プリントエンジン部にビデオ信号を出力するためのFIFOの書込みをマスクする手段と、
算出された前記差分値に基づいて、前記FIFOの読出しアドレスポインタを設定する手段と
を備えたことを特徴とする印刷制御装置。 In a print control device that converts drawing data input from an external device into a video signal and outputs it to a print engine unit.
Means for calculating a difference value between a horizontal width setting value for capturing drawing data and a horizontal width setting value for outputting a video signal to the print engine unit;
Means for masking writing of a FIFO for outputting a video signal to the print engine unit based on the calculated difference value;
And a means for setting a read address pointer of the FIFO based on the calculated difference value.
描画データを取り込むためのDMAの第1横幅設定値と、前記プリントエンジン部にビデオ信号を出力するための第2横幅設定値とを設定する横幅設定手段と、
前記第1および第2横幅設定値の差分値から8ワードバウンダリー数と8ワードバウンダリー以内の端数ワード数とを算出する算出手段と、
ラインごとに前記8ワードバウンダリー数に基づいて、前記プリントエンジン部にビデオ信号を出力するためのFIFOの書込みをマスクする手段と、
ラインごとに前記8ワードバウンダリー以内の端数ワード数を、前記FIFOのアドレスポインタに設定し、該アドレスポインタを基準としてビデオ信号を出力するようにしたアドレスポインタ指定手段と
を備えたことを特徴とする印刷制御装置。 In a print control device that converts drawing data input from an external device into a video signal and outputs it to a print engine unit.
A width setting means for setting a first width setting value of DMA for capturing drawing data and a second width setting value for outputting a video signal to the print engine unit;
Calculating means for calculating an 8-word boundary number and a fractional word number within the 8-word boundary from a difference value between the first and second width setting values;
Means for masking FIFO writing to output a video signal to the print engine unit based on the 8-word boundary number for each line;
Address pointer designating means for setting the number of fractional words within the 8-word boundary for each line to the address pointer of the FIFO and outputting a video signal based on the address pointer. Print control device.
前記アドレスポインタ指定手段は、前記スキャン方向を示す信号情報を設定して、ビデオ信号を出力するようにしたことを特徴とする請求項2に記載の印刷制御装置。 The calculation means calculates a fractional word number within the 8-word boundary based on a scan direction of the print engine unit;
The print control apparatus according to claim 2, wherein the address pointer designating unit sets signal information indicating the scan direction and outputs a video signal.
描画データを取り込むためのDMAの横幅設定値と、前記プリントエンジン部にビデオ信号を出力するための横幅設定値との差分から、前記画像領域に含まれない描画データの横幅を算出する算出ステップと、
算出された前記横幅に基づいて、前記プリントエンジン部にビデオ信号を出力するためのFIFOの書込みをマスクするマスクステップと、
前記画像領域に含まれる描画データを前記FIFOに書き込む書込ステップと、
算出された前記横幅に基づいて設定された前記FIFOの読出しアドレスポインタから、前記FIFOに書き込まれた描画データを読み出す読出ステップと
を備えたことを特徴とする印刷制御方法。 In the print control method for preventing drawing data not included in the image area of the recording paper from being output as a video signal when the drawing data in block units is converted into a video signal and output to the print engine unit.
A calculation step for calculating a horizontal width of drawing data not included in the image area from a difference between a horizontal width setting value for DMA for capturing drawing data and a horizontal width setting value for outputting a video signal to the print engine unit; ,
A mask step for masking writing of a FIFO for outputting a video signal to the print engine unit based on the calculated horizontal width;
A writing step of writing the drawing data included in the image area into the FIFO;
A read control method comprising: a reading step of reading drawing data written in the FIFO from the read address pointer of the FIFO set based on the calculated horizontal width.
前記読出ステップは、前記スキャン方向を示す信号情報に基づいて、前記読出しアドレスポインタから読み出すことを特徴とする請求項4に記載の印刷制御方法。
The calculating step calculates the horizontal width based on a scan direction of the print engine unit,
The printing control method according to claim 4, wherein the reading step reads from the read address pointer based on signal information indicating the scan direction.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003393078A JP2005153238A (en) | 2003-11-21 | 2003-11-21 | Printing controller and its method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003393078A JP2005153238A (en) | 2003-11-21 | 2003-11-21 | Printing controller and its method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2005153238A true JP2005153238A (en) | 2005-06-16 |
Family
ID=34719577
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003393078A Pending JP2005153238A (en) | 2003-11-21 | 2003-11-21 | Printing controller and its method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2005153238A (en) |
-
2003
- 2003-11-21 JP JP2003393078A patent/JP2005153238A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2001213015A (en) | Image recorder | |
JP7073634B2 (en) | Electronic devices and programs | |
JP2005153238A (en) | Printing controller and its method | |
US10152657B2 (en) | Image processing apparatus and image processing method of color image | |
JP2006246493A (en) | Image input/output control device, image processing device, image processing method in image input/output control device, and image processing method in image-processing device | |
JP4848866B2 (en) | Image processing apparatus and program | |
JP2003241983A (en) | Information processor and information processing method | |
JP2007249403A (en) | Image data processing system and method for it | |
JP2006215918A (en) | Image processing device and method | |
JP2011197956A (en) | Printer control device, and printer apparatus and control method thereof | |
JP2008302661A (en) | Printing control device | |
JP2004042406A (en) | Printer | |
JPH11187261A (en) | Image processor | |
JP6085942B2 (en) | Information processing apparatus, image forming apparatus, and data processing method | |
JP4222303B2 (en) | Image forming apparatus | |
JP2015027028A (en) | Image processing apparatus, image processing method, and program | |
JP4061200B2 (en) | Image forming system and image forming apparatus | |
JP2005244748A (en) | Image processing method and image processing apparatus | |
JP2006018406A (en) | Image forming apparatus | |
JP2002036655A (en) | Image-forming apparatus and its control method | |
JP2003196648A (en) | Image processing method and device, its storage medium and program product | |
JP2004222090A (en) | Image forming apparatus | |
JP2005277538A (en) | Image processing apparatus, program, and storage medium | |
JP2004151854A (en) | Image processing device and method, storage medium, and program | |
JP2005020094A (en) | Image processing method and image processor |