JP2001014116A - Printer control circuit, printer and print system - Google Patents

Printer control circuit, printer and print system

Info

Publication number
JP2001014116A
JP2001014116A JP11187624A JP18762499A JP2001014116A JP 2001014116 A JP2001014116 A JP 2001014116A JP 11187624 A JP11187624 A JP 11187624A JP 18762499 A JP18762499 A JP 18762499A JP 2001014116 A JP2001014116 A JP 2001014116A
Authority
JP
Japan
Prior art keywords
format
data
printer
image data
original image
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.)
Granted
Application number
JP11187624A
Other languages
Japanese (ja)
Other versions
JP3427975B2 (en
Inventor
Mitsuo Sakurai
光夫 桜井
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=16209375&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=JP2001014116(A) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP18762499A priority Critical patent/JP3427975B2/en
Publication of JP2001014116A publication Critical patent/JP2001014116A/en
Application granted granted Critical
Publication of JP3427975B2 publication Critical patent/JP3427975B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce the processing load of a host device and to accelerate a printing speed in a print system in which the host device transfers RGB data to a printer. SOLUTION: An intermediate hardware 4 provided with a source image data format conversion circuit 5 for converting the data format of RGB source image data 10 depending on the kind of an OS is connected between a host computer 1 and a printer 3. The printer driver 11 of the host computer 1 transmits a format parameter for specifying the format depending on the OS to the format conversion circuit 5 of the intermediate hardware 4 together with the RGB source image data 10. The format conversion circuit 5 converts the RGB source image data 10 depending on the OS to the image data 53 of a common format processable by the printer 3 based on the format parameter. A color conversion/half toning circuit 6 fetches the image data 53, performs a color conversion processing and a half toning processing to the image data 53, turning them to printer commands 55 processable by the printer 3 and sends them to the printer 3.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の技術分野】本発明は、高速印刷のためのプリン
タ制御技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer control technique for high-speed printing.

【0002】[0002]

【従来の技術】プリントシステムにおいて、ホストコン
ピュータにおける原画像データは、プリンタ側表色系デ
ータ(典型的にはCMYKデータ)とは必ずしも一致しな
いホスト側表色系データ、典型的にはRGBデータであ
る。このRGBデータは、マイクロソフト社のWindows9
8やアップルコンピュータ社のMacintosh等の各種OS毎
にフォーマットが異なっている、換言すれば、RGBデ
ータのフォーマットは、各種OSに依存している。
2. Description of the Related Art In a printing system, original image data in a host computer is represented by host-side color system data, typically RGB data, which does not always match printer-side color system data (typically, CMYK data). is there. This RGB data is Microsoft Windows 9
8 and the format of each OS such as Apple Computer's Macintosh is different. In other words, the format of the RGB data depends on each OS.

【0003】[0003]

【発明が解決しようとする課題】ホストコンピュータに
おける原画像データをプリントアウトするための処理、
即ち、RGBデータをCMYKデータに変換する色変換
処理やそのCMYKデータを2値化するハーフトーニン
グ処理は、ホストコンピュータ内のプリンタドライバ、
又は、プリンタ(厳密にはプリンタ内のイメージングソ
フトウェア)が行なう。
A process for printing out the original image data in the host computer;
That is, color conversion processing for converting RGB data to CMYK data and halftoning processing for binarizing the CMYK data are performed by a printer driver in the host computer.
Alternatively, it is performed by a printer (strictly, imaging software in the printer).

【0004】色変換やハーフトーニングなどの処理をプ
リンタ側で行う場合、ホストコンピュータのプリンタド
ライバは、ホストコンピュータのOSから原画像デー
タ、すなわちRGBデータを受けてそれをプリンタに転
送する。プリンタドライバは色変換やハーフトーニング
の処理を行なわないので、その分、ホストコンピュータ
のCPUの負担は軽い。ただし、プリンタドライバは、
RGBデータがOSに依存したフォーマットになってい
るので、そのフォーマットを、受け側であるプリンタが
理解し上記変換処理を行なえるようなフォーマットに変
換しなければならない。
When processing such as color conversion and halftoning is performed on the printer side, a printer driver of a host computer receives original image data, that is, RGB data from the OS of the host computer and transfers it to the printer. Since the printer driver does not perform color conversion or halftoning processing, the load on the CPU of the host computer is lightened accordingly. However, the printer driver
Since the RGB data is in a format that depends on the OS, the format must be converted to a format that the printer on the receiving side can understand and perform the above conversion process.

【0005】このRGBデータのフォーマット変換は、
ホストコンピュータのCPUに相当の負担となり、その
結果、ホスト装置の開放が遅れ、また、印刷速度が落ち
るという問題がある。
[0005] The format conversion of the RGB data is as follows.
There is a considerable burden on the CPU of the host computer. As a result, there is a problem that the opening of the host device is delayed and the printing speed is reduced.

【0006】従って、本発明の目的は、ホスト装置がR
GBデータを色変換やハーフトーニングをせずにプリン
タ側へ転送するプリントシステムにおいて、ホスト装置
の処理負担を軽減し、印刷速度を高めることにある。
Accordingly, it is an object of the present invention to provide a host
In a printing system that transfers GB data to a printer without performing color conversion or halftoning, it is an object of the present invention to reduce a processing load on a host device and increase a printing speed.

【0007】[0007]

【課題を解決するための手段】本発明によれば、ホスト
装置とプリンタとの間に、プリンタ制御回路が設けられ
る。このプリンタ制御回路は、ホスト装置に内蔵しても
良いし、プリンタに内蔵しても良いし、或は両者に対し
て外付けとしても良い。このプリンタ制御回路は、受信
手段と、フォーマット変換手段と、画像データ転送手段
とを備える。受信手段は、データフォーマットがホスト
装置内のOSに依存している原画像ラスタデータと、原
画像ラスタデータのOS依存フォーマットを指定したフ
ォーマットパラメータとを、ホスト装置から受信する。
フォーマット変換手段は、受信したフォーマットパラメ
ータに従ってOS依存フォーマットの原画像ラスタデー
タを所定の共通フォーマットの画像データに変換する。
画像データ転送手段は、共通フォーマットの画像データ
をプリンタが処理できる形式の画像データにしてプリン
タに転送する。
According to the present invention, a printer control circuit is provided between a host device and a printer. This printer control circuit may be built in the host device, may be built in the printer, or may be external to both. The printer control circuit includes a receiving unit, a format conversion unit, and an image data transfer unit. The receiving unit receives, from the host device, original image raster data whose data format depends on the OS in the host device, and format parameters specifying an OS-dependent format of the original image raster data.
The format conversion means converts the original image raster data in the OS-dependent format into image data in a predetermined common format according to the received format parameters.
The image data transfer unit converts the image data in the common format into image data in a format that can be processed by the printer and transfers the image data to the printer.

【0008】本発明によると、プリンタ制御回路が、フ
ォーマット変換処理を行なうので、ホスト装置ではフォ
ーマット変換処理を行う必要が無くなり、よって、ホス
ト装置のCPUの負担が軽減されて高速な印刷が可能と
なる。
According to the present invention, since the printer control circuit performs the format conversion process, the host device does not need to perform the format conversion process, so that the load on the CPU of the host device can be reduced and high-speed printing can be performed. Become.

【0009】好適な実施形態では、プリンタ制御回路
は、純粋なハードウェア回路である。これにより、プリ
ンタ制御回路は、ASIC(Application Specified IC)
などで作れるので、高速CPUを搭載した従来の高速印
刷システムより安価にできる。
[0009] In a preferred embodiment, the printer control circuit is a pure hardware circuit. As a result, the printer control circuit becomes an ASIC (Application Specified IC).
For example, it can be made cheaper than a conventional high-speed printing system equipped with a high-speed CPU.

【0010】好適な実施形態では、フォーマット変換手
段は、フォーマットパラメータに基づいて原画像ラスタ
データの1画素データを構成するバイト配列を、共通フ
ォーマットに従ったバイト順序に並び替える並び替え手
段を持つ。
In a preferred embodiment, the format conversion means has a rearrangement means for rearranging a byte array constituting one pixel data of the original image raster data in a byte order according to a common format based on the format parameter.

【0011】好適な実施形態では、フォーマット変換手
段は、原画像ラスタデータの1画素データを構成するバ
イト数が共通フォーマットの1画素データを構成するバ
イト数より少なくて共通フォーマットの1画素データに
空きバイトを生じさせてしまう場合、自動的に、空きバ
イトをヌルデータで埋めるマスク処理手段を有する。
[0011] In a preferred embodiment, the format conversion means is arranged such that the number of bytes constituting one pixel data of the original image raster data is smaller than the number of bytes constituting one pixel data of the common format, and the one pixel data of the common format is empty. When a byte is generated, a mask processing means for automatically filling empty bytes with null data is provided.

【0012】例えば、共通フォーマットの1画素データ
が4バイトであるのに対して、OS依存フォーマットの
原画像ラスタデータの1画素データが3バイトである場
合は、1バイトの空きバイトが生じてしまう。そこで、
フォーマット変換手段は、この1バイトの空きバイトに
対して、自動的にヌルデータを作成しそのヌルデータで
マスク処理を行なう。ヌルデータの作成は、フォーマッ
ト変換処理と並行して行なうことができるので、印刷速
度の劣化を防ぐことができる。
For example, if one pixel data of the original format raster data of the OS-dependent format is three bytes while one pixel data of the common format is four bytes, one byte of free bytes is generated. . Therefore,
The format conversion means automatically creates null data for the one-byte empty byte and performs a masking process with the null data. Since the creation of null data can be performed in parallel with the format conversion processing, it is possible to prevent the printing speed from deteriorating.

【0013】好適な実施形態では、プリンタ制御回路
は、共通フォーマットの画像データに対し色変換処理及
びハーフトーニング処理を行なう回路を更に備え、色変
換処理及びハーフトーニング処理を行なった後の画像デ
ータをプリンタに転送する。
In a preferred embodiment, the printer control circuit further includes a circuit for performing color conversion processing and halftoning processing on the image data in the common format, and converts the image data after performing the color conversion processing and halftoning processing. Transfer to printer.

【0014】[0014]

【発明の実施の形態】図1は、本発明の一実施形態に係
るプリントシステムの全体的な構成を示す。
FIG. 1 shows an overall configuration of a printing system according to an embodiment of the present invention.

【0015】同図に示すプリントシステムでは、ホスト
コンピュータ1における原画像データ(すなわちRGB
データ)を最終的なCMYKデータまで変換する処理
は、ホストコンピュータ1とプリンタ3との間に設けら
れた中間ハードウェア4が行なう。即ち、中間ハードウ
ェア4は、ASIC(Application Specified IC)など
で作られた純粋ハードウェアであり、ホストコンピュー
タ1から送られて来るRGBラスタデータをルックアッ
プテーブルなどを用いてCMYK系(又はCMY系)のラ
スタデータに変換する「色変換」、及び、色変換された
CMYKラスタデータの例えば各色256階調の画素値
を誤差拡散やディザなどの手法を用いてCMYK各色ド
ットを打つか打たないかを示した2段階の画素値に変換
する「ハーフトーニング」などを行なう。また、プリン
タ3が、例えばインクジェットプリンタやインパクトワ
イヤドットプリンタなどである場合には、画質を高める
ために、画素位置の配列順序とは異なる順序でドットを
打つ、所謂「インタレース」印刷や「オーバラップ」印
刷を行なうための処理も行う。
In the printing system shown in FIG. 1, original image data (that is, RGB
The conversion of the data into the final CMYK data is performed by the intermediate hardware 4 provided between the host computer 1 and the printer 3. That is, the intermediate hardware 4 is pure hardware made of an ASIC (Application Specified IC) or the like, and converts the RGB raster data sent from the host computer 1 into a CMYK system (or a CMY system) using a lookup table or the like. ), And converts color-converted CMYK raster data into, for example, 256-tone pixel values of each color by using a method such as error diffusion or dithering to avoid hitting or hitting each color dot of CMYK. "Half-toning" for converting the pixel value into a two-stage pixel value indicating the above is performed. Further, when the printer 3 is, for example, an ink jet printer or an impact wire dot printer, in order to improve image quality, dots are printed in an order different from the arrangement order of pixel positions, that is, so-called “interlaced” printing or “overprinting”. Processing for performing "lap" printing is also performed.

【0016】上記各処理を行なう中間ハードウェア4が
ホストコンピュータ1から受ける原画像データ(RGB
データ)は、ビットマップ展開されたイメージデータ、
つまりラスタイメージデータであり、且つ、ホストコン
ピュータ1のOS7に依存したフォーマットになってい
るものである。中間ハードウェア4は、ホストコンピュ
ータからのOS7依存のフォーマットを持ったRGBラ
スタイメージデータを所定の共通のフォーマットに変換
するフォーマット変換回路5と、その共通フォーマット
のRGBデータに対して上述した色変換及びハーフトー
ニング処理を行う色変換・ハーフトーニング回路6とを
有する。このフォーマット変換回路5及び色変換・ハー
フトーニング回路6は、前述したように、例えばASI
Cのようなハードウェアロジック回路であって、ソフト
ウェアをCPUで実行するようなコンピュータではな
く、よって、高速処理が可能である。
Original image data (RGB) received from the host computer 1 by the intermediate hardware 4 for performing the above-described processing.
Data) is bitmap expanded image data,
That is, it is raster image data and has a format dependent on the OS 7 of the host computer 1. The intermediate hardware 4 includes a format conversion circuit 5 for converting RGB raster image data having a format dependent on the OS 7 from the host computer into a predetermined common format, and the above-described color conversion and conversion for the RGB data in the common format. A color conversion / halftoning circuit 6 for performing a halftoning process. As described above, the format conversion circuit 5 and the color conversion / halftoning circuit 6
It is a hardware logic circuit such as C, which is not a computer that executes software by a CPU, and thus can perform high-speed processing.

【0017】ホストコンピュータ1では、プリンタドラ
イバ11が、アプリケーションソフトにより作成された
画像データ9をOS7から受けてそれが図形関数やキャ
ラクタコードで表現されたものであればそれを「ラスタ
ライズ」、つまりビットマップ展開してラスタイメージ
データ10を作成する。このラスタイメージデータ10
の表色系や階調数に関する形式は、典型的にはRGBフ
ルカラー形式、即ち、RGB表色系で1画素1色成分が
256階調表現可能な8ビットワードであるが、勿論、
他の形式、例えばRGB2値、モノクロ256階調、モ
ノクロ2値などでもあり得る。以下の説明では、このラ
スタイメージデータ10はRGBフルカラーデータであ
るとし、以下、RGB原画像データ10と呼ぶ。このR
GB原画像データ10のデータフォーマットは、OS7
の種類によって異なっている。例えば、以下に示す通り
である。
In the host computer 1, the printer driver 11 receives the image data 9 created by the application software from the OS 7, and if the image data 9 is represented by a graphic function or a character code, the raster data is "rasterized". The raster image data 10 is created by developing the map. This raster image data 10
Is typically an RGB full-color format, that is, an 8-bit word in which one color component per pixel can represent 256 gradations in the RGB color system.
Other formats, for example, RGB binary, monochrome 256 gradation, monochrome binary, etc., are also possible. In the following description, the raster image data 10 is assumed to be RGB full-color data, and is hereinafter referred to as RGB original image data 10. This R
The data format of the GB original image data 10 is OS7
It depends on the type. For example, as shown below.

【0018】(1)「第1のOS」のフォーマット:<
R,G,B><R,G,B>…。ここで、<>は1画素
分のデータを意味する。このフォーマットでは、1画素
分のデータが、R,G,Bの順で並んだ3バイトで構成
される。
(1) Format of “first OS”: <
R, G, B><R, G, B> ... Here, <> means data for one pixel. In this format, data for one pixel is composed of three bytes arranged in the order of R, G, and B.

【0019】(2)「第2のOS」のフォーマット:<
R,G,B,x><R,G,B,x>…。つまり、1画
素分のデータが、R,G,B,xの順で並んだ4バイト
で構成される。ここで、「x」はイメージの属性を示す
バイトである。
(2) Format of "second OS": <
R, G, B, x><R, G, B, x> ... That is, data for one pixel is composed of 4 bytes arranged in the order of R, G, B, x. Here, “x” is a byte indicating the attribute of the image.

【0020】(3)「第3のOS」のフォーマット:<
B,G,R><B,G,R>…。つまり、1画素分のデ
ータが、B,G,Rの順で並んだ3バイトで構成され
る。
(3) Format of "third OS": <
B, G, R><B, G, R> ... That is, data for one pixel is composed of three bytes arranged in the order of B, G, and R.

【0021】(4)「第4のOS」のフォーマット:<
x,R,G,B><x,R,G,B>…。つまり、1画
素分のデータが、x,R,G,Bの順で並んだ4バイト
で構成される。
(4) Format of "fourth OS": <
x, R, G, B><x, R, G, B> ... That is, data for one pixel is composed of 4 bytes arranged in the order of x, R, G, B.

【0022】プリンタドライバ11は、OS7依存のフ
ォーマットを持ったRGB原画像データ10を、中間ハ
ードウェア4が理解できるような所定のコマンド形式を
持った中間コマンド13にして、それをOS7を介して
中間ハードウェア4に送る。
The printer driver 11 converts the RGB original image data 10 having a format dependent on the OS 7 into an intermediate command 13 having a predetermined command format that can be understood by the intermediate hardware 4, and converts it into the intermediate command 13 via the OS 7. Send to intermediate hardware 4.

【0023】中間ハードウェア4は、ホストコンピュー
タ1とプリンタ3との間に接続される。中間ハードウェ
ア4のフォーマット変換回路5は、ホストコンピュータ
1から中間コマンド13を受けて、それに含まれている
フォーマットパラメータを参照し、それに従ってRGB
原画像データ10のOS7依存のデータフォーマットを
共通のフォーマット(例えば、<x,R,G,B><
x,R,G,B>…)のRGBデータ53に変換し、そ
れを色変換・ハーフトーニング回路6へ送る。色変換・
ハーフトーニング回路6は、その共通フォーマットのR
GBデータ53を色変換してCMYKデータにし、更に
これをハーフトーニング処理してCMYK2値データに
変換しこれをプリンタ3が理解できるプリンタコマンド
55にしてプリンタ3へ送る。
The intermediate hardware 4 is connected between the host computer 1 and the printer 3. The format conversion circuit 5 of the intermediate hardware 4 receives the intermediate command 13 from the host computer 1, refers to the format parameter included in the intermediate command 13, and according to the RGB,
The OS7-dependent data format of the original image data 10 is changed to a common format (for example, <x, R, G, B><
x, R, G, B>...), and sends it to the color conversion / halftoning circuit 6. Color conversion
The half-toning circuit 6 uses the common format R
The GB data 53 is color-converted into CMYK data, which is further half-toned to be converted into CMYK binary data, which is sent to the printer 3 as a printer command 55 that the printer 3 can understand.

【0024】以下、更に具体的に説明する。Hereinafter, a more specific description will be given.

【0025】プリンタドライバ11は、RGB原画像デ
ータ10を用いて、図2に示すような構成を持つ中間コ
マンド13を作成する。
The printer driver 11 uses the RGB original image data 10 to create an intermediate command 13 having a configuration as shown in FIG.

【0026】図2は、プリンタドライバ11が出力する
中間コマンド13の構成を示す。
FIG. 2 shows the structure of the intermediate command 13 output from the printer driver 11.

【0027】図2に示すように、中間コマンド13は、
コマンド名フィールド15と、フォーマットパラメータ
フィールド17と、RGB原画像データ10がセットさ
れる原画像データフィールド19とで構成される。
As shown in FIG. 2, the intermediate command 13 is
It comprises a command name field 15, a format parameter field 17, and an original image data field 19 in which the RGB original image data 10 is set.

【0028】コマンド名フィールド15には、中間コマ
ンド13であることを示すコマンド名、例えば<xfe
rJ>が設定される。
In the command name field 15, a command name indicating the intermediate command 13, for example, <xfe
rJ> is set.

【0029】フォーマットパラメータフィールド17に
は、上記RGB原画像データフィールド19にセットさ
れるRGB原画像データ10のフォーマットを示すフォ
ーマットパラメータ(以下、fパラメータ)が設定され
る。fパラメータは、図3に示すように例えば8ビット
ワードであり、その下位2ビットに「有効バイト数」パ
ラメータ21、次の下位5ビットに「バイト順序」パラ
メータ23がそれぞれ設定される(残りの1ビットは、
例えば空データ)。「有効バイト数」パラメータ21
は、RGB原画像データ10において1画素分の有効デ
ータが何バイトで構成されているかを示すものであり、
「11」なら4バイト有効(つまり1画素が4バイトで
構成されている)、「10」なら3バイト有効(つまり1
画素が3バイトで構成されている)を示す。「バイト順
序」パラメータ23は、RGB原画像データ10の有効
バイト数におけるR、G、B成分の並び順を示すもので
「00000」なら「B,G,R」、「01110」な
ら「R,G,B,x」又は「R,G,B」、「1011
1」なら「x,R,G,B」で並んでいることを示す。
具体的には、前述した第1〜第4のOSについて次のよ
うにパラメータが設定されている。
In the format parameter field 17, a format parameter (hereinafter, f parameter) indicating the format of the RGB original image data 10 set in the RGB original image data field 19 is set. The f-parameter is, for example, an 8-bit word as shown in FIG. One bit is
For example, empty data). "Valid bytes" parameter 21
Indicates how many bytes of valid data for one pixel are composed of the RGB original image data 10.
If "11", 4 bytes are valid (that is, one pixel is composed of 4 bytes). If "10", 3 bytes are valid (that is, 1 byte).
(A pixel is composed of 3 bytes). The "byte order" parameter 23 indicates the arrangement order of the R, G, and B components in the number of effective bytes of the RGB original image data 10. "0000" indicates "B, G, R", and "01110" indicates "R, G, R". G, B, x "or" R, G, B "," 1011
"1" indicates that they are arranged in "x, R, G, B".
Specifically, parameters are set for the first to fourth OSs as described below.

【0030】 (1)「第1のOS」のフォーマット:<R,G,B>
<R,G,B>…→「10」「01110」 (2)「第2のOS」のフォーマット:<R,G,B,
x><R,G,B,x>…→「11」「01110」 (3)「第3のOS」のフォーマット:<B,G,R>
<B,G,R>…→「10」「00000」 (4)「第4のOS」のフォーマット:<x,R,G,
B><x,R,G,B>…→「11」「10111」。
(1) Format of “first OS”: <R, G, B>
<R, G, B> ... → “10” “01110” (2) Format of “second OS”: <R, G, B,
x><R, G, B, x>... → “11” “01110” (3) Format of “third OS”: <B, G, R>
<B, G, R>... → “10” “00000” (4) Format of “fourth OS”: <x, R, G,
B><x, R, G, B>... → “11” “10111”.

【0031】図4は、中間ハードウェア4の構成を示
す。
FIG. 4 shows the configuration of the intermediate hardware 4.

【0032】中間ハードウェア4のフォーマット変換回
路5は、コマンド解釈回路25、入力レジスタ27、位
置カウンタ29、書込みバイト位置デコーダ31、バイ
ト書込み回路33、マスクデータ生成回路35、バイト
位置マスク処理回路37、出力レジスタ39を備える。
プリンタドライバ11からの中間コマンド13は、ま
ず、コマンド解釈回路25が受ける。
The format conversion circuit 5 of the intermediate hardware 4 includes a command interpretation circuit 25, an input register 27, a position counter 29, a write byte position decoder 31, a byte write circuit 33, a mask data generation circuit 35, and a byte position mask processing circuit 37. , An output register 39.
First, the command interpretation circuit 25 receives the intermediate command 13 from the printer driver 11.

【0033】コマンド解釈回路25は、上記コマンド名
から中間コマンド13であることを認識すると、そのコ
マンド13に含まれるfパラメータ17の「有効バイト
数」パラメータ21及び「バイト順序」パラメータ23
を入力レジスタ27に書込み、RGB原画像データ10
をスルーしてバイト書込み回路33に送る。入力レジス
タ27には、少なくとも、「有効バイト数」パラメータ
21の格納領域41と、「バイト順序」パラメータ23
の格納領域43とが確保されている。RGB原画像デー
タ10は、バイト書込み回路33によって、上記OS7
依存のフォーマットにおける各色データの配列順序に従
って、4バイトのうちの相当するバイトプレーンに出力
される。例えば、RGB原画像データ10が、上記「第
1のOS」依存のフォーマット<R,G,B>で構成さ
れていれば、「R」→「G」→「B」という順番でそれ
ぞれ入力され、「第2のOS」依存のフォーマット<
x,R,G,B>で構成されていれば、「x」→「R」
→「G」→「B」という順番でそれぞれ入力される。
When the command interpreting circuit 25 recognizes that the command is the intermediate command 13 from the command name, the “valid byte number” parameter 21 and the “byte order” parameter 23 of the f parameter 17 included in the command 13 are described.
Is written into the input register 27, and the RGB original image data 10
To the byte write circuit 33. The input register 27 has at least a storage area 41 for the “valid byte count” parameter 21 and a “byte order” parameter 23.
Storage area 43 is secured. The RGB original image data 10 is transferred to the OS 7 by the byte write circuit 33.
The data is output to the corresponding byte plane of the 4 bytes according to the arrangement order of each color data in the dependent format. For example, if the RGB original image data 10 is configured in the format <R, G, B> that depends on the “first OS”, the data is input in the order of “R” → “G” → “B”. , "Second OS" dependent format <
x, R, G, B>, “x” → “R”
→ “G” → “B” are input in this order.

【0034】バイト位置カウンタ29は、バイト書込み
回路33が上記各色データを読み出す度にそれをカウン
トしていき、カウントした数を、入力レジスタ27に記
録されている有効バイト数と同じ値でリセットしてい
く。例えば、上記有効バイト数が4バイトであれば、
「0、1、2、3、(リセット)0、1、2、3、(リ
セット)0、…」のように4回カウントする毎にリセッ
トする。上記有効バイト数が3バイトであれば、「0、
1、2、(リセット)0、1、2、(リセット)0、
…」のように3回カウントする毎にリセットする。バイ
ト位置カウンタ29は、このようにしてカウントを行
い、上記各色データが読出される度に、それに対するカ
ウント結果(すなわちRGB原画像データ10における
各色データのバイト位置)45を、書込みバイト位置デ
コーダ31に通知する。
The byte position counter 29 counts each time the byte write circuit 33 reads out the color data, and resets the counted number to the same value as the number of valid bytes recorded in the input register 27. To go. For example, if the number of valid bytes is 4 bytes,
Reset is performed every time counting is performed four times, such as "0, 1, 2, 3, (reset) 0, 1, 2, 3, (reset) 0, ...". If the number of valid bytes is 3 bytes, "0,
1, 2, (reset) 0, 1, 2, (reset) 0,
... ”, Reset every time it counts three times. The byte position counter 29 counts in this manner, and each time the above-described color data is read, the count result (that is, the byte position of each color data in the RGB original image data 10) 45 is written to the write byte position decoder 31. Notify.

【0035】書込みバイト位置デコーダ31は、バイト
位置カウンタ29からカウント結果45を受けて、それ
と、入力レジスタ27に格納されている「バイト順序」
パラメータ23に示されるバイト順序とを参照する。そ
して、それに基づいて、上記共通フォーマットとなる4
バイトデータに対して、どのバイト位置に上記読出され
た各色データを書込むかを判断し、判断した書込みバイ
ト位置47をバイト書込み回路33に指示する。
The write byte position decoder 31 receives the count result 45 from the byte position counter 29, and receives the count result 45 and the "byte order" stored in the input register 27.
The byte order shown in the parameter 23 is referred to. Then, based on this, the common format 4
For each byte data, it is determined to which byte position the above-mentioned read color data is to be written, and the determined write byte position 47 is instructed to the byte write circuit 33.

【0036】バイト書込み回路33は、入力レジスタ2
7に格納されているRGB原画像データ10の各色デー
タをそれぞれ読出し(つまり1バイトずつ読出し)、書込
みバイト位置デコーダ31の指示に従って、それぞれを
上記共通フォーマットデータの所定のバイト位置に書込
む。これについて、図5を参照して具体的に説明する。
ここで、上記共通フォーマットは、<x,R,G,B>
であるとする。
The byte write circuit 33 includes the input register 2
7, each color data of the RGB original image data 10 is read out (that is, read out one byte at a time), and each is written to a predetermined byte position of the common format data in accordance with the instruction of the write byte position decoder 31. This will be specifically described with reference to FIG.
Here, the common format is <x, R, G, B>
And

【0037】コマンド解釈回路35を通過して来るRG
B原画像データ10のフォーマットが、例えば、上記
「第1のOS」に依存している場合は(すなわち<R、
G,B><R、G,B>…)、図5(A)に示すように、
「R」→「G」→「B」の順番でバイト書込み回路33
に入力されて来る。バイト書込み回路33は、書込みバ
イト位置デコーダ31の指示に従って、1番目の「R」
をレジスタ48の2バイト目に、2番目の「G」を3バ
イト目に、3番目の「B」を4バイト目にそれぞれ書込
む。上記「第2のOS」に依存している場合は、図5
(B)に示すように、「R」→「G」→「B」→「x」の
順番で各データを読出し、上記指示に従って、1番目の
「R」を2バイト目に、2番目の「G」を3バイト目
に、3番目の「B」を4バイト目に、4番目の「x」を
1バイト目にそれぞれ書込む。上記「第3のOS」に依
存している場合は、図5(C)に示すように、「B」→
「G」→「R」の順番で各データを読出し、上記指示に
従って、1番目の「B」を4バイト目に、2番目の
「G」を3バイト目に、3番目の「R」を2バイト目に
それぞれ書込む。上記「第4のOS」に依存している場
合は、図5(D)に示すように、「x」→「R」→「G」
→「B」の順番で各データを読出し、上記指示に従っ
て、1番目の「x」を1バイト目に、2番目の「R」を
2バイト目に、3番目の「G」を3バイト目に、4番目
の「B」を4バイト目にそれぞれ書込む。
RG coming through the command interpreting circuit 35
If the format of the B original image data 10 depends on, for example, the “first OS” (that is, <R,
G, B><R, G, B>...), As shown in FIG.
Byte write circuit 33 in the order of “R” → “G” → “B”
Comes entered. According to the instruction of the write byte position decoder 31, the byte write circuit 33 outputs the first "R"
Is written in the second byte of the register 48, the second "G" is written in the third byte, and the third "B" is written in the fourth byte. If it depends on the “second OS”,
As shown in (B), each data is read out in the order of “R” → “G” → “B” → “x”, and the first “R” is stored in the second byte according to the above instruction. "G" is written in the third byte, the third "B" is written in the fourth byte, and the fourth "x" is written in the first byte. If it depends on the “third OS”, as shown in FIG. 5C, “B” →
Each data is read in the order of “G” → “R”, and the first “B” is in the fourth byte, the second “G” is in the third byte, and the third “R” is in accordance with the above instruction. Write each in the second byte. If it depends on the “fourth OS”, as shown in FIG. 5D, “x” → “R” → “G”
→ Read each data in the order of “B”, and follow the above instructions, with the first “x” in the first byte, the second “R” in the second byte, and the third “G” in the third byte. Then, the fourth “B” is written in the fourth byte.

【0038】バイト書込み回路33は、RGB原画像デ
ータ10における1画素分の有効データをそれぞれ読出
してそれのバイト書込みが終了したら、書込み後のデー
タ49をバイト位置マスク処理回路37に渡す。
The byte writing circuit 33 reads out valid data for one pixel in the RGB original image data 10 and, when the byte writing is completed, transfers the written data 49 to the byte position mask processing circuit 37.

【0039】図5で説明した1画素分の有効データ(各
色データ)の書込みにおいて、その有効データが3バイ
ト(つまり、上記「有効バイト数」が3バイト)である場
合、レジスタ48の1バイト目にはそこに何も書込まれ
ないので元々そこに書いてあった値になっている。そこ
で、この1バイト目をヌルデータとするために、マスク
データ生成回路35とバイト位置マスク処理回路37が
1バイト目に対するマスク処理を行なう。
In the writing of one pixel of valid data (each color data) described with reference to FIG. 5, if the valid data is 3 bytes (that is, the “valid number of bytes” is 3 bytes), 1 byte of the register 48 Nothing is written to the eye, so it is the value originally written there. Therefore, in order to make the first byte null data, the mask data generation circuit 35 and the byte position mask processing circuit 37 perform a mask process on the first byte.

【0040】すなわち、マスクデータ生成回路35は、
入力レジスタ27から「有効バイト数」パラメータ21
及び「バイト順序」パラメータ23を読出し、それぞれ
を参照して、上記書込み後データ49のバイト数に対応
する4バイトのマスクデータ51を生成する。すなわ
ち、「有効バイト数」が3バイトである場合は、4バイ
トのうち1バイト目をヌルデータにするために1バイト
目の全ビットが0で、他の3バイトの全ビットが1であ
るマスクデータ51を生成する。「有効バイト数」が4
バイトの場合は、どのバイトにもマスクをしないように
4バイトの全ビットが1であるマスクデータ51を生成
する。マスクデータ生成回路35は、生成したマスクデ
ータ51を、バイト位置マスク処理回路37に渡す。
That is, the mask data generation circuit 35
"Valid number of bytes" parameter 21 from input register 27
Then, the “byte order” parameter 23 is read out, and mask data 51 of 4 bytes corresponding to the number of bytes of the post-write data 49 is generated with reference to each of them. That is, when the “valid number of bytes” is 3 bytes, a mask in which all bits of the first byte are 0 and all bits of the other 3 bytes are 1 in order to make the first byte of the 4 bytes null data. The data 51 is generated. "Valid bytes" is 4
In the case of a byte, the mask data 51 in which all the bits of the 4-byte are 1 is generated so as not to mask any byte. The mask data generation circuit 35 passes the generated mask data 51 to the byte position mask processing circuit 37.

【0041】バイト位置マスク処理回路33は、バイト
書込み回路33から書込み後データ49を、マスクデー
タ生成回路35からマスクデータ51をそれぞれ受け
て、書込み後データ49と、マスクデータ51とをAN
D演算し、このAND演算結果53を出力レジスタ39
に書込む。具体的には、上述したように「有効バイト
数」が3バイトである場合には、マスクデータ生成回路
35からのマスクデータ51は、4バイトのうち1バイ
ト目が「0、0、0、…」に設定され、他の3バイト
は、「1、1、1、…」と設定されているから、書込み
後データ49とマスクデータ51とをAND演算するこ
とにより、演算結果のデータ53は、1バイト目の
「x」が「0、0、0、…」のヌルデータとなり、他の
3バイト「R、G、B」は書込み後データ49の「R、
G、B」と同じとなる。また、「有効バイト数」が4バ
イトの場合は、マスク処理後のデータ53は書込み後デ
ータ49と全く同じである。バイト位置マスク処理回路
37は、マスク処理後のRGBデータ53を、出力レジ
スタ39の所定のアドレスに書込む。
The byte position mask processing circuit 33 receives the post-write data 49 from the byte write circuit 33 and the mask data 51 from the mask data generation circuit 35, and performs an AND operation on the post-write data 49 and the mask data 51.
D operation, and outputs the AND operation result 53 to an output register 39
Write to. Specifically, when the “valid number of bytes” is 3 bytes as described above, the first byte of the 4 bytes is “0, 0, 0, .., And the other three bytes are set to “1, 1, 1,...”. By performing an AND operation on the post-write data 49 and the mask data 51, the operation result data 53 becomes , The first byte “x” is null data of “0, 0, 0,...”, And the other three bytes “R, G, B” are “R, G, B” of the post-write data 49.
G, B ". When the “valid number of bytes” is 4 bytes, the data 53 after the mask processing is exactly the same as the post-write data 49. The byte position mask processing circuit 37 writes the RGB data 53 after the mask processing into a predetermined address of the output register 39.

【0042】出力レジスタ39に書込まれた上記RGB
データ53は、色変換・ハーフトーニング回路6にとり
込まれる。
The above RGB written in the output register 39
The data 53 is taken into the color conversion / halftoning circuit 6.

【0043】このような実施形態によれば、ホストコン
ピュータ1(プリンタドライバ11)は、RGB原画像デ
ータ10のフォーマット変換を全く行なう必要が無く、
このフォーマット変換は、専用のハードウェア回路(す
なわち中間ハードウェア4のフォーマット変換回路5)
が行なう。ホストコンピュータ1は、RGB原画像デー
タ10のフォーマット種別を中間ハードウェア4に指定
するだけで良い。このため、ホストコンピュータ1のC
PUにかかる負担は、従来に比べて相当に軽減されるの
で、その結果、ホスト装置の開放が遅れることなく、高
速な印刷が可能になる。また、ホストコンピュータ1
は、任意に「バイト順序」パラメータを設定することが
できるので、OS7がどのような種類であっても、或は
OS7が要求する画像データ10のフォーマットが仮に
変化したとしても、ソフト的に「バイト順序」の設定を
変更することで対応することが可能である。また、ホス
トコンピュータ1は、原画像データ10の表色系や階調
数に関する形式などに応じて「有効バイト数」パラメー
タを設定することができ、このことも、次に述べるとお
り高速印刷に貢献する。
According to such an embodiment, the host computer 1 (printer driver 11) does not need to perform format conversion of the RGB original image data 10 at all.
This format conversion is performed by a dedicated hardware circuit (that is, the format conversion circuit 5 of the intermediate hardware 4).
Do. The host computer 1 only needs to specify the format type of the RGB original image data 10 to the intermediate hardware 4. Therefore, C of the host computer 1
The load on the PU is considerably reduced as compared with the related art, so that high-speed printing can be performed without delaying opening of the host device. Also, the host computer 1
Can set the "byte order" parameter arbitrarily, so that even if the OS 7 is of any type, or if the format of the image data 10 requested by the OS 7 changes, It is possible to cope by changing the setting of "byte order". In addition, the host computer 1 can set the “valid number of bytes” parameter according to the format relating to the color system and the number of gradations of the original image data 10, which also contributes to high-speed printing as described below. I do.

【0044】例えば、原画像データ10の表色系がモノ
クロ調である場合は、ホストコンピュータ1からはRG
Bデータの「G」データのみが連続的に送出されるの
で、ホストコンピュータ1は、「有効バイト数」パラメ
ータ21を「1バイト有効」に設定する。これにより、
フォーマット変換回路5は、1バイトの「G」データを
受信する度に、それを指定のバイト位置に書込み、且
つ、並行して自動的に空きバイトとなる3バイトのヌル
データを含むマスクデータを生成し、マスク処理を行な
う。このように、色データの書込みと並行してヌルデー
タを生成するので、印刷速度を劣化させること無く高速
に印刷を行なうことができる。
For example, when the color system of the original image data 10 is monochrome, the host computer 1 sends RG
Since only the “G” data of the B data is continuously transmitted, the host computer 1 sets the “valid byte number” parameter 21 to “1 byte valid”. This allows
Whenever the 1-byte "G" data is received, the format conversion circuit 5 writes it into the designated byte position, and automatically generates mask data including 3-byte null data that becomes an empty byte in parallel. Then, a mask process is performed. As described above, since the null data is generated in parallel with the writing of the color data, printing can be performed at high speed without deteriorating the printing speed.

【0045】また、中間ハードウェア4は、ASICな
どで作成することができるので、高速CPUを搭載した
従来の高速印刷システムより安価である。
Also, since the intermediate hardware 4 can be created by an ASIC or the like, it is less expensive than a conventional high-speed printing system equipped with a high-speed CPU.

【0046】なお、中間ハードウェア4の配置形態に
は、図6に示すような3種類のバリエーションがある。
すなわち、図6でブロック10に示すようにホストコン
ピュータ31に内蔵する方式と、ブロック30に示すよ
うにプリンタ9に内蔵する方式と、ブロック20に示す
ようにホストコンピュータ31及びプリンタ9に外付け
する方式である。ホスト内蔵式では、フォーマット変換
回路5はホストコンピュータ用のオプションボードのよ
うな形態で提供され、ホストコンピュータ31の内部バ
スに接続され、プリンタ9に対しては例えばパラレルイ
ンタフェースケーブル(又は通信ネットワーク)などで接
続することができる。これは、複数台のプリンタに対応
できる利点がある。一方、プリンタ内蔵式では、フォー
マット変換回路5はプリンタ用オプションボードのよう
な形態で提供され、プリンタ9の内部バスに接続され、
ホストコンピュータ31とは例えばパラレルインタフェ
ースケーブル(又は通信ネットワーク)などで接続するこ
とができる。これは、複数台のホストに対応できる利点
がある。また、外付け式では、フォーマット変換回路5
は、ホストコンピュータ31及びプリンタ9の双方に対
し例えばパラレルインタフェースケーブル(又は通信ネ
ットワーク)などで接続することができる。
The arrangement of the intermediate hardware 4 has three variations as shown in FIG.
That is, a system built in the host computer 31 as shown in a block 10 in FIG. 6, a system built in the printer 9 as shown in a block 30, and an external connection to the host computer 31 and the printer 9 as shown in a block 20. It is a method. In the built-in host type, the format conversion circuit 5 is provided in the form of an option board for a host computer, is connected to an internal bus of the host computer 31, and is connected to the printer 9 by a parallel interface cable (or a communication network), for example. Can be connected. This has the advantage that it can handle a plurality of printers. On the other hand, in the printer built-in type, the format conversion circuit 5 is provided in the form of an option board for a printer, connected to the internal bus of the printer 9,
The host computer 31 can be connected with, for example, a parallel interface cable (or a communication network). This has the advantage of being able to handle multiple hosts. In the external type, the format conversion circuit 5
Can be connected to both the host computer 31 and the printer 9 by, for example, a parallel interface cable (or a communication network).

【0047】以上、本発明の好適な幾つかの実施形態を
説明したが、これらは本発明の説明のための例示であっ
て、本発明の範囲をこれらの実施例にのみ限定する趣旨
ではない。本発明は、他の種々の形態でも実施すること
が可能である。例えば、中間ハードウェア4の機能の一
部は、中間ハードウェア4用のCPUによってソフト的
に実現されてもよい。
Although some preferred embodiments of the present invention have been described above, these are merely examples for describing the present invention, and are not intended to limit the scope of the present invention only to these examples. . The present invention can be implemented in other various forms. For example, some of the functions of the intermediate hardware 4 may be implemented in software by a CPU for the intermediate hardware 4.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施形態に係るプリントシステムの
全体的な構成を示すブロック図。
FIG. 1 is a block diagram showing the overall configuration of a print system according to an embodiment of the present invention.

【図2】中間コマンド13の構成を示すブロック図。FIG. 2 is a block diagram showing a configuration of an intermediate command 13;

【図3】フォーマットパラメータフィールド17の構成
を示すブロック図。
FIG. 3 is a block diagram showing a configuration of a format parameter field 17;

【図4】中間ハードウェア4の構成を示すブロック図。FIG. 4 is a block diagram showing a configuration of intermediate hardware 4.

【図5】第1〜第4のOSに依存するRGB原画像デー
タ10の各色データのバイト書込みの方法を説明するた
めの図。
FIG. 5 is a view for explaining a method of byte writing of each color data of the RGB original image data 10 depending on first to fourth OSs.

【図6】原画像データフォーマット変換回路5の配置の
バリエーションを示す図。
FIG. 6 is a diagram showing a variation in arrangement of an original image data format conversion circuit 5;

【符号の説明】[Explanation of symbols]

1 ホストコンピュータ 3 プリンタ 4 中間ハードウェア 5 原画像データフォーマット変換回路 6 色変換・ハーフトーニング回路 7 OS 11 プリンタドライバ 25 コマンド解釈回路 27 入力レジスタ 29 バイト位置カウンタ 31 書込みバイト位置デコーダ 33 バイト書込み回路 35 マスクデータ生成回路 37 バイト位置マスク処理回路 39 出力レジスタ DESCRIPTION OF SYMBOLS 1 Host computer 3 Printer 4 Intermediate hardware 5 Original image data format conversion circuit 6 Color conversion / halftoning circuit 7 OS 11 Printer driver 25 Command interpretation circuit 27 Input register 29 Byte position counter 31 Write byte position decoder 33 Byte write circuit 35 Mask Data generation circuit 37 Byte position mask processing circuit 39 Output register

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 ホスト装置とプリンタとの間に接続され
るプリンタ制御回路であって、 データフォーマットがホスト装置内のOSに依存してい
る原画像ラスタデータと、前記原画像ラスタデータのO
S依存フォーマットを指定したフォーマットパラメータ
とを、前記ホスト装置から受信する受信手段と、 前記フォーマットパラメータに従って前記OS依存フォ
ーマットの原画像ラスタデータを所定の共通フォーマッ
トの画像データに変換するフォーマット変換手段と、 前記共通フォーマットの画像データを前記プリンタが処
理できる形式の画像データにして前記プリンタに転送す
る画像データ転送手段とを備えるプリンタ制御回路。
1. A printer control circuit connected between a host device and a printer, comprising: original image raster data whose data format depends on an OS in the host device;
Receiving means for receiving a format parameter designating an S-dependent format from the host device; format converting means for converting the original image raster data of the OS-dependent format into image data of a predetermined common format according to the format parameter; A printer control circuit comprising: image data transfer means for converting the image data in the common format into image data in a format that can be processed by the printer and transferring the image data to the printer.
【請求項2】 純粋なハードウェア回路である請求項1
記載のプリンタ制御回路。
2. The method according to claim 1, which is a pure hardware circuit.
Printer control circuit as described.
【請求項3】 前記フォーマット変換手段は、前記フォ
ーマットパラメータに基づいて前記原画像ラスタデータ
の1画素データを構成するバイト配列を、前記共通フォ
ーマットに従ったバイト順序に並び替える並び替え手段
を持つ請求項1記載のプリンタ制御回路。
3. The format conversion unit has a rearrangement unit that rearranges a byte array forming one pixel data of the original image raster data into a byte order according to the common format based on the format parameter. Item 2. The printer control circuit according to Item 1.
【請求項4】 前記フォーマット変換手段は、前記原画
像ラスタデータの1画素データを構成するバイト数が前
記共通フォーマットの1画素データを構成するバイト数
より少なくて前記共通フォーマットの1画素データに空
きバイトを生じさせてしまう場合、自動的に、前記空き
バイトをヌルデータで埋めるマスク処理手段を有する請
求項1記載のプリンタ制御回路。
4. The format conversion means, wherein the number of bytes constituting one pixel data of the original image raster data is smaller than the number of bytes constituting one pixel data of the common format, and is free for one pixel data of the common format. 2. The printer control circuit according to claim 1, further comprising mask processing means for automatically filling the empty bytes with null data when a byte is generated.
【請求項5】 前記共通フォーマットの画像データに対
し、色変換処理及びハーフトーニング処理を行なう回路
を更に備え、 前記色変換処理及びハーフトーニング処理を行なった後
の画像データを前記プリンタに転送する請求項1記載の
プリンタ制御回路。
5. A printer according to claim 1, further comprising a circuit for performing a color conversion process and a halftoning process on the image data in the common format, and transferring the image data after the color conversion process and the halftoning process to the printer. Item 2. The printer control circuit according to Item 1.
【請求項6】 請求項1乃至請求項5のいずれか1項記
載のプリンタ制御回路を備えるプリンタ。
6. A printer comprising the printer control circuit according to claim 1.
【請求項7】 請求項1乃至請求項5のいずれか1項記
載のプリンタ制御回路を備えるホスト装置。
7. A host device comprising the printer control circuit according to claim 1.
【請求項8】 ホスト装置と、 プリンタと、 前記ホスト装置と前記プリンタとに接続されたプリンタ
制御回路とを備え、 ホスト装置は、 前記ホスト装置内のOSに依存するOS依存フォーマッ
トを持った原画像ラスタデータを作成する原画像ラスタ
データ作成手段と、 前記原画像ラスタデータのOS依存フォーマットを指定
するフォーマットパラメータを生成するフォーマットパ
ラメータ生成手段と、 前記フォーマットパラメータと前記OS依存フォーマッ
トの原画像ラスタデータとを、前記プリンタ制御回路に
送信する送信手段とを備え、 前記プリンタ制御回路は、 前記OS依存フォーマットの原画像ラスタデータと前記
フォーマットパラメータとを、前記ホスト装置から受信
する受信手段と、 前記フォーマットパラメータに従って前記OS依存フォ
ーマットの原画像ラスタデータを所定の共通フォーマッ
トの画像データに変換するフォーマット変換手段と、 前記共通フォーマットの画像データを前記プリンタが処
理できる形式の画像データにして前記プリンタに転送す
る画像データ転送手段とを備えるプリントシステム。
8. A host device, a printer, and a printer control circuit connected to the host device and the printer, wherein the host device has an OS-dependent format dependent on an OS in the host device. Original image raster data generating means for generating image raster data, format parameter generating means for generating a format parameter for specifying an OS-dependent format of the original image raster data, original format raster data in the format parameter and the OS-dependent format Transmitting means for transmitting the original image raster data of the OS-dependent format and the format parameter from the host device; and According to the previous parameters Format conversion means for converting the original image raster data of the OS-dependent format into image data of a predetermined common format; and image data for converting the image data of the common format into image data of a format that can be processed by the printer and transferring the image data to the printer A print system comprising a transfer unit.
【請求項9】 前記プリンタ制御回路が純粋なハードウ
ェア回路である請求項8記載のプリントシステム。
9. The printing system according to claim 8, wherein said printer control circuit is a pure hardware circuit.
【請求項10】 前記プリンタ制御回路は、前記共通フ
ォーマットの画像データに対し、色変換処理及びハーフ
トーニング処理を行なう回路を更に備え、前記色変換処
理及びハーフトーニング処理を行なった後の画像データ
を前記プリンタに転送する請求項8記載のプリントシス
テム。
10. The printer control circuit further includes a circuit for performing a color conversion process and a halftoning process on the image data in the common format, and converts the image data after performing the color conversion process and the halftoning process. 9. The print system according to claim 8, wherein the data is transferred to the printer.
【請求項11】 ホスト装置内のOSに依存するOS依
存フォーマットを持った原画像ラスタデータを作成する
原画像ラスタデータ作成ステップと、 前記原画像ラスタデータのOS依存フォーマットを指定
するフォーマットパラメータを生成するフォーマットパ
ラメータ生成ステップと、 前記フォーマットパラメータと前記OS依存フォーマッ
トの原画像ラスタデータとを、所定の外部装置に送信す
る送信ステップとをコンピュータに実行させるためのプ
ログラムを記録したコンピュータ読取可能な記録媒体。
11. An original image raster data creating step for creating original image raster data having an OS-dependent format dependent on an OS in a host device, and a format parameter for specifying an OS-dependent format of the original image raster data is generated. A computer-readable recording medium recording a program for causing a computer to execute a format parameter generating step of performing the following, and a transmitting step of transmitting the format parameters and the original image raster data of the OS-dependent format to a predetermined external device. .
JP18762499A 1999-07-01 1999-07-01 Printer control circuit, printer and print system Expired - Fee Related JP3427975B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18762499A JP3427975B2 (en) 1999-07-01 1999-07-01 Printer control circuit, printer and print system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18762499A JP3427975B2 (en) 1999-07-01 1999-07-01 Printer control circuit, printer and print system

Publications (2)

Publication Number Publication Date
JP2001014116A true JP2001014116A (en) 2001-01-19
JP3427975B2 JP3427975B2 (en) 2003-07-22

Family

ID=16209375

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18762499A Expired - Fee Related JP3427975B2 (en) 1999-07-01 1999-07-01 Printer control circuit, printer and print system

Country Status (1)

Country Link
JP (1) JP3427975B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007125728A (en) * 2005-11-01 2007-05-24 Seiko Epson Corp Printing device and image processor
CN105471829A (en) * 2014-09-05 2016-04-06 深圳市同盛绿色科技有限公司 Signal transmission method and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007125728A (en) * 2005-11-01 2007-05-24 Seiko Epson Corp Printing device and image processor
JP4595787B2 (en) * 2005-11-01 2010-12-08 セイコーエプソン株式会社 Printing device, image processing device
CN105471829A (en) * 2014-09-05 2016-04-06 深圳市同盛绿色科技有限公司 Signal transmission method and system

Also Published As

Publication number Publication date
JP3427975B2 (en) 2003-07-22

Similar Documents

Publication Publication Date Title
US6384930B1 (en) Printer control circuit, printer and print system
US7692813B2 (en) Image processing apparatus and method, and storage medium
US7859688B2 (en) Command interpretation using rewritable command registers
US6538762B1 (en) Printer controller, and print system
US7031019B1 (en) Printer control apparatus, printer and printing system
JP3285930B2 (en) Image processing device
JP3427975B2 (en) Printer control circuit, printer and print system
JP4356953B2 (en) Image processing system, image processing apparatus, control method therefor, and storage medium
JP4131205B2 (en) Image processing apparatus and image processing program causing computer to execute image processing
US10192282B2 (en) Information processing device, image processing apparatus, and information processing method for high-speed translucency calculation
JP3550979B2 (en) Image processing device
EP0480637A2 (en) Image processing apparatus, and method of reversing color therein
JPH07135575A (en) Color picture information output device
JP3440117B2 (en) Printer control device
JP3690057B2 (en) OUTPUT CONTROL SYSTEM, OUTPUT CONTROL METHOD, RECORDING MEDIUM RECORDING OUTPUT CONTROL PROGRAM, DATA GENERATION DEVICE USED FOR OUTPUT CONTROL SYSTEM, DATA CONVERSION DEVICE USED IN OUTPUT CONTROL SYSTEM, DATA CONVERSION CONTROL METHOD, AND RECORDING MEDIUM RECORDING DATA CONVERSION CONTROL PROGRAM
JP3147264B2 (en) Image processing apparatus and conversion method thereof
JPH11187261A (en) Image processor
US20050134873A1 (en) Post screening handling of multibit raster operations
JP3071349B2 (en) Color printing apparatus and control method for color printing apparatus
JP3533657B2 (en) Printing system, printer, printer driver, and program recording medium
JPH06218989A (en) Image processor
JPH04331165A (en) Color image processing method and color image processor thereof
JP2002254723A (en) Image forming device, image forming system and control method thereof
JPH08317236A (en) Method and device for picture processing
JP2006350802A (en) Printer and printing control method

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080516

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090516

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100516

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110516

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120516

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130516

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140516

Year of fee payment: 11

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees