JP3967074B2 - Image processing apparatus and image forming apparatus - Google Patents

Image processing apparatus and image forming apparatus Download PDF

Info

Publication number
JP3967074B2
JP3967074B2 JP2000300622A JP2000300622A JP3967074B2 JP 3967074 B2 JP3967074 B2 JP 3967074B2 JP 2000300622 A JP2000300622 A JP 2000300622A JP 2000300622 A JP2000300622 A JP 2000300622A JP 3967074 B2 JP3967074 B2 JP 3967074B2
Authority
JP
Japan
Prior art keywords
image
data
image data
descriptor
transfer
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
JP2000300622A
Other languages
Japanese (ja)
Other versions
JP2002108584A (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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2000300622A priority Critical patent/JP3967074B2/en
Priority to DE60124484T priority patent/DE60124484T2/en
Priority to EP01122631A priority patent/EP1193610B1/en
Priority to US09/964,464 priority patent/US6708234B2/en
Publication of JP2002108584A publication Critical patent/JP2002108584A/en
Application granted granted Critical
Publication of JP3967074B2 publication Critical patent/JP3967074B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)
  • Bus Control (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、ディスクリプタ領域に格納されているディスクリプタ情報に基づいて画像メモリに対してDMAデータ転送(入出力)を行うDMAコントローラを有する画像処理装置、および、この画像処理装置によって画像処理された画像データに基づいて画像を形成する画像形成装置に関する。
【0002】
【従来の技術】
複写機、ファクシミリ、プリンタ、スキャナなどの画像形成装置は広く普及しており、デジタル技術の進歩とともにこれら画像形成装置もデジタル化進んでいる。デジタル化された画像形成装置においては、画像メモリを応用して、画像の加工や編集も盛んに行われるようになってきている。その中で、原稿複数枚分の画像データをメモリに記憶することで、指定部数まとめてコピー出力し仕分けの作業をなくす電子ソートという機能がある。この電子ソート機能を実施するためには複数枚の画像データを保持する必要があり、そのままの画像データを半導体メモリなどに蓄積するには蓄積枚数分のデータ量に相当するメモリが必要になり、メモリコストが膨大になるので、
▲1▼ 画像形成装置制御用の半導体メモリと画像データを蓄積するための蓄積メモリとの2つのメモリで構成し、蓄積メモリには半導体メモリより安価なハードディスク等の2次記憶装置を使用する。
【0003】
▲2▼ 蓄積メモリとして半導体メモリを使用するが、圧縮処理によって画像データを圧縮し、1枚あたりのデータ量を減らすことによってトータルのメモリ量を減らす。
【0004】
▲3▼ イメージスキャナ、プリンタコントローラ、ファイルサーバーあるいはファクシミリコントローラなどの複数の画像入出力手段が同一の画像メモリを共有するようにする。
【0005】
などの構成や方法が一般的に用いられる。
【0006】
一方、画像メモリに対し画像データの入出力を実行するために、DMA(Direct Memory Access)データ転送方式を用いたメモリ制御コントローラ(以下、「DMAコントローラ」と称する)を使用することが、例えば特開平6−103225号公報などで提案されている。
【0007】
従来のDMAコントローラは、ディスクリプタと呼ばれるメモリ領域管理情報に基づいて画像メモリの特定の領域に対してデータの転送を行うようになっている。また、1画像が格納されるメモリ領域を複数のディスクリプタに分割してデータ転送を行うことも可能であり、例えば画像メモリをリングバッファの形態で利用することにより、画像データの容量よりも少ないメモリ容量で画像データの入出力を実行することもできる。
【0008】
一方、画像入力手段から入力される画像データに対して、センタリング(入力画像データよりも大きなサイズの転写紙に対し、画像データを転写紙の中央に配置して出力する)などの画像移動や、綴じ代などの余白を付加して入力するような画像編集/加工の機能を実現する場合、従来は付加する余白分や、入力画像データよりも大きな(転写紙サイズに相当する)メモリ領域を確保して画像処理手段によって画像編集を行っていた。この場合、画像編集の機能が選択されることで、処理に必要となるメモリ容量が増加し、さらに増加分のメモリ領域を使用するための前処理(入力画像データ領域外のメモリデータクリアや、初期化)が発生し、処理時間が余分にかかってしまうため、選択する機能に応じて画像形成装置の生産性が低下するという現象が発生することになる。また、画像移動処理を行った結果、出力する必要がなくなったり、保存対象とならなくなった入力データがある場合でも、その分のメモリ領域を保持したままで、処理が行われてしまう場合も考えられる。
【0009】
ディスクリプタを用いて画像メモリの特定の領域に対してデータの転送を行う構造を有するDMAコントローラでは、入力画像データ以外の領域に対して、最小単位(1画素)の特定データ(余白領域であれば白に相当するデータ)を指定して、仮想的に一定期間の間特定データを連続して出力するといった動作制御も可能である。したがって、編集の処理に必要なメモリ容量は、選択された機能によっても変動するが、1画素ないし数画素程度のメモリ領域となるため、前述のメモリ容量の増加を最小限に抑え、かつ前処理に必要な時間もほぼゼロに近づけることが可能となる。さらには、入力されたデータに対して、メモリへのデータ転送(保存)の必要のないものについては、入力データを画像メモリにデータ転送しないように動作制御を行うことにより、画像メモリ容量を節約することも可能である。なお、画像データ入力後または出力時に、画像移動を行うことも考慮し、入力データの破棄を行うか、否かは選択的に指示することもできる。
【0010】
また、複数の画像入出力手段を有する画像形成装置においては、同時に複数の画像の入出力要求が行われる。この場合、画像メモリの動作制御においては、複数のデータ転送要求に基づいて、実行のための空き時間が最小となるように、同時に並行して複数のデータ転送を処理することが必須である。この入出力動作に対して画像加工の実行要求がある場合、たとえばスキャナから入力された画像データをプロッタに出力する動作を例にとると、
要求1.スキャナ入力(画像1)
要求2.プロッタ出力(画像1)+綴じ代(要求1の動作中に要求)
要求3.スキャナ入力(画像2)(要求2の動作中に要求)
要求4.プロッタ出力(画像2)+綴じ代(要求3の動作中に要求)
要求5.スキャナ入力(画像3)(要求4の動作中に要求)
という一連の複数の要求に対し、要求1のデータ転送(入力)中に、同一のメモリ領域を読み出して要求2のプロッタ出力を行うことが可能であれば、要求開始から画像1の出力を得るまでの時間を短縮することができるため、画像形成装置の生産性は向上する。
【0011】
同様に要求2のデータ転送(出力)中に、他のメモリ領域を確保して要求3の画像データ転送(入力)を実行すれば、全体の要求を処理する時間は大幅に短縮される。さらには、要求3のデータ転送のためのメモリ領域を要求2で使用する同一のメモリ領域を選択し、メモリ領域内の画像1のデータ転送が完了した部分に上書きをするような動作制御を行うことによって、必要とする画像メモリの容量を削減することもでき、装置のコストダウンが実現される。
【0012】
【発明が解決しようとする課題】
しかし、上述のような制御を行う場合には、綴じ代などの画像加工の処理も考慮して、入力動作が完了していないデータ領域の出力を禁止、もしくは出力が完了していないメモリ領域への上書きなどのデータ入力を禁止するといった処理が必要となってくる。具体的には、入力画像データの副走査方向の先頭画像よりも先の位置の画像データを開始点として出力し、動作副走査方向の後端に余白データを付加するような画像移動操作、すなわち、入力画像の先端部分を読み飛ばし、後端側に「マイナス綴じ代」と呼ぶ余白データ(綴じ代)を付加する操作の場合には、少なくとも画像データの出力開始点のライン数分の画像入力データの転送が完了するまでは出力を禁止しなくてはならない。
【0013】
このように複数の画像入出力手段に対する画像データの画像メモリに対するデータ転送を大量かつ高速に行うためには、上記の動作を禁止するための制御も含めて、データ転送の実行タイミングを設定するために、時間的なロスを最小に抑え、正確に行うための画像加工の動作も含めた動作状態を検出する手段が必須となる。
【0014】
本発明はこのような従来技術の実情に鑑みてなされたもので、その目的は、入力されたデータに対して出力時に画像移動等の画像編集の要求がなされた場合に、最適なタイミングでDMAデータ転送を実行し、画像形成の生産性を向上させることができる画像処理装置を提供することにある。
【0015】
また、他の目的は、入力されたデータに対して出力時に画像移動等の画像編集の要求がなされた場合に、最適なタイミングでDMAデータ転送を実行し、生産性の高い画像形成を行える画像形成装置を提供することにある。
【0016】
【課題を解決するための手段】
前記目的を達成するため、本発明は、ディスクリプタ情報を格納するディスクリプタ領域と画像データを記憶する画像データ領域とを持つ画像メモリと、該画像メモリに記憶された前記画像データを前記ディスクリプタ情報に基づいてDMAデータ転送を行うDMAコントローラとを備え、前記ディスクリプタ領域に格納されているディスクリプタ情報に基づいてDMAデータ転送を行う画像処理装置において、前記DMAコントローラは、前記ディスクリプタ領域に格納されているディスクリプタ情報の中に、転送するデータを終了した際の処理を設定する手段と、前記設定された処理が終了した時に割込み信号を発信するか否かを指示する手段と、割込みの有無に応じて、割込みが発生したディスクリプタのディスクリプタ情報に格納されているデータ転送ライン数を参照し、1画面中の総転送終了ライン数を加算する手段とを備えた構成とした。
【0017】
この場合、前記DMAコントローラは、ディスクリプタ情報の中に前記画像データを入力するときは、予め1画面中のディスクリプタを複数に均等分割し、データ転送中の画像データに対し画像データの出力要求を発行し、前記画像データに対し副走査方向の画像先頭よりも先のライン位置を開始点として画像データを出力する要求がある場合には、1画面中の転送終了ライン数を加算する手段より得られるライン数と出力開始ライン数との比較を行い、1画面中の総転送終了ライン数が出力開始ライン数に到達したかどうかを判定する手段をさらに備え、データ転送中の画像データの出力が可能か否かの判定を行うようにする。なお、前記画像データに対し副走査方向の画像先頭よりも先のライン位置を開始点として画像データを出力する要求としては、例えば、画像移動や綴じ代の設定などが挙げられる。また、前記DMAコントローラは、1画面中のディスクリプタを3分割のみとし、1つ目の分割ライン数を1ライン、2つ目は設定可能な最大画像出力開始ライン数、3つ目は残りのライン数とする。
【0018】
また、本発明は、前記各構成を備えた画像処理装置と、画像処理された画像データに基づいて画像を形成する画像形成手段とから画像形成装置を構成し、入力された画像データを前記画像処理装置によって画像処理し、その画像処理されたデータに基づいて画像を形成するようにした。具体的には、記憶領域を少なくとも1つ以上のディスクリプタ領域に分割して制御可能な手段を有する画像形成装置において、個々のディスクリプタ領域の動作を制御するための属性データを設けることにより、記憶手段における記憶領域の利用効率の向上と、記憶装置を制御するCPUのような制御手段の負荷の軽減をはかり、かつ画像データの入出力の制御に必要な準備期間の短縮および簡素化のための判断が容易にできるようにした。
【0019】
【発明の実施の形態】
以下、図面を参照し、本発明の実施形態について説明する。
【0020】
図1は本発明の実施形態に係るデジタル複写機の全体的な構成を示すブロック図、図2は図1における原稿台とその上に載置される原稿との関係を示す説明図、図3は図1のIPUから出力される画像同期信号を説明するためのタイミングチャート、図4は図1の記憶部の詳細を示すブロック図、図5は図4のメモリ制御部の構成を示すブロック図、図6はこの実施形態に係るビデオ入力DMACの動作を説明するための図である。
【0021】
本実施形態に係るデジタル複写機は、読み取り部10と、像形成部20と、読み取り部10で読み取った画像データを記憶し、像形成部20で画像を形成させる画像処理装置として機能する制御部40とから主に構成されている。
【0022】
読み取り部10は、原稿台11と、原稿台11上に載置された原稿を露光する露光ランプ12と、複数の反射ミラー13と、CCD(イメージセンサ)14とイメージプロセッシングユニット(以下、「IPU」と称す)15と、スキャナ制御部16とから主に構成されている。また、像形成部20は、感光体ドラム22と、この感光体ドラム22の外周に沿って配置された帯電チャージャ21、書き込み部23、現像装置24、転写チャージャ28、分離チャージャ29、クリーニング装置34および除電チャージャ35からなる作像系と、給紙トレイ26、レジストローラ27、定着装置31、排紙コロ32および排紙トレイ33からなる給紙定着系と、前記書き込み部23をはじめ前記作像系、給紙定着系を制御するプロッタ制御部36とからなる。制御部40は、デジタル複写機の各部ならびに全体の制御を司るシステム制御部41、操作部42、記憶部43、FAX部44およびセレクタ部45からなる。
【0023】
上記のような各構成を備えた読み取り部10の読み取りプロセス、像形成部30の像形成プロセスについて簡単に説明する。
【0024】
読み取り部10では、原稿Dを原稿台11に沿って可動な露光ランプ12によってスキャン露光を行い、複数の反射ミラー13によって原稿からの反射光をCCD14に導き、CCD14で光電変換を行って光の強弱に応じた電気信号とする。CCD14で電気信号に変換された画像データは、IPU15に入力され、IPU15で、入力された画像データに対してシェーディング補正等のイメージデータ処理を行い、さらにA/D変換して8ビットのデジタル信号とする。さらに変倍処理、ディザ処理などの画像処理を行い、画像同期信号と共に画像信号を像形成部20に送る。スキャナ制御部16は、以上のプロセスを実行するために、各種センサの検知、駆動モータ等の制御を行い、また、IPU15に各種パラメータの設定を行う。以上が読み取りプロセスである。
【0025】
像形成部20では、帯電チャージャ21によって一様に帯電された一定回転する感光体ドラム22を、書き込み部23からの画像データによって変調されたレーザ光により露光する。感光体ドラム22表面には静電潜像が形成され、その潜像を現像装置24によりトナーで現像することにより、トナー像として顕像化される。一方、画像が転写される用紙は、あらかじめ給紙コロ25によって給紙トレイ26から搬出され、レジストローラ27位置で待機させておく。そして、感光体ドラム22の画像形成位置先端とタイミングを図って搬送し、転写チャージャ28によって感光体ドラム22上のトナーを転写紙に静電転写し、分離チャージャ29によって転写紙を感光体ドラム22から分離する。その後、転写紙上のトナー像を定着装置31により加熱定着し、排紙ローラ32により排紙トレイ33に排紙する。静電転写後の感光体ドラム22に残留したトナーは、クリーニング装置34によって感光体ドラム22から除去され、さらに、除電チャージャ35により感光体ドラム22表面の除電が行われる。プロッタ制御部36は、以上のプロセスを実行するために像形成部における各種センサの検知、駆動モータなどの制御を行う。以上が像形成プロセスである。
【0026】
読み取り部10のIPU15から出力される画像同期信号は図3のタイミングチャートに示すようになる。同図において、/FGATEはフレームゲート信号で、この信号は副走査方向の画像エリアに対しての画像有効範囲を表す信号である。この信号がローレベル(ローアクティブ)の間の画像データが有効とされる。また、この/FGATEはライン同期信号(/LSYNC)の立ち下がりエッジでアサートあるいはネゲートされる。/LSYNCは画素同期信号(PCLK)の立ち上がりエッジで所定クロック数だけアサートされ、この信号の立ち上がり後、所定クロック後に主走査方向の画像データが有効とされる。送られてくる画像データは、PCLKの1周期に対して1つであり、図2の矢印Zの部分より400DPI相当に分割されたものである。画像データは矢印Zの部分を先頭にラスタ形式のデータとして送出される。また、画像データの副走査有効範囲は、通常、転写紙サイズによって決まる。
【0027】
図1に示すようにこのデジタル複写機の制御部40は、システム制御部41、操作部42、記憶部43、FAX部44およびセレクタ部45とからなる。システム制御部41は、オペレータによる操作部42への入力状態を検知し、読み取り部10、記憶部43、像形成部20、FAX部44への各種パラメータの設定、プロセス実行指示などを通信によって行う。また、システム全体の状態を操作部42に設けられた表示部(図示しない)に表示する。このシステム制御部41への指示はオペレータによる操作部42へのキー入力によってなされる。
【0028】
FAX部44は、システム制御部41からの指示により、送られてきた画像データをG3、G4などFAXのデータ転送規定に基づいて2値圧縮を行い、電話回線へ転送する。また、電話回線よりFAX部44に転送されたデータは、復元されて2値の画像データとされ、像形成部20の書込部23へ送って顕像化される。セレクタ部45は、システム制御部41からの指示により、セレクタの状態を変化させ、像形成を行う画像データのソースを読み取り部10、記憶部43、FAX部44の何れかより選択する。
【0029】
記憶部43は、通常はIPU15から入力される原稿の画像データを記憶することで、リピートコピー、回転コピーなどの複写アプリケーションに使用される。この記憶部43はまた、FAX部44からの2値画像データを一時記憶させるバッファメモリとしても使用される。これらのデータ記憶の指示はシステム制御部41によってなされる。
【0030】
図4に示すように、記憶部43は、画像入出力DMAコントローラ(以下、「画像入出力DMAC」と称する)51、画像メモリ52、メモリ制御部53、画像転送DMAC54、符号転送DMAC55および圧縮伸長器56から構成されている。画像入出力DMAC51は、CPUおよびロジック回路で構成され、メモリ制御部53と通信を行ってコマンドを受信し、そのコマンドに応じた動作設定を行い、また、この画像入出力DMAC51の状態を知らせるためステータス情報として送信する。画像入力のコマンドを受けた場合、入力画像データを入力画像同期信号に従って8画素単位のメモリデータとしてパッキングして、メモリ制御部53にメモリアクセス信号とともに随時出力する。画像出力のコマンドを受けた場合、メモリ制御部53からの画像データを出力画像同期信号に同期させて出力する。また、画像メモリ52は画像データを記憶し、DRAMなどの半導体記憶素子で構成される。画像メモリのメモリ量の合計は、例えば書き込み密度が400DPIの2値画像データのA3サイズ分の4Mバイトと、電子ソート蓄積用のメモリ4Mバイトの合計8Mバイトとする。この画像メモリ52は、メモリ制御部53から読み出し、書き込みの制御が行われる。
【0031】
メモリ制御部53は、CPUおよびロジック回路で構成され、システム制御部41と通信を行ってコマンドを受信し、そのコマンドに応じた動作設定を行う。メモリ制御部53はまた、記憶部43の状態を知らせるためステータス情報を送信する。なお、システム制御部41からの動作コマンドには、画像入力、画像出力、圧縮、伸長などがあり、画像入力、画像出力のコマンドは画像入出力DMAC41に、圧縮関連のコマンドは画像転送DMAC54、符号転送DMAC55および圧縮伸張器56に送信される。
【0032】
図5に示すように、メモリ制御部53はアビータ57とアクセス制御部58とを備えている。アビータ57は、画像入出力DMAC51、画像転送DMAC54、符号転送DMAC55からのメモリアクセス要求信号を調整し、アクセス許可信号を出力する。アビータ57はリフレッシュ制御回路(図示しない)を内蔵し、優先順位はリフレッシュ、画像入出力DMAC51、画像転送DMAC54、符号転送DMAC55の順で、メモリアクセスが非アクティブの条件で許可先にはメモリアクセス許可信号をアクティブ出力する。また、このメモリアクセス許可信号とともにメモリのアドレスをセレクトし、アクセス制御回路58にメモリアクセスのスタートを示すトリガ信号を出力する。一方、アクセス制御回路58は、 入力される物理アドレスをこのアクセス制御回路58からの信号により半導体メモリであるDRAMに対応したロウアドレス、カラムアドレスに分割し11ビットのアドレスバスに出力する。また、アビータ57からのアクセス開始信号に従い、DRAM制御信号(RAS、CAS、WE)を出力する。
【0033】
再び図4に戻り、画像転送DMAC54について説明すると、画像転送DMAC54は、CPUおよびロジック回路で構成され、メモリ制御部53と通信を行ってコマンドを受信し、そのコマンドに応じた動作設定を行い、状態を知らせるためステータス情報として送信する。また、圧縮のコマンドを受けた場合は、メモリ制御部53にメモリアクセス要求信号を出力し、メモリアクセス許可信号がアクティブの場合に画像データを受け取って圧縮伸長器56に転送する。画像転送DMAC54はまた、メモリアクセス要求信号に応じてカウントアップするアドレスカウンタ(図示しない)を内蔵し、画像データが格納される格納場所を示す22ビットのメモリアドレスを出力する。
【0034】
符号転送DMAC55は、CPUおよびロジック回路で構成され、メモリ制御部53と通信を行ってコマンドを受信し、そのコマンドに応じた動作設定を行い、また、状態を知らせるためステータス情報として送信する。伸長のコマンドを受けた場合は、メモリ制御部53にメモリアクセス要求信号を出力し、メモリアクセス許可信号がアクティブの場合に、画像データを受け取って圧縮伸長器56に転送する。また、メモリアクセス要求信号に応じてカウントアップするアドレスカウンタを内蔵し、画像データが格納される格納場所を示す22ビットのメモリアドレスを出力する。この符号転送DMAC55や画像転送DMAC54のディスクリプタアクセス動作については後述する。
【0035】
圧縮伸長器56もCPUおよびロジック回路で構成され、メモリ制御部53と通信を行ってコマンドを受信し、そのコマンドに応じた動作設定を行い、また、状態を知らせるためステータス情報として送信する。なお、2値データはMH符号化方法により処理される。
【0036】
以上のように構成された記憶部の全体の動作としては、画像入力およびデータ蓄積に際してはシステム制御部41からの指示により、画像データを画像メモリ52の所定の画像領域に画像転送DMAC54により書き込んだり、読み出しを行う。このとき画像転送DMAC54では画像ライン数をカウントしている。
【0037】
次に、図6により画像転送DMAC54のディスクリプタアクセス動作およびデータ転送動作を説明する。この実施形態においては、ビデオ入力DMACで画像転送DMACを構成している。ビデオ入力DMAC61は、ディスクリプタ格納レジスタ62とCPUなどで構成されたデータ転送制御部63とから構成されている。また、画像データは、図示するように、バンド1、バンド2、バンド3、バンド4の4つのバンドに分割されており、各バンドで設定されているライン数の画像データを転送する。
【0038】
以下に1画像中の総転送ライン数を加算する手順を説明する。まず、ビデオ入力DMAC61が転送コマンドを受けるとDMAが起動し、あらかじめ内部のディスクリプタ格納レジスタ62にデータ転送制御部63のCPU(図示しない)によって設定されたチェーン先アドレスであるaアドレスにディスクリプタ1をリードアクセスし、メモリ中のディスクリプタ1の内容をディスクリプタ格納レジスタ62にロードする。そのロードされた内容は、4ワードで構成されており、次のディスクリプタの格納アドレスを示すチェーン先アドレス、転送するデータの先頭アドレスを示すデータ格納(転送)先アドレス、転送するデータのデータ量をライン数で示すデータ転送ライン数、そして設定されたライン数の転送が終了した場合にCPU割り込みを発生するか否かのフォーマット情報である。なお、フォーマット情報の最下位ビットには、設定されたライン数の転送を終了した場合に、CPU割り込みを発生させるか否かを表わすビットが、例えば“0”でCPU割り込みを発生、“1”でCPU割り込みをマスクというようにして配置されている。このように、ビデオ入力DMAC61により、ディスクリプタ方式のDMAを、1画面のデータをディスクリプタによる転送単位で分割し、それぞれ転送終了後に割込みを発信することで、現在の正確な転送ライン数をビデオ入力DMAC61内の転送ライン数レジスタを例えばデータ転送制御部63のCPUなどでポーリングすることなく管理することが可能となる。
【0039】
図6においては、1画像データを4つのバンドに分割して、4つのディスクリプタのこのビットには1から4まで順に、0、0、0、0となっている。各バンドの画像データ転送が終了するとCPU割り込みが発生し、その割り込み発生により、各ディスクリプタに設定されているライン数を例えばデータ転送制御部63のCPUで加算することで、転送終了ライン数を検出することができる。
【0040】
画像の先端部分を読み飛ばし、後端に余白を付ける「マイナスとじ代」の場合、1画面中の転送終了ライン数を加算して得られるライン数(総転送ライン数)と出力開始ライン数との比較を行い、1画面中の総転送終了ライン数が出力開始ライン数に到達したかどうかを判定し、データ転送中の画像データの出力が可能か否かの判定を行う
【0041】
この判定の手順を図7のフローチャートに示す。各バンドの画像データ転送が終了し、CPU割り込みが発生すると、ディスクリプタに設定した転送ライン数を検出し(ステップ701)、総転送ライン数が出力開始ライン数以上あるか否かをチェックする(ステップ702)。総転送ライン数が出力開始ライン数以上ある場合はデータ出力を可能にし(ステップ703)、総転送ライン数が出力開始ライン数未満の場合はデータ出力を不可とする(ステップ704)。これにより、例えばプロッタのような画像入力装置からのデータが入力中の画像データに対し、プロッタ出力要求が発行され、かつその画像データに対し副走査マイナス綴代を要求された場合でも、総転送ライン数を管理していることで綴代ライン数と総転送ライン数の関係が、綴代ライン数≦総ライン数という関係になっていればプロッタのデータ出力可能と判断すること可能となる。
【0042】
上述した実施の形態においては、入力画像データを4つのバンドに分割した場合を説明したが、分割数はこれに限るものではなく、図8に示すように3つのバンドに分割してもよい。3つのバンドに分割した場合を図8により説明する。図8は入力画像データを3つのバンドに分割した場合のディスクリプタの構成を説明する図である。
【0043】
図8に示すように、入力画像データである転送データをバンド1、2および3の3つのバンドに分割し、1つ目の分割ライン数であるデータ転送ライン数Aを1、2つ目の分割ライン数であるデータ転送ライン数Bを設定可能最大画像出力開始ライン数(画像移動ライン数)、3つ目の分割ライン数であるデータ転送ライン数Cは残りの画像のライン数に設定した場合の各ディスクリプタの構成を示している。そして、画像移動がない場合は、1度目のCPU割り込みが画像データ出力のDMA転送スタートのタイミングとなり、画像シフトがある場合にはシフトライン数に関係なく、2度目のCPU割り込みが画像データ出力のDMA転送スタートのタイミングとなる。このように、データ転送されるべき1画面のデータを1ライン、綴じ代最大ライン、残りの入力ラインと3分割することにより、綴じ代の副走査方向の綴じ代がないか、またはプラスの場合は1ディスクリプタ目の割込みが発生していればプロッタ出力可と判定し、副走査方向のマイナス綴じ代の場合は、2ディスクリプタ目の割込みが発生していればプロッタ出力可と判定することが可能となり、綴じ代方向によって最適な判定制御とCPUへの割り込み回数が抑えられ、結果CPUの処理負荷の低減が可能となる。
【0044】
上述した実施の形態はデジタル複写機を例に取って説明したが、ファクシミリ、プリンタ、スキャナ、ネットワークファイルサーバなどの画像入出力機器、またはこれらのうちの複数の機能を備えたデジタル複合機型の画像形成装置にも適用可能である。
【0045】
【発明の効果】
これまでの説明から明らかなように、請求項1記載の発明によれば、DMAコントローラはディスクリプタ領域に格納されているディスクリプタ情報の中に、転送するデータを終了した際の処理を設定する手段と、前記設定された処理が終了した時に割込み信号を発信するか否かを指示する手段と、割込みの有無に応じて、割込みが発生したディスクリプタのディスクリプタ情報に格納されているデータ転送ライン数を参照し、1画面中の総転送終了ライン数を加算する手段とを備えているので、1画面のデータがディスクリプタによる転送単位で分割され、それぞれに転送終了後に割込みを発信することで現在の正確な転送ライン数をDMAコントローラ内の転送ライン数レジスタを例えば記憶装置を制御するCPUなどでポーリングすることなく管理することができ、画像形成の生産性を向上させることができる。
【0046】
請求項2記載の発明によれば、DMAコントローラは、ディスクリプタ情報の中に画像データを入力するときは、予め1画面中のディスクリプタを複数に均等分割し、データ転送中の画像データに対し画像データの出力要求を発行し、画像データに対し副走査方向の画像先頭よりも先のライン位置を開始点として画像データを出力する要求がある場合には、1画面中の転送終了ライン数を加算する手段より得られるライン数と出力開始ライン数との比較を行い、1画面中の総転送終了ライン数が出力開始ライン数に到達したかどうかを判定する手段を備え、データ転送中の画像データの出力が可能か否かの判定を行うので、プロッタのデータ出力可否判断を良好に行える。すなわち、画像入力手段からのデータ入力中の画像データに対し、プロッタ出力要求が発行され、かつその画像データに対し副走査マイナス綴じ代を要求された場合でも、総転送ライン数を管理しているので、綴じ代ライン数と総転送ライン数の関係が綴じ代ライン数≦総ライン数という関係になっていればプロッタのデータ出力可能と判断することができる。
【0047】
請求項3記載の発明によれば、画像データに対し副走査方向の画像先頭よりも先のライン位置を開始点として画像データを出力する要求が、画像移動や綴じ代の設定なので、これらの処理については、プロッタのデータ出力可否判断を良好に行える。
【0048】
請求項4記載の発明によれば、データ転送されるべき1画面のデータを1ライン、綴じ代最大ライン、残りの入力ラインと3分割しているので、綴じ代の副走査方向の綴じ代がないか、またはプラスの場合は1ディスクリプタ目の割込みが発生していればプロッタ出力を可と判定し、副走査方向マイナス綴じ代の場合は2ディスクリプタ目の割込みが発生していればプロッタ出力を可と判定することができ、綴代方向によって最適な判定制御と記憶装置を制御するCPUなどへの割り込み回数が抑えられ、結果CPUの処理負荷を低減させることができる。
【0049】
請求項5記載の発明によれば、請求項1ないし4のいずれか1項に記載の画像処理装置によって処理された画像データに基づいて画像を形成するので、入力されたデータに対して出力時に画像移動等の画像編集の要求がなされた場合に、最適なタイミングでDMAデータ転送を実行し、生産性の高い画像形成を行うことができる。
【図面の簡単な説明】
【図1】本発明の実施の形態の全体構成を説明するためのブロック図である。
【図2】図1の原稿台とその上に載置される原稿との関係を説明するための図である。
【図3】図1のIPUから出力される画像同期信号を説明するためのタイミングチャートである。
【図4】図1の記憶部の構成を説明するためのブロック図である。
【図5】図4のメモリ制御部の構成を説明するためのブロック図である。
【図6】この実施の形態において用いられるビデオ入力DMACの構成を画像データとともに説明するための図である。
【図7】とじ代を設ける場合のDMA転送スタートのタイミングを検出するためのフローチャートである。
【図8】入力画像データを3つのバンドに分割した場合のディスクリプタの構成を説明する図である。
【符号の説明】
10 読み取り部
20 像形成部
41 システム制御部
42 操作部
43 記憶部
44 FAX部
45 セレクタ部
51 画像入出力DMAC
52 画像メモリ
53 メモリ制御部
54 画像転送DMAC
55 符号転送DMAC
56 圧縮伸長器
61 ビデオ入力DMAC
62 ディスクリプタ格納レジスタ
63 データ転送制御部63
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an image processing apparatus having a DMA controller that performs DMA data transfer (input / output) to / from an image memory based on descriptor information stored in a descriptor area, and an image processed by the image processing apparatus The present invention relates to an image forming apparatus that forms an image based on data.
[0002]
[Prior art]
Image forming apparatuses such as copying machines, facsimile machines, printers, and scanners are widely used, and these image forming apparatuses are also digitized as digital technology advances. 2. Description of the Related Art In digitized image forming apparatuses, image processing and editing are actively performed by applying an image memory. Among them, there is a function called electronic sorting, in which image data for a plurality of originals is stored in a memory, so that a designated number of copies are collectively output and the sorting work is eliminated. In order to implement this electronic sorting function, it is necessary to hold a plurality of image data, and in order to store the image data as it is in a semiconductor memory or the like, a memory corresponding to the amount of data corresponding to the number of stored images is required. Because the memory cost becomes enormous,
(1) It is composed of two memories, a semiconductor memory for controlling the image forming apparatus and a storage memory for storing image data, and a secondary storage device such as a hard disk that is cheaper than the semiconductor memory is used as the storage memory.
[0003]
{Circle around (2)} A semiconductor memory is used as a storage memory, but the total amount of memory is reduced by compressing image data by compression processing and reducing the amount of data per sheet.
[0004]
(3) A plurality of image input / output means such as an image scanner, a printer controller, a file server, or a facsimile controller share the same image memory.
[0005]
Such a configuration and method are generally used.
[0006]
On the other hand, in order to execute input / output of image data to / from the image memory, a memory control controller (hereinafter referred to as “DMA controller”) using a DMA (Direct Memory Access) data transfer method is used, for example. This is proposed in Japanese Laid-Open Patent Publication No. 6-103225.
[0007]
A conventional DMA controller is configured to transfer data to a specific area of an image memory based on memory area management information called a descriptor. It is also possible to divide a memory area in which one image is stored into a plurality of descriptors and perform data transfer. For example, by using an image memory in the form of a ring buffer, a memory smaller than the image data capacity can be used. It is also possible to execute input / output of image data by capacity.
[0008]
On the other hand, with respect to the image data input from the image input means, image movement such as centering (for transfer paper having a size larger than the input image data, the image data is arranged at the center of the transfer paper and output), When implementing an image editing / processing function that adds margins such as binding margins to input, a memory area larger than the input image data (corresponding to the size of the transfer paper) is secured. Then, image editing is performed by image processing means. In this case, by selecting the image editing function, the memory capacity necessary for the processing increases, and further, preprocessing for using the increased memory area (clearing memory data outside the input image data area, (Initialization) occurs, and extra processing time is required, so that a phenomenon occurs in which the productivity of the image forming apparatus is lowered according to the function to be selected. In addition, even if there is no need to output as a result of image movement processing or there is input data that is no longer to be saved, there may be cases where the processing is performed while retaining the corresponding memory area. It is done.
[0009]
In a DMA controller having a structure for transferring data to a specific area of an image memory using a descriptor, the minimum unit (one pixel) of specific data (for a blank area) is used for an area other than input image data. It is also possible to control the operation such as designating data corresponding to white) and outputting specific data continuously for a certain period of time virtually. Therefore, although the memory capacity required for the editing process varies depending on the selected function, it becomes a memory area of about one pixel to several pixels, so that the increase in the memory capacity is minimized and preprocessing is performed. It is possible to bring the time required for the time closer to zero. Furthermore, for input data that does not require data transfer (storage) to the memory, operation control is performed so that the input data is not transferred to the image memory, thereby saving image memory capacity. It is also possible to do. Note that it is possible to selectively instruct whether or not to discard the input data in consideration of moving the image after inputting or outputting the image data.
[0010]
In an image forming apparatus having a plurality of image input / output means, a plurality of image input / output requests are made simultaneously. In this case, in the operation control of the image memory, it is essential to process a plurality of data transfers in parallel at the same time so as to minimize the free time for execution based on a plurality of data transfer requests. When there is an execution request for image processing for this input / output operation, for example, an operation of outputting image data input from a scanner to a plotter is taken as an example.
Request 1. Scanner input (image 1)
Request 2. Plotter output (image 1) + binding allowance (requested during operation of request 1)
Request 3. Scanner input (image 2) (requested during operation of request 2)
Request 4. Plotter output (image 2) + binding allowance (requested during operation of request 3)
Request 5. Scanner input (image 3) (requested during operation of request 4)
If the same memory area can be read and the plotter output of request 2 can be performed during the data transfer (input) of request 1, the output of image 1 is obtained from the start of the request. Can be shortened, so that the productivity of the image forming apparatus is improved.
[0011]
Similarly, if another memory area is secured during the data transfer (output) of request 2 and the image data transfer (input) of request 3 is executed, the time for processing the entire request is greatly reduced. Further, the same memory area that uses the memory area for data transfer of request 3 in request 2 is selected, and operation control is performed to overwrite the portion of image 1 in which data transfer has been completed in the memory area. As a result, the required capacity of the image memory can be reduced, and the cost of the apparatus can be reduced.
[0012]
[Problems to be solved by the invention]
However, in the case of performing the control as described above, in consideration of image processing such as binding margin, the output of the data area in which the input operation is not completed is prohibited or the memory area in which the output is not completed is performed. Processing such as prohibiting data input such as overwriting is required. Specifically, an image moving operation in which image data at a position ahead of the head image in the sub-scanning direction of the input image data is output as a start point and margin data is added to the rear end in the operation sub-scanning direction, that is, In the case of an operation of skipping the leading end portion of the input image and adding margin data (binding margin) called “minus binding margin” to the trailing end side, image input for at least the number of lines of the output start point of the image data Output must be disabled until the data transfer is complete.
[0013]
In this way, in order to perform a large amount and high speed of data transfer of image data to / from a plurality of image input / output means, in order to set execution timing of data transfer including control for prohibiting the above-described operation. In addition, a means for detecting an operation state including an image processing operation for minimizing a time loss and performing it accurately is essential.
[0014]
The present invention has been made in view of such a state of the art, and an object of the present invention is to perform DMA at an optimal timing when a request for image editing such as image movement at the time of output is made with respect to input data. An object of the present invention is to provide an image processing apparatus capable of executing data transfer and improving the productivity of image formation.
[0015]
Another object of the present invention is to perform DMA data transfer at an optimal timing to perform image formation with high productivity when image editing such as image movement is requested at the time of output for input data. It is to provide a forming apparatus.
[0016]
[Means for Solving the Problems]
In order to achieve the above object, the present invention provides an image memory having a descriptor area for storing descriptor information and an image data area for storing image data, and the image data stored in the image memory is based on the descriptor information. In the image processing apparatus for performing DMA data transfer based on descriptor information stored in the descriptor area, the DMA controller includes descriptor information stored in the descriptor area. A means for setting a process when data to be transferred is completed, a means for instructing whether or not to send an interrupt signal when the set process is completed, and an interrupt according to the presence or absence of an interrupt. Stored in the descriptor information of the descriptor where the error occurred By referring to the number of data transfer lines are, and the structure and means for adding the total number of transfer completion lines in one screen.
[0017]
In this case, when inputting the image data in the descriptor information, the DMA controller divides the descriptor in one screen into a plurality of equal parts in advance and issues an image data output request to the image data being transferred. If there is a request to output image data starting from a line position ahead of the top of the image in the sub-scanning direction with respect to the image data, Roll of A means for comparing the number of lines obtained from the means for adding the number of transmission end lines with the number of output start lines and further determining whether or not the total number of transfer end lines in one screen has reached the number of output start lines; Then, it is determined whether or not image data can be output during data transfer. The request for outputting the image data with the line position ahead of the image head in the sub-scanning direction as the starting point for the image data includes, for example, image movement and binding margin setting. The DMA controller sets the descriptor in one screen to only three divisions, the first division line number is one line, the second is the maximum image output start line number that can be set, and the third is the remaining lines. It is a number.
[0018]
According to the present invention, an image forming apparatus includes the image processing apparatus having the above-described configurations and an image forming unit that forms an image based on the image data that has been subjected to image processing. An image is processed by the processing device, and an image is formed based on the processed data. Specifically, in an image forming apparatus having means that can be controlled by dividing the storage area into at least one descriptor area, the storage means is provided by providing attribute data for controlling the operation of each descriptor area. To reduce the load on the control means such as the CPU that controls the storage device, and to shorten and simplify the preparation period required to control the input and output of image data Was made easy.
[0019]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0020]
FIG. 1 is a block diagram showing the overall configuration of a digital copying machine according to an embodiment of the present invention. FIG. 2 is an explanatory diagram showing the relationship between a document table in FIG. 1 and a document placed thereon. Is a timing chart for explaining an image synchronization signal output from the IPU in FIG. 1, FIG. 4 is a block diagram showing details of the storage unit in FIG. 1, and FIG. 5 is a block diagram showing a configuration of the memory control unit in FIG. FIG. 6 is a diagram for explaining the operation of the video input DMAC according to this embodiment.
[0021]
The digital copying machine according to the present embodiment stores a reading unit 10, an image forming unit 20, and a control unit that functions as an image processing apparatus that stores image data read by the reading unit 10 and forms an image by the image forming unit 20. 40 is mainly composed.
[0022]
The reading unit 10 includes a document table 11, an exposure lamp 12 that exposes a document placed on the document table 11, a plurality of reflection mirrors 13, a CCD (image sensor) 14, and an image processing unit (hereinafter referred to as “IPU”). And the scanner control unit 16. The image forming unit 20 includes a photosensitive drum 22, a charging charger 21, a writing unit 23, a developing device 24, a transfer charger 28, a separation charger 29, and a cleaning device 34 arranged along the outer periphery of the photosensitive drum 22. And the image forming system including the static elimination charger 35, the paper feeding and fixing system including the paper feed tray 26, the registration roller 27, the fixing device 31, the paper discharge roller 32, and the paper discharge tray 33, and the writing unit 23 and the image forming system. And a plotter control unit 36 for controlling the sheet feeding and fixing system. The control unit 40 includes a system control unit 41, an operation unit 42, a storage unit 43, a FAX unit 44, and a selector unit 45 that control each unit and overall control of the digital copying machine.
[0023]
The reading process of the reading unit 10 having each configuration as described above and the image forming process of the image forming unit 30 will be briefly described.
[0024]
In the reading unit 10, the document D is subjected to scan exposure by an exposure lamp 12 movable along the document table 11, reflected light from the document is guided to the CCD 14 by a plurality of reflecting mirrors 13, and photoelectric conversion is performed by the CCD 14. Use electrical signals according to strength. The image data converted into an electrical signal by the CCD 14 is input to the IPU 15, and the IPU 15 performs image data processing such as shading correction on the input image data, and further A / D converts it to an 8-bit digital signal. And Further, image processing such as scaling processing and dither processing is performed, and the image signal is sent to the image forming unit 20 together with the image synchronization signal. In order to execute the above process, the scanner control unit 16 performs detection of various sensors, control of a drive motor, and the like, and sets various parameters in the IPU 15. The above is the reading process.
[0025]
In the image forming unit 20, the photoconductor drum 22 that rotates uniformly and is uniformly charged by the charging charger 21 is exposed with laser light modulated by image data from the writing unit 23. An electrostatic latent image is formed on the surface of the photosensitive drum 22, and the latent image is developed with toner by the developing device 24 to be visualized as a toner image. On the other hand, the sheet on which the image is transferred is unloaded from the sheet feeding tray 26 by the sheet feeding roller 25 in advance and waits at the registration roller 27 position. Then, the photosensitive drum 22 is conveyed at the timing of the leading edge of the image forming position, the toner on the photosensitive drum 22 is electrostatically transferred to the transfer paper by the transfer charger 28, and the transfer paper is transferred to the photosensitive drum 22 by the separation charger 29. Separate from. Thereafter, the toner image on the transfer paper is heated and fixed by the fixing device 31, and is discharged to the discharge tray 33 by the discharge roller 32. The toner remaining on the photosensitive drum 22 after the electrostatic transfer is removed from the photosensitive drum 22 by the cleaning device 34, and the surface of the photosensitive drum 22 is neutralized by the neutralizing charger 35. The plotter control unit 36 performs detection of various sensors in the image forming unit and controls a drive motor and the like in order to execute the above process. The above is the image forming process.
[0026]
The image synchronization signal output from the IPU 15 of the reading unit 10 is as shown in the timing chart of FIG. In the figure, / FGATE is a frame gate signal, and this signal represents a valid image range for an image area in the sub-scanning direction. Image data while this signal is at a low level (low active) is validated. This / FGATE is asserted or negated at the falling edge of the line synchronization signal (/ LSYNC). / LSYNC is asserted for a predetermined number of clocks at the rising edge of the pixel synchronization signal (PCLK), and image data in the main scanning direction is validated after a predetermined clock after the rising of this signal. The sent image data is one for one period of PCLK, and is divided by 400 DPI equivalent from the portion indicated by the arrow Z in FIG. The image data is sent out as raster format data starting from the arrow Z. Further, the sub-scanning effective range of image data is usually determined by the transfer paper size.
[0027]
As shown in FIG. 1, the control unit 40 of the digital copying machine includes a system control unit 41, an operation unit 42, a storage unit 43, a FAX unit 44, and a selector unit 45. The system control unit 41 detects an input state to the operation unit 42 by an operator, and performs various parameter settings, process execution instructions, and the like to the reading unit 10, the storage unit 43, the image forming unit 20, and the FAX unit 44 through communication. . Further, the state of the entire system is displayed on a display unit (not shown) provided in the operation unit 42. The instruction to the system control unit 41 is made by key input to the operation unit 42 by the operator.
[0028]
In response to an instruction from the system control unit 41, the FAX unit 44 performs binary compression on the received image data based on FAX data transfer rules such as G3 and G4 and transfers the image data to the telephone line. The data transferred from the telephone line to the FAX unit 44 is restored to binary image data, which is sent to the writing unit 23 of the image forming unit 20 to be visualized. In response to an instruction from the system control unit 41, the selector unit 45 changes the state of the selector and selects the source of image data for image formation from any one of the reading unit 10, the storage unit 43, and the FAX unit 44.
[0029]
The storage unit 43 normally stores image data of a document input from the IPU 15 and is used for a copy application such as repeat copy or rotated copy. The storage unit 43 is also used as a buffer memory for temporarily storing binary image data from the FAX unit 44. These data storage instructions are given by the system control unit 41.
[0030]
As shown in FIG. 4, the storage unit 43 includes an image input / output DMA controller (hereinafter referred to as “image input / output DMAC”) 51, an image memory 52, a memory control unit 53, an image transfer DMAC 54, a code transfer DMAC 55, and a compression / decompression. The device 56 is configured. The image input / output DMAC 51 includes a CPU and a logic circuit, communicates with the memory control unit 53, receives a command, performs operation settings according to the command, and informs the state of the image input / output DMAC 51. Send as status information. When an image input command is received, the input image data is packed as memory data in units of 8 pixels according to the input image synchronization signal, and is output to the memory control unit 53 together with the memory access signal as needed. When an image output command is received, the image data from the memory control unit 53 is output in synchronization with the output image synchronization signal. The image memory 52 stores image data and is configured by a semiconductor storage element such as a DRAM. The total memory amount of the image memory is, for example, a total of 8 Mbytes of 4 Mbytes of A3 size of binary image data with a writing density of 400 DPI and 4 Mbytes of electronic sort storage memory. The image memory 52 is read from the memory control unit 53 and controlled for writing.
[0031]
The memory control unit 53 includes a CPU and a logic circuit, communicates with the system control unit 41, receives a command, and performs operation settings according to the command. The memory control unit 53 also transmits status information to notify the state of the storage unit 43. The operation commands from the system control unit 41 include image input, image output, compression, decompression, and the like. Image input and image output commands are input to the image input / output DMAC 41, compression-related commands are the image transfer DMAC 54, code The data is transmitted to the transfer DMAC 55 and the compression / decompression unit 56.
[0032]
As shown in FIG. 5, the memory control unit 53 includes an aviator 57 and an access control unit 58. The aviator 57 adjusts memory access request signals from the image input / output DMAC 51, the image transfer DMAC 54, and the code transfer DMAC 55, and outputs an access permission signal. The aviator 57 incorporates a refresh control circuit (not shown). The priority order is refresh, the image input / output DMAC 51, the image transfer DMAC 54, and the code transfer DMAC 55. Active output of signal. Further, the memory address is selected together with this memory access permission signal, and a trigger signal indicating the start of memory access is output to the access control circuit 58. On the other hand, the access control circuit 58 divides the input physical address into a row address and a column address corresponding to a DRAM which is a semiconductor memory by a signal from the access control circuit 58, and outputs it to an 11-bit address bus. Further, in accordance with an access start signal from the aviator 57, a DRAM control signal (RAS, CAS, WE) is output.
[0033]
Returning to FIG. 4 again, the image transfer DMAC 54 is described. The image transfer DMAC 54 is composed of a CPU and a logic circuit, communicates with the memory control unit 53, receives a command, performs an operation setting according to the command, It is sent as status information to inform the state. When a compression command is received, a memory access request signal is output to the memory control unit 53, and image data is received and transferred to the compression / decompression unit 56 when the memory access permission signal is active. The image transfer DMAC 54 also incorporates an address counter (not shown) that counts up in response to a memory access request signal, and outputs a 22-bit memory address indicating a storage location where image data is stored.
[0034]
The code transfer DMAC 55 includes a CPU and a logic circuit, communicates with the memory control unit 53, receives a command, performs operation setting according to the command, and transmits it as status information to notify the state. When an expansion command is received, a memory access request signal is output to the memory control unit 53. When the memory access permission signal is active, image data is received and transferred to the compression / decompression unit 56. In addition, an address counter that counts up in response to a memory access request signal is built in, and a 22-bit memory address indicating a storage location where image data is stored is output. The descriptor access operation of the code transfer DMAC 55 and the image transfer DMAC 54 will be described later.
[0035]
The compression / decompression unit 56 is also composed of a CPU and a logic circuit, communicates with the memory control unit 53, receives a command, performs operation settings according to the command, and transmits it as status information to notify the state. The binary data is processed by the MH encoding method.
[0036]
As the overall operation of the storage unit configured as described above, image data is written to a predetermined image area of the image memory 52 by the image transfer DMAC 54 in response to an instruction from the system control unit 41 when inputting an image and storing data. Read out. At this time, the image transfer DMAC 54 counts the number of image lines.
[0037]
Next, the descriptor access operation and data transfer operation of the image transfer DMAC 54 will be described with reference to FIG. In this embodiment, the video input DMAC constitutes an image transfer DMAC. The video input DMAC 61 includes a descriptor storage register 62 and a data transfer control unit 63 including a CPU. Further, as shown in the figure, the image data is divided into four bands, band 1, band 2, band 3, and band 4, and image data of the number of lines set in each band is transferred.
[0038]
A procedure for adding the total number of transfer lines in one image will be described below. First, when the video input DMAC 61 receives a transfer command, the DMA is activated, and the descriptor 1 is set to an address a which is a chain destination address set in advance in the internal descriptor storage register 62 by the CPU (not shown) of the data transfer control unit 63. Read access is performed, and the contents of descriptor 1 in the memory are loaded into descriptor storage register 62. The loaded contents are composed of 4 words, the chain destination address indicating the storage address of the next descriptor, the data storage (transfer) destination address indicating the start address of the data to be transferred, and the data amount of the data to be transferred. The number of data transfer lines indicated by the number of lines, and format information indicating whether or not to generate a CPU interrupt when transfer of the set number of lines is completed. In the least significant bit of the format information, when the transfer of the set number of lines is completed, a bit indicating whether or not to generate a CPU interrupt is “0”, for example, and a CPU interrupt is generated. “1” The CPU interrupt is arranged as a mask. In this way, the video input DMAC 61 divides the descriptor-type DMA into one-screen data in units of transfer by descriptors, and issues an interrupt after each transfer ends, so that the current accurate transfer line number can be determined. The transfer line number register can be managed without polling by the CPU of the data transfer control unit 63, for example.
[0039]
In FIG. 6, one image data is divided into four bands, and this bit of the four descriptors is 0, 0, 0, 0 in order from 1 to 4. When the image data transfer for each band is completed, a CPU interrupt is generated. Upon the occurrence of the interrupt, the number of lines set in each descriptor is added by, for example, the CPU of the data transfer control unit 63, thereby detecting the transfer end line number. can do.
[0040]
In the case of “minus binding margin” that skips the leading edge of the image and adds a margin to the trailing edge, The number of lines obtained by adding the number of transfer end lines in one screen (total number of transfer lines) is compared with the number of output start lines, and the total number of transfer end lines in one screen has reached the number of output start lines. And whether or not image data can be output during data transfer is determined. .
[0041]
The determination procedure is shown in the flowchart of FIG. The image data transfer for each band is completed, When a CPU interrupt occurs, the number of transfer lines set in the descriptor is detected (step 701), and it is checked whether the total number of transfer lines is equal to or greater than the number of output start lines (step 702). If the total number of transfer lines is equal to or greater than the number of output start lines, data output is enabled (step 703), and the total number of transfer lines is equal to the number of output start lines. Less than In this case, data output is disabled (step 704). As a result, even if a plotter output request is issued for image data that is being input with data from an image input device such as a plotter and sub-scanning minus binding is requested for the image data, total transfer is performed. Spelling by managing the number of lines Time The relationship between the number of proxy lines and the total number of transfer lines is Time If the relationship of the number of substitution lines ≦ the total number of lines is satisfied, it is possible to determine that the plotter data can be output.
[0042]
In the embodiment described above, the case where the input image data is divided into four bands has been described. However, the number of divisions is not limited to this, and may be divided into three bands as shown in FIG. The case of dividing into three bands will be described with reference to FIG. FIG. 8 is a diagram for explaining the configuration of the descriptor when the input image data is divided into three bands.
[0043]
As shown in FIG. 8, the transfer data that is input image data is divided into three bands, bands 1, 2, and 3, and the number of data transfer lines A that is the first divided line number is set to the first and second bands. Data transfer line number B, which is the number of divided lines, can be set Maximum image output start line number (number of image moving lines) The third divided line number, data transfer line number C, is set to the number of remaining image lines The structure of each descriptor is shown. If there is no image movement, the first CPU interrupt is the DMA transfer start timing of image data output. If there is an image shift, the second CPU interrupt is the image data output regardless of the number of shift lines. This is the timing for starting DMA transfer. In this way, when the data of one screen to be transferred is divided into one line, the maximum binding margin line, and the remaining input lines, there is no binding margin in the sub-scanning direction of the binding margin or when it is positive Can determine that the plotter can be output if the first descriptor interrupt has occurred, and in the case of negative binding margin in the sub-scanning direction, it can be determined that the plotter can be output if the second descriptor interrupt has occurred. Thus, the optimum determination control and the number of interruptions to the CPU are suppressed depending on the binding margin direction, and as a result, the processing load on the CPU can be reduced.
[0044]
In the above-described embodiment, the digital copying machine has been described as an example. However, the image input / output device such as a facsimile, a printer, a scanner, and a network file server, or a digital multifunction machine type having a plurality of functions of these devices. The present invention can also be applied to an image forming apparatus.
[0045]
【The invention's effect】
As is apparent from the above description, according to the first aspect of the present invention, the DMA controller includes means for setting processing when data to be transferred is completed in the descriptor information stored in the descriptor area. Means for instructing whether or not to send an interrupt signal when the set processing is completed, and referring to the number of data transfer lines stored in the descriptor information of the descriptor in which the interrupt has occurred, depending on the presence or absence of the interrupt And a means for adding the total number of transfer end lines in one screen, so that the data of one screen is divided in units of transfer by descriptors, and an interrupt is sent to each after the transfer ends, so that the current accurate The number of transfer lines is polled by the transfer line number register in the DMA controller, for example, by a CPU that controls the storage device. And no can manage, it is possible to improve the productivity of the image forming.
[0046]
According to the second aspect of the present invention, when the image data is input into the descriptor information, the DMA controller divides the descriptor in one screen into a plurality of equal parts in advance, and the image data with respect to the image data being transferred. If there is a request to output image data starting from a line position ahead of the top of the image in the sub-scanning direction with respect to the image data, Roll of Comparing the number of lines obtained from the means for adding the number of transmission end lines and the number of output start lines, and means for determining whether the total number of transfer end lines in one screen has reached the number of output start lines, Since it is determined whether or not image data can be output during data transfer, it is possible to satisfactorily determine whether or not the plotter can output data. That is, the total number of transfer lines is managed even when a plotter output request is issued for the image data being input from the image input means and a sub-scanning minus binding margin is requested for the image data. Therefore, if the relationship between the number of binding margin lines and the total number of transfer lines is such that the number of binding margin lines ≦ the total number of lines, it can be determined that the plotter can output data.
[0047]
According to the third aspect of the present invention, since the request for outputting image data starting from a line position ahead of the top of the image in the sub-scanning direction with respect to the image data is the setting of image movement and binding margin, these processes are performed. With respect to, it is possible to satisfactorily determine whether the plotter can output data.
[0048]
According to the fourth aspect of the present invention, since one screen data to be transferred is divided into three lines, one line, the maximum binding margin line, and the remaining input lines, the binding margin of the binding margin in the sub-scanning direction is reduced. If there is no or positive, if the first descriptor interrupt is generated, it is determined that the plotter output is acceptable. If the sub-scanning direction minus binding margin, the plotter output is output if the second descriptor interrupt is generated. It is possible to determine that it is possible, the optimal determination control depending on the binding direction, and the number of interruptions to the CPU or the like that controls the storage device can be suppressed, resulting in a reduction in the processing load on the CPU.
[0049]
According to the fifth aspect of the present invention, the image is formed based on the image data processed by the image processing device according to any one of the first to fourth aspects. When a request for image editing such as image movement is made, DMA data transfer can be executed at an optimal timing, and image formation with high productivity can be performed.
[Brief description of the drawings]
FIG. 1 is a block diagram for explaining an overall configuration of an embodiment of the present invention.
FIG. 2 is a diagram for explaining the relationship between the document table of FIG. 1 and a document placed thereon.
FIG. 3 is a timing chart for explaining an image synchronization signal output from the IPU in FIG. 1;
4 is a block diagram for explaining a configuration of a storage unit in FIG. 1. FIG.
5 is a block diagram for explaining a configuration of a memory control unit in FIG. 4; FIG.
FIG. 6 is a diagram for explaining a configuration of a video input DMAC used in this embodiment together with image data.
FIG. 7 is a flowchart for detecting a DMA transfer start timing when a binding margin is provided.
FIG. 8 is a diagram for explaining the configuration of a descriptor when input image data is divided into three bands.
[Explanation of symbols]
10 Reading unit
20 Image forming unit
41 System controller
42 Operation unit
43 Memory
44 FAX section
45 Selector section
51 Image Input / Output DMAC
52 Image memory
53 Memory controller
54 Image Transfer DMAC
55 Code transfer DMAC
56 Compression / Expansion Machine
61 Video input DMAC
62 Descriptor storage register
63 Data transfer control unit 63

Claims (5)

ディスクリプタ情報を格納するディスクリプタ領域と画像データを記憶する画像データ領域とを持つ画像メモリと、該画像メモリに記憶された前記画像データを前記ディスクリプタ情報に基づいてDMAデータ転送を行うDMAコントローラとを備え、前記ディスクリプタ領域に格納されているディスクリプタ情報に基づいてDMAデータ転送を行う画像処理装置において、
前記DMAコントローラは、前記ディスクリプタ領域に格納されているディスクリプタ情報の中に、転送するデータを終了した際の処理を設定する手段と、
前記設定された処理が終了した時に割込み信号を発信するか否かを指示する手段と、
割込みの有無に応じて、割込みが発生したディスクリプタのディスクリプタ情報に格納されているデータ転送ライン数を参照し、1画面中の転送終了ライン数を加算する手段と、
を備えていることを特徴とする画像処理装置。
An image memory having a descriptor area for storing descriptor information and an image data area for storing image data, and a DMA controller for transferring the image data stored in the image memory based on the descriptor information In an image processing apparatus that performs DMA data transfer based on descriptor information stored in the descriptor area,
The DMA controller sets, in the descriptor information stored in the descriptor area, processing when data to be transferred is terminated,
Means for instructing whether or not to send an interrupt signal when the set processing is completed;
Depending on the presence or absence of the interrupt, means for interrupt refers the number of data transfer line stored in the descriptor information of the descriptor generated, adds the number of transfer end line in one screen,
An image processing apparatus comprising:
前記DMAコントローラは、ディスクリプタ情報の中に前記画像データを入力するときは、予め1画面中のディスクリプタを複数に均等分割し、データ転送中の画像データに対し画像データの出力要求を発行し、前記画像データに対し副走査方向の画像先頭よりも先のライン位置を開始点として画像データを出力する要求がある場合には、1画面中の転送終了ライン数を加算する手段より得られるライン数と出力開始ライン数との比較を行い、1画面中の総転送終了ライン数が出力開始ライン数に到達したかどうかを判定する手段をさらに備え、データ転送中の画像データの出力が可能か否かの判定を行うことを特徴とする請求項1記載の画像処理装置。The DMA controller, when inputting the image data in the descriptor information, divides the descriptor in one screen into a plurality of equal parts in advance, issues an output request for the image data to the image data being transferred, when the image data is a request to output the image data as a starting point the previous line position than the image head of the sub-scanning direction, the number of lines obtained from means adding the number of transfer end line in one screen And a means for comparing the output start line number and determining whether or not the total transfer end line number in one screen has reached the output start line number, and whether or not image data can be output during data transfer 2. The image processing apparatus according to claim 1, wherein the determination is made as to whether or not. 前記画像データに対し副走査方向の画像先頭よりも先のライン位置を開始点として画像データを出力する要求が、画像移動および/または綴じ代設定であることを特徴とする請求項2記載の画像処理装置。  3. The image according to claim 2, wherein the request for outputting the image data starting from a line position ahead of the image head in the sub-scanning direction with respect to the image data is image movement and / or binding margin setting. Processing equipment. 前記DMAコントローラは、1画面中のディスクリプタを3分割し、1つ目の分割ライン数を1ライン、2つ目は設定可能な最大画像出力開始ライン数、3つ目は残りのライン数としたことを特徴とする請求項1または2に記載の画像処理装置。  The DMA controller divides the descriptor in one screen into three, the first division line number is one line, the second is the maximum settable image output start line number, and the third is the remaining number of lines. The image processing apparatus according to claim 1, wherein the image processing apparatus is an image processing apparatus. 請求項1ないし4のいずれか1項に記載の画像処理装置と、
画像処理された画像データに基づいて画像を形成する画像形成手段と、
を備え、入力された画像データを前記画像処理装置によって画像処理し、その画像処理されたデータに基づいて画像を形成することを特徴とする画像形成装置。
An image processing apparatus according to any one of claims 1 to 4,
Image forming means for forming an image based on image processed image data;
An image forming apparatus characterized in that the input image data is subjected to image processing by the image processing apparatus, and an image is formed based on the image processed data.
JP2000300622A 2000-09-29 2000-09-29 Image processing apparatus and image forming apparatus Expired - Fee Related JP3967074B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2000300622A JP3967074B2 (en) 2000-09-29 2000-09-29 Image processing apparatus and image forming apparatus
DE60124484T DE60124484T2 (en) 2000-09-29 2001-09-27 Data processing apparatus and DMA data transmission method
EP01122631A EP1193610B1 (en) 2000-09-29 2001-09-27 Data processing apparatus and DMA data transfer method
US09/964,464 US6708234B2 (en) 2000-09-29 2001-09-28 Data processing apparatus and DMA data transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000300622A JP3967074B2 (en) 2000-09-29 2000-09-29 Image processing apparatus and image forming apparatus

Publications (2)

Publication Number Publication Date
JP2002108584A JP2002108584A (en) 2002-04-12
JP3967074B2 true JP3967074B2 (en) 2007-08-29

Family

ID=18782280

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000300622A Expired - Fee Related JP3967074B2 (en) 2000-09-29 2000-09-29 Image processing apparatus and image forming apparatus

Country Status (1)

Country Link
JP (1) JP3967074B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8599423B2 (en) 2008-05-12 2013-12-03 Ricoh Company, Limited Method and apparatus for image processing, and computer program product

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE60327736D1 (en) * 2002-12-26 2009-07-09 Canon Kk Image processing apparatus and image processing method
JP5039687B2 (en) * 2008-12-10 2012-10-03 京セラドキュメントソリューションズ株式会社 Image processing device
JP5675082B2 (en) 2009-11-26 2015-02-25 キヤノン株式会社 Printing apparatus and processing method thereof
JP5135382B2 (en) * 2010-05-24 2013-02-06 京セラドキュメントソリューションズ株式会社 Image processing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8599423B2 (en) 2008-05-12 2013-12-03 Ricoh Company, Limited Method and apparatus for image processing, and computer program product

Also Published As

Publication number Publication date
JP2002108584A (en) 2002-04-12

Similar Documents

Publication Publication Date Title
US6708234B2 (en) Data processing apparatus and DMA data transfer method
US6900906B1 (en) Apparatus, method and computer readable recording medium for processing image information
US7301653B2 (en) Image processing apparatus, image processing method, and storage medium
JP3967074B2 (en) Image processing apparatus and image forming apparatus
JP2002140286A (en) Information processing device and dma transfer method
JP2002140288A (en) Information processing device and dma transfer method
JP4359047B2 (en) Image forming apparatus
JP3903464B2 (en) Image forming apparatus, image signal input processing method and output processing method
JP2005079646A (en) Image forming apparatus
JP4253138B2 (en) Image forming apparatus
JP3638168B2 (en) Image data storage device
JP2000069257A (en) Image processor
JP2004222090A (en) Image forming apparatus
JP3797833B2 (en) Image processing device
JP4197916B2 (en) Data processing apparatus, data processing method, data processing program, and recording medium
JP4133394B2 (en) Image forming apparatus
JP2004040585A (en) Image processing apparatus and image forming apparatus
JP4076224B2 (en) Image forming apparatus
JP2002135544A (en) Image processing apparatus
JP2004112363A (en) Image forming device
JP3932275B2 (en) Image input / output device
JP2002244994A (en) Image forming device
JP2006157977A (en) Image processing apparatus
JPH11146159A (en) Image forming device
JP2005067004A (en) Image forming apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040825

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061207

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061219

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070219

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070530

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

Free format text: PAYMENT UNTIL: 20100608

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110608

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110608

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120608

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130608

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees