JP2004074786A - Printer - Google Patents

Printer Download PDF

Info

Publication number
JP2004074786A
JP2004074786A JP2003202575A JP2003202575A JP2004074786A JP 2004074786 A JP2004074786 A JP 2004074786A JP 2003202575 A JP2003202575 A JP 2003202575A JP 2003202575 A JP2003202575 A JP 2003202575A JP 2004074786 A JP2004074786 A JP 2004074786A
Authority
JP
Japan
Prior art keywords
print data
image
mpu
printing
circuit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003202575A
Other languages
Japanese (ja)
Inventor
Shigeki Hamura
羽村 滋樹
Takeshi Takahashi
高橋 壮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2003202575A priority Critical patent/JP2004074786A/en
Publication of JP2004074786A publication Critical patent/JP2004074786A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)
  • Image Processing (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a printer which can independently process a plurality of printing data corresponding to respective parts constituting an image to be printed on one page and print the image on one page based on these printing data. <P>SOLUTION: An MPU 2 writes the printing data independently into an image buffer 3 when it receives a printing datum corresponding to a frame format and a printing datum corresponding to a text to be printed overlappingly on the frame format. A first video interface (VIF) 4-1 reads the printing datum corresponding to the frame format from the image buffer 3 and transmits to a selection and synthesizing circuit 6. On the other hand, a second VIF 4-2 reads the printing datum corresponding to the text from the image buffer 3 and transmits to the circuit 6. The selection and synthesizing circuit 6 synthesizes the respective transmitted data to integrate as the printing data for one page. A printing mechanism 7 prints the image on one sheet based on the printing data synthesized by the circuit 6. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、コンピュータから出力された印刷データに対応する画像を印刷するプリンタに関する。
【0002】
【従来の技術】
従来プリンタは、コンピュータから出力された印刷データを格納する画像バッファを有し、この画像バッファに格納されている印刷データを順次印字機構に転送して印刷を行っていた。
【0003】
従来のプリンタに組み込まれている制御回路を、図13に示す。この図13に示されるように、従来のプリンタの制御回路は、制御バスB1を介して互いに接続されている通信インタフェース20,MPU(マイクロプロセッサ)21,画像バッファ22,VIF(ビデオインタフェース)23,画像処理回路24,及び、印刷機構25から、構成されている。また、これらのうち通信インタフェース20,MPU21,画像バッファ22及びVIF23は、データバスB2を介しても、互いに接続されている。
【0004】
MPU21は、制御バスB1を介して、各回路ブロックの動作を制御する中央処理装置である。通信インタフェース20は、ホストコンピュータ(図示略)から送信されて来た印刷データを受信して、この印刷データをデータバスB2上に送出する。
【0005】
画像バッファ22は、通信インタフェース20によってデータバスB2上に送出された個々の印刷データを、MPU21からの制御に応じて一時記憶するメモリである。
【0006】
VIF23は、MPU21からの制御に応じて、画像バッファ22に記憶されている何れかの印刷データを読み込んで、画像処理回路24に対して、読み込んだ印刷データを画像信号として出力する。なお、VIF23は、画像処理回路24に対して画像信号を出力する際には、印刷機構25から同期信号を受信し、この同期信号に同期して画像信号を出力する。また、VIF23は、新たな印刷データを読み込むためには、画像バッファ22内における読込対象印刷データのアドレス等が、MPU21によって設定されなければならない。
【0007】
画像処理回路24は、VIF23から出力された画像信号に対して、MPU21によって設定された各種の画像処理を施した上で、印刷機構25に対して出力する。
【0008】
印刷機構25は、画像処理回路24から受け取った画像信号に基づいて、この画像信号に対応する画像を紙面上に印刷する装置である。この印刷機構25は、画像を数ライン分印刷する毎に、同期信号をVIF23に与える。
【0009】
【発明が解決しようとする課題】
このように、従来のプリンタの制御回路には、VIF23及び画像処理装置24が一組だけしか内蔵されていなかった。そのため、下記に列挙するような様々な問題点があった。
【0010】
即ち、従来のプリンタの制御回路では、VIF23が一個だけしが備えられていなかったので、一つのページについては、一個の画像データに基づいた画像のみしか印刷できなかった。そのため、帳票印刷を行うために、テキストに対応する印刷データ及び枠書式に対応する印刷データがホストコンピュータから送信されて来ると、MPU21が、これら二つの印刷データをソフトウェア処理によって予め一つの印刷データとして合成した上で、画像バッファ22に格納していた。このようにすれば、VIF23は、合成後の一個の印刷データを画像バッファ22から読み込みさえすれば良いので、帳票印刷が可能となる。しかしながら、このような印刷データの合成処理は、MPU21に大きな負荷を課すので、プリンタ全体の動作が遅くなってしまうという問題があった。これが、従来における第1の問題点である。
【0011】
また、従来のプリンタの制御回路では、VIF23が一個だけしが備えられていなかったので、この一個のVIF23が全ての印刷データを読み込まなければならなかった。そのため、バンド印刷を行うために、バンド毎に分割された印刷データがホストコンピュータから送信されて来た場合でも、VIF23は、各バンド毎の印刷データを次々と読み込まなければならなかった。上述したように、VIF23は、新たな印刷データを読み込むためには、MPU21による再設定を受けなければならない。そして、この再設定中においては、VIF23は停止していなければならない。従って、このVIF23の再設定に要する時間が許容時間(VIF23に内蔵されているバッファ内の全画像信号が出力されるまでに要する時間)を超えた場合には、印刷機構25によって印刷されている画像が途切れてしまう問題が生じていた。これが、従来における第2の問題点である。
【0012】
また、従来のプリンタに組み込まれた制御回路では、画像処理回路24が一個しか備えられていなかったので、一つのページについては、一種類の画像処理しか実行することができなかった。しかしながら、テキストとイメージが混在している印刷データの場合、テキストの部分に対してはテキストに適した画像処理を施すことが望まれる一方、イメージの部分に対してはイメージに適した画像処理を施すことが望まれる。例えば、画像をアナログ的に印刷するためには、テキストの部分に対してはスムーシング処理を施す事が望まれる一方、イメージの部分に対しては中間調処理を施す事が望まれる。また、画像の解像度に関して、テキストの部分については、高速印刷を実現するために低解像度処理を施すことが望まれるが、イメージの部分については、高解像度処理を施すことが望まれる。また、データ圧縮・伸張に関して、テキストの部分についてはホストコンピュータ内にてランレングス圧縮を施しておいた上で画像処理回路24によってランレングス伸張することが望まれる一方、イメージの部分についてはホストコンピュータ内にてLZ圧縮を施しておいた上で画像処理回路24によってLZ伸張することが望まれる。従来のプリンタに組み込まれた制御回路では、このような要求があるにも拘わらず、画像処理回路24が一個しかなかったために、テキスト及びイメージのうち何れか一方に適したデータ圧縮しか印刷データに対して施すことができないという問題があった。これが、従来における第3の問題点である。
【0013】
本願発明は、従来のプリンタにおけるこのような問題点を解決し、一つのページに印刷される画像を構成する各部分に夫々対応する複数の印刷データを夫々独立して処理し、これらの印刷データに基づいて一つのページに画像を印刷することができるプリンタを、提供することを課題とする。
【0014】
【課題を解決するための手段】
本発明は前記各課題を解決するため以下の手段を採った。即ち、請求項1による画像変換装置は、図1の原理図に示すように、一つのページに印刷される画像を構成する各部分に夫々対応する複数の印刷データ(51,51)を、夫々、独立した状態で保持する画像バッファ(50)と、この画像バッファ(50)内に格納されている各印刷データ(51,51)を夫々読み出す複数のビデオインターフェース(52,52)と、各ビデオインターフェース(52,52)によって読み出された各印刷データ(51,51)を、一つのページ分の印刷データとして統合する印刷データ統合回路(53)と、この印刷データ統合回路(53)によって統合された印刷データに基づいて、一つのページに前記画像を印刷する印刷機構(54)とを、備えることを特徴とする。
【0015】
このように構成されると、画像バッファ(50)は、一つのページに印刷される画像を構成する各部分に夫々対応する複数の印刷データ(51,51)を、格納する。各ビデオインターフェース(52,52)は、他のビデオインターフェース(52,52)の動作とは無関係に、画像バッファ(50)内に格納されている何れかの印刷データ(51,51)を、夫々読み出す。従って、これら複数のビデオインターフェース(52,52)によって夫々読み出された各印刷データ(51,51)は、夫々、独自の画像処理が施され得るようになる。そして、これらの印刷データ(51,51)は、印刷データ統合回路(53)によって、一つのページ分の印刷データとして統合される。すると、この印刷データ統合回路(53)によって統合された印刷データに基づいて、印刷機構(54)は、一つのページに画像を印刷する。
【0016】
請求項2記載のプリンタは、請求項1の画像バッファに格納される複数の印刷データが、枠書式に対応する枠書式部分印刷データ,及び、この枠書式に重ねて印刷されるテキストに対応するテキスト部分印刷データであり、印刷データ統合回路が、前記複数のビデオインタフェースによって読み出された各印刷データを、一つのページ分の印刷データとして合成することで、特定したものである。
【0017】
請求項3記載のプリンタは、請求項1において、イメージ及びテキストが混在している画像に対応する印刷データをイメージに対応する印刷データ及びテキストに対応する印刷データに分離する分離手段と、この分離手段によって分離された各印刷データを夫々独立した状態で前記画像バッファに格納する格納手段とを、更に備えることで、特定したものである。
【0018】
請求項4記載のプリンタは、請求項3において、各ビデオインタフェースによって読み出された各印刷データに対して夫々別個の画像処理を施す複数の画像処理回路を更に備えることで、特定したものである。
【0019】
請求項5記載のプリンタは、請求項1の画像バッファに格納される複数の印刷データが、一つのページに印刷される画像に対応する印刷データを複数のバンドに分割して得られた複数の印刷データであり、印刷データ統合回路が、前記複数のビデオインタフェースによって読み出された各印刷データを交互に切り替えて選択して前記印刷機構に向けて出力することで、特定したものである。
【0020】
【発明の実施の形態】
以下、本発明の実施の形態を、図面を参照して説明する。図2は、本発明の実施の形態であるプリンタの制御回路を示すブロック図である。この図2に示されるように、本実施形態によるプリンタの制御回路は、制御バスB1を介して互いに接続されている通信インタフェース1,MPU(マイクロプロセッサ)2,画像バッファ3,第1乃至第nVIF(ビデオインタフェース)4−1〜n,第1乃至第n画像処理回路5−1〜n,選択合成回路6,及び、印刷機構7から、構成されている。また、これらのうち通信インタフェース1,MPU2,画像バッファ3,及び、各VIF4−1〜nは、データバスB2を介しても、互いに接続されている。また、データ線Dを介して、第1VIF4−1は第1画像処理回路5−1に接続され、第2VIF4−2は第2画像処理回路5−2に接続されている。同様に、データ線Dを介して、第nVIF4−nは第n画像処理回路5−nに接続されている。さらに、各画像処理回路5−1〜nは、夫々データ線Dを介して、選択合成回路6に接続されている。また、この選択合成回路6は、データ線Dを介して、印刷機構7に接続されている。この印刷機構7は、信号線Sを介して、各VIF4−1〜nに接続されている。
【0021】
通信インタフェース1は、ホストコンピュータ(図示略)から送信されて来た印刷データを受信して、この印刷データをデータバスB2上に送出する。MPU2は、制御バスB1を介して、各回路ブロックの動作を制御する中央処理装置である。具体的には、MPU2は、制御バスB1を介して各回路ブロックに対してアドレス及びコマンドを送信して、通信インタフェース1によってデータバスB2上に送出された印刷データを画像バッファ3内の所定アドレスの位置に格納したり、各VIF4−1〜nの設定を行ったり、各画像処理回路5−1〜nに対して実行させるべき画像処理の内容を設定したり、選択合成回路6に対して選択動作を実行させるか合成動作を実行させるかの設定を行ったり、印刷機構7に対して印刷開始の指示を行う。また、MPU2は、通信インタフェース1によってデータバスB2上に送出された印刷データがテキスト及びイメージの混在画像を印刷するためのものであった場合には、この印刷データをテキストの部分とイメージの部分とに分離して(分離手段に相当)、分離された各部分を夫々独立の印刷データとして画像バッファ3内に格納する(格納手段に相当)。
【0022】
画像バッファ3は、通信インタフェース1又はMPU2自身によってデータバスB2上に送出された個々の印刷データを、制御バスB1を介してMPU2から指定されたアドレスに対応する位置に一時記憶するメモリである。
【0023】
各VIF4−1〜nは、制御バスB1を介してMPU21によって設定されるとともに、この設定によって指定されたアドレスが示す画像バッファ3内の位置から、印刷データを読み込む。そして、読み込んだ印刷データを、自己に接続されている画像処理回路5−1〜nに対して、画像信号として出力する。なお、各VIF4−1〜nは、画像処理回路5−1〜nに対して画像信号を出力する際には、印刷機構7から同期信号を受信し、この同期信号に同期して数ライン分の画像信号を出力する。
【0024】
各画像処理回路5−1〜nは、自らに接続されているVIF4−1〜nから出力された画像信号に対して、MPU2によって設定された各種の画像処理を施した上で、印刷機構25に対して出力する。ここで、各画像処理装置5−1〜nが実行可能な画像処理としては、テキストに対するスムーシング処理(文字を構成するビットマップフォントの外縁のギザギザをなめらかな斜線又は曲線にするための処理),イメージに対する中間調処理(画像の濃淡の変化をなめらかにするための処理),テキストに対する低解像度処理(文字を構成するドット数を少なくするための処理),イメージに対する高解像度処理(イメージを構成する画素を細かくするための処理),ラングレンス圧縮されたテキストに対するラングレンス伸張処理,LZ圧縮されたイメージに対するLZ伸張処理,等が、列挙される。
【0025】
印刷データ統合手段としての選択合成回路6は、制御バスB1を介してMPU2によって選択動作が設定された場合には、MPU2によって指定された一方の画像処理回路5からの画像信号を選択して印刷機構7に送出するとともに、この画像処理回路5からの画像信号が終了すると、MPU2によって指定された他方の画像処理回路5からの画像信号を選択して印刷機構7に送出する。このように、選択動作が設定された場合には、選択合成回路6は、MPU2によって指定された二つの画像処理回路5からの画像信号を交互に選択して、一つのページ分の画像信号(印刷データ)として統合して、印刷機構7に送出する。また、選択合成回路6は、制御バスB1を介してMPU2によって合成動作が設定された場合には、MPU2によって指定された複数の画像処理回路5からの画像信号を、一つの画像信号として合成することによって一つのページ分の印刷データとして統合して、この画像信号を印刷機構7に送出する。
【0026】
印刷機構7は、選択合成回路6から受け取った画像信号に基づいて、この画像信号に対応する画像を紙面上に印刷する装置である。この印刷機構25は、画像を数ライン分印刷する毎に、選択合成回路6によって選択又は合成されている画像信号を出力している全てのVIF4−1〜nに対して同期信号を与える。
【0027】
次に、MPU2によって実際に実行される制御(即ち、プリンタの動作)の内容を、図示せぬホストコンピュータから送信されてきた印刷データの種類毎に、第1〜第5実施例として説明する。
【0028】
【実施例1】
第1実施例は、帳票印刷(オーバーレイ印刷)を行わせるために、図示せぬホストコンピュータからテキストの画像を印刷するための印刷データ(以下、「テキスト部分印刷データ」という)及び枠書式の画像を印刷するための印刷データ(以下、「枠書式部分印刷データ」という)が送信されて来た場合に実行される制御処理(プリンタの動作)を示すものである。
【0029】
図3は、この制御処理の内容を示すフローチャートであり、図4は、このフローチャートに従った制御処理をMPU2が実行した場合におけるプリンタ全体の動作を示す動作説明図である。
【0030】
図3のフローチャートは、図示せぬホストコンピュータから送信されて来た印刷データを通信インタフェース1が受信した事を契機に、スタートする。スタート後、MPU2は、テキスト部分印刷データを通信インタフェース1から画像バッファ3に転送するとともに(S01)、イメージ部分印刷データを通信インタフェース1から画像バッファ3に転送する(S02)。このとき、MPU2は、図4に示すように、テキスト部分印刷データを、画像バッファ3内における第1のアドレスによって示される位置(以下、「第1アドレス位置」という)3aに格納するとともに、枠書式部分印刷データを、画像バッファ3内における第2のアドレスによって示される位置(以下、「第2アドレス位置」という)3bに格納する。なお、S01とS02の実行順序は、これと逆であっても良い。
【0031】
次のS03では、MPU2は、第1VIF4−1を、画像バッファ3内の第1アドレス位置3aから印刷データを読み込む様に設定するとともに、第2VIF4−2を、画像バッファ3内の第2アドレス位置3bから印刷データを読み込む様に設定する。次のS04では、MPU2は、選択合成回路6を、合成動作を行う様に設定する。
【0032】
次のS05では、MPU2は、第1及び第2のVIF4−1〜2,第1及び第2の画像処理回路5−1〜2,選択合成回路6,及び、印刷機構7に対して、印刷の開始を指示する。この指示を受けると、第1VIF4−1は、画像バッファ3の第1アドレス位置3aからテキスト部分印刷データを読み込み、数ライン分の画像信号を、第1画像処理回路5−1を介して選択合成回路6へ送信する。同時に、第2VIF4−2は、画像バッファ3の第2アドレス位置3bから枠書式部分印刷データを読み込み、数ライン分の画像信号を、第2画像処理回路5−2を介して選択合成回路6へ送信する。選択合成回路6は、第1及び第2の画像処理回路5−1〜2を介して受信した画像信号を合成し、合成後の画像信号を印刷機構7に送信する。印刷機構7は、選択合成回路6から受信した画像信号に応じた画像を用紙上に印刷する。この印刷を行うと、印刷機構7は、上述したように、同期信号を第1及び第2のVIF4−1〜2に送信する。この同期信号を受信した第1及び第2のVIF4−1〜2は、未だ送信していない画像信号がある限り、次のラインの画像信号を選択合成回路6に向けて送信する。
【0033】
次のS06では、MPU2は、第1及び第2のVIF4−1〜2が各印刷データに対応する全画像信号を送信し終えるのを待つ(即ち、印刷機構7による印刷が終了するのを待つ)。そして、各印刷データに対応する全画像信号の送信が終了した時(即ち、印刷機構7による印刷が終了した時)には、MPU2は、この制御処理を終了する。
【0034】
このように、本第1実施例の場合には、帳票印刷のためのテキストと枠書式との合成が、MPU2でのソフトウェア処理によってではなく、選択合成回路6によるハードウェア動作によって行われる。従って、テキスト部分印刷データと枠書式部分印刷データとの合成処理に要する時間が不要になるので、印刷機構7による印刷が、ホストコンピュータからの印刷データの送信に対してリアルタイムで行われる。
【0035】
【実施例2】
第2実施例は、テキストとイメージとが混在している印刷データが送信されて来た場合にアナログ的に印刷を行うために実行される制御処理(プリンタの動作)を示すものである。
【0036】
図5は、この制御処理の内容を示すフローチャートであり、図6は、このフローチャートに従った制御処理をMPU2が実行した場合におけるプリンタ全体の動作を示す動作説明図である。
【0037】
図5のフローチャートは、図示せぬホストコンピュータから送信されて来た印刷データを通信インタフェース1が受信した事を契機に、スタートする。スタート後最初のS10では、MPU2は、通信インタフェース1から印刷データ読み込む。
【0038】
次のS11では、MPU2は、読み込んだ印刷データを、テキスト部分に対応する印刷データ(以下、「テキスト部分印刷データ」)とイメージ部分に対応する印刷データ(以下、「イメージ部分印刷データ」)とに分離する(分離手段に相当)。
【0039】
次のS12では、MPU2は、テキスト部分印刷データ及びイメージ部分印刷データを画像バッファ3に転送する。このとき、MPU2は、図6に示すように、テキスト部分印刷データを、画像バッファ3内における第1のアドレスによって示される位置(以下、「第1アドレス位置」という)3aに格納するとともに、イメージ部分印刷データを、画像バッファ3内における第2のアドレスによって示される位置(以下、「第2アドレス位置」という)3bに格納する(格納手段に相当)。
【0040】
次のS13では、MPU2は、第1VIF4−1を、画像バッファ3内の第1アドレス位置3aから印刷データを読み込む様に設定するとともに、第2VIF4−2を、画像バッファ3内の第2アドレス位置3bから印刷データを読み込む様に設定する。
【0041】
次のS14では、MPU2は、テキストを担当する第1画像処理回路5−1を、スムーシング処理を行う様に設定する。次のS15では、MPU2は、イメージを担当する第2画像処理回路5−2を、中間調処理を行う様に設定する。次のS16では、MPU2は、選択合成回路6を、合成動作を行う様に設定する。
【0042】
次のS17では、MPU2は、第1及び第2のVIF4−1〜2,第1及び第2の画像処理回路5−1〜2,選択合成回路6,及び、印刷機構7に対して、印刷の開始を指示する。この指示を受けると、第1VIF4−1は、画像バッファ3の第1アドレス位置3aからテキスト部分印刷データを読み込み、数ライン分の画像信号を、第1画像処理回路5−1へ送信する。同時に、第2VIF4−2は、画像バッファ3の第2アドレス位置3bからイメージ部分印刷データを読み込み、数ライン分の画像信号を、第2画像処理回路5−2へ送信する。画像信号を受信した第1画像処理回路5−1は、この画像信号に対してスムーシング処理を施した上で選択合成回路6に送信する。一方、画像信号を受信した第2画像処理回路5−2は、この画像信号に対して中間調処理を施した上で選択合成回路6に送信する。この選択合成回路6は、第1及び第2の画像処理回路5−1〜2から受信した画像信号を合成し、合成後の画像信号を印刷機構7に送信する。印刷機構7は、選択合成回路6から受信した画像信号に応じた画像を用紙上に印刷する。この印刷を行うと、印刷機構7は、上述したように、同期信号を第1及び第2のVIF4−1〜2に送信する。この同期信号を受信した第1及び第2のVIF4−1〜2は、未だ送信していない画像信号がある限り、次のラインの画像信号を選択合成回路6に向けて送信する。
【0043】
次のS18では、MPU2は、第1及び第2のVIF4−1〜2が各印刷データに対応する全画像信号を送信し終えるのを待つ(即ち、印刷機構7による印刷が終了するのを待つ)。そして、各印刷データに対応する全画像信号の送信が終了した時(即ち、印刷機構7による印刷が終了した時)には、MPU2は、この制御処理を終了する。
【0044】
このように、本第2実施例の場合には、ホストコンピュータから受信した印刷データを画像の種類に応じて複数の部分に分割し、分割した部分毎に異なる画像処理を行うことができる。そして、夫々の画像処理が施された印刷データ(画像信号)が、一つのページ分の画像信号として合成されて、一枚の用紙上に印刷される。
【0045】
【実施例3】
第3実施例は、テキストとイメージとが混在している印刷データが送信されて来た場合に最適な解像度で印刷を行うために実行される制御処理(プリンタの動作)を示すものである。
【0046】
図7は、この制御処理の内容を示すフローチャートであり、図8は、このフローチャートに従った制御処理をMPU2が実行した場合におけるプリンタ全体の動作を示す動作説明図である。
【0047】
図7のフローチャートは、図示せぬホストコンピュータから送信されて来た印刷データを通信インタフェース1が受信した事を契機に、スタートする。スタート後最初のS20では、MPU2は、通信インタフェース1から印刷データ読み込む。
【0048】
次のS21では、MPU2は、読み込んだ印刷データを、テキスト部分に対応する印刷データ(以下、「テキスト部分印刷データ」)とイメージ部分に対応する印刷データ(以下、「イメージ部分印刷データ」)とに分離する(分離手段に相当)。
【0049】
次のS22では、MPU2は、テキスト部分印刷データ及びイメージ部分印刷データとを画像バッファ3に転送する。このとき、MPU2は、図8に示すように、テキスト部分印刷データを、画像バッファ3内における第1のアドレスによって示される位置(以下、「第1アドレス位置」という)3aに格納するとともに、イメージ部分印刷データを、画像バッファ3内における第2のアドレスによって示される位置(以下、「第2アドレス位置」という)3bに格納する(格納手段に相当)。
【0050】
次のS23では、MPU2は、第1VIF4−1を、画像バッファ3内の第1アドレス位置3aから印刷データを読み込む様に設定するとともに、第2VIF4−2を、画像バッファ3内の第21アドレス位置3bから印刷データを読み込む様に設定する。
【0051】
次のS24では、MPU2は、テキストを担当する第1画像処理回路5−1を、低解像度処理を行う様に設定する。次のS25では、MPU2は、イメージを担当する第2画像処理回路5−2を、高解像度処理を行う様に設定する。次のS26では、MPU2は、選択合成回路6を、合成動作を行う様に設定する。
【0052】
次のS27では、MPU2は、第1及び第2のVIF4−1〜2,第1及び第2の画像処理回路5−1〜2,選択合成回路6,及び、印刷機構7に対して、印刷の開始を指示する。この指示を受けると、第1VIF4−1は、画像バッファ3の第1アドレス位置3aからテキスト部分印刷データを読み込み、数ライン分の画像信号を、第1画像処理回路5−1へ送信する。同時に、第2VIF4−2は、画像バッファ3の第2アドレス位置3bからイメージ部分印刷データを読み込み、数ライン分の画像信号を、第2画像処理回路5−2へ送信する。画像信号を受信した第1画像処理回路5−1は、この画像信号に対して低解像度処理を施した上で選択合成回路6に送信する。一方、画像信号を受信した第2画像処理回路5−2は、この画像信号に対して高解像度処理を施した上で選択合成回路6に送信する。この選択合成回路6は、第1及び第2の画像処理回路5−1〜2から受信した画像信号を合成し、合成後の画像信号を印刷機構7に送信する。印刷機構7は、選択合成回路6から受信した画像信号に応じた画像を用紙上に印刷する。この印刷を行うと、印刷機構7は、上述したように、同期信号を第1及び第2のVIF4−1〜2に送信する。この同期信号を受信した第1及び第2のVIF4−1〜2は、未だ送信していない画像信号がある限り、次のラインの画像信号を選択合成回路6に向けて送信する。
【0053】
次のS28では、MPU2は、第1及び第2のVIF4−1〜2が各印刷データに対応する全画像信号を送信し終えるのを待つ(即ち、印刷機構7による印刷が終了するのを待つ)。そして、各印刷データに対応する全画像信号の送信が終了した時(即ち、印刷機構7による印刷が終了した時)には、MPU2は、この制御処理を終了する。
【0054】
このように、本第3実施例の場合には、ホストコンピュータから受信した印刷データを画像の種類に応じて複数の部分に分割し、分割した部分毎に異なる画像処理を行うことができる。そして、夫々の画像処理が施された印刷データ(画像信号)が、一つのページ分の画像信号として合成されて、一枚の用紙上に印刷される。
【0055】
【実施例4】
第4実施例は、ランレングス圧縮処理が施されているテキスト部分とLZ圧縮処理が施されているイメージ部分とが混在してなる圧縮印刷データが送信されて来た場合に各圧縮方法に対応した伸張処理を行うために実行される制御処理(プリンタの動作)を示すものである。
【0056】
図9は、この制御処理の内容を示すフローチャートであり、図10は、このフローチャートに従った制御処理をMPU2が実行した場合におけるプリンタ全体の動作を示す動作説明図である。
【0057】
図9のフローチャートは、図示せぬホストコンピュータから送信されて来た圧縮印刷データを通信インタフェース1が受信した事を契機に、スタートする。スタート後最初のS30では、MPU2は、通信インタフェース1から圧縮印刷データ読み込む。
【0058】
次のS31では、MPU2は、読み込んだ圧縮印刷データを、テキスト部分に対応する圧縮印刷データ(以下、「テキスト部分圧縮印刷データ」)とイメージ部分に対応する圧縮印刷データ(以下、「イメージ部分圧縮印刷データ」)とに分離する(分離手段に相当)。
【0059】
次のS32では、MPU2は、テキスト部分圧縮印刷データ及びイメージ部分圧縮印刷データを画像バッファ3に転送する。このとき、MPU2は、図10に示すように、テキスト部分圧縮印刷データを、画像バッファ3内における第1のアドレスによって示される位置(以下、「第1アドレス位置」という)3aに格納するとともに、イメージ部分圧縮印刷データを、画像バッファ3内における第2のアドレスによって示される位置(以下、「第2アドレス位置」という)3bに格納する(格納手段に相当)。
【0060】
次のS33では、MPU2は、第1VIF4−1を、画像バッファ3内の第1アドレス位置3aから圧縮印刷データを読み込む様に設定するとともに、第2VIF4−2を、画像バッファ3内の第21アドレス位置3bから圧縮印刷データを読み込む様に設定する。
【0061】
次のS34では、MPU2は、テキストを担当する第1画像処理回路5−1を、ランレングス伸張処理を行う様に設定する。次のS35では、MPU2は、イメージを担当する第2画像処理回路5−2を、LZ伸張処理を行う様に設定する。次のS36では、MPU2は、選択合成回路6を、合成動作を行う様に設定する。
【0062】
次のS37では、MPU2は、第1及び第2のVIF4−1〜2,第1及び第2の画像処理回路5−1〜2,選択合成回路6,及び、印刷機構7に対して、印刷の開始を指示する。この指示を受けると、第1VIF4−1は、画像バッファ3の第1アドレス位置3aからテキスト部分圧縮印刷データを読み込み、数ライン分の画像信号を、第1画像処理回路5−1へ送信する。同時に、第2VIF4−2は、画像バッファ3の第2アドレス位置3bからイメージ部分圧縮印刷データを読み込み、数ライン分の画像信号を、第2画像処理回路5−2へ送信する。画像信号を受信した第1画像処理回路5−1は、この画像信号に対してランレングス伸張処理を施した上で選択合成回路6に送信する。一方、画像信号を受信した第2画像処理回路5−2は、この画像信号に対してLZ伸張処理を施した上で選択合成回路6に送信する。この選択合成回路6は、第1及び第2の画像処理回路5−1〜2から受信した画像信号を合成し、合成後の画像信号を印刷機構7に送信する。印刷機構7は、選択合成回路6から受信した画像信号に応じた画像を用紙上に印刷する。この印刷を行うと、印刷機構7は、上述したように、同期信号を第1及び第2のVIF4−1〜2に送信する。この同期信号を受信した第1及び第2のVIF4−1〜2は、未だ送信していない画像信号がある限り、次のラインの画像信号を選択合成回路6に向けて送信する。
【0063】
次のS38では、MPU2は、第1及び第2のVIF4−1〜2が各印刷データに対応する全画像信号を送信し終えるのを待つ(即ち、印刷機構7による印刷が終了するのを待つ)。そして、各印刷データに対応する全画像信号の送信が終了した時(即ち、印刷機構7による印刷が終了した時)には、MPU2は、この制御処理を終了する。
【0064】
このように、本第4実施例の場合には、一ページ内に互いに異なる特性の画像が混在している印刷データをプリンタに送信する場合においても、画像の特性に応じて印刷データを複数の部分に分けて、各部分の画像の特性に最も適した方法で圧縮することにより、印刷データ全体のサイズを小さくしてプリンタに送信することができる。従って、印刷データの送信に要する時間を短縮することができる。プリンタ内では、印刷データは、各特性毎に分離されて、それぞれ独立して画像バッファ3内に格納される。そして、各画像処理回路5によって、各部分に施された圧縮方法に対応する伸張処理が施されて、元の画像が復元される。その後、復元された画像が一つのページ分の画像として合成されて、一枚の用紙上に印刷される。
【0065】
【実施例5】
第5実施例は、バンド印刷を行わせるために、一ページの印刷データを各バンド毎に分割して得られた印刷データ(以下、「バンド印刷データ」という)が図示せぬホストコンピュータから送信されて来た場合に実行される制御処理(プリンタの動作)を示すものである。
【0066】
図11は、この制御処理の内容を示すフローチャートであり、図12は、このフローチャートに従った制御処理をMPU2が実行した場合におけるプリンタ全体の動作を示す動作説明図である。
【0067】
図11のフローチャートは、図示せぬホストコンピュータから送信されて来た1番目のバンド印刷データを通信インタフェース1が受信した事を契機に、スタートする。スタート後最初のS40では、MPU2は、通信インタフェース1から画像画像バッファ3へのバンド印刷データの転送を開始する。この後、MPU2は、新たなバンド印刷データが通信インタフェース1によって受信される毎に、割り込み処理により、受信されたバンド印刷データを画像バッファ3に転送する。このとき、MPU2は、画像バッファ3内における何れかの空き領域(VIF4への読込が済んでいる印刷データの格納領域を含む)に、各バンド印刷データを独立して格納する。
【0068】
次のS41では、MPU2は、第1VIF4−1を、画像バッファ3内に格納されている1番目のバンド印刷データを読み込む様に設定する。次のS42では、MPU2は、選択合成回路6を、選択動作を行う様に設定する。具体的には、第1VIF4−1側から送信されている画像信号を選択する様に設定する。
【0069】
次に、MPU2は、各バンド印刷データ毎に応じた印刷を行うためのS43乃至S47のループ処理を実行する。このループ処理に入って最初のS43では、MPU2は、選択合成回路6,この選択合成回路6によって選択される側のVIF4(ループ処理の実行が奇数回目である場合には第1VIF4−1,偶数回目である場合には第2VIF4−2)及び画像処理回路5(ループ処理の実行が奇数回目である場合には第1画像処理回路5−1,偶数回目である場合には第2画像処理回路5−2)及び、印刷機構7に対して、印刷の開始を指示する。ループ処理の実行が奇数回目である場合、印刷開始の指示を受けた第1VIF4−1は、図12に示すように、奇数番目のバンド印刷データを読み込んで、数ライン分の画像信号を、第1画像処理回路5−1を介して選択合成回路6へ送信する。これに対して、ループ処理の実行が偶数回目である場合には、図12に示すように、印刷開始の指示を受けた第2VIF4−2は、偶数番目のバンド印刷データを読み込んで、数ライン分の画像信号を、第2画像処理回路5−2を介して選択合成回路6へ送信する。一方、選択合成回路6は、ループ処理の実行が奇数回目である場合には第1画像処理回路5−1を介して受信した画像信号を選択して印刷機構7へ送信し、ループ処理の実行が偶数回目である場合には第2の画像処理回路5−2を介して受信した画像信号を選択して、印刷機構7に送信する。印刷機構7は、選択合成回路6から受信した画像信号に応じた画像を用紙上に印刷する。この印刷を行うと、印刷機構7は、ループ処理の実行が奇数回目である場合には同期信号を第1のVIF4−1に送信し、ループ処理の実行が偶数回目である場合には同期信号を第2のVIF4−2に送信する。この同期信号を受信した第1又は第2のVIF4−1〜2は、未だ送信していない画像信号がある限り、次のラインの画像信号を選択合成回路6に向けて送信する。
【0070】
次のS44では、MPU2は、他方のVIF4(ループ処理の実行が奇数回目である場合には第2VIF4−2,偶数回目である場合には第1VIF4−1)に対して、画像バッファ3に格納されている次のバンド印刷データを読み込む様に指示を行う。
【0071】
次のS45では、MPU2は、画像信号を送信中のVIF4が各バンド印刷データに対応する全画像信号を送信し終えるのを待つ。そして、各バンド印刷データに対応する全画像信号の送信が終了した時には、MPU2は、処理をS46に進める。S46では、MPU2は、バッファ3内に格納されている全バンド印刷データの読み込みが完了しているか否かをチェックする。そして、未だ全バンド印刷データの読み込みが完了していない場合には、MPU2は、S47において、選択合成回路6を、他方のVIF4側から送信されている画像信号を選択する様に設定した上で、処理をS43に戻す。
【0072】
これに対して、バッファ3内に格納されている全バンド印刷データの読み込みが完了している場合には、MPU2は、この制御処理を終了する。このように、本第5実施例の場合には、バンド印刷を行う際に、各バンド毎に、二つのVIF4が交互に割り当てられる。従って、一方のVIF4が動作している間には、他方のVIF4は停止しているので、動作中のVIF4の動作に影響を与えることなく、停止中のVIF4を十分な時間を掛けて設定することができる。そして、動作中のVIF4が画像信号を送信し終えて停止すると、他方のVIF4が直ちに処理を受け継ぐ。その結果、印刷されている画像が途切れることがない。
【0073】
以上の各実施例において説明したように、本実施形態によるプリンタは、複数のVIF4及び画像処理回路5を備えているので、一つのページの画像を印刷するための複数の印刷データを、独立に画像バッファ3内に格納し、選択合成回路6によって一つのページ分の印刷データとして統合した上で、一つのページを印刷することができる。
【0074】
【発明の効果】
以上説明したように、本発明によるプリンタによれば、一つのページに印刷される画像を構成する各部分に夫々対応する複数の印刷データを夫々独立して処理し、これらの印刷データに基づいて一つのページに画像を印刷することができる。
【図面の簡単な説明】
【図1】本発明の原理図
【図2】本発明の実施の形態であるプリンタの制御回路の構成を示すブロック図
【図3】第1実施例においてMPU2が実行する制御処理を示すフローチャート
【図4】第1実施例におけるプリンタの動作を示す動作説明図
【図5】第2実施例においてMPU2が実行する制御処理を示すフローチャート
【図6】第2実施例におけるプリンタの動作を示す動作説明図
【図7】第3実施例においてMPU2が実行する制御処理を示すフローチャート
【図8】第3実施例におけるプリンタの動作を示す動作説明図
【図9】第4実施例においてMPU2が実行する制御処理を示すフローチャート
【図10】第4実施例におけるプリンタの動作を示す動作説明図
【図11】第5実施例においてMPU2が実行する制御処理を示すフローチャート
【図12】第5実施例におけるプリンタの動作を示す動作説明図
【図13】従来のプリンタの制御回路の構成を示すブロック図
【符号の説明】
1 通信インターフェース
2 MPU
3 画像バッファ
4 VIF
5 画像処理装置
6 選択合成回路
7 印刷機構
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a printer that prints an image corresponding to print data output from a computer.
[0002]
[Prior art]
Conventionally, a printer has an image buffer for storing print data output from a computer, and print data stored in the image buffer is sequentially transferred to a printing mechanism for printing.
[0003]
FIG. 13 shows a control circuit incorporated in a conventional printer. As shown in FIG. 13, the control circuit of the conventional printer includes a communication interface 20, an MPU (microprocessor) 21, an image buffer 22, a VIF (video interface) 23, which are connected to each other via a control bus B1. It comprises an image processing circuit 24 and a printing mechanism 25. The communication interface 20, the MPU 21, the image buffer 22, and the VIF 23 are connected to each other via the data bus B2.
[0004]
The MPU 21 is a central processing unit that controls the operation of each circuit block via the control bus B1. The communication interface 20 receives the print data transmitted from the host computer (not shown), and sends the print data onto the data bus B2.
[0005]
The image buffer 22 is a memory for temporarily storing the individual print data transmitted on the data bus B2 by the communication interface 20 under the control of the MPU 21.
[0006]
The VIF 23 reads any print data stored in the image buffer 22 under the control of the MPU 21 and outputs the read print data to the image processing circuit 24 as an image signal. When outputting an image signal to the image processing circuit 24, the VIF 23 receives a synchronization signal from the printing mechanism 25 and outputs the image signal in synchronization with the synchronization signal. In order to read new print data, the VIF 23 must set the address of the print data to be read in the image buffer 22 by the MPU 21.
[0007]
The image processing circuit 24 performs various types of image processing set by the MPU 21 on the image signal output from the VIF 23, and outputs the processed image signal to the printing mechanism 25.
[0008]
The printing mechanism 25 is a device that prints an image corresponding to the image signal on a sheet based on the image signal received from the image processing circuit 24. The printing mechanism 25 supplies a synchronization signal to the VIF 23 every time an image is printed for several lines.
[0009]
[Problems to be solved by the invention]
As described above, the control circuit of the conventional printer includes only one set of the VIF 23 and the image processing device 24. Therefore, there were various problems as listed below.
[0010]
That is, the control circuit of the conventional printer does not include only one VIF 23, so that only one image based on one image data can be printed on one page. Therefore, when print data corresponding to the text and print data corresponding to the frame format are transmitted from the host computer in order to perform form printing, the MPU 21 converts the two print data into one print data in advance by software processing. And stored in the image buffer 22. With this configuration, the VIF 23 only needs to read one piece of print data after synthesis from the image buffer 22, and thus can print a form. However, such a process of synthesizing print data imposes a heavy load on the MPU 21, causing a problem that the operation of the entire printer is slowed down. This is the first problem in the related art.
[0011]
Further, in the control circuit of the conventional printer, since only one VIF 23 is not provided, this one VIF 23 has to read all the print data. Therefore, even when print data divided for each band is transmitted from the host computer in order to perform band printing, the VIF 23 must read the print data for each band one after another. As described above, the VIF 23 must be reset by the MPU 21 in order to read new print data. Then, during this resetting, the VIF 23 must be stopped. Therefore, if the time required for resetting the VIF 23 exceeds the allowable time (the time required for outputting all the image signals in the buffer built in the VIF 23), printing is performed by the printing mechanism 25. There has been a problem that the image is interrupted. This is the second conventional problem.
[0012]
Further, in the control circuit incorporated in the conventional printer, only one image processing circuit 24 is provided, so that only one type of image processing can be executed for one page. However, in the case of print data in which text and images are mixed, it is desirable to perform image processing suitable for text on the text part, while performing image processing suitable for the image on the image part. It is desired to apply. For example, in order to print an image in an analog manner, it is desirable to perform a smoothing process on a text portion, while it is desired to perform a halftone process on an image portion. Regarding the resolution of an image, it is desirable to perform low-resolution processing on a text portion in order to realize high-speed printing, but it is desirable to perform high-resolution processing on an image portion. Regarding data compression / expansion, it is desirable that the text portion is run-length-compressed in the host computer and then run-length decompressed by the image processing circuit 24, while the image portion is desirably in the host computer. It is desired that the image processing circuit 24 performs LZ decompression after the LZ compression has been performed. In spite of such demands, the control circuit incorporated in the conventional printer has only one image processing circuit 24. Therefore, only data compression suitable for one of text and image is applied to print data. There was a problem that it could not be applied to. This is the third conventional problem.
[0013]
The present invention solves such a problem in a conventional printer, and independently processes a plurality of print data respectively corresponding to each part constituting an image to be printed on one page. It is an object to provide a printer capable of printing an image on one page based on the printer.
[0014]
[Means for Solving the Problems]
The present invention employs the following means in order to solve the above respective problems. That is, as shown in the principle diagram of FIG. 1, the image conversion apparatus according to the first aspect of the invention converts a plurality of print data (51, 51) respectively corresponding to each part constituting an image printed on one page. An image buffer (50) held in an independent state, a plurality of video interfaces (52, 52) for reading out the respective print data (51, 51) stored in the image buffer (50), The print data integration circuit (53) that integrates each print data (51, 51) read by the interface (52, 52) as print data for one page, and the print data integration circuit (53). A printing mechanism (54) for printing the image on one page based on the print data thus obtained.
[0015]
With such a configuration, the image buffer (50) stores a plurality of print data (51, 51) corresponding to each part constituting the image printed on one page. Each of the video interfaces (52, 52) transfers one of the print data (51, 51) stored in the image buffer (50) independently of the operation of the other video interface (52, 52). read out. Therefore, each of the print data (51, 51) read by the plurality of video interfaces (52, 52) can be subjected to its own image processing. These print data (51, 51) are integrated as print data for one page by the print data integration circuit (53). Then, based on the print data integrated by the print data integration circuit (53), the printing mechanism (54) prints an image on one page.
[0016]
In the printer according to the second aspect, the plurality of print data stored in the image buffer according to the first aspect corresponds to the frame format partial print data corresponding to the frame format and the text to be printed over the frame format. The print data is text partial print data, and is specified by the print data integration circuit combining print data read by the plurality of video interfaces as print data for one page.
[0017]
According to a third aspect of the present invention, there is provided the printer according to the first aspect, wherein the separation unit separates the print data corresponding to the image in which the image and the text are mixed into the print data corresponding to the image and the print data corresponding to the text. Storage means for storing each print data separated by the means in the image buffer in an independent state.
[0018]
A printer according to a fourth aspect of the present invention is characterized in that the printer according to the third aspect further includes a plurality of image processing circuits for performing individual image processing on each print data read by each video interface. .
[0019]
According to a fifth aspect of the present invention, there is provided the printer according to the first aspect, wherein the plurality of print data stored in the image buffer is obtained by dividing print data corresponding to an image to be printed on one page into a plurality of bands. The print data is specified by the print data integration circuit alternately switching and selecting each print data read by the plurality of video interfaces and outputting the print data to the printing mechanism.
[0020]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 2 is a block diagram showing a control circuit of the printer according to the embodiment of the present invention. As shown in FIG. 2, the control circuit of the printer according to the present embodiment includes a communication interface 1, an MPU (microprocessor) 2, an image buffer 3, a first to n-th VIF connected to each other via a control bus B1. (Video interface) 4-1 to n, first to n-th image processing circuits 5-1 to n, a selection / synthesis circuit 6, and a printing mechanism 7. Further, among these, the communication interface 1, the MPU 2, the image buffer 3, and each of the VIFs 4-1 to n are connected to each other also via the data bus B2. The first VIF 4-1 is connected to the first image processing circuit 5-1 via the data line D, and the second VIF 4-2 is connected to the second image processing circuit 5-2. Similarly, the n-th VIF 4-n is connected to the n-th image processing circuit 5-n via the data line D. Further, each of the image processing circuits 5-1 to n is connected to the selection / combination circuit 6 via a data line D. The selection / synthesis circuit 6 is connected to the printing mechanism 7 via the data line D. The printing mechanism 7 is connected to each of the VIFs 4-1 to n via a signal line S.
[0021]
The communication interface 1 receives print data transmitted from a host computer (not shown) and sends the print data onto a data bus B2. The MPU 2 is a central processing unit that controls the operation of each circuit block via the control bus B1. More specifically, the MPU 2 transmits an address and a command to each circuit block via the control bus B 1, and prints the print data transmitted on the data bus B 2 by the communication interface 1 at a predetermined address in the image buffer 3. , The setting of each of the VIFs 4-1 to n, the setting of the image processing to be executed for each of the image processing circuits 5-1 to n, the setting of the The user sets whether to execute the selecting operation or the combining operation, and instructs the printing mechanism 7 to start printing. If the print data transmitted on the data bus B2 by the communication interface 1 is for printing a mixed image of text and image, the MPU 2 converts the print data into a text portion and an image portion. (Corresponding to the separating means), and the separated portions are stored in the image buffer 3 as independent print data (corresponding to the storing means).
[0022]
The image buffer 3 is a memory that temporarily stores the individual print data transmitted on the data bus B2 by the communication interface 1 or the MPU 2 itself at a position corresponding to the address specified by the MPU 2 via the control bus B1.
[0023]
Each VIF 4-1 to n is set by the MPU 21 via the control bus B1, and reads the print data from the position in the image buffer 3 indicated by the address specified by the setting. Then, the read print data is output as an image signal to the image processing circuits 5-1 to n connected thereto. When outputting image signals to the image processing circuits 5-1 to n, each of the VIFs 4-1 to n receives a synchronization signal from the printing mechanism 7 and synchronizes with the synchronization signal for several lines. Is output.
[0024]
Each of the image processing circuits 5-1 to n performs various image processings set by the MPU 2 on image signals output from the VIFs 4-1 to n connected thereto, and then executes the printing mechanism 25. Output to Here, as image processing that can be executed by each of the image processing devices 5-1 to n, smoothing processing for text (processing for making the jagged outer edge of a bitmap font constituting a character a smooth oblique line or curve), Halftone processing for images (processing to smooth the change in shading of images), low-resolution processing for text (processing to reduce the number of dots that make up characters), high-resolution processing for images (processing to form images) For example, a process for making pixels smaller), a run length expansion process for a run length compressed text, an LZ expansion process for an LZ compressed image, and the like are listed.
[0025]
When the selection operation is set by the MPU 2 via the control bus B1, the selection / synthesis circuit 6 as print data integration means selects and prints an image signal from one of the image processing circuits 5 designated by the MPU 2. When the image signal from the image processing circuit 5 is sent out to the mechanism 7 and the image signal from the other image processing circuit 5 specified by the MPU 2 ends, the image signal is selected and sent to the printing mechanism 7. As described above, when the selection operation is set, the selection / synthesis circuit 6 alternately selects the image signals from the two image processing circuits 5 specified by the MPU 2, and outputs the image signals for one page ( Print data) and send them to the printing mechanism 7. When the combining operation is set by the MPU 2 via the control bus B1, the selection combining circuit 6 combines the image signals from the plurality of image processing circuits 5 designated by the MPU 2 as one image signal. Thus, the image data is integrated as print data for one page, and this image signal is sent to the printing mechanism 7.
[0026]
The printing mechanism 7 is a device that prints an image corresponding to the image signal on a sheet of paper based on the image signal received from the selection / synthesis circuit 6. The printing mechanism 25 supplies a synchronization signal to all the VIFs 4-1 to n outputting image signals selected or synthesized by the selection and synthesis circuit 6 every time an image is printed for several lines.
[0027]
Next, the contents of control (that is, the operation of the printer) actually executed by the MPU 2 will be described as first to fifth embodiments for each type of print data transmitted from a host computer (not shown).
[0028]
Embodiment 1
In the first embodiment, print data (hereinafter, referred to as "text partial print data") for printing a text image from a host computer (not shown) and an image in a frame format for performing form printing (overlay printing) are provided. Shows the control processing (printer operation) executed when print data for printing (hereinafter, referred to as “frame format partial print data”) is transmitted.
[0029]
FIG. 3 is a flowchart showing the contents of this control process, and FIG. 4 is an operation explanatory diagram showing the operation of the entire printer when the MPU 2 executes the control process according to this flowchart.
[0030]
The flowchart of FIG. 3 starts when the communication interface 1 receives print data transmitted from a host computer (not shown). After the start, the MPU 2 transfers the text partial print data from the communication interface 1 to the image buffer 3 (S01), and transfers the image partial print data from the communication interface 1 to the image buffer 3 (S02). At this time, as shown in FIG. 4, the MPU 2 stores the text partial print data at a position 3a indicated by the first address in the image buffer 3 (hereinafter, referred to as a "first address position") 3a. The format partial print data is stored in a position (hereinafter, referred to as a “second address position”) 3 b indicated by a second address in the image buffer 3. Note that the execution order of S01 and S02 may be reversed.
[0031]
In the next S03, the MPU 2 sets the first VIF 4-1 so as to read the print data from the first address position 3a in the image buffer 3, and sets the second VIF 4-2 to the second address position in the image buffer 3. 3b is set to read the print data. In the next S04, the MPU 2 sets the selection / synthesis circuit 6 to perform the synthesis operation.
[0032]
In the next step S05, the MPU 2 prints the first and second VIFs 4-1 and 2-2, the first and second image processing circuits 5-1 and 2-2, the selection / synthesis circuit 6, and the printing mechanism 7. To start. Upon receiving this instruction, the first VIF 4-1 reads the text partial print data from the first address position 3a of the image buffer 3, and selectively synthesizes image signals for several lines via the first image processing circuit 5-1. Transmit to the circuit 6. At the same time, the second VIF 4-2 reads the frame format partial print data from the second address position 3b of the image buffer 3, and sends image signals for several lines to the selection / synthesis circuit 6 via the second image processing circuit 5-2. Send. The selection / combination circuit 6 combines the image signals received via the first and second image processing circuits 5-1 and 5-2, and transmits the combined image signal to the printing mechanism 7. The printing mechanism 7 prints an image corresponding to the image signal received from the selection / synthesis circuit 6 on a sheet. When this printing is performed, the printing mechanism 7 transmits the synchronization signal to the first and second VIFs 4-1 and 4-2 as described above. The first and second VIFs 4-1 and 4-2 that have received the synchronization signal transmit the image signal of the next line to the selection / combination circuit 6 as long as there is an image signal that has not been transmitted.
[0033]
In the next S06, the MPU 2 waits for the first and second VIFs 4-1 and 4-2 to finish transmitting all image signals corresponding to the respective print data (that is, waits for the printing by the printing mechanism 7 to end). ). Then, when transmission of all image signals corresponding to each print data is completed (that is, when printing by the printing mechanism 7 is completed), the MPU 2 ends this control processing.
[0034]
As described above, in the case of the first embodiment, the synthesis of the text for printing the form and the frame format is performed not by software processing in the MPU 2 but by hardware operation by the selection synthesis circuit 6. Therefore, the time required for the process of synthesizing the text partial print data and the frame format partial print data becomes unnecessary, and the printing by the printing mechanism 7 is performed in real time with respect to the transmission of the print data from the host computer.
[0035]
Embodiment 2
The second embodiment shows a control process (printer operation) executed to perform analog printing when print data in which text and images are mixed is transmitted.
[0036]
FIG. 5 is a flowchart showing the contents of this control processing, and FIG. 6 is an operation explanatory diagram showing the operation of the entire printer when the MPU 2 executes the control processing according to this flowchart.
[0037]
The flowchart of FIG. 5 starts when the communication interface 1 receives the print data transmitted from the host computer (not shown). In the first step S10 after the start, the MPU 2 reads the print data from the communication interface 1.
[0038]
In the next step S11, the MPU 2 converts the read print data into print data corresponding to a text portion (hereinafter, “text portion print data”) and print data corresponding to an image portion (hereinafter, “image portion print data”). (Corresponding to separation means).
[0039]
In the next step S12, the MPU 2 transfers the text partial print data and the image partial print data to the image buffer 3. At this time, as shown in FIG. 6, the MPU 2 stores the text partial print data in a position (hereinafter, referred to as a “first address position”) 3 a indicated by a first address in the image buffer 3, and The partial print data is stored in a position (hereinafter, referred to as a "second address position") 3b indicated by a second address in the image buffer 3 (corresponding to a storage unit).
[0040]
In the next S13, the MPU 2 sets the first VIF 4-1 to read the print data from the first address position 3a in the image buffer 3, and sets the second VIF 4-2 to the second address position in the image buffer 3. 3b is set to read the print data.
[0041]
In the next step S14, the MPU 2 sets the first image processing circuit 5-1 in charge of text to perform a smoothing process. In the next step S15, the MPU 2 sets the second image processing circuit 5-2 in charge of the image to perform the halftone processing. In the next S16, the MPU 2 sets the selection / synthesis circuit 6 to perform the synthesis operation.
[0042]
In the next step S17, the MPU 2 prints the first and second VIFs 4-1 and 4-2, the first and second image processing circuits 5-1 and 2-2, the selection / synthesis circuit 6, and the printing mechanism 7. To start. Upon receiving this instruction, the first VIF 4-1 reads the text partial print data from the first address position 3a of the image buffer 3, and transmits image signals for several lines to the first image processing circuit 5-1. At the same time, the second VIF 4-2 reads the image partial print data from the second address position 3b of the image buffer 3, and transmits image signals for several lines to the second image processing circuit 5-2. The first image processing circuit 5-1 that has received the image signal performs a smoothing process on the image signal and transmits the image signal to the selection / combination circuit 6. On the other hand, the second image processing circuit 5-2 that has received the image signal performs halftone processing on this image signal, and transmits it to the selection / combination circuit 6. The selective combining circuit 6 combines the image signals received from the first and second image processing circuits 5-1 and 5-2, and transmits the combined image signal to the printing mechanism 7. The printing mechanism 7 prints an image corresponding to the image signal received from the selection / synthesis circuit 6 on a sheet. When this printing is performed, the printing mechanism 7 transmits the synchronization signal to the first and second VIFs 4-1 and 4-2 as described above. The first and second VIFs 4-1 and 4-2 that have received the synchronization signal transmit the image signal of the next line to the selection / combination circuit 6 as long as there is an image signal that has not been transmitted.
[0043]
In the next step S18, the MPU 2 waits for the first and second VIFs 4-1 and 4-2 to finish transmitting all image signals corresponding to the respective print data (that is, waits for the printing by the printing mechanism 7 to end). ). Then, when transmission of all image signals corresponding to each print data is completed (that is, when printing by the printing mechanism 7 is completed), the MPU 2 ends this control processing.
[0044]
As described above, in the case of the second embodiment, the print data received from the host computer can be divided into a plurality of parts according to the type of image, and different image processing can be performed for each divided part. Then, the print data (image signal) subjected to each image processing is synthesized as an image signal for one page and printed on one sheet of paper.
[0045]
Embodiment 3
The third embodiment shows a control process (printer operation) executed to perform printing at an optimum resolution when print data in which text and images are mixed is transmitted.
[0046]
FIG. 7 is a flowchart showing the contents of this control process, and FIG. 8 is an operation explanatory diagram showing the operation of the entire printer when the MPU 2 executes the control process according to this flowchart.
[0047]
The flowchart of FIG. 7 starts when the communication interface 1 receives print data transmitted from a host computer (not shown). In the first step S20 after the start, the MPU 2 reads the print data from the communication interface 1.
[0048]
In the next step S21, the MPU 2 converts the read print data into print data corresponding to a text portion (hereinafter, “text portion print data”) and print data corresponding to an image portion (hereinafter, “image portion print data”). (Corresponding to separation means).
[0049]
In the next S22, the MPU 2 transfers the text partial print data and the image partial print data to the image buffer 3. At this time, as shown in FIG. 8, the MPU 2 stores the text partial print data at a position (hereinafter, referred to as a “first address position”) 3a indicated by a first address in the image buffer 3, and The partial print data is stored in a position (hereinafter, referred to as a "second address position") 3b indicated by a second address in the image buffer 3 (corresponding to a storage unit).
[0050]
In the next step S23, the MPU 2 sets the first VIF 4-1 to read the print data from the first address position 3a in the image buffer 3, and sets the second VIF 4-2 to the 21st address position in the image buffer 3. 3b is set to read the print data.
[0051]
In the next step S24, the MPU 2 sets the first image processing circuit 5-1 in charge of text to perform low-resolution processing. In the next step S25, the MPU 2 sets the second image processing circuit 5-2 in charge of the image to perform the high-resolution processing. In the next S26, the MPU 2 sets the selection / synthesis circuit 6 to perform the synthesis operation.
[0052]
In the next S27, the MPU 2 prints the first and second VIFs 4-1 and 4-2, the first and second image processing circuits 5-1 and 2-2, the selection / combination circuit 6, and the printing mechanism 7. To start. Upon receiving this instruction, the first VIF 4-1 reads the text partial print data from the first address position 3a of the image buffer 3, and transmits image signals for several lines to the first image processing circuit 5-1. At the same time, the second VIF 4-2 reads the image partial print data from the second address position 3b of the image buffer 3, and transmits image signals for several lines to the second image processing circuit 5-2. The first image processing circuit 5-1 that has received the image signal performs low-resolution processing on the image signal, and transmits the image signal to the selection / combination circuit 6. On the other hand, the second image processing circuit 5-2 that has received the image signal performs high-resolution processing on the image signal and transmits the image signal to the selection / combination circuit 6. The selection / combination circuit 6 combines the image signals received from the first and second image processing circuits 5-1 and 2-2, and transmits the combined image signal to the printing mechanism 7. The printing mechanism 7 prints an image corresponding to the image signal received from the selection / synthesis circuit 6 on a sheet. When this printing is performed, the printing mechanism 7 transmits the synchronization signal to the first and second VIFs 4-1 and 4-2 as described above. The first and second VIFs 4-1 and 4-2 that have received the synchronization signal transmit the image signal of the next line to the selection / combination circuit 6 as long as there is an image signal that has not been transmitted.
[0053]
In the next S28, the MPU 2 waits for the first and second VIFs 4-1 and 4-2 to finish transmitting all the image signals corresponding to the respective print data (that is, waits for the printing by the printing mechanism 7 to end). ). Then, when transmission of all image signals corresponding to each print data is completed (that is, when printing by the printing mechanism 7 is completed), the MPU 2 ends this control processing.
[0054]
As described above, in the case of the third embodiment, the print data received from the host computer can be divided into a plurality of parts according to the type of image, and different image processing can be performed for each divided part. Then, the print data (image signal) subjected to each image processing is synthesized as an image signal for one page and printed on one sheet of paper.
[0055]
Embodiment 4
The fourth embodiment corresponds to each compression method when compressed print data in which a text portion subjected to the run-length compression process and an image portion subjected to the LZ compression process are mixed is transmitted. 2 shows a control process (printer operation) executed to perform the expanded process.
[0056]
FIG. 9 is a flowchart showing the contents of this control processing, and FIG. 10 is an operation explanatory diagram showing the operation of the entire printer when the MPU 2 executes the control processing according to this flowchart.
[0057]
The flowchart in FIG. 9 starts when the communication interface 1 receives the compressed print data transmitted from the host computer (not shown). In the first S30 after the start, the MPU 2 reads the compressed print data from the communication interface 1.
[0058]
In the next step S31, the MPU 2 converts the read compressed print data into compressed print data corresponding to the text part (hereinafter, “text part compressed print data”) and compressed print data corresponding to the image part (hereinafter, “image partial compression data”). Print data ”) (corresponding to a separation unit).
[0059]
In the next S32, the MPU 2 transfers the text partial compressed print data and the image partial compressed print data to the image buffer 3. At this time, as shown in FIG. 10, the MPU 2 stores the text partial compressed print data at a position (hereinafter, referred to as a “first address position”) 3 a indicated by a first address in the image buffer 3, The image partial compressed print data is stored in a position (hereinafter, referred to as a “second address position”) 3 b indicated by a second address in the image buffer 3 (corresponding to a storage unit).
[0060]
In the next step S33, the MPU 2 sets the first VIF 4-1 to read the compressed print data from the first address position 3a in the image buffer 3, and sets the second VIF 4-2 to the 21st address in the image buffer 3. It is set so that the compressed print data is read from the position 3b.
[0061]
In the next step S34, the MPU 2 sets the first image processing circuit 5-1 in charge of the text so as to perform the run-length extension processing. In the next step S35, the MPU 2 sets the second image processing circuit 5-2 in charge of the image to perform the LZ decompression processing. In the next S36, the MPU 2 sets the selection / synthesis circuit 6 to perform the synthesis operation.
[0062]
In the next S37, the MPU 2 prints the first and second VIFs 4-1 and 4-2, the first and second image processing circuits 5-1 and 2-2, the selection / synthesis circuit 6, and the printing mechanism 7. To start. Upon receiving this instruction, the first VIF 4-1 reads the text partial compressed print data from the first address position 3a of the image buffer 3, and transmits image signals for several lines to the first image processing circuit 5-1. At the same time, the second VIF 4-2 reads the partially compressed image print data from the second address position 3b of the image buffer 3, and transmits image signals for several lines to the second image processing circuit 5-2. The first image processing circuit 5-1 that has received the image signal performs a run-length extension process on the image signal and transmits the image signal to the selection / combination circuit 6. On the other hand, the second image processing circuit 5-2 that has received the image signal performs an LZ expansion process on the image signal, and transmits the image signal to the selection and synthesis circuit 6. The selection / combination circuit 6 combines the image signals received from the first and second image processing circuits 5-1 and 2-2, and transmits the combined image signal to the printing mechanism 7. The printing mechanism 7 prints an image corresponding to the image signal received from the selection / synthesis circuit 6 on a sheet. When this printing is performed, the printing mechanism 7 transmits the synchronization signal to the first and second VIFs 4-1 and 4-2 as described above. The first and second VIFs 4-1 and 4-2 that have received the synchronization signal transmit the image signal of the next line to the selection / combination circuit 6 as long as there is an image signal that has not been transmitted.
[0063]
In the next S38, the MPU 2 waits for the first and second VIFs 4-1 and 4-2 to finish transmitting all the image signals corresponding to the respective print data (that is, waits for the printing by the printing mechanism 7 to end). ). Then, when transmission of all image signals corresponding to each print data is completed (that is, when printing by the printing mechanism 7 is completed), the MPU 2 ends this control processing.
[0064]
As described above, in the case of the fourth embodiment, even when print data in which images having different characteristics are mixed in one page is transmitted to the printer, a plurality of print data are transmitted according to the characteristics of the image. By dividing the print data into parts and compressing them by a method most suitable for the characteristics of the image of each part, the entire size of the print data can be reduced and transmitted to the printer. Therefore, the time required for transmitting the print data can be reduced. In the printer, print data is separated for each characteristic and stored in the image buffer 3 independently. Then, each image processing circuit 5 performs a decompression process corresponding to the compression method applied to each part, and restores the original image. Thereafter, the restored image is combined as an image for one page and printed on one sheet of paper.
[0065]
Embodiment 5
In the fifth embodiment, in order to perform band printing, print data (hereinafter, referred to as “band print data”) obtained by dividing print data of one page for each band is transmitted from a host computer (not shown). 9 shows a control process (operation of the printer) executed when it is performed.
[0066]
FIG. 11 is a flowchart showing the contents of this control processing, and FIG. 12 is an operation explanatory diagram showing the operation of the entire printer when the MPU 2 executes the control processing according to this flowchart.
[0067]
The flowchart of FIG. 11 starts when the communication interface 1 receives the first band print data transmitted from the host computer (not shown). In the first step S40 after the start, the MPU 2 starts transferring the band print data from the communication interface 1 to the image / image buffer 3. Thereafter, every time new band print data is received by the communication interface 1, the MPU 2 transfers the received band print data to the image buffer 3 by interrupt processing. At this time, the MPU 2 independently stores each band print data in any free area in the image buffer 3 (including a print data storage area that has been read into the VIF 4).
[0068]
In the next step S41, the MPU 2 sets the first VIF 4-1 to read the first band print data stored in the image buffer 3. In the next S42, the MPU 2 sets the selection / synthesis circuit 6 to perform the selection operation. Specifically, the setting is made so that the image signal transmitted from the first VIF 4-1 is selected.
[0069]
Next, the MPU 2 executes a loop process of S43 to S47 for performing printing corresponding to each band print data. In the first step S43 after entering this loop processing, the MPU 2 selects the VIF 4 on the side selected by the selection / combination circuit 6 (the first VIF 4-1 if the execution of the loop processing is an odd number, the even VIF 4 The second VIF 4-2 in the case of the first time, and the image processing circuit 5 (the first image processing circuit 5-1 in the case where the execution of the loop processing is the odd number of times, and the second image processing circuit in the case of the even number of times). 5-2) and instruct the printing mechanism 7 to start printing. When the execution of the loop processing is an odd number of times, the first VIF 4-1 that has received the print start instruction reads the odd number band print data and converts the image signals for several lines into the first line as shown in FIG. The data is transmitted to the selection / combination circuit 6 via the one-image processing circuit 5-1. On the other hand, when the execution of the loop processing is the even-numbered time, as shown in FIG. 12, the second VIF 4-2 receiving the print start instruction reads the even-numbered band print data and The image signal of the minute is transmitted to the selection / combination circuit 6 via the second image processing circuit 5-2. On the other hand, when the execution of the loop processing is an odd number of times, the selection / synthesis circuit 6 selects the image signal received via the first image processing circuit 5-1 and transmits the image signal to the printing mechanism 7 to execute the loop processing. Is an even number, the image signal received via the second image processing circuit 5-2 is selected and transmitted to the printing mechanism 7. The printing mechanism 7 prints an image corresponding to the image signal received from the selection / synthesis circuit 6 on a sheet. When this printing is performed, the printing mechanism 7 transmits a synchronization signal to the first VIF 4-1 when the execution of the loop processing is an odd number of times, and transmits the synchronization signal when the execution of the loop processing is an even number of times. To the second VIF 4-2. The first or second VIFs 4-1 and 4-2 that have received the synchronization signal transmit the image signal of the next line to the selection / combination circuit 6 as long as there is an image signal that has not been transmitted.
[0070]
In the next S44, the MPU 2 stores the other VIF 4 in the image buffer 3 (the second VIF 4-2 when the execution of the loop processing is the odd number, and the first VIF 4-1 in the even number). To read the next band print data.
[0071]
In the next S45, the MPU 2 waits for the VIF 4 transmitting the image signal to finish transmitting all image signals corresponding to each band print data. Then, when transmission of all image signals corresponding to each band print data is completed, the MPU 2 advances the processing to S46. In S46, the MPU 2 checks whether reading of all band print data stored in the buffer 3 has been completed. If the reading of all band print data has not been completed yet, the MPU 2 sets the selection / synthesis circuit 6 to select the image signal transmitted from the other VIF 4 in S47. The process returns to S43.
[0072]
On the other hand, if the reading of all band print data stored in the buffer 3 has been completed, the MPU 2 ends this control processing. As described above, in the case of the fifth embodiment, when performing band printing, two VIFs 4 are alternately assigned to each band. Accordingly, while one VIF 4 is operating, the other VIF 4 is stopped, so that the stopped VIF 4 is set with sufficient time without affecting the operation of the operating VIF 4. be able to. Then, when the active VIF 4 stops transmitting after transmitting the image signal, the other VIF 4 immediately takes over the processing. As a result, the printed image is not interrupted.
[0073]
As described in each of the above embodiments, the printer according to the present embodiment includes the plurality of VIFs 4 and the image processing circuit 5, so that a plurality of print data for printing an image of one page can be independently processed. One page can be printed after being stored in the image buffer 3 and integrated by the selection / synthesis circuit 6 as print data for one page.
[0074]
【The invention's effect】
As described above, according to the printer of the present invention, a plurality of print data respectively corresponding to each part constituting an image to be printed on one page are independently processed, and based on these print data, Images can be printed on one page.
[Brief description of the drawings]
FIG. 1 is a principle diagram of the present invention.
FIG. 2 is a block diagram illustrating a configuration of a control circuit of the printer according to the embodiment of the invention.
FIG. 3 is a flowchart showing a control process executed by an MPU 2 in the first embodiment.
FIG. 4 is an operation explanatory diagram showing an operation of the printer in the first embodiment.
FIG. 5 is a flowchart showing control processing executed by an MPU 2 in a second embodiment.
FIG. 6 is an operation explanatory diagram showing the operation of the printer in the second embodiment.
FIG. 7 is a flowchart illustrating control processing executed by an MPU 2 in a third embodiment.
FIG. 8 is an operation explanatory diagram showing the operation of the printer in the third embodiment.
FIG. 9 is a flowchart showing control processing executed by the MPU 2 in the fourth embodiment.
FIG. 10 is an operation explanatory diagram showing the operation of the printer in the fourth embodiment.
FIG. 11 is a flowchart showing control processing executed by an MPU 2 in a fifth embodiment.
FIG. 12 is an operation explanatory view showing the operation of the printer in the fifth embodiment.
FIG. 13 is a block diagram showing a configuration of a control circuit of a conventional printer.
[Explanation of symbols]
1 Communication interface
2 MPU
3 Image buffer
4 VIF
5 Image processing device
6. Selective synthesis circuit
7 printing mechanism

Claims (5)

一つのページに印刷される画像を構成する各部分に夫々対応する複数の印刷データを、夫々、独立した状態で保持する画像バッファと、
この画像バッファ内に格納されている各印刷データを夫々読み出す複数のビデオインターフェースと、
各ビデオインターフェースによって読み出された各印刷データを、一つのページ分の印刷データとして統合する印刷データ統合回路と、
この印刷データ統合回路によって統合された印刷データに基づいて、一つのページに前記画像を印刷する印刷機構と
を備えることを特徴とするプリンタ。
An image buffer for holding a plurality of print data respectively corresponding to each part constituting an image printed on one page, respectively, in an independent state,
A plurality of video interfaces for reading out respective print data stored in the image buffer,
A print data integration circuit that integrates each print data read by each video interface as print data for one page,
A printing mechanism for printing the image on one page based on the print data integrated by the print data integration circuit.
前記画像バッファに格納される複数の印刷データは、枠書式に対応する枠書式部分印刷データ,及び、この枠書式に重ねて印刷されるテキストに対応するテキスト部分印刷データであり、
前記印刷データ統合回路は、前記複数のビデオインタフェースによって読み出された各印刷データを、一つのページ分の印刷データとして合成する
ことを特徴とする請求項1記載のプリンタ。
The plurality of print data stored in the image buffer is frame format partial print data corresponding to the frame format, and text partial print data corresponding to the text printed over the frame format.
2. The printer according to claim 1, wherein the print data integration circuit combines the print data read by the plurality of video interfaces as print data for one page.
イメージ及びテキストが混在している画像に対応する印刷データを、イメージに対応する印刷データ及びテキストに対応する印刷データに分離する分離手段と、
この分離手段によって分離された各印刷データを、夫々、独立した状態で前記画像バッファに格納する格納手段と
を更に備えることを特徴とする請求項1記載のプリンタ。
Separating means for separating print data corresponding to an image in which an image and text are mixed into print data corresponding to an image and print data corresponding to text;
2. The printer according to claim 1, further comprising storage means for storing each print data separated by said separation means in said image buffer in an independent state.
前記各ビデオインタフェースによって読み出された各印刷データに対して、夫々別個の画像処理を施す複数の画像処理回路
を更に備えることを特徴とする請求項3記載のプリンタ。
4. The printer according to claim 3, further comprising a plurality of image processing circuits for performing separate image processing on each of the print data read by each of the video interfaces.
前記画像バッファに格納される複数の印刷データは、一つのページに印刷される画像に対応する印刷データを複数のバンドに分割して得られた複数の印刷データであり、
前記印刷データ統合回路は、前記複数のビデオインタフェースによって読み出された各印刷データを、交互に切り替えて選択して、前記印刷機構に向けて出力する
ことを特徴とする請求項1記載のプリンタ。
The plurality of print data stored in the image buffer is a plurality of print data obtained by dividing the print data corresponding to the image printed on one page into a plurality of bands,
2. The printer according to claim 1, wherein the print data integration circuit alternately selects each print data read by the plurality of video interfaces, and outputs the print data to the printing mechanism.
JP2003202575A 2003-07-28 2003-07-28 Printer Pending JP2004074786A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003202575A JP2004074786A (en) 2003-07-28 2003-07-28 Printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003202575A JP2004074786A (en) 2003-07-28 2003-07-28 Printer

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP30189797A Division JPH11129568A (en) 1997-11-04 1997-11-04 Printer

Publications (1)

Publication Number Publication Date
JP2004074786A true JP2004074786A (en) 2004-03-11

Family

ID=32025705

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003202575A Pending JP2004074786A (en) 2003-07-28 2003-07-28 Printer

Country Status (1)

Country Link
JP (1) JP2004074786A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006203429A (en) * 2005-01-19 2006-08-03 Fuji Xerox Co Ltd Image data processor
JP2012218293A (en) * 2011-04-08 2012-11-12 Sharp Corp Image processing apparatus and image processing control method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006203429A (en) * 2005-01-19 2006-08-03 Fuji Xerox Co Ltd Image data processor
JP4665522B2 (en) * 2005-01-19 2011-04-06 富士ゼロックス株式会社 Image data processing device
JP2012218293A (en) * 2011-04-08 2012-11-12 Sharp Corp Image processing apparatus and image processing control method

Similar Documents

Publication Publication Date Title
JPH11129568A (en) Printer
JP3732702B2 (en) Image processing device
JPH111029A (en) Color print system, color printer, and computer readable recording medium storing computer executable program
JP3682443B2 (en) Image forming apparatus
US6909433B2 (en) Image display apparatus and image display method
JP2004074786A (en) Printer
JP3797844B2 (en) Image data processing apparatus, print output apparatus, image data compression / decompression processing method, and image data processing method
JP7139819B2 (en) Information processing device, image forming device and program
JPH10207645A (en) Method for controlling output and device therefor and picture formation device equipped with the same device and storage medium for storing program for executing the same method
JP5160169B2 (en) Image forming apparatus
JP2018118477A (en) Image processing device, control method and program of the same
JP3232623B2 (en) Image processing device
JP2001309154A (en) Image processing unit and image processing method
JPH10260793A (en) Printing controller
JP3093891B2 (en) Compressed code decoding device
JP2000101823A (en) Image processing unit
JPH1016320A (en) Printer
JPH07336523A (en) Image processing system
JP2004280464A (en) Image processor
JPH06270514A (en) Control device of printer
JP2007122318A (en) Print controller
JP2018086751A (en) Information processing device, control method and program of information processing device
JP2000203103A (en) Image data processor for printer
JPH10304205A (en) Device for processing picture and method therefor
JPH05252512A (en) Data transmission equipment

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070828

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071026

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080520