JP2004174756A - Layout processor and processing method, and image forming apparatus - Google Patents

Layout processor and processing method, and image forming apparatus Download PDF

Info

Publication number
JP2004174756A
JP2004174756A JP2002341097A JP2002341097A JP2004174756A JP 2004174756 A JP2004174756 A JP 2004174756A JP 2002341097 A JP2002341097 A JP 2002341097A JP 2002341097 A JP2002341097 A JP 2002341097A JP 2004174756 A JP2004174756 A JP 2004174756A
Authority
JP
Japan
Prior art keywords
image
coordinate position
object information
order
predetermined direction
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
JP2002341097A
Other languages
Japanese (ja)
Other versions
JP4399701B2 (en
Inventor
Atsushi Narisawa
敦 成沢
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 JP2002341097A priority Critical patent/JP4399701B2/en
Publication of JP2004174756A publication Critical patent/JP2004174756A/en
Application granted granted Critical
Publication of JP4399701B2 publication Critical patent/JP4399701B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To enhance throughput in image formation or printing when an image is generated or printed based on a document described by a structured tag language, e.g. XHTML. <P>SOLUTION: A layout processor and an image generating means are provided. The layout processor comprises a means for analyzing a document described by a structured tag language and extracting an object constituting an image, a means for determining the coordinate position in the image of each object, and a means for determining the order of respective objects when they are arranged in a specified direction based on the coordinate position of each object and outputting the information of each object including the coordinate position according to that order. The image generating means generates a partial image for an area on this side in the specified direction of the coordinate position included in the object information in the receiving order thereof. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、構造化タグ言語により記述されたドキュメントを解析して画像を生成する技術に関する。
【0002】
【従来の技術】
XHTML等の構造化タグ言語により記述されたドキュメントに基づいて画像を生成(例えば印刷する)場合、まずドキュメントを解析して、印刷対象の画像を構成するオブジェクト(描画要素:テキスト、イメージ、線など)を抽出し(解析タスク)、次いでオブジェクトをページごとにレイアウトして画像内における座標位置を決定し(レイアウトタスク)、そして各オブジェクトの座標位置に基づいて印字を実行する(印刷タスク)、という枠組みを採る(例えば、特許文献1参照)。
【0003】
【特許文献1】特開2002−91726号公報
【発明が解決しようとする課題】
従来においてXHTML等に対応するプリンタでは、レイアウトタスクは、ドキュメント内におけるオブジェクトの登場順序(抽出順序)に従って、オブジェクトの座標位置を印刷タスクに渡す構成を採る場合が多い。
【0004】
しかし、ドキュメント内のオブジェクトの登場順序(抽出順序)は、必ずしも印刷タスクにおけるオブジェクトの印字順序と一致せず、例えばposition、margin、counter、line−height、img等のタグが存在する場合、ドキュメント内で後に登場するオブジェクトが、ページ上では先に印字されるといった状況が起こり得る。
【0005】
そのため、上記従来の構成のもとでは、印刷タスクは、ページ内の全てのオブジェクトの座標を取得した後でなければ、ページ単位でのオブジェクトの印字順序を確定させることができないという問題が生じる。これは、ページごとに全オブジェクトの座標を取得してからでなければ、画像生成や印刷を開始することができないことを意味するため、印刷等のスループットを低下させる大きな要因となっていた。
【0006】
そこで、本発明は、上記問題を解決し、印刷等のスループットの向上を図ることを目的とする。
【0007】
【課題を解決するための手段】
本発明のレイアウト処理装置は、構造化タグ言語により記述されたドキュメントを解析し、画像を構成するオブジェクトを抽出する手段と、各オブジェクトについて画像内における座標位置を決定する手段と、各オブジェクトの座標位置に基づき、各オブジェクトを所定方向に並べた場合の順序を決定し、該順序に従って座標位置を含む各オブジェクトの情報を出力するオブジェクト情報出力手段と、を備えることを特徴とする。
【0008】
かかる構成のレイアウト処理装置を用いることにより、レイアウト処理装置の出力結果に基づいて画像を生成する場合に、受けとったオブジェクト情報の座標位置までの領域は画像の内容が確定しているものとして動作することが可能となる。その結果、画像を構成する全オブジェクトの情報を受け取るまで待つことなく、画像内容が確定している領域について先行して部分的に画像を生成することができるようになり、画像生成に関するスループットを大きく向上させることができる。
【0009】
本発明の画像形成装置は、本発明のレイアウト処理装置と、オブジェクト情報出力手段より受け取ったオブジェクト情報に基づき画像を生成する画像生成手段と、を備え、前記画像生成手段は、オブジェクト情報を受け取った順に、オブジェクト情報に含まれる座標位置より前記所定方向手前の領域について、部分画像を生成することを特徴とする。
【0010】
かかる構成によれば、画像生成手段は、受けとったオブジェクト情報の座標位置までの領域は画像の内容が確定しているものとして動作することが可能となる。その結果、画像を構成する全オブジェクトの情報を受け取るまで待つことなく、画像内容が確定している領域について先行して部分的に画像を生成することができるようになり、画像生成に関するスループットを大きく向上させることができる。
【0011】
また、部分的に生成した単位で、生成に使用したオブジェクト情報や画像を管理することができるようになるため、バッファの使用効率を大きく向上させることができ、バッファに必要なメモリの低容量化を図って、コスト等を抑制することが可能となる。
【0012】
また本発明の画像形成装置は、本発明のレイアウト処理装置と、座標位置を指定して画像生成を指示するコマンドを出力する指示手段と、前記オブジェクト情報出力手段より受け取ったオブジェクト情報に基づき前記指示手段からのコマンドにより指定された座標位置まで部分的に画像を生成する画像生成手段と、を備え、前記指示手段は、前記出力手段により既に出力したオブジェクト情報、又は前記出力手段が次に出力するオブジェクト情報に含まれる座標位置を指定して、前記コマンドを出力することを特徴とする。
【0013】
かかる構成によれば、画像生成手段は、画像を構成する全オブジェクトの情報を受け取るまで待つことなく、指示コマンドにより指定された座標位置までの領域について先行して部分的に画像を生成することが可能となり、画像生成に関するスループットを大きく向上させることができる。
【0014】
また本発明の画像形成装置は、レイアウト処理系より、画像を構成する各オブジェクトについて、各オブジェクトを所定方向に並べた場合の順序に従って座標位置を含むオブジェクト情報を受け取り、該情報に基づき画像を生成する画像形成装置であって、オブジェクト情報を受け取った順に、オブジェクト情報に含まれる座標位置より前記所定方向手前の領域について、部分画像を生成することを特徴とする。
【0015】
かかる構成によれば、画像形成装置は、受けとったオブジェクト情報の座標位置までの領域は画像の内容が確定しているものとして動作することが可能となる。その結果、画像を構成する全オブジェクトの情報を受け取るまで待つことなく、画像内容が確定している領域について先行して部分的に画像を生成することができるようになり、画像生成に関するスループットを大きく向上させることができる。
【0016】
好適には、前記所定方向に並べた場合の順序は、印刷イメージを生成していく順序、又は記録媒体に印字していく順序であることを特徴とする。
【0017】
また好適には、前記画像生成手段による画像の生成は、イメージバッファにおける印刷イメージの生成、又は/及び記録媒体への印字を含むことを特徴とする。
【0018】
本発明のレイアウト処理方法は、構造化タグ言語により記述されたドキュメントを解析し、画像を構成するオブジェクトを抽出する工程と、各オブジェクトについて画像内における座標位置を決定する工程と、各オブジェクトの座標位置に基づき、各オブジェクトを所定方向に並べた場合の順序を決定し、該順序に従って座標位置を含む各オブジェクトの情報を出力するオブジェクト情報出力工程と、を備えることを特徴とする。
【0019】
また本発明の画像形成方法は、構造化タグ言語により記述されたドキュメントを解析し、画像を構成するオブジェクトを抽出する工程と、各オブジェクトについて画像内における座標位置を決定する工程と、各オブジェクトの座標位置に基づき、各オブジェクトを所定方向に並べた場合の順序を決定し、該順序に従って座標位置を含む各オブジェクトの情報を出力するオブジェクト情報出力工程と、前記オブジェクト情報出力工程が出力するオブジェクト情報に基づき画像を生成する画像生成工程と、を備え、前記画像生成工程は、オブジェクト情報を受け取った順に、オブジェクト情報に含まれる座標位置より前記所定方向手前の領域について、部分画像を生成することを特徴とする。
【0020】
本発明のプログラムは、本発明のレイアウト処理方法又は画像形成方法の各工程をコンピュータ上で実行させることを特徴とする。本発明のプログラムは、CD−ROM、磁気ディスク、半導体メモリなどの各種の記録媒体を通じて、又は通信ネットワークを介して、コンピュータにインストールまたはロードすることができる。
【0021】
なお、本明細書において、「手段」とは、単に物理的手段を意味するものではなく、その「手段」が有する機能をソフトウェアによって実現する場合も含む。また、1つの「手段」が有する機能が2つ以上の物理的手段により実現されても、2つ以上の「手段」の機能が1つの物理的手段により実現されても良い。
【0022】
【発明の実施の形態】
図面を参照して本発明の第1の実施形態を説明する。図1は、本実施形態のプリンタ1のハードウェア構成を表すブロック図である。
【0023】
プリンタ1は、用紙をプリンタ内に供給する給紙機構10、印字を行う印刷エンジン11、及び用紙をプリンタ機外に排出する排紙機構12等により構成される動力機構部2を備える。印刷エンジン11は、紙送機構、キャリッジ機構、印刷ヘッドなどを含んで構成される。
【0024】
印刷エンジン11としては、インクジェットプリンタや熱転写プリンタのように1文字単位で印刷するシリアルプリンタ、1行単位で印刷するラインプリンタ等に対応する各種印刷エンジンを用いることができる。
【0025】
これら動力機構部2を制御し印刷動作を行わせるのは、CPU(プロセッサ)13、ROM14、RAM15、LCDパネル及びLCDコントローラ16、無線通信インタフェース(ブルートゥースIFなど)17、有線通信インタフェース18等からなる情報処理部3である。CPU13は、内部バスを介して各手段14〜18にアクセス可能に構成されており、デジタルカメラ等の端末装置やパソコン等のホスト装置から無線通信インタフェース17又は/及び有線通信インタフェース18を介して送られてくる印刷ジョブに従い、動力機構部2を制御して実際に印刷動作を行なわせる(以下、印刷ジョブを送信する側の装置をクライアント装置と呼ぶ)。
【0026】
動力機構部2、情報処理部3の構成・動作は原則として従来のプリンタ装置の構成・動作と同様である。例えば、本プリンタ1は、印刷ジョブとして、XHTML等の構造化タグ言語により記述されたドキュメント(CSSファイルを含む)を受け付け(受信タスク)、これを解析して画像を構成するオブジェクトを抽出し(解析タスク)、各オブジェクトの画像内における座標位置を決定し(レイアウトタスク)、座標位置を含むオブジェクト情報に基づいて印刷を実行する機能を備えている(印刷タスク)。
【0027】
ただし、本プリンタ1のレイアウトタスクは、オブジェクトの座標位置を決定した後、各オブジェクトの座標位置に基づき、各オブジェクトを所定方向(例えば、印字する場合の副走査方向)に並べた場合の順序を決定し、該順序に従って座標位置を含む各オブジェクトの情報を印刷タスクへ出力する機能を備えている点で、従来の構成と異なっている。
【0028】
図2に、情報処理部3における主要な機能構成図を示す。図に示すように、情報処理部3は、受信系20、レイアウト系30、印刷系40を備えて構成される。また、受信系20は、受信手段21、受信バッファ22等を備えており、レイアウト系30は、解析手段31、レイアウト決定手段32、オブジェクト情報出力手段33等を備えており、印刷係40は、オブジェクト情報受付手段41、画像生成手段42、印刷制御手段43、オブジェクト情報記憶バッファ44、イメージバッファ45等を備えて構成される。
【0029】
情報処理部3は、上記の各手段のほか、一般的なプリンタが備える画像処理(画像伸長処理、サイズ変換処理、ノイズ除去処理など)手段などを備えていてもよい。
【0030】
情報処理部3が備える各手段は、ROM14又はRAM15に格納されるアプリケーションプログラムをCPU13が実行することにより機能的に実現される。CPU13は、リアルタイムマルチタスクOS上で、各手段を実現するプログラムを実行することが望ましい。
【0031】
このようにアプリケーションプログラムを実行することにより実現される機能手段は、タスク(又はプロセス)として把握することができる。すなわち、受信手段、解析手段、レイアウト決定手段、オブジェクト情報出力手段、オブジェクト情報受付手段、画像生成手段、印刷制御手段は、それぞれ、情報処理部3において実行される受信タスク、解析タスク、レイアウト決定タスク、オブジェクト情報出力タスク、オブジェクト情報受付タスク、画像生成タスク、印刷制御タスクとして把握できる。以下、「手段」と「タスク」を特に区別する必要のない限り、「タスク」に統一して記載する。
【0032】
以下、図3〜図6に示すフローチャートを参照して、各手段の動作について説明する。なお、各工程(符号が付与されていない部分的な工程を含む)は処理内容に矛盾を生じない範囲で任意に順番を変更して又は並列に実行することができる。
【0033】
受信タスク21は、クライアント装置より、ネットワークを介して、例えばXHTMLにより記述されたドキュメントを受信し、これを受信バッファ22に格納する。
【0034】
解析タスク31は、受信バッファよりドキュメントを読出し、文書構造を解析して、該ドキュメントに含まれるオブジェクト(描画要素;テキスト、イメージ、ボーダーなど)を抽出する(S100)。解析タスク31は、従来のXHTML対応プリンタが備えているものと同様に構成することができる。
【0035】
レイアウトタスク32は、抽出されたオブジェクトの情報及びレイアウト情報(CSSファイルなど)に基づき、ページごとに印刷対象の画像を構成する各オブジェクトの座標位置を決定する(S101)。
【0036】
ここで、ページとは、画像の生成単位(印刷単位)であり、例えば用紙に印刷する場合であれば、用紙1枚分の画像に相当する。
【0037】
また、オブジェクトの座標位置は、図7に示すように、画像の左上(走査開始位置)を原点とし、印字する場合の右方向(主走査方向)を+X方向、下方向(副走査方向;紙送り方向)を+Y方向とした場合の、オブジェクトを包含する最小矩形領域の座標として特定することができる。
【0038】
なお、レイアウトタスク32についても、従来のXHTML対応プリンタが備えているものと同様に構成することができる。
【0039】
オブジェクト情報出力タスク33は、画像を構成する各オブジェクトの座標位置に基づき、ページごとに各オブジェクトを所定方向に並べた場合の順序を決定し、該順序に従って座標位置を含む各オブジェクトの情報をオブジェクト情報受付手段40へ出力する(S102)。
【0040】
ここで、前記所定方向に並べた場合の順序は、印刷係40において印刷イメージを生成していく順序、又は印刷エンジン11において紙等の記録媒体に印字をしていく順序である。従って一般的には、前記所定方向は下方向(副走査方向)となり、各オブジェクトを下方向に並べた場合の順序は、オブジェクト領域の4頂点座標のうち原点に近い上側頂点の座標(左上座標又は右上座標)を基準として下方向に昇べき順に並べた場合の順序となる。例えば、図7に示す例では、テキストオブジェクト100、イメージオブジェクト101、ボーダーオブジェクト102、テキストオブジェクト103、イメージオブジェクト104を下方向に並べた場合の順序は、101、100、102、103、104となる。
【0041】
なお、順序を決定するためのアルゴリズムとしては、種々の周知のソーティングアルゴリズムを用いることができる。ただし、順序を決定する処理となっていれば足り、実際に順番を並べ替えることまでは必ずしも必要でない。
【0042】
オブジェクト情報出力タスク33が出力するオブジェクト情報は、テキストオブジェクトの場合、描画命令、フォント情報(フォントタイプ、サイズ、色など)、文字コード、オブジェクトの座標位置等の情報を含む。また、イメージオブジェクトの場合、描画命令、イメージの格納場所、イメージの出力サイズ、オブジェクトの座標位置等の情報を含む。ボーダーオブジェクトの場合、描画命令、線種(実線、破線など)、色、太さ、オブジェクトの座標位置等の情報を含む。
【0043】
オブジェクト情報受付タスク41は、オブジェクト情報出力タスク33からオブジェクト情報が送られてくるのを監視し(S200)、送られてきた場合にオブジェクト情報記憶バッファ44に格納する(S201)。
【0044】
次に、オブジェクト情報受付タスク41は、受け付けたオブジェクト情報から座標位置(出力順序を決定する際に基準とした座標)を抽出し、これを画像生成境界座標として記憶する(S202)。
【0045】
次に、オブジェクト情報受付タスク41は、1ページ分の全オブジェクト情報を受け付けたかどうかを判断し(S203)、受け付けた場合は、画像生成境界座標を0に初期化してS200に戻り(S204)、そうでない場合は、そのままS200に戻る。
【0046】
画像生成タスク42は、前記画像生成境界座標が更新されるのを監視し、更新された場合、S301に進む(S300)。
【0047】
画像生成タスク42は、(ページ内における印刷イメージ生成済みの領域の下側の座標)<(更新後の画像生成境界座標)が成立するかどうかを判断し(S301)、すなわち、更新後の画像生成境界座標より下方向手前の領域のうち、まだ印刷イメージを生成していない領域(未生成領域)があるかどうかを判断し、成立する場合(未生成領域がある場合)、S302に進む。
【0048】
画像生成タスク42は、オブジェクト情報記憶バッファ44から必要なオブジェクト情報を読み出し、未生成領域について部分的に印刷イメージを生成して、イメージバッファ45に格納する(S302)。
【0049】
次に、画像生成タスク42は、オブジェクト情報記憶バッファ44に格納されているオブジェクト情報のうち、印刷イメージの生成が終了しているものについて、該バッファから解放した後、S300に戻る(S303)。
【0050】
印刷制御タスク51は、イメージバッファ45に未印刷の印刷イメージがあるかどうか判断し、ある場合、S401に進む(S400)。
【0051】
印刷制御タスク51は、印刷制御処理を実行する(S401)。例えば、印刷エンジン11等に対して所定の指示(印字要求、紙送り要求、給紙/排紙要求など)を出力し、未印刷の印刷イメージについてイメージバッファ45から印刷エンジン11に転送して、印刷エンジン11を制御しながら紙等の記録媒体への印字を実行する(S401)。
【0052】
次に、印刷制御タスク51は、イメージバッファ45に格納されている印刷イメージのうち、印刷が終了しているものについて、イメージバッファ45から解放した後、S400に戻る(S402)。
【0053】
このように、本実施形態では、各オブジェクト情報の座標位置に基づいて、印刷係40において印刷イメージを生成していく順序、又は印刷エンジン11において紙等の記録媒体に印字をしていく順序に従って、レイアウト系30が印刷係40にオブジェクト情報を渡す構成としているため、印刷系40では、受けとったオブジェクト情報の座標位置(出力順序を決定する際に基準とした座標)までの領域は画像の内容が確定しているものとして、すなわち、以降に受け取るオブジェクト情報によっては画像の内容が影響を受けない(重ならない)ものとして動作することが可能となる。その結果、印刷系40において、ページ内の全オブジェクト情報を受け取るまで待つことなく、画像内容が確定している領域について先行して部分的に印刷イメージを生成し、該生成した印刷イメージについて先行して部分的に記録媒体に印字することができるようになり、印刷等のスループットを大きく向上させることができる。
【0054】
また、ページ内で部分的に印刷イメージの生成、記録媒体への印字が可能となることから、ページ単位ではなく、部分的に生成した単位で、生成に使用したオブジェクト情報や印刷イメージ自体を管理することができるようになる。その結果、バッファの使用効率を大きく向上させることができ、バッファに必要なメモリの低容量化を図って、コスト等を抑制することが可能となる。
【0055】
(変形例)
本発明は上記実施形態に限定されることなく、種々に変形して適用することが可能である。
【0056】
例えば、上記実施形態では、印刷タスクが自動的に部分画像を生成する構成としているが、かかる構成に代えて、印刷タスクが部分画像の生成指示を受け取り、該指示に基づいて部分画像を生成するように構成してもよい。
【0057】
この場合、プリンタ1は、印刷タスクに対して画像生成を指示するコマンドを出力する指示タスク(指示手段)を備える。かかる指示タスクは、例えばオブジェクト情報出力タスク33が兼ねる構成としてもよく、また図8に示すように、レイアウト系20とは別途設ける構成としてもよい。
【0058】
指示タスクは、オブジェクト情報出力タスク33が既に出力したオブジェクト情報、又は次に出力するオブジェクト情報に含まれる座標位置(出力順序を決定する際に基準とした座標)を指定して、指示コマンドを出力する。例えば、オブジェクト情報出力タスク33がオブジェクトA、B、Cについて順にオブジェクト情報を出力する場合、指示タスクは、AB間のタイミングにおいて、オブジェクトA又はBの座標位置を指定して、BC間のタイミングにおいて、オブジェクトA、B又はCの座標位置を指定して、指示コマンドを出力することができる。ただし、印刷等のスループットをより向上させるためには、早いタイミングで部分画像を生成できるように、次に出力するオブジェクト情報に含まれる座標位置を指定する(AB間のタイミングでは、オブジェクトBの座標位置を指定し、BC間のタイミングでは、オブジェクトCの座標位置を指定する)ことが望ましい。
【0059】
上記のように指示タスクを設ける場合、オブジェクト情報受付タスク41に関し、S201の工程(受け付けたオブジェクト情報から座標位置を抽出して画像生成境界座標として記憶する工程)は必要なくなる。また、画像生成タスク42については、画像生成境界座標が更新されるのを監視する代わりに、指示タスクより指示コマンドを受け取った場合に、オブジェクト情報記憶バッファ44から必要なオブジェクト情報を読み出し、まだ画像を生成していない領域のうち、指示コマンドにより指定された座標位置まで部分的に画像を生成するように処理を構成する。
【0060】
このように構成した場合、上記実施形態と同様に、印刷系40において、ページ内の全オブジェクト情報を受け取るまで待つことなく、指示コマンドにより指定された座標位置までの領域について先行して部分的に印刷イメージを生成し、該生成した印刷イメージについて先行して部分的に記録媒体に印字することができるようになり、印刷等のスループットの向上、バッファの使用効率の向上、バッファに必要なメモリの低容量化、コスト等の抑制を図ることができる。
【0061】
また例えば、上記実施形態では、画像生成タスク42が、(ページ内における印刷イメージ生成済みの領域の下側の座標)<(更新後の画像生成境界座標)が成立する都度、すなわち、印刷イメージ未生成領域が生じる都度、部分的に印刷イメージを生成する構成としているが、本発明はこのような構成に限られるものではない。例えば、(更新後の画像生成境界座標)−(ページ内における印刷イメージ生成済みの領域の下側の座標)>(閾値)が成立する場合に、すなわち、印刷イメージ未生成領域が一定の大きさ以上となった場合に、部分的に印刷イメージを生成する構成としてもよい。
【0062】
また例えば、上記実施形態では、ページごとに画像を構成する各オブジェクトの座標位置を決定するなど、ページ単位で処理を構成しているが、本発明はこのような構成に限られるものではない。例えば、ページ内の一部の範囲や、1ページ以上の範囲について、本発明を適用する構成としてもよい。
【0063】
最後に、本発明は、例えばインクジェットプリンタ、ラベルプリンタ等の一般的にプリンタと呼ばれる機器のほか、構造化タグ言語により記述されたドキュメントに基づき画像を形成する機能を備えた種々の情報処理装置(コピー機、ファックス、ハンディターミナルなど)に対しても適用できる。
【図面の簡単な説明】
【図1】第1実施形態におけるプリンタのハードウェア構成を示すブロック図である。
【図2】第1実施形態における情報処理部の機能構成図を示すブロック図である。
【図3】レイアウト系の動作を示すフローチャートである。
【図4】オブジェクト情報受付タスクの動作を示すフローチャートである。
【図5】画像生成タスクの動作を示すフローチャートである。
【図6】印刷制御タスクの動作を示すフローチャートである。
【図7】オブジェクトの座標位置を説明するための図である。
【図8】変形例における情報処理部の機能構成図を示すブロック図である。
【符号の説明】
1 プリンタ、2 動力機構部、3 情報処理部、10 給紙機構、11 印刷エンジン、12 排紙機構、13 CPU、14 ROM、15 RAM、16 LCDパネル及びLCDコントローラ、17 無線通信インタフェース、18 有線通信インタフェース、20 受信系、21 受信手段、22 受信バッファ、30 レイアウト系、31 解析手段、32 レイアウト手段、33 オブジェクト情報出力手段、40 印刷系、41 オブジェクト情報受付手段、42 画像生成手段、43 印刷制御手段、44 オブジェクト情報記憶バッファ、45 イメージバッファ
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a technique for analyzing a document described in a structured tag language to generate an image.
[0002]
[Prior art]
When an image is generated (for example, printed) based on a document described in a structured tag language such as XHTML or the like, first, the document is analyzed and objects (drawing elements: text, image, line, etc.) constituting an image to be printed are first analyzed. ) Is extracted (analysis task), then the objects are laid out for each page to determine the coordinate position in the image (layout task), and printing is performed based on the coordinate position of each object (print task). A framework is adopted (for example, see Patent Document 1).
[0003]
[Patent Document 1] Japanese Patent Application Laid-Open No. 2002-91726 [Problems to be Solved by the Invention]
2. Description of the Related Art Conventionally, a printer supporting XHTML or the like often adopts a configuration in which a layout task transfers a coordinate position of an object to a print task in accordance with an appearance order (extraction order) of objects in a document.
[0004]
However, the appearance order (extraction order) of the objects in the document does not always match the printing order of the objects in the print task. For example, when tags such as position, margin, counter, line-height, and img are present, the document contains Thus, a situation may occur in which objects appearing later are printed first on the page.
[0005]
Therefore, in the above-described conventional configuration, there is a problem that the printing task cannot determine the printing order of the objects in page units unless the printing task has acquired the coordinates of all the objects in the page. This means that image generation and printing cannot be started until the coordinates of all objects have been acquired for each page, which has been a major factor in lowering the throughput of printing and the like.
[0006]
Therefore, an object of the present invention is to solve the above-mentioned problem and improve the throughput of printing and the like.
[0007]
[Means for Solving the Problems]
The layout processing apparatus of the present invention analyzes a document described in a structured tag language, extracts an object constituting an image, determines a coordinate position of each object in an image, and coordinates of each object. Object information output means for determining the order in which the objects are arranged in a predetermined direction based on the position, and outputting information of each object including the coordinate position according to the order.
[0008]
By using the layout processing device having such a configuration, when an image is generated based on the output result of the layout processing device, the region up to the coordinate position of the received object information operates as if the content of the image is determined. It becomes possible. As a result, it is possible to partially generate an image in advance for an area where the image content is determined without waiting for the information of all objects constituting the image to be received, thereby increasing the throughput relating to the image generation. Can be improved.
[0009]
An image forming apparatus according to the present invention includes: the layout processing apparatus according to the present invention; and an image generating unit that generates an image based on the object information received from the object information output unit, wherein the image generating unit receives the object information. It is characterized in that partial images are sequentially generated for an area in the predetermined direction before the coordinate position included in the object information.
[0010]
According to this configuration, the image generating unit can operate assuming that the area up to the coordinate position of the received object information has determined the content of the image. As a result, it is possible to partially generate an image in advance for an area where the image content is determined without waiting for the information of all objects constituting the image to be received, thereby increasing the throughput relating to the image generation. Can be improved.
[0011]
In addition, since the object information and images used for generation can be managed in units generated partially, the buffer use efficiency can be greatly improved, and the memory required for the buffer can be reduced. Thus, costs and the like can be suppressed.
[0012]
The image forming apparatus according to the present invention further includes a layout processing apparatus according to the present invention, instruction means for outputting a command for designating an image by designating a coordinate position, and the instruction based on the object information received from the object information output means. Image generation means for partially generating an image up to a coordinate position specified by a command from the means, wherein the instruction means outputs the object information already output by the output means, or the output means outputs next. The command is output by specifying a coordinate position included in the object information.
[0013]
According to such a configuration, the image generating unit can partially generate an image in advance of an area up to the coordinate position designated by the instruction command without waiting for receiving information on all objects forming the image. This makes it possible to greatly improve the throughput related to image generation.
[0014]
Further, the image forming apparatus of the present invention receives, from the layout processing system, object information including a coordinate position in accordance with the order in which the objects are arranged in a predetermined direction, and generates an image based on the information. An image forming apparatus configured to generate partial images of an area in a predetermined direction before a coordinate position included in the object information in the order in which the object information is received.
[0015]
According to this configuration, the image forming apparatus can operate assuming that the area up to the coordinate position of the received object information has determined the content of the image. As a result, it is possible to partially generate an image in advance for an area where the image content is determined without waiting for the information of all objects constituting the image to be received, thereby increasing the throughput relating to the image generation. Can be improved.
[0016]
Preferably, the order in which the images are arranged in the predetermined direction is an order in which print images are generated or an order in which print images are printed on a recording medium.
[0017]
Preferably, the generation of the image by the image generation means includes generation of a print image in an image buffer and / or printing on a recording medium.
[0018]
A layout processing method according to the present invention analyzes a document described in a structured tag language, extracts objects constituting an image, determines a coordinate position of each object in an image, and coordinates of each object. An object information output step of determining an order when the objects are arranged in a predetermined direction based on the position, and outputting information of each object including a coordinate position according to the order.
[0019]
Further, the image forming method of the present invention analyzes a document described in a structured tag language and extracts objects constituting an image, a step of determining a coordinate position in the image for each object, a step of An object information output step of determining an order when each object is arranged in a predetermined direction based on the coordinate position, and outputting information of each object including the coordinate position according to the order; and object information output by the object information output step. An image generation step of generating an image based on the object information, in the order in which the object information is received, generating a partial image for a region in the predetermined direction before the coordinate position included in the object information. Features.
[0020]
A program according to the present invention causes a computer to execute each step of the layout processing method or the image forming method according to the present invention. The program of the present invention can be installed or loaded on a computer through various recording media such as a CD-ROM, a magnetic disk, and a semiconductor memory, or via a communication network.
[0021]
In this specification, “means” does not simply mean physical means, but also includes a case where functions of the “means” are realized by software. Further, the function of one “means” may be realized by two or more physical means, or the functions of two or more “means” may be realized by one physical means.
[0022]
BEST MODE FOR CARRYING OUT THE INVENTION
A first embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram illustrating a hardware configuration of the printer 1 according to the present embodiment.
[0023]
The printer 1 includes a paper feed mechanism 10 for feeding paper into the printer, a print engine 11 for printing, and a power mechanism 2 including a paper discharge mechanism 12 for discharging paper to the outside of the printer. The print engine 11 includes a paper feed mechanism, a carriage mechanism, a print head, and the like.
[0024]
As the print engine 11, various print engines such as an ink-jet printer and a thermal transfer printer, which correspond to a serial printer that prints in one-character units, a line printer that prints in one-line units, and the like can be used.
[0025]
The power mechanism 2 is controlled by the CPU (processor) 13, the ROM 14, the RAM 15, the LCD panel and LCD controller 16, a wireless communication interface (such as a Bluetooth IF) 17, a wired communication interface 18, and the like. The information processing unit 3. The CPU 13 is configured to be able to access each of the units 14 to 18 via an internal bus, and to transmit data from a terminal device such as a digital camera or a host device such as a personal computer via the wireless communication interface 17 and / or the wired communication interface 18. In accordance with the received print job, the power mechanism 2 is controlled to actually perform a printing operation (hereinafter, a device that transmits a print job is referred to as a client device).
[0026]
The configuration and operation of the power mechanism unit 2 and the information processing unit 3 are basically the same as the configuration and operation of the conventional printer. For example, the printer 1 receives a document (including a CSS file) described in a structured tag language such as XHTML as a print job (reception task), analyzes the received task, and extracts an object constituting an image ( An analysis task), a function of determining the coordinate position of each object in the image (layout task), and executing printing based on the object information including the coordinate position (print task).
[0027]
However, the layout task of the printer 1 determines the coordinate positions of the objects, and then determines the order in which the objects are arranged in a predetermined direction (for example, the sub-scanning direction when printing) based on the coordinate positions of the objects. It differs from the conventional configuration in that it has a function of determining and outputting information of each object including the coordinate position to the print task in accordance with the order.
[0028]
FIG. 2 shows a main functional configuration diagram of the information processing unit 3. As shown in the figure, the information processing unit 3 includes a receiving system 20, a layout system 30, and a printing system 40. The receiving system 20 includes a receiving unit 21, a receiving buffer 22, and the like. The layout system 30 includes an analyzing unit 31, a layout determining unit 32, an object information output unit 33, and the like. It comprises an object information receiving unit 41, an image generating unit 42, a print control unit 43, an object information storage buffer 44, an image buffer 45, and the like.
[0029]
The information processing section 3 may include image processing (image decompression processing, size conversion processing, noise removal processing, and the like) included in a general printer, in addition to the above-described units.
[0030]
Each unit included in the information processing unit 3 is functionally realized by the CPU 13 executing an application program stored in the ROM 14 or the RAM 15. It is desirable that the CPU 13 executes a program for realizing each unit on the real-time multitask OS.
[0031]
The function means realized by executing the application program as described above can be grasped as a task (or a process). That is, the reception unit, the analysis unit, the layout determination unit, the object information output unit, the object information reception unit, the image generation unit, and the print control unit are respectively a reception task, an analysis task, and a layout determination task executed in the information processing unit 3. , An object information output task, an object information reception task, an image generation task, and a print control task. Hereinafter, "means" and "tasks" are collectively described as "tasks" unless it is particularly necessary to distinguish between them.
[0032]
The operation of each means will be described below with reference to the flowcharts shown in FIGS. Note that each step (including partial steps without reference numerals) can be executed in an arbitrary order or in parallel without changing the processing contents.
[0033]
The reception task 21 receives a document described in, for example, XHTML from the client device via the network, and stores the document in the reception buffer 22.
[0034]
The analysis task 31 reads a document from the reception buffer, analyzes the document structure, and extracts objects (drawing elements; text, image, border, etc.) included in the document (S100). The analysis task 31 can be configured in the same manner as a conventional XHTML-compatible printer.
[0035]
The layout task 32 determines the coordinate position of each object constituting an image to be printed for each page based on the extracted object information and layout information (such as a CSS file) (S101).
[0036]
Here, a page is a generation unit (printing unit) of an image, and for example, in the case of printing on paper, corresponds to an image of one sheet.
[0037]
As shown in FIG. 7, the coordinate position of the object has the origin at the upper left of the image (scanning start position), the right direction (main scanning direction) when printing, and the lower direction (sub scanning direction; paper). When the (feeding direction) is set to the + Y direction, the coordinates can be specified as the coordinates of the minimum rectangular area including the object.
[0038]
It should be noted that the layout task 32 can be configured in the same manner as that provided in a conventional XHTML-compatible printer.
[0039]
The object information output task 33 determines the order when each object is arranged in a predetermined direction for each page based on the coordinate position of each object constituting the image, and outputs information of each object including the coordinate position according to the order. The information is output to the information receiving means 40 (S102).
[0040]
Here, the order in which the print images are arranged in the predetermined direction is the order in which the print engineer 40 generates print images, or the order in which the print engine 11 prints on a recording medium such as paper. Therefore, in general, the predetermined direction is a downward direction (sub-scanning direction), and when the objects are arranged in a downward direction, the order of the upper vertex (upper left coordinate) closer to the origin among the four vertex coordinates of the object area is Or upper right coordinates) in the order of ascending downwards. For example, in the example shown in FIG. 7, the order when the text object 100, the image object 101, the border object 102, the text object 103, and the image object 104 are arranged in the downward direction is 101, 100, 102, 103, 104. .
[0041]
Various well-known sorting algorithms can be used as the algorithm for determining the order. However, it suffices if the processing is for determining the order, and it is not always necessary to actually rearrange the order.
[0042]
In the case of a text object, the object information output by the object information output task 33 includes information such as a drawing command, font information (font type, size, color, etc.), character code, and coordinate position of the object. In the case of an image object, the information includes information such as a drawing command, a storage location of the image, an output size of the image, and a coordinate position of the object. In the case of a border object, the information includes a drawing command, a line type (solid line, broken line, etc.), color, thickness, coordinate position of the object, and the like.
[0043]
The object information reception task 41 monitors that object information has been sent from the object information output task 33 (S200), and when sent, stores it in the object information storage buffer 44 (S201).
[0044]
Next, the object information reception task 41 extracts a coordinate position (coordinates used as a reference when determining the output order) from the received object information and stores the extracted coordinates as image generation boundary coordinates (S202).
[0045]
Next, the object information reception task 41 determines whether or not all the object information for one page has been received (S203), and if received, initializes the image generation boundary coordinates to 0 and returns to S200 (S204). Otherwise, the process returns to S200.
[0046]
The image generation task 42 monitors that the image generation boundary coordinates are updated, and when the coordinates are updated, proceeds to S301 (S300).
[0047]
The image generation task 42 determines whether or not (lower coordinates of the area where the print image has been generated in the page) <(updated image generation boundary coordinates) holds (S301), that is, the updated image. It is determined whether there is an area (a non-generated area) in which the print image has not yet been generated in the area below the generation boundary coordinates, and if it is satisfied (there is an ungenerated area), the process proceeds to S302.
[0048]
The image generation task 42 reads necessary object information from the object information storage buffer 44, partially generates a print image for an ungenerated area, and stores the print image in the image buffer 45 (S302).
[0049]
Next, the image generation task 42 releases the object information stored in the object information storage buffer 44 for which print image generation has been completed from the buffer, and then returns to S300 (S303).
[0050]
The print control task 51 determines whether there is an unprinted print image in the image buffer 45, and if so, proceeds to S401 (S400).
[0051]
The print control task 51 executes a print control process (S401). For example, predetermined instructions (print request, paper feed request, paper feed / discharge request, etc.) are output to the print engine 11 and the like, and an unprinted print image is transferred from the image buffer 45 to the print engine 11, Printing on a recording medium such as paper is executed while controlling the print engine 11 (S401).
[0052]
Next, the print control task 51 releases, from the image buffer 45, the print image that has been printed out of the print images stored in the image buffer 45, and then returns to S400 (S402).
[0053]
As described above, in the present embodiment, based on the coordinate position of each object information, the print engineer 40 generates the print image in accordance with the order in which the print image is generated or the print engine 11 prints the image on a recording medium such as paper. Since the layout system 30 passes the object information to the printing section 40, the area up to the coordinate position of the received object information (the coordinates used as a reference when determining the output order) is the content of the image. Is determined, that is, the content of the image is not affected (does not overlap) by the object information received thereafter. As a result, in the printing system 40, a print image is partially generated in advance for an area where the image content is determined without waiting for reception of all the object information in the page, and the print image is generated in advance for the generated print image. As a result, printing can be partially performed on the recording medium, and the throughput of printing and the like can be greatly improved.
[0054]
In addition, since the print image can be partially generated within the page and printed on the recording medium, the object information used for generation and the print image itself can be managed in a partially generated unit instead of a page unit. Will be able to As a result, the use efficiency of the buffer can be greatly improved, the capacity of the memory required for the buffer can be reduced, and the cost and the like can be suppressed.
[0055]
(Modification)
The present invention is not limited to the above embodiment, but can be applied in various modifications.
[0056]
For example, in the above embodiment, the print task is configured to automatically generate a partial image. However, instead of such a configuration, the print task receives a partial image generation instruction and generates a partial image based on the instruction. It may be configured as follows.
[0057]
In this case, the printer 1 includes an instruction task (instruction unit) that outputs a command for instructing the print task to generate an image. Such an instruction task may be configured to also serve as the object information output task 33, for example, or may be provided separately from the layout system 20, as shown in FIG.
[0058]
The instruction task outputs the instruction command by designating the coordinate position (the coordinate used as a reference when determining the output order) included in the object information already output by the object information output task 33 or the object information to be output next. I do. For example, when the object information output task 33 sequentially outputs the object information for the objects A, B, and C, the instruction task specifies the coordinate position of the object A or B at the timing between AB and the timing at the timing between BC. , An instruction command can be output by designating the coordinate position of the object A, B or C. However, in order to further improve the throughput of printing or the like, the coordinate position included in the object information to be output next is specified so that the partial image can be generated at an earlier timing (at the timing between AB, the coordinate position of the object B is specified). It is desirable to specify the position and specify the coordinate position of the object C at the timing between BC).
[0059]
When the instruction task is provided as described above, the step of S201 (the step of extracting a coordinate position from the received object information and storing the coordinate position as the image generation boundary coordinate) is not necessary for the object information reception task 41. For the image generation task 42, instead of monitoring that the image generation boundary coordinates are updated, when an instruction command is received from the instruction task, necessary object information is read from the object information storage buffer 44, and the image generation task 42 is not updated. The processing is configured to partially generate an image up to the coordinate position specified by the instruction command in the area where is not generated.
[0060]
In such a configuration, similarly to the above-described embodiment, the printing system 40 does not wait until all the object information in the page is received, and the printing area 40 partially precedes the area up to the coordinate position designated by the instruction command. A print image can be generated, and the generated print image can be partially printed on a recording medium in advance, thereby improving the throughput of printing and the like, improving the use efficiency of the buffer, and improving the memory required for the buffer. It is possible to reduce the capacity and the cost.
[0061]
Further, for example, in the above embodiment, the image generation task 42 determines that (the coordinates of the lower side of the area where the print image has been generated in the page) <(updated image generation boundary coordinates), that is, Each time a generation area is generated, a print image is partially generated. However, the present invention is not limited to such a configuration. For example, when (updated image generation boundary coordinates) − (lower coordinates of a print image generated area in a page)> (threshold) is satisfied, that is, the print image non-generation area has a certain size. In the case described above, the print image may be partially generated.
[0062]
Further, for example, in the above embodiment, the processing is configured on a page basis, such as determining the coordinate position of each object configuring the image for each page, but the present invention is not limited to such a configuration. For example, the present invention may be applied to a part of a page or a range of one or more pages.
[0063]
Finally, the present invention provides various types of information processing apparatuses (e.g., inkjet printers, label printers, etc.) having a function of forming an image based on a document described in a structured tag language, in addition to devices generally called printers. Copy machines, fax machines, handy terminals, etc.)
[Brief description of the drawings]
FIG. 1 is a block diagram illustrating a hardware configuration of a printer according to a first embodiment.
FIG. 2 is a block diagram illustrating a functional configuration diagram of an information processing unit according to the first embodiment.
FIG. 3 is a flowchart illustrating an operation of a layout system.
FIG. 4 is a flowchart illustrating an operation of an object information reception task.
FIG. 5 is a flowchart illustrating an operation of an image generation task.
FIG. 6 is a flowchart illustrating an operation of a print control task.
FIG. 7 is a diagram for explaining a coordinate position of an object.
FIG. 8 is a block diagram illustrating a functional configuration diagram of an information processing unit according to a modification.
[Explanation of symbols]
Reference Signs List 1 printer, 2 power mechanism section, 3 information processing section, 10 paper feed mechanism, 11 print engine, 12 paper discharge mechanism, 13 CPU, 14 ROM, 15 RAM, 16 LCD panel and LCD controller, 17 wireless communication interface, 18 wired Communication interface, 20 receiving system, 21 receiving means, 22 receiving buffer, 30 layout system, 31 analyzing means, 32 layout means, 33 object information output means, 40 printing system, 41 object information receiving means, 42 image generating means, 43 printing Control means, 44 object information storage buffer, 45 image buffer

Claims (9)

構造化タグ言語により記述されたドキュメントを解析し、画像を構成するオブジェクトを抽出する手段と、
各オブジェクトについて画像内における座標位置を決定する手段と、
各オブジェクトの座標位置に基づき、各オブジェクトを所定方向に並べた場合の順序を決定し、該順序に従って座標位置を含む各オブジェクトの情報を出力するオブジェクト情報出力手段と、を備えることを特徴とするレイアウト処理装置。
Means for analyzing a document described in a structured tag language and extracting objects constituting an image;
Means for determining a coordinate position in the image for each object;
Object information output means for determining an order when the objects are arranged in a predetermined direction based on the coordinate position of each object, and outputting information of each object including the coordinate position according to the order. Layout processing device.
請求項1記載のレイアウト処理装置と、
前記オブジェクト情報出力手段より受け取ったオブジェクト情報に基づき画像を生成する画像生成手段と、を備え、
前記画像生成手段は、オブジェクト情報を受け取った順に、オブジェクト情報に含まれる座標位置より前記所定方向手前の領域について、部分画像を生成することを特徴とする画像形成装置。
A layout processing apparatus according to claim 1,
Image generation means for generating an image based on the object information received from the object information output means,
The image forming apparatus according to claim 1, wherein the image generation unit generates a partial image in an area in the predetermined direction before a coordinate position included in the object information in the order in which the object information is received.
請求項1記載のレイアウト処理装置と、
座標位置を指定して画像生成を指示するコマンドを出力する指示手段と、
前記オブジェクト情報出力手段より受け取ったオブジェクト情報に基づき前記指示手段からのコマンドにより指定された座標位置まで部分的に画像を生成する画像生成手段と、を備え、
前記指示手段は、前記出力手段により既に出力したオブジェクト情報、又は前記出力手段が次に出力するオブジェクト情報に含まれる座標位置を指定して、前記コマンドを出力することを特徴とする画像形成装置。
A layout processing apparatus according to claim 1,
Instruction means for outputting a command for designating an image by designating a coordinate position;
Image generation means for partially generating an image up to a coordinate position designated by a command from the instruction means based on the object information received from the object information output means,
The image forming apparatus according to claim 1, wherein the instruction unit outputs the command by designating a coordinate position included in the object information already output by the output unit or the object information to be output next by the output unit.
前記所定方向に並べた場合の順序は、印刷イメージを生成していく順序、又は記録媒体に印字していく順序であることを特徴とする請求項2又は3記載の画像形成装置。The image forming apparatus according to claim 2, wherein the order in which the print images are arranged in the predetermined direction is an order in which print images are generated or an order in which print images are printed on a recording medium. 前記画像生成手段による画像の生成は、イメージバッファにおける印刷イメージの生成、又は/及び記録媒体への印字を含むことを特徴とする請求項2乃至4のいずれか1項に記載の画像形成装置。The image forming apparatus according to claim 2, wherein the generation of the image by the image generation unit includes generation of a print image in an image buffer and / or printing on a recording medium. レイアウト処理系より、画像を構成する各オブジェクトについて、各オブジェクトを所定方向に並べた場合の順序に従って座標位置を含むオブジェクト情報を受け取り、該情報に基づき画像を生成する画像形成装置であって、
オブジェクト情報を受け取った順に、オブジェクト情報に含まれる座標位置より前記所定方向手前の領域について、部分画像を生成することを特徴とする画像形成装置。
An image forming apparatus that receives, from a layout processing system, object information including a coordinate position in accordance with an order when each object constituting an image is arranged in a predetermined direction, and generates an image based on the information.
An image forming apparatus for generating a partial image for a region in a predetermined direction before a coordinate position included in object information in the order in which the object information is received.
構造化タグ言語により記述されたドキュメントを解析し、画像を構成するオブジェクトを抽出する工程と、
各オブジェクトについて画像内における座標位置を決定する工程と、
各オブジェクトの座標位置に基づき、各オブジェクトを所定方向に並べた場合の順序を決定し、該順序に従って座標位置を含む各オブジェクトの情報を出力するオブジェクト情報出力工程と、を備えることを特徴とするレイアウト処理方法。
Analyzing a document described by a structured tag language and extracting objects constituting an image;
Determining a coordinate position in the image for each object;
An object information output step of determining an order when the objects are arranged in a predetermined direction based on the coordinate position of each object, and outputting information of each object including the coordinate position according to the order. Layout processing method.
構造化タグ言語により記述されたドキュメントを解析し、画像を構成するオブジェクトを抽出する工程と、
各オブジェクトについて画像内における座標位置を決定する工程と、
各オブジェクトの座標位置に基づき、各オブジェクトを所定方向に並べた場合の順序を決定し、該順序に従って座標位置を含む各オブジェクトの情報を出力するオブジェクト情報出力工程と、
前記オブジェクト情報出力工程が出力するオブジェクト情報に基づき画像を生成する画像生成工程と、を備え、
前記画像生成工程は、オブジェクト情報を受け取った順に、オブジェクト情報に含まれる座標位置より前記所定方向手前の領域について、部分画像を生成することを特徴とする画像形成方法。
Analyzing a document described by a structured tag language and extracting objects constituting an image;
Determining a coordinate position in the image for each object;
An object information output step of determining an order when the objects are arranged in a predetermined direction based on the coordinate position of each object, and outputting information of each object including the coordinate position according to the order;
An image generation step of generating an image based on the object information output by the object information output step,
The image forming method is characterized in that, in the image generating step, partial images are generated in a region in the predetermined direction before a coordinate position included in the object information in the order in which the object information is received.
請求項7記載のレイアウト処理方法、又は請求項8記載の画像形成方法をコンピュータで実行させるためのプログラム。A program for causing a computer to execute the layout processing method according to claim 7 or the image forming method according to claim 8.
JP2002341097A 2002-11-25 2002-11-25 Image forming apparatus and image forming method Expired - Fee Related JP4399701B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002341097A JP4399701B2 (en) 2002-11-25 2002-11-25 Image forming apparatus and image forming method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002341097A JP4399701B2 (en) 2002-11-25 2002-11-25 Image forming apparatus and image forming method

Publications (2)

Publication Number Publication Date
JP2004174756A true JP2004174756A (en) 2004-06-24
JP4399701B2 JP4399701B2 (en) 2010-01-20

Family

ID=32703559

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002341097A Expired - Fee Related JP4399701B2 (en) 2002-11-25 2002-11-25 Image forming apparatus and image forming method

Country Status (1)

Country Link
JP (1) JP4399701B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006082270A (en) * 2004-09-14 2006-03-30 Seiko Epson Corp Processor, and processing method
JP2010015382A (en) * 2008-07-03 2010-01-21 Canon Inc Image forming apparatus and image forming method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006082270A (en) * 2004-09-14 2006-03-30 Seiko Epson Corp Processor, and processing method
JP4599950B2 (en) * 2004-09-14 2010-12-15 セイコーエプソン株式会社 Processing apparatus and processing method
JP2010015382A (en) * 2008-07-03 2010-01-21 Canon Inc Image forming apparatus and image forming method
US8705109B2 (en) 2008-07-03 2014-04-22 Canon Kabushiki Kaisha Image forming apparatus and image forming method for controlling object rendering order

Also Published As

Publication number Publication date
JP4399701B2 (en) 2010-01-20

Similar Documents

Publication Publication Date Title
US7990557B2 (en) Information output system with transfer timing control
JP5594470B2 (en) Printing control apparatus, printing system, and program
US8107128B2 (en) Image forming apparatus and print control method thereof
JP2006155308A (en) Image forming apparatus
JP4147928B2 (en) Control device for image formation
JP4399701B2 (en) Image forming apparatus and image forming method
JP2006263969A (en) Image processing device, printing job forming device, and image processing system
JP2007130887A (en) Printer, and its controlling method
JP2006235933A (en) Image processor and print job generating device
JP2002073303A (en) Print system on the multi-processing printer
JP2007073005A (en) Page description language data interpretation device
JP2020131618A (en) Printer and module
JP2004302978A (en) Printer control method, printer driver, and printer system
JP2007108861A (en) Printer
JP5202265B2 (en) Image processing apparatus, program, and control method for image processing apparatus
JP2008077158A (en) Printer driver program
JP2004261994A (en) Printer controller, printing control method, and printing control program
JP2005242990A (en) Distributed print processing system, distributed print processing program, distributed print processing method and print request terminal
JP2004126311A (en) Character processor, character processing method, and image forming apparatus
JP2024013936A (en) Image forming apparatus, image forming apparatus control method, and program
JP6068090B2 (en) Image forming apparatus
JP2006155307A (en) Image processing system performing load distributed processing
JP2002123378A (en) Document printing processing system and recording medium with its program recorded thereon
JP2001236186A (en) Printing processing system, method for processing print data and recording medium with program for performing the method recorded thereon
JP2007215135A (en) Image processing apparatus, image processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050727

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090220

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090611

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090805

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: 20091001

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20091014

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20121106

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20121106

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20131106

Year of fee payment: 4

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