JP2004080175A - Image processor, data processing method, computer readable storage medium and program - Google Patents
Image processor, data processing method, computer readable storage medium and program Download PDFInfo
- Publication number
- JP2004080175A JP2004080175A JP2002235366A JP2002235366A JP2004080175A JP 2004080175 A JP2004080175 A JP 2004080175A JP 2002235366 A JP2002235366 A JP 2002235366A JP 2002235366 A JP2002235366 A JP 2002235366A JP 2004080175 A JP2004080175 A JP 2004080175A
- Authority
- JP
- Japan
- Prior art keywords
- image
- image data
- tile
- data
- memory
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Record Information Processing For Printing (AREA)
- Image Processing (AREA)
- Editing Of Facsimile Originals (AREA)
Abstract
Description
【0001】
【発明の属する技術分野】
本発明は、複数の画像データの合成処理を行う画像処理装置およびデータ処理方法およびコンピュータが読み取り可能な記憶媒体およびプログラムに関するものである。
【0002】
【従来の技術】
従来、N−UPやはめ込み合成など複数の画像データを合成する画像合成処理では、合成元の画像データ用メモリとは別に、合成後の画像用のメモリを用意することで、画像合成処理を実現していた。
【0003】
図8は、従来の画像処理装置における画像合成処理時におけるメモリマップの一例を説明する図である。
【0004】
すなわち、図8に示す例のように、画像301と画像302を2−UPした合成画像303を生成する場合には、メモリ304上に合成画像用のメモリ307を用意し、合成元画像である画像301用のメモリ305と画像302用のメモリ306からデータをコピーすることにより、合成画像303のデータを作成していた。
【0005】
【発明が解決しようとする課題】
しかしながら、このような従来の画像合成方式では、合成元の画像メモリと合成後の画像メモリを同時に確保しなければならず、画像合成処理に多大なメモリを要してしまい、合成すべき元画像のサイズが大きくなればなるほど、さらには、画像データがカラー画像となる場合にはさらに多くのメモリ容量が必要となり、画像処理装置全体のコストがかかってしまうという問題点があった。
【0006】
本発明は、上記の問題点を解決するためになされたもので、本発明の目的は、入力画像データを所定のM×N画素構成の第1,第2のタイル画像データにタイル分割し、該分割された第1または第2の画像データをタイル画像単位で第1または第2の画像メモリ上に離散的に格納したら、該格納される第1,第2の画像データの各タイル画像の先頭アドレスとタイル画像サイズを管理する第1,第2のアドレス管理テーブルを対応する第1,第2の画像メモリ上に作成するとともに、前記第1または第2の画像メモリに格納された第1,第2の画像データの読み出しを制御して合成画像データを生成するための第3のアドレス管理テーブルを前記第1,第2の管理テーブルを参照して作成し、該第1、第2、第3のアドレス管理テーブルを参照して、第1、第2の画像メモリ上に離散配置されたタイル画像データの読み出し順序を制御して合成画像データを生成することにより、合成タイル画像データを格納する領域を確保することなく、第1,第2の画像メモリに対する読み出しアドレスを管理するという簡単な構成で、第1,第2の画像データに基づく合成画像データを生成することができる安価な画像処理システムを自在に構築することができる画像処理装置およびデータ処理方法およびコンピュータが読み取り可能な記憶媒体およびプログラムを提供することである。
【0007】
【課題を解決するための手段】
本発明に係る第1の発明は、複数の画像データの合成処理を行う画像処理装置であって、入力画像データを所定のM×N画素構成の第1,第2のタイル画像データにタイル分割するタイル分割手段(図1に示すタイル分割部509に相当)と、前記タイル分割手段により分割された第1の画像データまたは第2の画像データをタイル画像単位で第1の画像メモリまたは第2の画像メモリ上に離散的に格納する画像データ格納手段(図1に示すタイル分割部509に相当)と、前記第1の画像メモリまたは第2の画像メモリに格納される第1,第2の画像データの各タイル画像の先頭アドレスとタイル画像サイズを管理する第1,第2のアドレス管理テーブルを対応する第1,第2の画像メモリ上に作成する第1のテーブル作成手段(図1に示すタイル分割部509に相当)と、前記第1または第2の画像メモリに格納された第1,第2の画像データの読み出しを制御して合成画像データを生成するための第3のアドレス管理テーブルを前記第1,第2の管理テーブルを参照して作成する第2のテーブル作成手段(図1に示す画像合成部514に相当)と、前記第1、第2、第3のアドレス管理テーブルを参照して、前記第1、第2の画像メモリ上に離散配置されたタイル画像データの読み出し順序を制御して合成画像データを生成する読出し制御手段(図1に示すメモリコントローラ516)とを有することを特徴とする。
【0008】
本発明に係る第2の発明は、前記タイル分割手段は、複数プレーンからなる画像データであって、輝度又は濃度データからなるプレーンの他に、画素毎の属性データからなるプレーンを有する画像データを入力とすることを特徴とする。
【0009】
本発明に係る第3の発明は、前記第1、第2の画像メモリに格納されるタイル画像データが、圧縮画像データであることを特徴とする。
【0010】
本発明に係る第4の発明は、複数の画像データの合成処理を行う画像処理装置におけるデータ処理方法であって、入力画像データを所定のM×N画素構成の第1,第2のタイル画像データにタイル分割するタイル分割ステップ(図6に示すステップ(1))と、前記タイル分割ステップにより分割された第1の画像データまたは第2の画像データをタイル画像単位で第1の画像メモリまたは第2の画像メモリ上に離散的に格納する画像データ格納ステップ(図6に示すステップ(2),(4))と、前記第1の画像メモリまたは第2の画像メモリに格納される第1,第2の画像データの各タイル画像の先頭アドレスとタイル画像サイズを管理する第1,第2のアドレス管理テーブルを対応する第1,第2の画像メモリ上に作成する第1のテーブル作成ステップ(図6に示すステップ(3),(5))と、前記第1または第2の画像メモリに格納された第1,第2の画像データの読み出しを制御して合成画像データを生成するための第3のアドレス管理テーブルを前記第1,第2の管理テーブルを参照して作成する第2のテーブル作成ステップ(図6に示すステップ(6))と、前記第1、第2、第3のアドレス管理テーブルを参照して、前記第1、第2の画像メモリ上に離散配置されたタイル画像データの読み出し順序を制御して合成画像データを生成する読出し制御ステップ(図6に示すステップ(7))とを有することを特徴とする。
【0011】
本発明に係る第5の発明は、前記タイル分割ステップは、複数プレーンからなる画像データであって、輝度又は濃度データからなるプレーンの他に、画素毎の属性データからなるプレーンを有する画像データを入力とすることを特徴とする。
【0012】
本発明に係る第6の発明は、前記第1、第2の画像メモリに格納されるタイル画像データが、圧縮画像データであることを特徴とする。
【0013】
本発明に係る第7の発明は、第4〜第6のいずれかに記載のデータ処理方法を実現するプログラムを記憶したコンピュータが読み取り可能な記憶媒体であることを特徴とする。
【0014】
本発明に係る第8の発明は、第4〜第6のいずれかに記載のデータ処理方法を実現するプログラムであることを特徴とする。
【0015】
【発明の実施の形態】
図1は、本発明の一実施形態を示す画像処理装置の構成を説明するブロック図である。
【0016】
図1において、画像入力手段として、イメージスキャナ部501及びページ記述言語(PDL)レンダリング部502があり、それぞれ画像データ503、505及び属性データ504、506を出力する。
【0017】
イメージスキャナ部501及びPDLレンダリング部502には、周知の像域分離処理部が含まれており、例えば画像中の黒文字部を構成する画素を識別するための属性データを画素単位で生成し、属性データ504、506を出力する。507は画像入力系を切り替えるセレクタ、508は入力画像を複数ライン分蓄えるラインバッファである。
【0018】
タイル分割部509は、ラインバッファ508からM×N画素単位で画像データを読み出し、M×N画素単位でタイル分割されたタイル画像データを生成し、離散メモリである第1の画像メモリ510または第2の画像メモリ512に出力する。
【0019】
ここで、第1の画像メモリ510と第2の画像メモリ512には、異なるページの画像データが格納される。また、タイル分割部509は、1ページ分の画像データをタイル画像単位で離散メモリ上に出力するため、これらメモリ上に離散配置されたタイル画像データを管理するためのアドレス管理テーブルを併せてメモリ上に出力する。
【0020】
なお、第1の画像メモリ510、第2の画像メモリ512それぞれに対応するテーブルが第1のアドレス管理テーブル511、及び第2のアドレス管理テーブル513である。
【0021】
514は画像合成部であり、第1のアドレス管理テーブル511及び第2のアドレス管理テーブル513を入力とし、第3のアドレス管理テーブル515を出力する。
【0022】
516はメモリコントローラであり、第3のアドレス管理テーブル515の各行を逐次読み込み、各行に記述されている離散メモリアドレスにアクセスして、画像データを順次読み出し、後段のラインバッファ517に出力する。518はプリンタ部であり、ラインバッファ517の内容を逐次読み出して、プリントを行う。
【0023】
図2は、図1に示したタイル分割部509による画像データのタイル分割処理例を説明する図である。
【0024】
図2において、101はX方向Px画素、Y方向Py画素の画像データである。この画像をX方向M画素、Y方向N画素のタイルに分割すると、X方向Txタイル、Y方向Tyタイルに分割される。
【0025】
画像左上の原点からX方向にx番目、Y方向にy番目に位置するタイルには、タイル座標(x,y)が付与される。Txの値は、TxとNを掛けた値がPx以上となる最小の整数値をとる。111〜114,116はタイル画像データである。
【0026】
図1の例では、PxはNの整数倍の数でないため、タイルのx座標がTx−1のタイル中で、画像データ101をはみ出す部分(例えばタイル画像データ116中で画像データ101からはみ出す部分)には、白画素で埋められている。Tyの値、及びタイルのy座標がTy−1のタイルに関しても、Txの値、及びタイルのx座標がTx−1のタイルの場合と同様である。
【0027】
各タイルは、M×N画素の画素集合により構成される画像データであり、各画素はRGBやRGBA、CMYK、LABなどの複数の色データから構成される。この図の例では、タイル座標(1,3)で示されるタイル102は、画素103を含むM×Nの画素により構成され、画素103は、RGBの色データ104により構成されている。
【0028】
なお、本実施形態では、タイル画像データを非圧縮の画像データであるものとて説明しているが、本発明は、タイル画像のフォーマットを非圧縮画像に限定するものではなく、JPEGなど圧縮画像である場合も含んでいることは言うまでもない。
【0029】
図3は、図2に示した画像データ101に対するタイル画像データとその管理テーブルとの対応を説明する図であり、以下、図2を参照して、画像データ101をタイル分割した時の、各タイル画像データのメモリ上配置と、離散メモリを管理するアドレス管理テーブルについて説明する。
【0030】
図3において、メモリ210は、タイル分割された画像データを格納するメモリである。タイルブロック211、212、213、214、215、216は、それぞれ図2に示したタイル画像データ111、112、113、114、116が格納されているメモリブロックである。各タイルのメモリ上の配置は、タイルブロック毎に独立に離散配置される。
【0031】
そして、これら離散配置されたメモリブロックは、アドレス管理テーブル220によって管理される。
【0032】
アドレス管理テーブル220は、各タイルブロックに対応した、タイルブロックの先頭アドレス230、及びタイルブロックのサイズを表すタイル長231により構成される。
【0033】
タイル画像データが圧縮データの場合には、タイル長はタイル毎に異なる場合もある。管理テーブルの各要素221,223,224,225,226は、それぞれタイルブロック211,212,213,214,215,216に対応している。テーブルを構成する各要素は、タイル座標の順番にテーブル内に格納される。
【0034】
図4は、本発明に係る画像処理装置における画像合成処理例を説明する図であり、例えば図8に示した画像データ301と画像データ302を2−UP合成した画像C303を得るための画像合成処理方式を示す例である。
【0035】
図4において、400はタイル分割された画像データであり、例えば画像データ301を12のタイルTa00〜Ta32に分割されている。
【0036】
410はタイル分割された画像データであり、例えば画像データ302を12のタイルTb00〜Tb32に分割されている。
【0037】
420はメモリイメージで、画像データ400が、タイルブロック毎にメモリ上に配置された様子を表している。
【0038】
また、タイルTa00で示される画像データ401は、タイルブロック番号a00が付与されているタイルブロック421に格納される。
【0039】
また、タイルTa01で示される画像データ402は、タイルブロック番号a01が付与されているタイルブロック422に格納される。
【0040】
なお、各タイルブロック421,422は、メモリ420上に連続的に配置されている必要はなく、一般的にはタイルブロック毎に離散配置される。
【0041】
430はメモリイメージで、画像データ410が、タイルブロック毎にメモリ上に配置された様子を表している。
【0042】
また、タイルTb00で示される画像データ411は、タイルブロック番号b00が付与されているタイルブロック431に格納される。
【0043】
また、タイルTb01で示される画像データ412は、タイルブロック番号b01が付与されているタイルブロック432に格納される。
【0044】
なお、各タイルブロック431,432は、メモリ430上に連続的に配置されている必要はなく、一般的にはタイルブロック毎に離散配置される。
【0045】
440はアドレス管理テーブルで、メモリ420上に離散配置される画像データ400に対応する各タイルブロックのアドレス、及びタイルブロックのサイズを表すタイル長を管理し、テーブル自体も図示しないメモリ領域に記憶される。
【0046】
アドレス管理テーブルの要素はタイル座標の順に整列されており、最初の要素である領域441は、タイル座標が(0,0)のタイルブロック番号a00(タイルブロック421)のメモリ上の先頭アドレスとタイル長を格納する領域である。
【0047】
領域442は、タイルブロック番号a01(タイルブロック422)のメモリ上の先頭アドレスとタイル長を格納する領域である。
【0048】
450はアドレス管理テーブルで、メモリ430上に離散配置される画像データ410に対応する各タイルブロックのアドレス、及びタイルブロックのサイズを表すタイル長を管理し、テーブル自体も図示しないメモリ領域に記憶される。
【0049】
領域451は、タイルブロック番号b00(タイルブロック431)のメモリ上の先頭アドレスとタイル長を格納する領域である。領域452は、タイルブロック番号b01(タイルブロック432)のメモリ上の先頭アドレスとタイル長を格納する領域である。
【0050】
460はアドレス管理テーブルで、図1に示した画像合成部514が出力する画像データ400と画像データ410とを2−UP合成した合成画像データ600のアドレスを管理する。
【0051】
図5は、図1に示した画像合成部514により画像合成された合成画像データの一例を示す図であり、各タイル画像は、図4に示したアドレス管理テーブル460で管理される。
【0052】
図5において、合成画像データ600は、画像データ400と画像データ410とを左右に合成した合成画像例であり、アドレス管理テーブル460は、合成後のタイル座標順に、アドレス管理テーブル440、450の内容に基づいて合成されている。
【0053】
図6は、本発明に係る画像処理装置における画像データ処理手順の一例を示すフローチャートであり、図1に示した画像処理装置におけるタイル分割部509,画像合成部514,メモリコントローラ516が図示しないROM等に記憶される制御プログラムに従って実行される画像データ処理手順に対応する。なお、(1)〜(8)は各ステップを示す。
【0054】
まず、イメージスキャナ部501あるいはページ記述言語レンダリング部502から入力される画像データ400,410をタイル分割部509により所定のM×N画素のタイル画像にタイル分割する(1)。そして、分割された第1の画像データ400をタイル画像単位で第1の画像メモリ510上に離散的に格納するとともに(2)、第1の画像メモリ510に格納される第1の画像データの各タイル画像の先頭アドレスとタイル画像サイズを併せてメモリ上に記憶する第1のアドレス管理テーブル511に登録する(3)。
【0055】
また、分割された第2の画像データ410をタイル画像単位で第2の画像メモリ512上に離散的に格納するとともに(4)、第2の画像メモリ512に格納される第2の画像データの各タイル画像の先頭アドレスとタイル画像サイズを併せてメモリ上に記憶する第2のアドレス管理テーブル513に登録する(5)。
【0056】
次に、第1と第2のアドレス管理テーブル511,513を入力とし、画像合成に用いる第1の画像データ400中の一部又は全部のタイル画像と第2の画像データ410中の一部又は全部のタイル画像の各々に対応する先頭アドレスとタイル画像サイズから構成される第3のアドレス管理テーブル515を出力(作成する(6)。
【0057】
次いで、メモリコントローラ516により第1、第2、第3のアドレス管理テーブル511,513,515を参照して、第1、第2の画像メモリ510,512上に離散配置されたタイル画像データを順次読み出してプリンタ部518へ出力し(7)、タイル画像データが終了かどうかを判断して(8)、NOならばステップ(7)へ戻り、YESならば、処理を終了する。
【0058】
なお、図1に示したタイル分割部509は、複数プレーンからなる画像データであって、輝度又は濃度データからなるプレーンの他に、画素毎の属性データからなるプレーンを有する画像データを入力とすることが可能に構成されている。
【0059】
また、第1、第2の画像メモリ510,512に格納されるタイル画像データとして、圧縮画像データも含まれる。
【0060】
上記実施形態によれば、複数の画像を合成する画像合成処理において、合成後の画像用の画像メモリ領域(図8に示したようなメモリ307)を確保する必要がなくなるため、少ないメモリで画像合成処理を実現することが可能となる。
【0061】
以下、図7に示すメモリマップを参照して本発明に係る画像処理装置で読み出し可能なデータ処理プログラムの構成について説明する。
【0062】
図7は、本発明に係る画像処理装置で読み出し可能な各種データ処理プログラムを格納する記憶媒体のメモリマップを説明する図である。
【0063】
なお、特に図示しないが、記憶媒体に記憶されるプログラム群を管理する情報、例えばバージョン情報,作成者等も記憶され、かつ、プログラム読み出し側のOS等に依存する情報、例えばプログラムを識別表示するアイコン等も記憶される場合もある。
【0064】
さらに、各種プログラムに従属するデータも上記ディレクトリに管理されている。また、各種プログラムをコンピュータにインストールするためのプログラムや、インストールするプログラムが圧縮されている場合に、解凍するプログラム等も記憶される場合もある。
【0065】
本実施形態における図6に示す機能が外部からインストールされるプログラムによって、ホストコンピュータにより遂行されていてもよい。そして、その場合、CD−ROMやフラッシュメモリやFD等の記憶媒体により、あるいはネットワークを介して外部の記憶媒体から、プログラムを含む情報群を出力装置に供給される場合でも本発明は適用されるものである。
【0066】
以上のように、前述した実施形態の機能を実現するソフトウエアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読出し実行することによっても、本発明の目的が達成されることは言うまでもない。
【0067】
この場合、記憶媒体から読み出されたプログラムコード自体が本発明の新規な機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。
【0068】
プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク,ハードディスク,光ディスク,光磁気ディスク,CD−ROM,CD−R,磁気テープ,不揮発性のメモリカード,ROM,EEPROM等を用いることができる。
【0069】
また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。
【0070】
さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。
【0071】
【発明の効果】
以上説明したように、本発明によれば、入力画像データを所定のM×N画素構成の第1,第2のタイル画像データにタイル分割し、該分割された第1または第2の画像データをタイル画像単位で第1または第2の画像メモリ上に離散的に格納したら、該格納される第1,第2の画像データの各タイル画像の先頭アドレスとタイル画像サイズを管理する第1,第2のアドレス管理テーブルを対応する第1,第2の画像メモリ上に作成するとともに、前記第1または第2の画像メモリに格納された第1,第2の画像データの読み出しを制御して合成画像データを生成するための第3のアドレス管理テーブルを前記第1,第2の管理テーブルを参照して作成し、該第1、第2、第3のアドレス管理テーブルを参照して、第1、第2の画像メモリ上に離散配置されたタイル画像データの読み出し順序を制御して合成画像データを生成するので、合成タイル画像データを格納する領域を確保することなく、第1,第2の画像メモリに対する読み出しアドレスを管理するという簡単な構成で、第1,第2の画像データに基づく合成画像データを生成することができる安価な画像処理システムを自在に構築することができるという効果を奏する。
【図面の簡単な説明】
【図1】本発明の一実施形態を示す画像処理装置の構成を説明するブロック図である。
【図2】図1に示したタイル分割部による画像データのタイル分割処理例を説明する図である。
【図3】図2に示した画像データに対するタイル画像データとその管理テーブルとの対応を説明する図である。
【図4】本発明に係る画像処理装置における画像合成処理例を説明する図である。
【図5】図1に示した画像合成部により画像合成された合成画像データの一例を示す図である。
【図6】本発明に係る画像処理装置における画像データ処理手順の一例を示すフローチャートである。
【図7】本発明に係る画像処理装置で読み出し可能な各種データ処理プログラムを格納する記憶媒体のメモリマップを説明する図である。
【図8】従来の画像処理装置における画像合成処理時におけるメモリマップの一例を説明する図である。
【符号の説明】
501 イメージスキャナ部
502 ページ記述言語レンダリング部
507 セレクタ
508 ラインバッファ
509 タイル分割部
510 第1の画像メモリ
511 第1のアドレス管理テーブル
512 第2の画像メモリ
513 第2のアドレス管理テーブル
514 画像合成部
515 第3のアドレス管理テーブル
516 メモリコントローラ
517 ラインバッファ
518 プリンタ部[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an image processing apparatus and a data processing method for performing a process of synthesizing a plurality of image data, a computer-readable storage medium, and a program.
[0002]
[Prior art]
Conventionally, in image synthesis processing for synthesizing a plurality of image data such as N-UP and inset synthesis, image synthesis processing is realized by preparing a memory for an image after synthesis in addition to a memory for image data of a synthesis source. Was.
[0003]
FIG. 8 is a diagram illustrating an example of a memory map at the time of image synthesis processing in a conventional image processing apparatus.
[0004]
That is, as in the example illustrated in FIG. 8, when a
[0005]
[Problems to be solved by the invention]
However, in such a conventional image synthesizing method, it is necessary to simultaneously secure the image memory of the original image and the image memory of the original image, and a large amount of memory is required for the image synthesizing process. As the size of the image data becomes larger, furthermore, when the image data is a color image, a larger memory capacity is required, and the cost of the entire image processing apparatus is increased.
[0006]
The present invention has been made to solve the above problems, and an object of the present invention is to divide input image data into first and second tile image data having a predetermined M × N pixel configuration, When the divided first or second image data is discretely stored on the first or second image memory in tile image units, the tile image of each of the stored first and second image data is stored. First and second address management tables for managing the start address and the tile image size are created on the corresponding first and second image memories, and the first and second address management tables stored in the first or second image memory are stored. , A third address management table for controlling reading of the second image data to generate the composite image data with reference to the first and second management tables, and creating the third address management table. See the third address management table Then, by controlling the reading order of tile image data discretely arranged on the first and second image memories to generate composite image data, it is possible to secure an area for storing composite tile image data, To freely construct an inexpensive image processing system capable of generating composite image data based on the first and second image data with a simple configuration of managing read addresses for the first and second image memories. It is an object of the present invention to provide an image processing apparatus and a data processing method, and a computer-readable storage medium and a program.
[0007]
[Means for Solving the Problems]
According to a first aspect of the present invention, there is provided an image processing apparatus for performing a process of synthesizing a plurality of pieces of image data, comprising dividing input image data into first and second tile image data having a predetermined M × N pixel configuration A tile dividing unit (corresponding to the
[0008]
In a second aspect according to the present invention, the tile division unit is configured to convert image data having a plane including attribute data for each pixel in addition to a plane including luminance or density data. Characterized as input.
[0009]
A third invention according to the present invention is characterized in that the tile image data stored in the first and second image memories is compressed image data.
[0010]
A fourth invention according to the present invention is a data processing method in an image processing apparatus for performing a combining process of a plurality of image data, wherein input image data is converted into first and second tile images having a predetermined M × N pixel configuration. A tile dividing step for dividing the data into tiles (step (1) shown in FIG. 6); and a first image memory or a second image data dividing the first image data or the second image data divided by the tile dividing step in tile image units. Image data storing steps (steps (2) and (4) shown in FIG. 6) discretely stored on the second image memory, and a first image data stored in the first image memory or the second image memory. , A first table for creating first and second address management tables for managing the start address and tile image size of each tile image of the second image data in the corresponding first and second image memories. And the reading of the first and second image data stored in the first or second image memory to control the combined image data. A second table creation step (step (6) shown in FIG. 6) for creating a third address management table for creating with reference to the first and second management tables, and the first and second tables; A read control step of controlling the read order of tile image data discretely arranged on the first and second image memories with reference to the third address management table to generate composite image data (see FIG. 6). (7)).
[0011]
According to a fifth aspect of the present invention, in the tile dividing step, the image data including a plurality of planes, and a plane including attribute data for each pixel, in addition to a plane including luminance or density data, Characterized as input.
[0012]
A sixth invention according to the present invention is characterized in that the tile image data stored in the first and second image memories is compressed image data.
[0013]
A seventh invention according to the present invention is a computer-readable storage medium storing a program for implementing the data processing method according to any one of the fourth to sixth aspects.
[0014]
An eighth invention according to the present invention is a program for realizing the data processing method according to any one of the fourth to sixth aspects.
[0015]
BEST MODE FOR CARRYING OUT THE INVENTION
FIG. 1 is a block diagram illustrating a configuration of an image processing apparatus according to an embodiment of the present invention.
[0016]
In FIG. 1, an
[0017]
The
[0018]
The
[0019]
Here, the
[0020]
The tables corresponding to the
[0021]
An
[0022]
A
[0023]
FIG. 2 is a diagram illustrating an example of a tile division process of image data by the
[0024]
In FIG. 2,
[0025]
Tile coordinates (x, y) are assigned to tiles located at the x-th position in the X direction and the y-th position in the Y direction from the origin at the upper left of the image. The value of Tx is a minimum integer value that is a value obtained by multiplying Tx and N is equal to or greater than Px. 111 to 114 and 116 are tile image data.
[0026]
In the example of FIG. 1, Px is not an integer multiple of N, and therefore, a portion of the tile whose x-coordinate is Tx−1 that extends beyond the image data 101 (for example, a portion that extends beyond the
[0027]
Each tile is image data composed of a pixel set of M × N pixels, and each pixel is composed of a plurality of color data such as RGB, RGBA, CMYK, and LAB. In the example of this figure, the
[0028]
In the present embodiment, the tile image data is described as being uncompressed image data. However, the present invention does not limit the format of a tile image to an uncompressed image, Needless to say, the case is also included.
[0029]
FIG. 3 is a diagram for explaining the correspondence between the tile image data and the management table for the
[0030]
In FIG. 3, a
[0031]
These discretely arranged memory blocks are managed by the address management table 220.
[0032]
The address management table 220 is composed of a tile
[0033]
When the tile image data is compressed data, the tile length may be different for each tile. The
[0034]
FIG. 4 is a view for explaining an example of image synthesis processing in the image processing apparatus according to the present invention. For example, image synthesis for obtaining an image C303 obtained by 2-UP synthesizing the
[0035]
In FIG. 4,
[0036]
[0037]
[0038]
The
[0039]
The
[0040]
The tile blocks 421 and 422 do not need to be continuously arranged on the
[0041]
A
[0042]
The
[0043]
The
[0044]
Note that the tile blocks 431 and 432 need not be continuously arranged on the
[0045]
An address management table 440 manages the address of each tile block corresponding to the
[0046]
The elements of the address management table are arranged in the order of the tile coordinates. The
[0047]
The
[0048]
An address management table 450 manages the address of each tile block corresponding to the
[0049]
The
[0050]
[0051]
FIG. 5 is a diagram illustrating an example of the combined image data obtained by combining the images by the
[0052]
In FIG. 5, the
[0053]
FIG. 6 is a flowchart showing an example of an image data processing procedure in the image processing apparatus according to the present invention. The
[0054]
First, the
[0055]
Further, the divided
[0056]
Next, the first and second address management tables 511 and 513 are input, and some or all of the tile images in the
[0057]
Next, the
[0058]
Note that the
[0059]
In addition, compressed image data is also included as tile image data stored in the first and
[0060]
According to the above embodiment, it is not necessary to secure the image memory area (the
[0061]
Hereinafter, the configuration of a data processing program that can be read by the image processing apparatus according to the present invention will be described with reference to a memory map shown in FIG.
[0062]
FIG. 7 is a diagram illustrating a memory map of a storage medium that stores various data processing programs that can be read by the image processing apparatus according to the present invention.
[0063]
Although not shown, information for managing a group of programs stored in the storage medium, for example, version information, a creator, and the like are also stored, and information dependent on the OS or the like on the program reading side, for example, a program is identified and displayed. Icons and the like may also be stored.
[0064]
Further, data dependent on various programs is also managed in the directory. In addition, a program for installing various programs on a computer or a program for decompressing a program to be installed when the program to be installed is compressed may be stored.
[0065]
The functions shown in FIG. 6 in this embodiment may be performed by a host computer by a program installed from the outside. In this case, the present invention is applied even when a group of information including a program is supplied to the output device from a storage medium such as a CD-ROM, a flash memory, or an FD, or from an external storage medium via a network. Things.
[0066]
As described above, the storage medium storing the program codes of the software for realizing the functions of the above-described embodiments is supplied to the system or the apparatus, and the computer (or CPU or MPU) of the system or the apparatus stores the storage medium in the storage medium. It goes without saying that the object of the present invention is also achieved by reading and executing the program code thus obtained.
[0067]
In this case, the program code itself read from the storage medium implements the novel function of the present invention, and the storage medium storing the program code constitutes the present invention.
[0068]
As a storage medium for supplying the program code, for example, a flexible disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, magnetic tape, nonvolatile memory card, ROM, EEPROM, or the like may be used. it can.
[0069]
When the computer executes the readout program code, not only the functions of the above-described embodiments are realized, but also an OS (Operating System) running on the computer based on the instruction of the program code. It goes without saying that a part or all of the actual processing is performed and the functions of the above-described embodiments are realized by the processing.
[0070]
Further, after the program code read from the storage medium is written into a memory provided on a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that a CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.
[0071]
【The invention's effect】
As described above, according to the present invention, input image data is tile-divided into first and second tile image data having a predetermined M × N pixel configuration, and the divided first or second image data is divided. Are discretely stored on the first or second image memory in tile image units, and the first and second addresses for managing the head address and the tile image size of each tile image of the stored first and second image data are stored. A second address management table is created on the corresponding first and second image memories, and reading of the first and second image data stored in the first or second image memory is controlled. A third address management table for generating composite image data is created with reference to the first and second management tables, and a third address management table is created with reference to the first, second, and third address management tables. 1. On the second image memory Since the composite image data is generated by controlling the reading order of the scattered tile image data, the read addresses for the first and second image memories are managed without securing an area for storing the composite tile image data. With such a simple configuration, it is possible to freely construct an inexpensive image processing system capable of generating composite image data based on the first and second image data.
[Brief description of the drawings]
FIG. 1 is a block diagram illustrating a configuration of an image processing apparatus according to an embodiment of the present invention.
FIG. 2 is a diagram illustrating an example of a tile division process of image data by a tile division unit illustrated in FIG. 1;
FIG. 3 is a diagram for explaining the correspondence between tile image data and the management table for the image data shown in FIG. 2;
FIG. 4 is a diagram illustrating an example of an image combining process in the image processing apparatus according to the present invention.
FIG. 5 is a diagram illustrating an example of combined image data obtained by combining images by the image combining unit illustrated in FIG. 1;
FIG. 6 is a flowchart illustrating an example of an image data processing procedure in the image processing apparatus according to the present invention.
FIG. 7 is a diagram illustrating a memory map of a storage medium that stores various data processing programs that can be read by the image processing apparatus according to the present invention.
FIG. 8 is a diagram illustrating an example of a memory map at the time of image synthesis processing in a conventional image processing apparatus.
[Explanation of symbols]
501
Claims (8)
入力画像データを所定のM×N画素構成の第1,第2のタイル画像データにタイル分割するタイル分割手段と、
前記タイル分割手段により分割された第1の画像データまたは第2の画像データをタイル画像単位で第1の画像メモリまたは第2の画像メモリ上に離散的に格納する画像データ格納手段と、
前記第1の画像メモリまたは第2の画像メモリに格納される第1,第2の画像データの各タイル画像の先頭アドレスとタイル画像サイズを管理する第1,第2のアドレス管理テーブルを対応する第1,第2の画像メモリ上に作成する第1のテーブル作成手段と、
前記第1または第2の画像メモリに格納された第1,第2の画像データの読み出しを制御して合成画像データを生成するための第3のアドレス管理テーブルを前記第1,第2の管理テーブルを参照して作成する第2のテーブル作成手段と、
前記第1、第2、第3のアドレス管理テーブルを参照して、前記第1、第2の画像メモリ上に離散配置されたタイル画像データの読み出し順序を制御して合成画像データを生成する読出し制御手段と、
を有することを特徴とする画像処理装置。An image processing device that performs a combining process of a plurality of image data,
Tile dividing means for dividing input image data into first and second tile image data having a predetermined M × N pixel configuration;
Image data storage means for discretely storing the first image data or the second image data divided by the tile division means in a first image memory or a second image memory in tile image units;
The first address and the second address management table for managing the tile image size and the start address of each tile image of the first and second image data stored in the first image memory or the second image memory correspond to each other. First table creating means for creating on the first and second image memories;
The third address management table for controlling the reading of the first and second image data stored in the first or second image memory and generating the composite image data is stored in the first and second management tables. Second table creating means for creating with reference to the table;
Readout for generating composite image data by controlling the readout order of tile image data discretely arranged on the first and second image memories with reference to the first, second, and third address management tables Control means;
An image processing apparatus comprising:
入力画像データを所定のM×N画素構成の第1,第2のタイル画像データにタイル分割するタイル分割ステップと、
前記タイル分割ステップにより分割された第1の画像データまたは第2の画像データをタイル画像単位で第1の画像メモリまたは第2の画像メモリ上に離散的に格納する画像データ格納ステップと、
前記第1の画像メモリまたは第2の画像メモリに格納される第1,第2の画像データの各タイル画像の先頭アドレスとタイル画像サイズを管理する第1,第2のアドレス管理テーブルを対応する第1,第2の画像メモリ上に作成する第1のテーブル作成ステップと、
前記第1または第2の画像メモリに格納された第1,第2の画像データの読み出しを制御して合成画像データを生成するための第3のアドレス管理テーブルを前記第1,第2の管理テーブルを参照して作成する第2のテーブル作成ステップと、
前記第1、第2、第3のアドレス管理テーブルを参照して、前記第1、第2の画像メモリ上に離散配置されたタイル画像データの読み出し順序を制御して合成画像データを生成する読出し制御ステップと、
を有することを特徴とするデータ処理方法。A data processing method in an image processing device that performs a synthesis process of a plurality of image data,
A tile dividing step of dividing input image data into first and second tile image data having a predetermined M × N pixel configuration;
An image data storing step of discretely storing the first image data or the second image data divided by the tile dividing step on a first image memory or a second image memory in tile image units;
The first address and the second address management table for managing the tile image size and the start address of each tile image of the first and second image data stored in the first image memory or the second image memory correspond to each other. A first table creating step for creating on the first and second image memories;
The third address management table for controlling the reading of the first and second image data stored in the first or second image memory and generating the composite image data is stored in the first and second management tables. A second table creation step for creating with reference to the table;
Readout for generating composite image data by controlling the readout order of tile image data discretely arranged on the first and second image memories with reference to the first, second, and third address management tables A control step;
A data processing method comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002235366A JP2004080175A (en) | 2002-08-13 | 2002-08-13 | Image processor, data processing method, computer readable storage medium and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002235366A JP2004080175A (en) | 2002-08-13 | 2002-08-13 | Image processor, data processing method, computer readable storage medium and program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2004080175A true JP2004080175A (en) | 2004-03-11 |
Family
ID=32019868
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2002235366A Pending JP2004080175A (en) | 2002-08-13 | 2002-08-13 | Image processor, data processing method, computer readable storage medium and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2004080175A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006129447A (en) * | 2004-09-29 | 2006-05-18 | Ricoh Co Ltd | Image processor, image processing method, and image processing program |
KR100939333B1 (en) * | 2005-09-29 | 2010-01-28 | 한국전자통신연구원 | The method of dividing and reconstructing data in arbitrary sizes using a counter, and its equipment |
JP2015201737A (en) * | 2014-04-07 | 2015-11-12 | キヤノン株式会社 | Image reader, control method, program, and system |
-
2002
- 2002-08-13 JP JP2002235366A patent/JP2004080175A/en active Pending
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006129447A (en) * | 2004-09-29 | 2006-05-18 | Ricoh Co Ltd | Image processor, image processing method, and image processing program |
US7751586B2 (en) | 2004-09-29 | 2010-07-06 | Ricoh Company, Ltd. | Image processing apparatus, image processing method, and computer product |
JP4603446B2 (en) * | 2004-09-29 | 2010-12-22 | 株式会社リコー | Image processing apparatus, image processing method, and image processing program |
KR100939333B1 (en) * | 2005-09-29 | 2010-01-28 | 한국전자통신연구원 | The method of dividing and reconstructing data in arbitrary sizes using a counter, and its equipment |
JP2015201737A (en) * | 2014-04-07 | 2015-11-12 | キヤノン株式会社 | Image reader, control method, program, and system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0793559A (en) | Method for storage of compressed image of high-resolution computer graphics | |
KR20120041769A (en) | Image file generation device, image processing device, image file generation method, and image processing method | |
US8891144B2 (en) | Color management method, module, and program product, and printer using said method | |
US20030016235A1 (en) | Image processing apparatus and method | |
JP2007272784A (en) | Image processing apparatus and its method | |
MXPA02005309A (en) | Data communication system and method, computer program, and recording medium. | |
JP2013505854A (en) | How to create a printable raster image file | |
JP2004080175A (en) | Image processor, data processing method, computer readable storage medium and program | |
KR100371253B1 (en) | Image generation method and apparatus | |
JP2003198866A (en) | Image output device, control method thereof, and image output system | |
JP2006235839A (en) | Image processor and image processing method | |
JP6904717B2 (en) | Image processing equipment, its control method, and programs | |
JP2014115689A (en) | Print control program, and print control device | |
JP2011053263A (en) | Image processing device, image processing method, image output system, program and recording medium | |
JP2006244248A (en) | Image processing device, image processing method, and program for executing image processing method | |
JP2016206934A (en) | Image processing device, image processing method and program | |
JP2007122188A (en) | Image forming device, image processing method and program | |
JP2005348080A (en) | Image composition device and image composition method | |
JP2001169120A (en) | Method, device, and system for image processing | |
JP2000324331A (en) | Image processor and method therefor | |
JP4455456B2 (en) | Color processing method and apparatus | |
JP3592921B2 (en) | Data controller | |
JPH1091805A (en) | Picture processor and method therefor | |
TW200407036A (en) | Character pattern data structure for raster scanning type display, method of screen image information generation, and the generator thereof | |
JPS60181975A (en) | Control method of picture data |