JP5614084B2 - Information processing apparatus and information processing method - Google Patents

Information processing apparatus and information processing method Download PDF

Info

Publication number
JP5614084B2
JP5614084B2 JP2010093783A JP2010093783A JP5614084B2 JP 5614084 B2 JP5614084 B2 JP 5614084B2 JP 2010093783 A JP2010093783 A JP 2010093783A JP 2010093783 A JP2010093783 A JP 2010093783A JP 5614084 B2 JP5614084 B2 JP 5614084B2
Authority
JP
Japan
Prior art keywords
command
module
ijp
information processing
rgb
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.)
Expired - Fee Related
Application number
JP2010093783A
Other languages
Japanese (ja)
Other versions
JP2011224787A (en
Inventor
則彦 中島
則彦 中島
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
Application filed by Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2010093783A priority Critical patent/JP5614084B2/en
Publication of JP2011224787A publication Critical patent/JP2011224787A/en
Application granted granted Critical
Publication of JP5614084B2 publication Critical patent/JP5614084B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ページ記述言語(PDL:Page Description Language)を用いた情報処理技術に関する。   The present invention relates to an information processing technique using a page description language (PDL).

プリンターの印刷コマンド(制御コマンドや制御コードとも呼ばれる。)は、例えば、プリンター側で主なイメージ処理を行うPDL出力形式と、ホストコンピューター側で主なイメージ処理を行うイメージ出力形式(GDI(Graphic Device Interface)形式と呼ぶこともできる。)とに分類することができる。   The printer's print command (also called a control command or control code) is, for example, a PDL output format that performs main image processing on the printer side, and an image output format (GDI (Graphic Device) that performs main image processing on the host computer side). Interface) format.)).

PDL出力形式の印刷コマンド(以下、PDLコマンドと呼ぶことがある。)には、例えば、セイコーエプソン社のESC/P−PageやEJL、ヒューレットパッカード社のPCLやPJL、アドビシステム社のPostScript(登録商標)等を分類することができる。また、イメージ出力形式の印刷コマンド(以下、イメージ出力コマンドやGDIコマンドと呼ぶことがある。)には、例えば、セイコーエプソン社のESC/P−RやESC/P−Raster、Remote等を分類することができる。   Examples of PDL output format print commands (hereinafter also referred to as PDL commands) include, for example, Seiko Epson ESC / P-Page and EJL, Hewlett-Packard PCL and PJL, and Adobe System PostScript (registered). Trademark) and the like. Also, the image output format print commands (hereinafter also referred to as image output commands and GDI commands) are classified into, for example, Seiko Epson ESC / PR, ESC / P-Raster, and Remote. be able to.

PDLコマンドは、例えば、レーザープリンター(LP:Laser Printer)でよく用いられる。PDL出力形式では、PC等のホストコンピューターにおいて、印刷対象のデータに基づいてPDLコマンドが生成され、プリンターに送られる。そして、プリンターにおいて、PDLコマンドの解釈、RGBデータの生成、CMYK色変換、印刷イメージデータの生成等が行われ、印刷エンジンによる印刷が実行される。   The PDL command is often used in, for example, a laser printer (LP). In the PDL output format, a PDL command is generated based on data to be printed in a host computer such as a PC and sent to a printer. In the printer, PDL command interpretation, RGB data generation, CMYK color conversion, print image data generation, and the like are performed, and printing by the print engine is executed.

イメージ出力コマンドは、例えば、インクジェットプリンター(IJP:Ink Jet Printer)でよく用いられる。イメージ出力形式では、PC等のホストコンピューターにおいて、印刷対象のデータに基づいて、CMYKデータを含む印刷コマンド(以下、CMYKコマンドと呼ぶことがある。)又はRGBビットマップデータを含む印刷コマンド(以下、RGBコマンドと呼ぶことがある。)が生成され、プリンターに送られる。そして、プリンターにおいて、イメージ出力コマンドの解釈、印刷イメージデータの生成等が行われ、印刷エンジンによる印刷が実行される。   The image output command is often used in, for example, an inkjet printer (IJP: Ink Jet Printer). In the image output format, in a host computer such as a PC, a print command including CMYK data (hereinafter also referred to as CMYK command) or a print command including RGB bitmap data (hereinafter referred to as “CMYK command”) based on data to be printed. Are sometimes called RGB commands) and sent to the printer. The printer interprets the image output command, generates print image data, etc., and executes printing by the print engine.

他の印刷コマンド形式としては、中間言語(中間コードとも呼ばれる。)出力形式がある(例えば、特許文献1)。中間言語出力形式では、PC等のホストコンピューターにおいて、印刷対象のデータに基づいて中間言語の印刷コマンド(以下、中間言語コマンドと呼ぶことがある。)が生成され、プリンターに送られる。そして、プリンターにおいて、中間言語コマンドの解釈、印刷イメージデータの生成等が行われ、印刷エンジンによる印刷が実行される。   Another print command format is an intermediate language (also called intermediate code) output format (for example, Patent Document 1). In the intermediate language output format, in a host computer such as a PC, an intermediate language print command (hereinafter also referred to as an intermediate language command) is generated based on data to be printed and sent to the printer. Then, in the printer, interpretation of intermediate language commands, generation of print image data, and the like are performed, and printing by the print engine is executed.

特開2009−166450号公報JP 2009-166450 A

ところで、IJPにおいても、PDL出力形式の印刷コマンドをサポートすることが要望されている。例えば、オフィス等で使用されるビジネス用のIJPにおいては、PDL出力形式がサポートされている方が、ユーザーの利便性が高い。   Incidentally, IJP is also required to support a print command in the PDL output format. For example, in business IJP used in an office or the like, the convenience of the user is higher when the PDL output format is supported.

ここで、イメージ出力形式の印刷コマンドをサポートしたIJPにおいて、PDLをサポートするには、例えば、当該IJPのファームウェアに、PDLコマンドを解釈する機能を追加する方法が考えられる。しかしながら、イメージ出力形式のIJPは、一般的にPDLコマンドを解釈してイメージ処理を行うために十分なCPUやメモリー等の処理能力を有さない。そのため、単純にファームウェアにPDLの機能を追加する方法では、処理負荷が大きく実用に適さない。   Here, in order to support the PDL in the IJP that supports the print command in the image output format, for example, a method of adding a function for interpreting the PDL command to the firmware of the IJP can be considered. However, the image output format IJP generally does not have sufficient processing capability such as CPU and memory to interpret PDL commands and perform image processing. Therefore, the method of simply adding the PDL function to the firmware has a large processing load and is not suitable for practical use.

また、処理能力を向上するために、イメージ出力形式のIJPのCPUやメモリー等をより高性能な物に置き換える方法も考えられる。しかしながら、この方法では、開発・製造コスト等がより大きくかかってしまう。   Further, in order to improve the processing capability, a method of replacing the image output format IJP CPU, memory, etc. with a higher performance one is also conceivable. However, with this method, development / manufacturing costs and the like are increased.

本発明は、イメージ出力形式のプリンターを基本的な構成としたプリンターにおいて、よりコストを低く抑えながらPDL出力形式をサポートすることを目的とする。   SUMMARY OF THE INVENTION An object of the present invention is to support a PDL output format while keeping the cost low in a printer having an image output format printer as a basic configuration.

上記の課題を解決するための本発明の一態様は、ネットワークに接続される情報処理装置であって、印刷イメージデータに基づいて印刷を行うインクジェット方式の印刷エンジンと、IJPの機能を制御するIJPモジュールと、LPの機能を制御するLPモジュールと、を有し、前記IJPモジュールは、PDLコマンドを前記ネットワークから受信するコマンド受信手段と、前記コマンド受信手段により受信されたPDLコマンドを前記LPモジュールに転送する第1通信手段と、前記LPモジュールから転送されたRGBコマンドを解釈して前記印刷イメージデータを生成する第1コマンド解釈手段と、を有し、前記LPモジュールは、前記IJPモジュールから転送された前記PDLコマンドを解釈してRGBビットマップデータを含む解釈データを出力する第2コマンド解釈手段と、前記解釈データを加工して前記RGBコマンドとして出力するコマンド加工手段と、前記コマンド加工手段により出力された前記RGBコマンドを前記IJPモジュールに転送する第2通信手段と、を有する、ことを特徴とする。
One embodiment of the present invention for solving the above-described problem is an information processing apparatus connected to a network, and an inkjet print engine that performs printing based on print image data, and an IJP that controls IJP functions. A module and an LP module for controlling the function of the LP, wherein the IJP module receives a PDL command from the network and a PDL command received by the command receiving means to the LP module. First communication means for transferring, and first command interpreting means for generating the print image data by interpreting the RGB command transferred from the LP module, wherein the LP module is transferred from the IJP module. Interpret the PDL command to convert RGB bitmap data Second command interpretation means for outputting interpretation data, command processing means for processing the interpretation data and outputting it as the RGB command, and transferring the RGB command output by the command processing means to the IJP module. 2 communication means.

また、上記の情報処理装置であって、前記IJPモジュール及び前記LPモジュールはそれぞれ、CPU及びメモリーを有し、所定のプログラムにより前記の各手段を実現する、ことを特徴としていてもよい。   In the information processing apparatus, the IJP module and the LP module may each include a CPU and a memory, and each of the above-described units may be realized by a predetermined program.

また、上記のいずれかの情報処理装置であって、前記IJPモジュールと前記LPモジュールは、USBにより互いに接続され、前記第1通信手段及び前記第2通信手段は前記USBを介してコマンドの転送を行う、ことを特徴としていてもよい。   Also, in any one of the above information processing apparatuses, the IJP module and the LP module are connected to each other by USB, and the first communication means and the second communication means transfer commands via the USB. It may be characterized by doing.

また、上記のいずれかの情報処理装置であって、前記PDLコマンドとして、ESC/P−Page、PostScript、PCL、PJL、及びEJL少なくともいずれか一つが使用され、前記RGBコマンドとして、ESC/P−R、及びRemoteの少なくともいずれか一つが使用される、ことを特徴としていてもよい。   In any one of the information processing apparatuses described above, at least one of ESC / P-Page, PostScript, PCL, PJL, and EJL is used as the PDL command, and ESC / P- At least one of R and Remote may be used.

上記の課題を解決するための本発明の他の態様は、ネットワークに接続される情報処理装置における情報処理方法であって、前記情報処理装置は、印刷イメージデータに基づいて印刷を行うインクジェット方式の印刷エンジンと、IJPの機能を制御するIJPモジュールと、LPの機能を制御するLPモジュールと、を有し、前記情報処理方法は、前記IJPモジュールが、PDLコマンドを前記ネットワークから受信するコマンド受信ステップと、前記IJPモジュールが、前記コマンド受信ステップで受信された前記PDLコマンドを前記LPモジュールに転送する第1通信ステップと、前記LPモジュールが、前記IJPモジュールから転送された前記PDLコマンドを解釈してRGBビットマップデータを含む解釈データを出力する第1コマンド解釈ステップと、前記LPモジュールが、前記解釈データを加工してRGBコマンドとして出力するコマンド加工ステップと、前記LPモジュールが、前記コマンド加工ステップにより出力された前記RGBコマンドを前記IJPモジュールに転送する第2通信ステップと、前記IJPモジュールが、前記LPモジュールから転送された前記RGBコマンドを解釈して前記印刷イメージデータを生成する第2コマンド解釈ステップと、を含む、ことを特徴とする。 Another aspect of the present invention for solving the above problem is an information processing method in an information processing apparatus connected to a network, wherein the information processing apparatus is an ink jet system that performs printing based on print image data. A command receiving step in which the IJP module receives a PDL command from the network. The information processing method includes: a print engine; an IJP module that controls an IJP function; and an LP module that controls an LP function. A first communication step in which the IJP module transfers the PDL command received in the command receiving step to the LP module; and the LP module interprets the PDL command transferred from the IJP module. Output interpretation data including RGB bitmap data A first command interpretation step, a command processing step in which the LP module processes the interpretation data and outputs it as an RGB command, and the LP module outputs the RGB command output in the command processing step to the IJP module. A second communication step of transferring, and a second command interpreting step of generating the print image data by interpreting the RGB command transferred from the LP module by the IJP module.

本発明の一実施形態の一例であるプリンター1のハードウェアの概略構成を示す図。1 is a diagram illustrating a schematic configuration of hardware of a printer 1 that is an example of an embodiment of the present invention. プリンター1の機能構成の一例を示すブロック図。FIG. 3 is a block diagram illustrating an example of a functional configuration of the printer 1. 本実施形態の特徴を有さないプリンター1cの機能構成の一例を示すブロック図。FIG. 3 is a block diagram illustrating an example of a functional configuration of a printer 1c that does not have the characteristics of the present embodiment.

以下に、本発明の一実施形態について図面を参照して説明する。   An embodiment of the present invention will be described below with reference to the drawings.

図1は、本発明の一実施形態の一例であるプリンター1のハードウェアの概略構成を示す図である。   FIG. 1 is a diagram illustrating a schematic configuration of hardware of a printer 1 which is an example of an embodiment of the present invention.

本実施形態では、プリンター1は、イメージ出力コマンドに対応したIJPのハードウェア構成を基本としており、その構成に追加的にPDLコマンドに対応したLPの部品(LPコントローラー40)を流用する。そして、プリンター1は、イメージ出力コマンドではなく、PDLコマンドの専用機として機能する。   In this embodiment, the printer 1 is based on an IJP hardware configuration corresponding to an image output command, and additionally uses an LP component (LP controller 40) corresponding to a PDL command. The printer 1 functions not as an image output command but as a dedicated machine for PDL commands.

プリンター1は、LAN等のネットワーク3を介してPC等のホストコンピューター2と接続される。もちろん、USB等によりホストコンピューター2とピアツーピア(peer to peer)で接続されてもよい。   The printer 1 is connected to a host computer 2 such as a PC via a network 3 such as a LAN. Of course, the host computer 2 may be connected to the host computer 2 by USB or the like.

ホストコンピューター2は、プリンター1を制御するためのプリンタードライバープログラムがインストールされる。そして、ホストコンピューター2は、このプリンタードライバーにより、アプリケーション等により指示された印刷対象のデータに基づいてPDLコマンドを生成し、プリンター1に送信する。   The host computer 2 is installed with a printer driver program for controlling the printer 1. Then, the host computer 2 generates a PDL command based on data to be printed instructed by an application or the like using this printer driver, and transmits the PDL command to the printer 1.

プリンター1は、ホストコンピューター2からPDLコマンドを受信すると、RGBコマンドに変換し、当該RGBコマンドに基づいて印刷イメージデータの生成を行い、印刷を実行する。このプリンター1の処理については、詳細に後述する。   Upon receiving a PDL command from the host computer 2, the printer 1 converts it into an RGB command, generates print image data based on the RGB command, and executes printing. The processing of the printer 1 will be described later in detail.

図1に示すように、プリンター1は、IJPコントローラー(モジュール基板)10と、操作パネル20と、印刷エンジン30と、LPコントローラー(モジュール基板)40とを備える。   As shown in FIG. 1, the printer 1 includes an IJP controller (module board) 10, an operation panel 20, a print engine 30, and an LP controller (module board) 40.

IJPコントローラー10は、プリンター1の各種機能を制御するメインのコントローラーである。一方、LPコントローラー40は、PDLコマンドを処理するために、他のLP製品の部品を追加的に流用したものである。   The IJP controller 10 is a main controller that controls various functions of the printer 1. On the other hand, the LP controller 40 additionally uses parts of other LP products in order to process PDL commands.

IJPコントローラー10は、CPU11と、ROM12と、RAM13と、メモリー制御ASIC(Application Specific Integrated Circuit)14と、ネットワークインターフェイス(I/F)15と、USBインターフェイス(I/F)16と、入出力(I/O)制御ASIC17とを備える。   The IJP controller 10 includes a CPU 11, a ROM 12, a RAM 13, a memory control ASIC (Application Specific Integrated Circuit) 14, a network interface (I / F) 15, a USB interface (I / F) 16, and input / output (I / O) A control ASIC 17 is provided.

CPU11は、所定のプログラムを実行して、プリンター1を統合的に制御する演算装置である。ROM12は、データやプログラム等を格納する不揮発性メモリーであり、例えば、フラッシュメモリーである。ROM12は、メモリー制御ASIC14ではなく、I/O制御ASIC17に接続されていてもよい。RAM13は、データおよびプログラム等を一時的に記憶する揮発性メモリーであり、例えば、DDR−SDRAMである。   The CPU 11 is an arithmetic device that executes a predetermined program and controls the printer 1 in an integrated manner. The ROM 12 is a nonvolatile memory that stores data, programs, and the like, and is, for example, a flash memory. The ROM 12 may be connected to the I / O control ASIC 17 instead of the memory control ASIC 14. The RAM 13 is a volatile memory that temporarily stores data, programs, and the like, and is, for example, a DDR-SDRAM.

メモリー制御ASIC14は、ROM12およびRAM13へのアクセスを制御するユニットである。メモリー制御ASIC14は、例えば、ネットワークI/F15およびI/O制御ASIC17を介してホストコンピューター2から送られてきたデータをCPU11に送ったりRAM13に格納したりする。また、例えば、CPU11やRAM13から取得したデータを印刷エンジン30に出力する。   The memory control ASIC 14 is a unit that controls access to the ROM 12 and the RAM 13. The memory control ASIC 14 sends, for example, data sent from the host computer 2 via the network I / F 15 and the I / O control ASIC 17 to the CPU 11 or stores it in the RAM 13. For example, data acquired from the CPU 11 or the RAM 13 is output to the print engine 30.

ネットワークI/F15は、ホストコンピューター2等のネットワーク3上の外部装置と通信を行うユニットである。ネットワークI/F15は、例えば、Ethernet(登録商標)のネットワークコントローラー、ネットワークコネクタ等を含む。   The network I / F 15 is a unit that communicates with an external device on the network 3 such as the host computer 2. The network I / F 15 includes, for example, an Ethernet (registered trademark) network controller, a network connector, and the like.

USB I/F16は、LPコントローラー40とUSBによる通信を行うユニットである。USB I/F16は、例えば、USBコントローラー、USBコネクタ等を含む。USB I/F16は、LPコントローラー40のUSB I/F46と予め(例えば、製造時などに)接続される。なお、本実施形態では、IJPコントローラー10がUSBホスト、LPコントローラー40がUSBデバイスとして機能する。   The USB I / F 16 is a unit that performs USB communication with the LP controller 40. The USB I / F 16 includes, for example, a USB controller, a USB connector, and the like. The USB I / F 16 is connected to the USB I / F 46 of the LP controller 40 in advance (for example, during manufacturing). In the present embodiment, the IJP controller 10 functions as a USB host and the LP controller 40 functions as a USB device.

I/O制御ASIC17は、入出力装置やインターフェイス装置を制御するユニットである。本実施形態では、I/O制御ASIC17は、I/O装置としての操作パネル20と、I/F装置としてのネットワークI/F15及びUSB I/F16と接続されている。もちろん、ハードディスクドライブ、パラレルI/F等が接続されていてもよい。I/O制御ASIC17は、例えば、ネットワークI/F15又はUSB I/F16を介して受信したデータをRAM13やCPU11に転送したり、RAM13やCPU11から送信されたデータをホストコンピューター2やLPコントローラー40に転送したりする。また、例えば、操作パネル20から出力される信号をRAM13やCPU11に転送したり、RAM13やCPU11から送られた描画データを操作パネル20に転送したりする。   The I / O control ASIC 17 is a unit that controls the input / output device and the interface device. In this embodiment, the I / O control ASIC 17 is connected to an operation panel 20 as an I / O device, and a network I / F 15 and a USB I / F 16 as I / F devices. Of course, a hard disk drive, a parallel I / F, etc. may be connected. For example, the I / O control ASIC 17 transfers data received via the network I / F 15 or the USB I / F 16 to the RAM 13 or the CPU 11, or transmits data transmitted from the RAM 13 or the CPU 11 to the host computer 2 or the LP controller 40. Or transfer. Further, for example, a signal output from the operation panel 20 is transferred to the RAM 13 or the CPU 11, and drawing data sent from the RAM 13 or the CPU 11 is transferred to the operation panel 20.

もちろん、IJPコントローラー10は、上記の構成に限られず、印刷エンジン30において処理可能なデータを生成し、印刷エンジン30による印刷を制御する専用の印刷制御ASICを備えていてもよい。印刷制御ASICは、CPU11に替わって又はCPU11と共同して所定の画像処理(例えば、色変換、圧縮、伸張、2値化)を実行して印刷データを生成する。   Of course, the IJP controller 10 is not limited to the above configuration, and may include a dedicated print control ASIC that generates data that can be processed by the print engine 30 and controls printing by the print engine 30. The print control ASIC generates print data by executing predetermined image processing (for example, color conversion, compression, expansion, binarization) instead of the CPU 11 or in cooperation with the CPU 11.

操作パネル20は、ユーザーとプリンター1との間の入出力インターフェイスとして、プリンター1の筐体に設けられているユニットである。操作パネル20は、例えば、液晶ディスプレイ(Liquid Crystal Display)や有機ELディスプレイ(Electro-Luminescence Display)などのディスプレイと、タッチパネルと、ハードスイッチ等を有する。   The operation panel 20 is a unit provided in the casing of the printer 1 as an input / output interface between the user and the printer 1. The operation panel 20 includes, for example, a display such as a liquid crystal display and an organic EL display (Electro-Luminescence Display), a touch panel, a hard switch, and the like.

印刷エンジン30は、IJPコントローラー10から供給された印刷イメージデータに基づいて、印刷媒体に印刷を行うユニットである。印刷エンジン30は、例えば、インクジェット方式である。もちろん、プリンター1は、インクジェット方式に限られず、プリンター1の基本となる構成がイメージ出力形式の印刷コマンドに対応したプリンターであれば、その他の印刷方式であってもよい。   The print engine 30 is a unit that performs printing on a print medium based on the print image data supplied from the IJP controller 10. The print engine 30 is, for example, an inkjet method. Of course, the printer 1 is not limited to the ink jet method, and may be any other printing method as long as the basic configuration of the printer 1 is a printer corresponding to a print command in the image output format.

LPコントローラー40は、CPU41と、ROM42と、RAM43と、メモリー制御ASIC44と、ネットワークI/F45と、USB I/F46と、I/O制御ASIC47とを備える。   The LP controller 40 includes a CPU 41, a ROM 42, a RAM 43, a memory control ASIC 44, a network I / F 45, a USB I / F 46, and an I / O control ASIC 47.

CPU41は、所定のプログラムを実行して、LPコントローラー40を制御する演算装置である。ROM42は、データやプログラム等を格納する不揮発性メモリーであり、例えば、フラッシュメモリーである。ROM42は、メモリー制御ASIC44ではなく、I/O制御ASIC47に接続されていてもよい。RAM43は、データおよびプログラム等を一時的に記憶する揮発性メモリーであり、例えば、DDR−SDRAMである。   The CPU 41 is an arithmetic device that controls the LP controller 40 by executing a predetermined program. The ROM 42 is a nonvolatile memory that stores data, programs, and the like, and is, for example, a flash memory. The ROM 42 may be connected to the I / O control ASIC 47 instead of the memory control ASIC 44. The RAM 43 is a volatile memory that temporarily stores data, programs, and the like, and is, for example, a DDR-SDRAM.

メモリー制御ASIC44は、ROM42およびRAM43へのアクセスを制御するユニットである。メモリー制御ASIC44は、例えば、USB I/F46及びI/O制御ASIC47を介してIJPコントローラー10から送られてきたデータをCPU41に送ったりRAM43に格納したりする。また、例えば、CPU41やRAM43から取得したデータを、I/O制御ASIC47及びUSB I/F46を介してIJPコントローラー10に出力する。   The memory control ASIC 44 is a unit that controls access to the ROM 42 and the RAM 43. The memory control ASIC 44 sends, for example, data sent from the IJP controller 10 via the USB I / F 46 and the I / O control ASIC 47 to the CPU 41 or stores it in the RAM 43. Further, for example, data acquired from the CPU 41 or the RAM 43 is output to the IJP controller 10 via the I / O control ASIC 47 and the USB I / F 46.

USB I/F46は、IJPコントローラー10とUSBによる通信を行うユニットである。USB I/F46は、例えば、USBコントローラー、USBコネクタ等を含む。   The USB I / F 46 is a unit that performs USB communication with the IJP controller 10. The USB I / F 46 includes, for example, a USB controller, a USB connector, and the like.

I/O制御ASIC47は、インターフェイス装置を制御するユニットである。本実施形態では、I/O制御ASIC47は、I/F装置としてのUSB I/F46と接続されている。I/O制御ASIC47は、例えば、USB I/F46を介して受信したデータをRAM43やCPU41に転送したり、RAM43やCPU41から送信されたデータをIJPコントローラー10に転送したりする。   The I / O control ASIC 47 is a unit that controls the interface device. In this embodiment, the I / O control ASIC 47 is connected to a USB I / F 46 as an I / F device. For example, the I / O control ASIC 47 transfers data received via the USB I / F 46 to the RAM 43 and the CPU 41, and transfers data transmitted from the RAM 43 and the CPU 41 to the IJP controller 10.

なお、ホストコンピューター2は、例えば、各種演算を行うCPUと、CPUが実行するプログラムやデータ等を格納するRAMと、起動に必要なプログラムやデータ等を予め格納するROMと、HDD(Hard Disk Drive)やSSD(Solid State Drive)等の補助記憶装置と、有線LAN等のネットワークに接続して通信を行うネットワークインターフェイス(I/F)と、USBによる通信を行うUSBインターフェイス(I/F)と、CD−ROM等の可搬性を有する可搬型記憶媒体の情報を読み出すメディア読取装置と、ユーザーインターフェイス(UI)画面等を表示するLCDなどの表示装置と、キーボードやマウス等の入力装置とを備える。   The host computer 2 includes, for example, a CPU that performs various operations, a RAM that stores programs and data executed by the CPU, a ROM that stores programs and data necessary for startup, and an HDD (Hard Disk Drive). ) And SSD (Solid State Drive), etc., a network interface (I / F) for communication by connecting to a network such as a wired LAN, a USB interface (I / F) for communication by USB, A media reading device that reads information from a portable storage medium having portability such as a CD-ROM, a display device such as an LCD that displays a user interface (UI) screen, and an input device such as a keyboard and a mouse are provided.

また、プリンタードライバープログラムは、例えば、インターネット等のネットワーク上のサーバーからダウンロードされて、ホストコンピューター2にインストールされ又は更新されることができる。メディア読取装置によりCD−ROM等の記憶媒体から読み出されて、又はUSBインターフェイスによりフラッシュROM等の記憶媒体から読み出されて、ホストコンピューター2にインストールされ又は更新されてもよい。   Further, the printer driver program can be downloaded from a server on a network such as the Internet and installed or updated in the host computer 2. It may be read from a storage medium such as a CD-ROM by a media reading device, or read from a storage medium such as a flash ROM by a USB interface, and installed or updated in the host computer 2.

上記のプリンター1及びホストコンピューター2の構成は、本願発明の特徴を説明するにあたって主要構成を説明したのであって、上記の構成に限られない。また、一般的なプリンター及びホストコンピューターが備える構成を排除するものではない。例えば、プリンター1及びホストコンピューター2は、無線LAN、USB等により通信するようにしてもよい。また、IJPコントローラー10とLPコントローラー40とは、基板が一体となっていてもよい。   The configurations of the printer 1 and the host computer 2 described above are the main configurations in describing the features of the present invention, and are not limited to the configurations described above. Further, the configuration of a general printer and a host computer is not excluded. For example, the printer 1 and the host computer 2 may communicate via a wireless LAN, USB, or the like. Further, the IJP controller 10 and the LP controller 40 may be integrated with a substrate.

次に、上述のプリンター1により実現される本実施形態の特徴的な動作について説明する。   Next, a characteristic operation of the present embodiment realized by the above-described printer 1 will be described.

図2は、プリンター1の機能構成の一例を示すブロック図である。   FIG. 2 is a block diagram illustrating an example of a functional configuration of the printer 1.

プリンター1は、コマンド受信部100と、RGBコマンド解釈部110と、PDLコマンド解釈部400と、RGBコマンド加工部410とを有する。   The printer 1 includes a command receiving unit 100, an RGB command interpreting unit 110, a PDL command interpreting unit 400, and an RGB command processing unit 410.

コマンド受信部100及びRGBコマンド解釈部110は、例えば、CPU11がROM12からRAM13にロードした所定のプログラム(例えば、IJPのファームウェアの一部)を実行することにより、IJPコントローラー10により実現される。もちろん、これらの機能部の一部又は全部の処理は、IJPコントローラー10のASICその他のハードウェアにより実現されてもよい。   The command receiving unit 100 and the RGB command interpreting unit 110 are realized by the IJP controller 10 by executing a predetermined program (for example, a part of IJP firmware) loaded from the ROM 12 to the RAM 13 by the CPU 11. Of course, part or all of the processing of these functional units may be realized by ASIC or other hardware of the IJP controller 10.

所定のプログラムは、例えば、製造時にROM12に書き込まれ、製造後はネットワーク上のサーバーからダウンロードされて更新される。もちろん、持ち運び可能な記録媒体に予め記録されており、当該記録媒体から読み取られて、プリンター1にインストールされたり更新されたりしてもよい。   For example, the predetermined program is written in the ROM 12 at the time of manufacture, and is downloaded from a server on the network and updated after the manufacture. Of course, it may be recorded in advance on a portable recording medium, read from the recording medium, and installed in the printer 1 or updated.

PDLコマンド解釈部400及びRGBコマンド加工部410は、例えば、CPU41がROM42からRAM43にロードした所定のプログラム(例えば、LPのファームウェアの一部)を実行することにより、LPコントローラー40により実現される。もちろん、これらの機能部の一部又は全部の処理は、LPコントローラー40のASICその他のハードウェアにより実現されてもよい。   The PDL command interpretation unit 400 and the RGB command processing unit 410 are realized by the LP controller 40 by, for example, executing a predetermined program (for example, a part of LP firmware) loaded from the ROM 42 to the RAM 43 by the CPU 41. Of course, part or all of the processing of these functional units may be realized by the ASIC of the LP controller 40 or other hardware.

所定のプログラムは、例えば、製造時にROM42に書き込まれ、製造後はネットワーク上のサーバーからダウンロードされて更新される。もちろん、持ち運び可能な記録媒体に予め記録されており、当該記録媒体から読み取られて、プリンター1にインストールされたり更新されたりしてもよい。   The predetermined program is written in the ROM 42 at the time of manufacture, for example, and is downloaded from a server on the network and updated after the manufacture. Of course, it may be recorded in advance on a portable recording medium, read from the recording medium, and installed in the printer 1 or updated.

コマンド受信部100は、PDLコマンドを受信し、PDLコマンド解釈部400に転送する。具体的には、コマンド受信部100は、ホストコンピューター2から送信されたPDLコマンドをネットワークI/F15を介して受信する。また、受信したPDLコマンドを、USB I/F16を介してLPコントローラー40に送信する。このとき、コマンド受信部100は、PDLコマンドの解釈や加工は行わずに、LPコントローラー40にバイパスする。   The command receiving unit 100 receives the PDL command and transfers it to the PDL command interpreting unit 400. Specifically, the command receiving unit 100 receives a PDL command transmitted from the host computer 2 via the network I / F 15. The received PDL command is transmitted to the LP controller 40 via the USB I / F 16. At this time, the command receiving unit 100 bypasses the LP controller 40 without interpreting or processing the PDL command.

PDLコマンド解釈部400は、PDLコマンドを受信し、PDLの解釈を行ってRGBビットマップデータを生成し、RGBコマンド加工部410に出力する。具体的には、PDLコマンド解釈部400は、IJPコントローラー10から送信されたPDLコマンドをUSB I/F46を介して受信する。また、受信したPDLコマンドに基づいてRGBのビットマップデータを生成する。そして、RGBコマンド加工部410に出力する。   The PDL command interpretation unit 400 receives the PDL command, interprets the PDL, generates RGB bitmap data, and outputs it to the RGB command processing unit 410. Specifically, the PDL command interpretation unit 400 receives the PDL command transmitted from the IJP controller 10 via the USB I / F 46. Also, RGB bitmap data is generated based on the received PDL command. Then, the data is output to the RGB command processing unit 410.

なお、PDLコマンドには、印刷対象の印刷データを記述した部分に加え、例えば、両面印刷や割り付け印刷等の印刷エンジンの制御に関連する制御データを含んでいてもよい。この場合、PDLコマンド解釈部400は、印刷データをRGBビットマップデータに変換する処理を行い、RGBビットマップデータとともに制御データをRGBコマンド加工部410に出力する。   Note that the PDL command may include control data related to control of the print engine, such as double-sided printing and layout printing, in addition to the portion describing the print data to be printed. In this case, the PDL command interpretation unit 400 performs processing for converting print data into RGB bitmap data, and outputs control data together with the RGB bitmap data to the RGB command processing unit 410.

RGBコマンド加工部410は、PDLの制御データとRGBビットマップデータを受信し、PDLの解釈を行ってイメージ出力形式のデータに加工し、RGBコマンド解釈部110に送信する。具体的には、RGBコマンド加工部410は、PDLの制御データとRGBビットマップデータを、PDLコマンド解釈部400から受信する。また、受信したPDLの制御データとRGBビットマップデータに基づいて、イメージ出力形式のデータ(RGBコマンド)に変換する。そして、USB I/F46を介してIJPコントローラー10に送信する。   The RGB command processing unit 410 receives the PDL control data and RGB bitmap data, interprets the PDL, processes the data into image output format data, and transmits the data to the RGB command interpretation unit 110. Specifically, the RGB command processing unit 410 receives PDL control data and RGB bitmap data from the PDL command interpretation unit 400. Also, the data is converted into image output format data (RGB command) based on the received PDL control data and RGB bitmap data. Then, the data is transmitted to the IJP controller 10 via the USB I / F 46.

本実施形態では、RGBコマンドとして、例えば、ESC/P−R、Remote等を用いることができる。PDLコマンドとしては、例えば、ESC/P−Page、PostScript、PCL、EJL、PJL等を用いることができる。もちろん、コマンド形式はこれらに限られない。   In the present embodiment, for example, ESC / PR, Remote, etc. can be used as the RGB command. As the PDL command, for example, ESC / P-Page, PostScript, PCL, EJL, PJL, or the like can be used. Of course, the command format is not limited to these.

RGBコマンド解釈部110は、RGBコマンドを受信し、RGBコマンドの解釈を行って印刷イメージデータを生成し、印刷エンジン30に出力する。具体的には、RGBコマンド解釈部110は、LPコントローラー40から送信されたRGBコマンドをUSB I/F16を介して受信する。また、受信したイメージ出力形式の制御データとRGBビットマップデータに基づいて、例えば、CMYK色変換、拡大/縮小、2値化等の処理を行うことにより印刷イメージデータを生成する。そして、印刷イメージデータを印刷エンジン30に出力し、印刷媒体への印刷を実行させる。   The RGB command interpretation unit 110 receives the RGB command, interprets the RGB command, generates print image data, and outputs the print image data to the print engine 30. Specifically, the RGB command interpretation unit 110 receives the RGB command transmitted from the LP controller 40 via the USB I / F 16. Also, based on the received image output format control data and RGB bitmap data, for example, print image data is generated by performing processes such as CMYK color conversion, enlargement / reduction, and binarization. Then, the print image data is output to the print engine 30 to execute printing on the print medium.

以上の各構成要素は、プリンター1の構成を理解容易にするために、主な処理内容に応じて分類したものである。構成要素の分類の仕方や名称によって、本願発明が制限されることはない。プリンター1の構成は、処理内容に応じて、さらに多くの構成要素に分類することもできる。また、1つの構成要素がさらに多くの処理を実行するように分類することもできる。また、各構成要素の処理は、1つのハードウェアで実行されてもよいし、複数のハードウェアで実行されてもよい。   The above components are classified according to main processing contents in order to facilitate understanding of the configuration of the printer 1. The present invention is not limited by the way of classification and names of the constituent elements. The configuration of the printer 1 can be classified into more components depending on the processing content. Moreover, it can also classify | categorize so that one component may perform more processes. Further, the processing of each component may be executed by one hardware or may be executed by a plurality of hardware.

参考のため、本実施形態の特徴を有さない一般的なプリンターについて説明する。図3は、本実施形態の特徴を有さないプリンター1cの機能構成の一例を示すブロック図である。   For reference, a general printer that does not have the characteristics of this embodiment will be described. FIG. 3 is a block diagram illustrating an example of a functional configuration of the printer 1c that does not have the characteristics of the present embodiment.

プリンター1cは、一般的なイメージ出力形式のIJPである。従って、プリンター1cは、IJPコントローラー10cと、印刷エンジン30とを有する。操作パネルを有していていもよい。IJPコントローラー10cには、コマンド受信部100cと、コマンド解釈部110cが構築される。   The printer 1c is a general image output format IJP. Therefore, the printer 1 c includes the IJP controller 10 c and the print engine 30. An operation panel may be provided. In the IJP controller 10c, a command receiving unit 100c and a command interpreting unit 110c are constructed.

コマンド受信部100cは、イメージ出力形式の印刷コマンドを受信し、コマンド解釈部110cに転送する。印刷コマンドとしては、例えば、ESC/P−Raster等のCMYKデータを含むCMYKコマンドや、ESC/P−R等のRGBデータを含むRGBコマンドを受信することができる。   The command receiving unit 100c receives the print command in the image output format and transfers it to the command interpreting unit 110c. As the print command, for example, a CMYK command including CMYK data such as ESC / P-Raster or an RGB command including RGB data such as ESC / P-R can be received.

コマンド解釈部110cは、コマンド受信部100cからRGB又はCMYKの印刷コマンドを受信する。そして、RGBコマンドの場合、例えば、CMYK色変換、拡大/縮小、2値化等の処理を行うことにより印刷イメージデータを生成する。CMYKコマンドの場合、そのまま印刷イメージデータとして生成する、又は、必要な処理を行うことにより印刷イメージデータを生成する。そして、印刷イメージデータを印刷エンジン30に出力し、印刷媒体への印刷を実行させる。   The command interpreter 110c receives an RGB or CMYK print command from the command receiver 100c. In the case of an RGB command, for example, print image data is generated by performing processes such as CMYK color conversion, enlargement / reduction, and binarization. In the case of the CMYK command, print image data is generated as it is, or print image data is generated by performing necessary processing. Then, the print image data is output to the print engine 30 to execute printing on the print medium.

以上、本発明の一実施形態について説明した。本実施形態によれば、イメージ出力形式のプリンターを基本的な構成としたプリンターにおいて、よりコストを低く抑えながらPDL出力形式をサポートすることができる。   The embodiment of the present invention has been described above. According to the present embodiment, in a printer having an image output format printer as a basic configuration, the PDL output format can be supported while further reducing costs.

即ち、本実施形態では、既存のLPのコントローラー及びファームウェアの一部を、IJPに流用している。そして、IJPとLPのインターフェイスとしてRGBコマンドを使用するようにするとともに、LPのファームウェアにPDLコマンドの解釈結果をRGBコマンドに加工する機能を追加している。LPのファームウェアのPDL解釈機能と、IJPのファームウェアには、既存のものを流用して小さな改造(コマンドの送受信先の変更等)が行われる。   That is, in this embodiment, a part of the existing LP controller and firmware is used for IJP. The RGB command is used as an interface between IJP and LP, and a function for processing the interpretation result of the PDL command into an RGB command is added to the LP firmware. For the PDL interpretation function of the LP firmware and the IJP firmware, a small modification (change of command transmission / reception destination, etc.) is performed using the existing one.

このような構成により、単純にIJPのファームウェアにPDLコマンドを解釈する機能を追加する方法や、IJPコントローラーのCPUやメモリー等を置き換える方法と比べ、設計変更をする箇所を低減するとともに、開発・製造コストを低減することができる。   This configuration reduces the number of design changes compared to a method that simply adds a function for interpreting PDL commands to the IJP firmware and a method that replaces the CPU and memory of the IJP controller. Cost can be reduced.

また、IJPにおいてLPのPDLコマンドを使用することができるので、LPからIJPに買い替えをする場合に、ユーザーが新たにIJP専用のプリンタードライバーを置き換えする必要がない。即ち、共通ドライバーなどを継続的に使用することができる。   In addition, since the PDL command of LP can be used in IJP, there is no need for the user to newly replace a printer driver dedicated to IJP when replacing the LP with IJP. That is, a common driver or the like can be used continuously.

なお、上記の本発明の実施形態は、本発明の要旨と範囲を例示することを意図し、限定するものではない。多くの代替物、修正および変形例が当業者にとって明らかである。   The above-described embodiments of the present invention are intended to illustrate the gist and scope of the present invention and are not intended to be limiting. Many alternatives, modifications, and variations will be apparent to those skilled in the art.

例えば、プリンターが、A1等のサイズの用紙に対応したLFP(Large Format Printer:大判プリンター)を基本構成とする場合に、PDLコマンドをLFP用の印刷コマンドに加工する機能をLPコントローラーに構築するようにしてもよい。即ち、RGBコマンド加工部410をLFPコマンド加工部に読み替える。また、RGBコマンド解釈部110をLFPコマンド解釈部に読み替える。このようにすれば、上述したイメージ出力形式のコマンド体系だけでなく、LFPのコマンド体系にも対応することができる。即ち、LFPプリンターを基本的な構成としたプリンターにおいて、よりコストを低く抑えながらPDL出力形式をサポートすることができる。   For example, when the printer has a basic configuration of an LFP (Large Format Printer) corresponding to A1 size paper, the LP controller is configured to process a PDL command into an LFP print command. It may be. That is, the RGB command processing unit 410 is replaced with the LFP command processing unit. In addition, the RGB command interpretation unit 110 is replaced with an LFP command interpretation unit. In this way, not only the image output format command system described above but also the LFP command system can be handled. That is, in a printer having a basic configuration of an LFP printer, the PDL output format can be supported while further reducing the cost.

同様に、例えば、SIDM(Serial Impact Dot Matrix)プリンターを基本的な構成としたプリンターにおいて、PDLコマンドをSIDM用の印刷コマンドに加工する機能をLPコントローラーに構築するようにしてもよい。このようにすれば、SIDMプリンターを基本的な構成としたプリンターにおいて、よりコストを低く抑えながらPDL出力形式をサポートすることができる。   Similarly, for example, in a printer having a basic configuration of an SIDM (Serial Impact Dot Matrix) printer, a function for processing a PDL command into a print command for SIDM may be configured in the LP controller. In this way, the printer with the basic configuration of the SIDM printer can support the PDL output format while keeping the cost low.

なお、本発明は、プリンターだけでなく、プリンター機能を有するコピー機、複合機等の印刷装置全般に適用できる。   The present invention can be applied not only to printers but also to printing apparatuses such as copiers and multifunction machines having a printer function.

1:プリンター、2:ホストコンピューター、3:ネットワーク、10:IJPコントローラー、11:CPU、12:ROM、13:RAM、14:メモリー制御ASIC、15:ネットワークI/F、16:USB I/F、17:I/O制御ASIC、20:操作パネル、30:印刷エンジン、40:LPコントローラー、41:CPU、42:ROM、43:RAM、44:メモリー制御ASIC、46:USB I/F、47:I/O制御ASIC、100:コマンド受信部、110:RGBコマンド解釈部、400:PDLコマンド解釈部、410:RGBコマンド加工部、1c:プリンター、10c:IJPコントローラー、100c:コマンド受信部、110c:コマンド解釈部 1: Printer, 2: Host computer, 3: Network, 10: IJP controller, 11: CPU, 12: ROM, 13: RAM, 14: Memory control ASIC, 15: Network I / F, 16: USB I / F, 17: I / O control ASIC, 20: operation panel, 30: print engine, 40: LP controller, 41: CPU, 42: ROM, 43: RAM, 44: memory control ASIC, 46: USB I / F, 47: I / O control ASIC, 100: command receiving unit, 110: RGB command interpreting unit, 400: PDL command interpreting unit, 410: RGB command processing unit, 1c: printer, 10c: IJP controller, 100c: command receiving unit, 110c: Command interpreter

Claims (5)

ネットワークに接続される情報処理装置であって、
印刷イメージデータに基づいて印刷を行うインクジェット方式の印刷エンジンと、
IJPの機能を制御するIJPモジュールと、
LPの機能を制御するLPモジュールと、
を有し、
前記IJPモジュールは、
DLコマンドを前記ネットワークから受信するコマンド受信手段と、
前記コマンド受信手段により受信されたPDLコマンドを前記LPモジュールに転送する第1通信手段と、
前記LPモジュールから転送されたRGBコマンドを解釈して前記印刷イメージデータを生成する第1コマンド解釈手段と、
を有し、
前記LPモジュールは、
前記IJPモジュールから転送された前記PDLコマンドを解釈してRGBビットマップデータを含む解釈データを出力する第2コマンド解釈手段と、
前記解釈データを加工して前記RGBコマンドとして出力するコマンド加工手段と、
前記コマンド加工手段により出力された前記RGBコマンドを前記IJPモジュールに転送する第2通信手段と、
を有する、
ことを特徴とする情報処理装置。
An information processing apparatus connected to a network,
An inkjet print engine that performs printing based on print image data;
An IJP module that controls IJP functions;
An LP module for controlling the function of the LP;
Have
The IJP module
Command receiving means for receiving a P DL command from the network;
First communication means for transferring a PDL command received by the command receiving means to the LP module ;
A first command interpreting means for generating the print image data by interpreting the RGB command transferred from the LP module,
Have
The LP module
Second command interpretation means for interpreting the PDL command transferred from the IJP module and outputting interpretation data including RGB bitmap data;
Command processing means for processing the interpretation data and outputting the RGB commands;
A second communication means for transferring the RGB command output by the command processing means to the IJP module,
Having
An information processing apparatus characterized by that.
請求項に記載の情報処理装置であって、
前記IJPモジュール及び前記LPモジュールはそれぞれ、CPU及びメモリーを有し、所定のプログラムにより前記の各手段を実現する、
ことを特徴とする情報処理装置。
The information processing apparatus according to claim 1 ,
The IJP module and the LP module each have a CPU and a memory, and realize each of the above means by a predetermined program.
An information processing apparatus characterized by that.
請求項又はに記載の情報処理装置であって、
前記IJPモジュールと前記LPモジュールは、USBにより互いに接続され、
前記第1通信手段及び前記第2通信手段は前記USBを介してコマンドの転送を行う、
ことを特徴とする情報処理装置。
The information processing apparatus according to claim 1 or 2 ,
The IJP module and the LP module are connected to each other by USB,
The first communication means and the second communication means transfer commands via the USB.
An information processing apparatus characterized by that.
請求項1〜いずれか一項に記載の情報処理装置であって、
前記PDLコマンドとして、ESC/P−Page、PostScript、PCL、PJL、及びEJL少なくともいずれか一つが使用され、
前記RGBコマンドとして、ESC/P−R、及びRemoteの少なくともいずれか一つが使用される、
ことを特徴とする情報処理装置。
An information processing apparatus according to any one of claims 1 to 3 ,
As the PDL command, at least one of ESC / P-Page, PostScript, PCL, PJL, and EJL is used.
As the RGB command, at least one of ESC / PR and Remote is used.
An information processing apparatus characterized by that.
ネットワークに接続される情報処理装置における情報処理方法であって、
前記情報処理装置は、
印刷イメージデータに基づいて印刷を行うインクジェット方式の印刷エンジンと、
IJPの機能を制御するIJPモジュールと、
LPの機能を制御するLPモジュールと、
を有し、
前記情報処理方法は、
前記IJPモジュールが、PDLコマンドを前記ネットワークから受信するコマンド受信ステップと、
前記IJPモジュールが、前記コマンド受信ステップで受信された前記PDLコマンドを前記LPモジュールに転送する第1通信ステップと、
前記LPモジュールが、前記IJPモジュールから転送された前記PDLコマンドを解釈してRGBビットマップデータを含む解釈データを出力する第1コマンド解釈ステップと、
前記LPモジュールが、前記解釈データを加工してRGBコマンドとして出力するコマンド加工ステップと、
前記LPモジュールが、前記コマンド加工ステップにより出力された前記RGBコマンドを前記IJPモジュールに転送する第2通信ステップと、
前記IJPモジュールが、前記LPモジュールから転送された前記RGBコマンドを解釈して前記印刷イメージデータを生成する第2コマンド解釈ステップと、
を含む、
ことを特徴とする情報処理方法。
An information processing method in an information processing apparatus connected to a network,
The information processing apparatus includes:
An inkjet print engine that performs printing based on print image data;
An IJP module that controls IJP functions;
An LP module for controlling the function of the LP;
Have
The information processing method includes:
A command receiving step in which the IJP module receives a PDL command from the network;
The IJP module includes a first communication step of transferring the PDL command received by said command receiving step to the LP module,
A first command interpretation step in which the LP module interprets the PDL command transferred from the IJP module and outputs interpretation data including RGB bitmap data;
A command processing step in which the LP module processes the interpretation data and outputs it as an RGB command;
A second communication step in which the LP module transfers the RGB command output in the command processing step to the IJP module ;
The IJP module, a second command interpreting step of generating the print image data by interpreting the RGB command transferred from the LP module,
including,
An information processing method characterized by the above.
JP2010093783A 2010-04-15 2010-04-15 Information processing apparatus and information processing method Expired - Fee Related JP5614084B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010093783A JP5614084B2 (en) 2010-04-15 2010-04-15 Information processing apparatus and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010093783A JP5614084B2 (en) 2010-04-15 2010-04-15 Information processing apparatus and information processing method

Publications (2)

Publication Number Publication Date
JP2011224787A JP2011224787A (en) 2011-11-10
JP5614084B2 true JP5614084B2 (en) 2014-10-29

Family

ID=45040780

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010093783A Expired - Fee Related JP5614084B2 (en) 2010-04-15 2010-04-15 Information processing apparatus and information processing method

Country Status (1)

Country Link
JP (1) JP5614084B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005210275A (en) * 2004-01-21 2005-08-04 Murata Mach Ltd Composite printer
JP4449742B2 (en) * 2004-12-24 2010-04-14 セイコーエプソン株式会社 Data processing apparatus and method

Also Published As

Publication number Publication date
JP2011224787A (en) 2011-11-10

Similar Documents

Publication Publication Date Title
JP5955041B2 (en) Printing system and method
US20100231968A1 (en) Printing management apparatus, printing management method, and program for the same
JP2008152545A (en) Print processing system and print method
JP2011242997A (en) Information processor, print control program and storage medium
US20070223025A1 (en) Printing Apparatus and Method, Computer-Readable Medium, and Computer Data Signal
US9830541B2 (en) Image output system, image output method, document server, and non-transitory computer readable recording medium
US20140368839A1 (en) Method for automatically adjusting size of output image of printer
US9998616B2 (en) Image forming apparatus, non-transitory computer readable recording medium, and information processing system
CN106371776B (en) Printer driver and information processing apparatus
US9036170B2 (en) Relaying device, image processing device, and system comprising image processing device and relaying device
US9747061B2 (en) Recording medium that stores printing program for instructing image forming apparatus of print job based on variable print data
JP2010250373A (en) Information processing apparatus, control method, and program
US8145088B2 (en) Print management apparatus, print management method, computer-readable recording medium, and computer program
JP5614084B2 (en) Information processing apparatus and information processing method
US9030702B2 (en) Client apparatus, printing system, and display method for converting printing formats, generating preview images, and displaying preview images
JP2012252635A (en) Print control device, print control program, and recording medium
US20180196625A1 (en) Server device, recording medium, and information processing system
US11531507B2 (en) Information processing apparatus, method and storage medium for using extension modules to generate print commands compliant with a plurality of different printing protocols
JP7259396B2 (en) printer and module
US8547578B2 (en) Print driver, information processing apparatus, and computer-readable storage medium for generating different types of drawing commands and job commands
US10635367B2 (en) Server apparatus, information processing system, and image forming apparatus
JP2011224786A (en) Information processor and information processing method
JP2010231621A (en) Printing control program, printing data output device, and printing system
JP6007015B2 (en) Image forming apparatus and image forming program
US8699071B2 (en) Image forming apparatus and method of forming an image thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130318

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131210

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140117

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140812

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140825

R150 Certificate of patent or registration of utility model

Ref document number: 5614084

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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