JP2005269509A - Image processing apparatus - Google Patents

Image processing apparatus Download PDF

Info

Publication number
JP2005269509A
JP2005269509A JP2004082472A JP2004082472A JP2005269509A JP 2005269509 A JP2005269509 A JP 2005269509A JP 2004082472 A JP2004082472 A JP 2004082472A JP 2004082472 A JP2004082472 A JP 2004082472A JP 2005269509 A JP2005269509 A JP 2005269509A
Authority
JP
Japan
Prior art keywords
lines
read
image data
value
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
Application number
JP2004082472A
Other languages
Japanese (ja)
Inventor
Toshiyuki Soshi
敏行 惣司
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.)
Murata Machinery Ltd
Original Assignee
Murata Machinery 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 Murata Machinery Ltd filed Critical Murata Machinery Ltd
Priority to JP2004082472A priority Critical patent/JP2005269509A/en
Publication of JP2005269509A publication Critical patent/JP2005269509A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processing apparatus capable of shortening recording time certainly, even when a read transfer is carried out while performing a plurality of write transfers. <P>SOLUTION: The apparatus is provided with a plurality of write means for writing image data in a memory, a write start address is set for each of the write means, and write of image data in the memory is started from a write start address corresponding to a selected write means. After that, the numbers of lines written in the memory and the numbers of read lines are totaled. If the cumulative total value of the numbers of the read lines reaches the cumulative total value of the numbers of written lines, read processing is suspended. After the read processing is suspended, the read processing is resumed if the difference between the cumulative total value of the numbers of the written lines and the cumulative total value of numbers of the read lines is larger than a predetermined value. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、ページメモリに画像データを蓄積させつつ、随時読出して記録する画像処理装置に関する。   The present invention relates to an image processing apparatus that reads and records data as needed while accumulating image data in a page memory.

ディジタル複写機、プリンタ、スキャナ、これらの機能を統合した複合機等の画像データを処理する画像処理装置にあっては、該画像処理装置が読取った画像データ、又は外部装置から入力された画像データを、例えば時計回り又は反時計回りに90度回転させる画像処理、拡大又は縮小する画像処理等を行う機能を備えているものがある。   In an image processing apparatus that processes image data, such as a digital copying machine, a printer, a scanner, or a multifunction machine that integrates these functions, image data read by the image processing apparatus or image data input from an external device Some of them have a function of performing image processing for rotating the image 90 degrees clockwise or counterclockwise, image processing for enlarging or reducing, and the like.

従来の画像処理装置における画像処理は、ページメモリを使用し、以下のように行われている。すなわち、画像処理装置が読取った画像データ、又は外部装置から入力された画像データを、一旦バッファに蓄積し、所定のページ分の画像データがバッファに蓄積された段階で、後の読出しを考慮して計算されたページメモリの所定のアドレスに、バッファに蓄積された1ページ分の画像データを画像処理して展開し、展開された画像データを読出して記録部へ送出している。   Image processing in a conventional image processing apparatus is performed as follows using a page memory. In other words, image data read by the image processing device or image data input from an external device is temporarily stored in a buffer, and when a predetermined page of image data is stored in the buffer, later reading is considered. The image data for one page stored in the buffer is processed and developed at a predetermined address of the page memory calculated in this way, and the developed image data is read out and sent to the recording unit.

ページメモリに対する画像データの書出し処理(以下、ライト転送)と、ページメモリからの画像データの読出し処理(以下、リード転送)とは、それぞれ独立して行われている。したがって、FCOT(First Copy Output Time)の短縮、画像メモリへの蓄積時間の短縮等を実現すべく、ライト転送を行いながら並行してリード転送を行う場合、リード転送がライト転送を追い越さないようソフトウェアで監視し、ライト転送開始時点から所定の時間が経過した後、あるいは所定のライン数ライト転送が行われた後にリード転送の開始指示を行うよう制御する必要があった(特許文献1及び2参照)。
特開2001−094793号公報 特開平6−187235号公報
Image data writing processing (hereinafter referred to as write transfer) to the page memory and image data reading processing (hereinafter referred to as read transfer) from the page memory are performed independently. Therefore, in order to shorten the first copy output time (FCOT), shorten the accumulation time in the image memory, etc., when performing the read transfer in parallel while performing the write transfer, the software prevents the read transfer from overtaking the write transfer. It is necessary to perform control so that a read transfer start instruction is issued after a predetermined time has elapsed from the start of write transfer or after a predetermined number of lines of write transfer has been performed (see Patent Documents 1 and 2). ).
JP 2001-094793 A JP-A-6-187235

しかし、従来の画像処理装置では、ライト転送をリード転送が追い越さないよう、例えばライト転送開始時点から所定の時間が経過した後、あるいは所定のライン数ライト転送が行われた後にリード転送の開始指示を行うよう制御していることから、リード転送が完了するまでリード転送のライン数とライト転送のライン数とを常時ソフトウェアで監視する必要が生じ、演算処理負荷を低減することが困難であるという問題点があった。   However, in the conventional image processing apparatus, in order to prevent the read transfer from overtaking the write transfer, for example, after a predetermined time has elapsed from the start of the write transfer, or after a predetermined number of lines of the write transfer has been performed, a read transfer start instruction Therefore, it is necessary to constantly monitor the number of read transfer lines and the number of write transfer lines with software until the read transfer is completed, and it is difficult to reduce the processing load. There was a problem.

また、所定のライン数分のライト転送が完了した時点で、所定のライン数分のリード転送を行う方法も用いられているが、所定のライン数分のライト転送が完了するまでリード転送を行うことができず、FCOTを短縮する等、用紙への記録時間を短縮するにも限界があるという問題点があった。   In addition, a method of performing read transfer for a predetermined number of lines when write transfer for a predetermined number of lines is completed is used, but read transfer is performed until write transfer for a predetermined number of lines is completed. However, there is a problem that there is a limit to shorten the recording time on the paper, such as shortening the FCOT.

さらに、ページメモリに対してライト転送を行う書込み手段として、例えばスキャナ入力の他、外部コンピュータからのCODEC入力を備える等、複数備えている場合、いずれの書込み手段によりライト転送を行っているか区別することができず、リード転送がライト転送を追い越しているか否かを正確に判断することが困難であるという問題点があった。   Further, when there are a plurality of writing means for performing write transfer to the page memory, for example, including a CODEC input from an external computer in addition to a scanner input, it is distinguished which writing means is performing the write transfer. There is a problem that it is difficult to accurately determine whether or not the read transfer is overtaking the write transfer.

本発明は斯かる事情に鑑みてなされたものであり、複数のライト転送を行いつつリード転送を行う場合であっても、確実に記録時間を短縮することができる画像処理装置を提供することを目的とする。   The present invention has been made in view of such circumstances, and it is an object of the present invention to provide an image processing apparatus capable of reliably reducing the recording time even when performing read transfer while performing a plurality of write transfers. Objective.

上記目的を達成するために第1発明に係る画像処理装置は、メモリに2次元に展開した画像データを書込み、所定の時点以降並行して読出す画像処理装置において、前記メモリに前記画像データを書込む複数の書込み手段と、前記書込み手段を選択する手段と、複数の前記書込み手段毎に書込み開始アドレスを設定しておき、選択した書込み手段に対応する書込み開始アドレスから前記メモリに前記画像データの書込みを開始した後、前記メモリに書込んだライン数及び読出したライン数を累計する手段と、該手段で読出したライン数の累計値が書込んだライン数の累計値に達したか否かを判断する手段と、該手段で読出したライン数の累計値が書込んだライン数の累計値に達したと判断した場合、読出し処理を一時停止する手段とを備えることを特徴とする。   In order to achieve the above object, an image processing apparatus according to a first aspect of the present invention is an image processing apparatus in which image data expanded two-dimensionally is written in a memory and read in parallel after a predetermined time point. The image data is stored in the memory. A plurality of writing means for writing, a means for selecting the writing means, a writing start address is set for each of the plurality of writing means, and the image data is stored in the memory from the writing start address corresponding to the selected writing means. Means for accumulating the number of lines written to the memory and the number of lines read out, and whether or not the cumulative value of the number of lines read by the means has reached the cumulative value of the number of lines written And a means for temporarily stopping the reading process when it is determined that the accumulated value of the number of lines read by the means has reached the accumulated value of the number of lines written. And wherein the door.

第1発明の画像処理装置では、メモリに画像データを書込む複数の書込み手段を備えており、複数の書込み手段毎に書込み開始アドレスを設定し、選択した書込み手段に対応する書込み開始アドレスからメモリに画像データの書込みを開始した後、メモリに書込んだライン数及び読出したライン数を累計し、読出したライン数の累計値が書込んだライン数の累計値に達した場合、読出し処理を一時停止する。これにより、メモリに書込んだライン数の累計値をメモリから読出したライン数の累計値と比較し、書込んだライン数の累計値を読出したライン数の累計値が超えた場合、メモリから画像データを読出すことができないことから、書込んだライン数の累計値の方が読出したライン数の累計値より常時大きくなるように制御することによって、FCOTを短縮する等、用紙への記録時間を短縮することが可能となる。   The image processing apparatus according to the first aspect of the present invention includes a plurality of writing means for writing image data into the memory, sets a writing start address for each of the plurality of writing means, and starts the memory from the writing start address corresponding to the selected writing means. After starting the writing of the image data, the number of lines written to the memory and the number of lines read are accumulated, and when the accumulated value of the read lines reaches the accumulated value of the number of lines written, the reading process is performed. Pause. As a result, the cumulative value of the number of lines written to the memory is compared with the cumulative value of the number of lines read from the memory, and when the cumulative value of the number of lines read exceeds the cumulative value of the number of lines read from the memory, Since image data cannot be read out, recording on paper such as shortening FCOT by controlling so that the cumulative value of the number of lines written is always larger than the cumulative value of the number of lines read out. Time can be shortened.

また、複数の書込み手段毎に、メモリへの書込み開始アドレスが定まっていることから、書込み手段毎に、上述したメモリに書込んだライン数の累計値とメモリから読出したライン数の累計値とを比較することができ、書込んだライン数の累計値の方が読出したライン数の累計値より常時大きくなるように制御することが可能となる。   Further, since the write start address to the memory is determined for each of the plurality of writing means, the cumulative value of the number of lines written in the memory and the cumulative value of the number of lines read from the memory are described for each writing means. It is possible to control so that the cumulative value of the number of lines written is always larger than the cumulative value of the number of lines read.

第2発明に係る画像処理装置は、メモリに2次元に展開した画像データを書込み、所定の時点以降並行して読出す画像処理装置において、前記メモリに前記画像データを書込む複数の書込み手段と、前記書込み手段を選択する手段と、複数の前記書込み手段毎に書込み開始アドレスを設定しておき、選択した書込み手段に対応する書込み開始アドレスから前記メモリに前記画像データの書込みを開始した後、前記メモリに書込んだライン数及び読出したライン数を累計する手段と、読出したライン数の累計値が、書込んだライン数の累計値から所定値を減じた値に達したか否かを判断する手段と、該手段で読出したライン数の累計値が、書込んだライン数の累計値から所定値を減じた値に達したと判断した場合、読出し処理を一時停止する手段とを備えることを特徴とする。   An image processing apparatus according to a second aspect of the invention is an image processing apparatus for writing image data expanded two-dimensionally in a memory and reading it in parallel after a predetermined time point, and a plurality of writing means for writing the image data in the memory , A means for selecting the writing means, and a writing start address is set for each of the plurality of writing means, and after writing the image data to the memory from the writing start address corresponding to the selected writing means, Means for accumulating the number of lines written and the number of read lines in the memory, and whether or not the accumulated value of the number of read lines has reached a value obtained by subtracting a predetermined value from the accumulated value of the number of lines written. A means for suspending the reading process when it is determined that the cumulative value of the number of lines read by the means and the cumulative number of lines read by the means has reached a value obtained by subtracting a predetermined value from the cumulative value of the number of lines written. Characterized in that it comprises and.

第2発明の画像処理装置では、メモリに2次元に展開した画像データの書込みを開始した後、メモリに書込んだライン数及び読出したライン数を累計し、読出したライン数の累計値が、書込んだライン数の累計値から所定値を減じた値に達したと判断した場合、読出し処理を一時停止する。これにより、メモリに書込んだライン数の累計値から所定値を減じた値に、メモリから読出したライン数の累計値が達した場合、書込んだライン数の累計値を読出したライン数の累計値が超えるおそれが高まったものと判断し、メモリから画像データを読出すことができない状態が生じるのを未然に回避すべく、読出し処理を一時停止し、書込んだライン数の累計値の方が読出したライン数の累計値より常時大きくなるように制御することによって、FCOTを短縮する等、用紙への記録時間を短縮することが可能となる。また、読出し処理を一時中断した後、読出し処理を再開するまでの時間を短縮することが可能となる。   In the image processing apparatus according to the second aspect of the invention, after the writing of the image data expanded two-dimensionally into the memory is started, the number of lines written into the memory and the number of lines read out are accumulated, and the accumulated value of the number of lines read out is When it is determined that a value obtained by subtracting a predetermined value from the cumulative value of the number of lines written is reached, the reading process is temporarily stopped. Thus, when the cumulative value of the number of lines read from the memory reaches the value obtained by subtracting the predetermined value from the cumulative value of the number of lines written to the memory, the cumulative value of the number of lines written is Judging that the possibility of exceeding the cumulative value has increased, in order to avoid the situation where the image data cannot be read from the memory, the reading process is suspended, and the cumulative value of the number of lines written By controlling the direction so that it always becomes larger than the cumulative value of the number of lines read out, it becomes possible to shorten the recording time on the paper, such as shortening the FCOT. In addition, it is possible to shorten the time until the reading process is resumed after the reading process is temporarily interrupted.

さらに、複数の書込み手段毎に、メモリへの書込み開始アドレスが定まっていることから、書込み手段毎に、上述したメモリに書込んだライン数の累計値とメモリから読出したライン数の累計値とを比較することができ、書込んだライン数の累計値の方が読出したライン数の累計値より常時大きくなるように制御することが可能となる。   Furthermore, since the write start address to the memory is determined for each of the plurality of writing means, the cumulative value of the number of lines written to the memory and the cumulative value of the number of lines read from the memory are described for each writing means. It is possible to control so that the cumulative value of the number of lines written is always larger than the cumulative value of the number of lines read.

第3発明に係る画像処理装置は、第1又は第2発明において、読出し処理を一時停止した後、書込んだライン数の累計値と読出したライン数の累計値との差が所定値より大きいか否かを判断する手段と、該手段で書込んだライン数の累計値と読出したライン数の累計値との差が所定値より大きいと判断した場合、読出し処理を再開する手段とを備えることを特徴とする。   The image processing apparatus according to a third aspect of the present invention is the image processing apparatus according to the first or second aspect, wherein the difference between the cumulative value of the number of lines written and the cumulative value of the number of lines read is greater than a predetermined value after the reading process is temporarily stopped. And means for resuming the reading process when it is determined that the difference between the cumulative value of the number of lines written by the means and the cumulative value of the number of lines read is greater than a predetermined value. It is characterized by that.

第3発明の画像処理装置では、読出し処理を一時停止した後、書込んだライン数の累計値と読出したライン数の累計値との差が所定値より大きいと判断した場合、読出し処理を再開する。これにより、読出し処理を一時停止した後、読出し処理を行うのに十分なライン数がメモリに蓄積された時点で読出し処理を開始することができ、例えばカウンタによりリード転送のライン数とライト転送のライン数とをハードウェア監視する場合、一度読出し処理の開始指示を行えば、すべての読出し処理が完了するまでソフトウェアによる常時監視は不要となる。   In the image processing apparatus of the third invention, after the reading process is temporarily stopped, when it is determined that the difference between the accumulated value of the number of lines written and the accumulated value of the number of lines read is larger than a predetermined value, the reading process is resumed. To do. As a result, after the reading process is temporarily stopped, the reading process can be started when a sufficient number of lines are accumulated in the memory for the reading process. When hardware monitoring is performed for the number of lines, once a read processing start instruction is given, continuous monitoring by software becomes unnecessary until all read processing is completed.

本発明によれば、メモリに書込んだライン数の累計値をメモリから読出したライン数の累計値と比較し、書込んだライン数の累計値を読出したライン数の累計値が超えた場合、メモリから画像データを読出すことができないことから、書込んだライン数の累計値の方が読出したライン数の累計値より常時大きくなるように制御することによって、FCOTを短縮する等、用紙への記録時間を短縮することが可能となる。   According to the present invention, the cumulative value of the number of lines written in the memory is compared with the cumulative value of the number of lines read from the memory, and the cumulative value of the number of lines read out exceeds the cumulative value of the number of lines written. Since the image data cannot be read from the memory, the FCOT can be shortened by controlling the accumulated value of the number of written lines to be always larger than the accumulated value of the number of read lines. It is possible to shorten the recording time.

また、複数の書込み手段毎に、メモリへの書込み開始アドレスが定まっていることから、書込み手段毎に、上述したメモリに書込んだライン数の累計値とメモリから読出したライン数の累計値とを比較することができ、書込んだライン数の累計値の方が読出したライン数の累計値より常時大きくなるように制御することが可能となる。   Further, since the write start address to the memory is determined for each of the plurality of writing means, the cumulative value of the number of lines written in the memory and the cumulative value of the number of lines read from the memory are described for each writing means. It is possible to control so that the cumulative value of the number of lines written is always larger than the cumulative value of the number of lines read.

さらに、例えばカウンタによりリード転送のライン数とライト転送のライン数とをハードウェア監視する場合、一度読出し処理の開始指示を行えば、すべての読出し処理が完了するまでソフトウェアによる常時監視は不要となる。   Further, for example, when the number of read transfer lines and the number of write transfer lines are monitored by hardware using a counter, once a read processing start instruction is issued, continuous monitoring by software is not required until all read processing is completed. .

(実施の形態1)
以下、本発明をその実施の形態1を示す図面を参照して具体的に説明する。図1は、本発明の実施の形態1に係るスキャナ・コピー複合装置(MFP)20の構成を示すブロック図である。
(Embodiment 1)
Hereinafter, the present invention will be specifically described with reference to the drawings showing the first embodiment. FIG. 1 is a block diagram showing a configuration of a scanner / copy combined apparatus (MFP) 20 according to the first embodiment of the present invention.

スキャナ・コピー複合装置20は、制御部1、読取部2、記録部3、表示部4、操作部5、ROM6、RAM7、コーデック部8、画像メモリ9、ページメモリ10、バッファ11、PCインタフェース部12等を備えている。スキャナ・コピー複合装置20は、読取部2にて原稿を読取って画像データを取得する読取り機能、読取った画像データ、ファクシミリ通信により受信した画像データ、又は外部接続されたPCから受信した画像データに応じた画像を記録部3にて記録する記録機能、及び読取った画像データ又は受信した画像データを外部へ転送する転送機能を備える。   The scanner / copy combined apparatus 20 includes a control unit 1, a reading unit 2, a recording unit 3, a display unit 4, an operation unit 5, a ROM 6, a RAM 7, a codec unit 8, an image memory 9, a page memory 10, a buffer 11, and a PC interface unit. 12 etc. The scanner / copy combined apparatus 20 reads a document by the reading unit 2 to acquire image data, reads the image data, receives image data by facsimile communication, or receives image data from an externally connected PC. A recording function for recording the corresponding image in the recording unit 3 and a transfer function for transferring the read image data or the received image data to the outside are provided.

制御部1は、具体的にはCPUで構成されており、バス13を介してスキャナ・コピー複合装置20の上述したようなハードウェア各部と接続されており、上述したハードウェア各部を制御するとともに、ROM6に格納された制御プログラムに従って、種々のソフトウェア的機能を実行する。読取部2は、例えばCCDイメージセンサを利用して原稿を読取り、読取った画像データを出力する。具体的には、プラテンガラスに給送された原稿を光学ユニットが照射して走査し、原稿からの反射光をミラー、レンズ等を介してCCDイメージセンサに取り込み、走査された原稿の画像データを読取る。読取られた画像データは、例えばシェーディング処理が施された後に出力される。   Specifically, the control unit 1 is constituted by a CPU, and is connected to the above-described hardware units of the scanner / copy composite apparatus 20 via the bus 13 and controls the above-described hardware units. In accordance with the control program stored in the ROM 6, various software functions are executed. The reading unit 2 reads a document using a CCD image sensor, for example, and outputs the read image data. Specifically, the optical unit irradiates and scans the document fed to the platen glass, and the reflected light from the document is captured into a CCD image sensor via a mirror, a lens, etc., and the scanned document image data is captured. Read. The read image data is output after, for example, shading processing.

記録部3は、電子写真方式のプリンタ装置であって、読取部2で読取った原稿の画像データ、ファクシミリ通信により受信した画像データ、外部のPCから送られてきた画像データ等に応じた画像を用紙にプリント出力する。表示部4は、液晶表示装置、CRTディスプレイ等の表示装置であり、スキャナ・コピー複合装置20の動作状態を表示したり、ユーザへ操作入力を促す画面を表示したり、読取った原稿の画像データ、他のファクシミリ装置、PCから送信された画像データ等の表示を行う。   The recording unit 3 is an electrophotographic printer device, and displays images corresponding to image data of a document read by the reading unit 2, image data received by facsimile communication, image data sent from an external PC, and the like. Print on paper. The display unit 4 is a display device such as a liquid crystal display device or a CRT display, displays the operating state of the scanner / copy composite device 20, displays a screen prompting the user to input an operation, or reads the image data of the read document Image data transmitted from other facsimile machines and PCs are displayed.

操作部5は、スキャナ・コピー複合装置20を操作するために必要な文字キー、テンキー、各種のファンクションキー等を備えている。なお、表示部4をタッチパネル方式とすることにより、操作部5の各種のキーの内の一部又は全部を表示部4が代用することも可能である。ROM6は、スキャナ・コピー複合装置20の動作に必要な種々のソフトウェアのプログラムを予め格納している。RAM7は、SRAM、フラッシュメモリ等で構成されソフトウェアの実行時に発生する一時的なデータを記憶する。コーデック部8は、画像データを符号化圧縮するとともに、符号化圧縮されている画像データを復号する。画像メモリ9は、原稿を読取って符号化した画像データを蓄積する。なお、本実施の形態では、符号化形式は特に限定されるものではない。   The operation unit 5 includes character keys, numeric keys, various function keys, and the like necessary for operating the scanner / copy combined apparatus 20. In addition, the display part 4 can substitute for a part or all of the various keys of the operation part 5 by making the display part 4 into a touch panel system. The ROM 6 stores in advance various software programs necessary for the operation of the scanner / copy composite apparatus 20. The RAM 7 is composed of SRAM, flash memory, etc., and stores temporary data generated when software is executed. The codec unit 8 encodes and compresses the image data and decodes the encoded and compressed image data. The image memory 9 stores image data obtained by reading and encoding a document. In the present embodiment, the encoding format is not particularly limited.

ページメモリ10は、SDRAMで構成されており、読取部2にて読取られた1ページ分の画像データ、他のファクシミリ装置又はPCから受信された1ページ分の画像データを蓄積する。ページメモリ10に蓄積して展開された1ページ分の画像データは、記録部3へ読出され、読出された画像データに応じた画像が記録される。バッファ11は4×4のマトリクス状に構成された16個の画素ごとに24個のフリップフロップを有しており、フリップフロップ8個を一組とした多値データを、R、G、Bの値として保持する。そして、ページメモリ10とバッファ11との間では、ページメモリ10の4×4の16画素のデータを1単位としてデータの書込み又は読出しを行うことができる。   The page memory 10 is composed of SDRAM, and stores one page of image data read by the reading unit 2 and one page of image data received from another facsimile apparatus or PC. The image data for one page accumulated and developed in the page memory 10 is read to the recording unit 3, and an image corresponding to the read image data is recorded. The buffer 11 has 24 flip-flops for every 16 pixels configured in a 4 × 4 matrix, and multi-value data including 8 flip-flops as a set is converted into R, G, and B data. Hold as value. Data can be written or read between the page memory 10 and the buffer 11 with 4 × 4 16-pixel data in the page memory 10 as one unit.

PCインタフェース部12は、例えばLANの通信線Lを介して外部のPCに接続されており、PCとの間でデータを送受信する。そして、外部のPCで作成・編集された各種の画像データが通信線Lを介してスキャナ・コピー複合装置20(PCインタフェース部14)へ送信され、送信された画像データに応じた画像がスキャナ・コピー複合装置20(記録部3)にて用紙にプリント出力される。   The PC interface unit 12 is connected to an external PC via a LAN communication line L, for example, and transmits / receives data to / from the PC. Various image data created and edited by an external PC are transmitted to the scanner / copy composite apparatus 20 (PC interface unit 14) via the communication line L, and an image corresponding to the transmitted image data is scanned by the scanner / copy device. The copy composite apparatus 20 (recording unit 3) prints out the paper.

以下、上述した構成のスキャナ・コピー複合装置20における記録処理の動作について説明する。図2は、本発明の実施の形態1に係るスキャナ・コピー複合装置20でのリード転送処理の動作手順を示すフローチャート、図3は、画像データのページメモリ10での蓄積状況を示す図である。   The operation of the recording process in the scanner / copy composite apparatus 20 having the above-described configuration will be described below. FIG. 2 is a flowchart showing an operation procedure of read transfer processing in the scanner / copy composite apparatus 20 according to the first embodiment of the present invention, and FIG. 3 is a diagram showing an accumulation state of image data in the page memory 10. .

図3において、斜線部はライト転送により蓄積された画像データを示しており、書込み手段としてスキャナ入力(読取部2)及びCODEC入力(PCインタフェース部12)の2つを備えている。白矢印はスキャナ入力によるライト転送/リード転送を開始するアドレス(ライン)及びライト転送/リード転送を開始するアドレスを、黒矢印はリード転送を実行しているラインを、それぞれ示している。   In FIG. 3, hatched portions indicate image data accumulated by write transfer, and are provided with two scanner inputs (reading unit 2) and CODEC input (PC interface unit 12) as writing means. A white arrow indicates an address (line) for starting write transfer / read transfer by a scanner input and an address for starting write transfer / read transfer, and a black arrow indicates a line on which read transfer is executed.

図2に示すように、制御部1は、RAM7に蓄積カウンタ及びリードカウンタを‘0’に初期化する(ステップS201)。ユーザは、書込み手段を選択する。制御部1は、選択された書込み手段を判断し(ステップS202)、選択された書込み手段が読取部2であると判断した場合は読取部2で読取られた画像データにつき、選択された書込み手段が他のファクシミリ装置、PCから受信された画像データである場合はPCインタフェース部12で取得した画像データにつき、それぞれページメモリ10へライト転送を開始する(ステップS203、図3(a))。制御部1は、選択された書込み手段に応じてページメモリ10への画像データ書込み開始アドレスを設定し、画像データ書込みアドレスから画像データが1ライン蓄積される毎に蓄積カウンタを‘1’インクリメントし、蓄積ライン数を累計する(ステップS204)。   As shown in FIG. 2, the control unit 1 initializes the accumulation counter and the read counter in the RAM 7 to '0' (step S201). The user selects the writing means. The control unit 1 determines the selected writing unit (step S202), and when it is determined that the selected writing unit is the reading unit 2, the selected writing unit for the image data read by the reading unit 2. Is image data received from another facsimile machine or PC, write transfer to the page memory 10 is started for each image data acquired by the PC interface unit 12 (step S203, FIG. 3A). The control unit 1 sets an image data write start address to the page memory 10 according to the selected writing means, and increments the accumulation counter by “1” every time one line of image data is accumulated from the image data write address. The number of accumulated lines is accumulated (step S204).

制御部1は、リード転送の開始指示信号を受け付けた場合、リード転送を開始する(ステップS205、図3(b))。制御部1は、ページメモリ10から画像データが1ライン読み出される毎にリードカウンタを‘1’インクリメントし、リードライン数を累計する(ステップS206、図3(c))。   When receiving the read transfer start instruction signal, the control unit 1 starts the read transfer (step S205, FIG. 3B). The control unit 1 increments the read counter by “1” every time one line of image data is read from the page memory 10, and accumulates the number of read lines (step S206, FIG. 3C).

制御部1は、蓄積ライン数の累計値がリードライン数の累計値よりも大きいか否かを判定する(ステップS207)。制御部1が、蓄積ライン数の累計値がリードライン数の累計値よりも大きいと判断した場合(ステップS207:YES)、ライト転送を継続して蓄積ライン数を累計するとともに(ステップS208)、リード転送を続行する。   The control unit 1 determines whether or not the cumulative value of the number of accumulated lines is larger than the cumulative value of the number of lead lines (step S207). When the control unit 1 determines that the accumulated value of the accumulated line number is larger than the accumulated value of the read line number (step S207: YES), the write transfer is continued to accumulate the accumulated line number (step S208). Continue read transfer.

制御部1が、蓄積ライン数の累計値とリードライン数の累計値とが一致していると判断した場合(ステップS207:NO)、すなわちページメモリ10へ蓄積する画像データのすべてが読み出された場合、リード転送を行うべき画像データがページメモリ10へライト転送されていないことから、それ以上リード転送を行うことができない。したがって、制御部1は、リード転送を一時中断する(ステップS209、図3(d))。   When the control unit 1 determines that the accumulated value of the accumulated number of lines and the accumulated value of the number of read lines match (step S207: NO), that is, all the image data accumulated in the page memory 10 is read out. In this case, since the image data to be read-transferred is not written and transferred to the page memory 10, no further read-transfer can be performed. Therefore, the control unit 1 temporarily suspends the read transfer (step S209, FIG. 3 (d)).

リード転送が一時中断している間もライト転送は継続している。したがって、蓄積カウンタの累計値はインクリメントされ続ける。制御部1は、リード転送を行うのに十分なライン数、例えば16ライン分画像データが蓄積されたか否か、すなわち蓄積ライン数の累計値とリードライン数の累計値との差が所定値より大きいか否かを判断し(ステップS210)、制御部1が、蓄積ライン数の累計値とリードライン数の累計値との差が所定値より大きいと判断した場合(ステップS210:YES)、制御部1はリード転送を再開する(ステップS211、図3(e))。   The write transfer continues while the read transfer is temporarily suspended. Therefore, the accumulated value of the accumulation counter continues to be incremented. The control unit 1 determines whether or not the number of lines sufficient for read transfer, for example, 16 lines of image data has been accumulated, that is, the difference between the accumulated number of accumulated lines and the accumulated number of read lines is greater than a predetermined value. When it is determined whether or not the difference is larger (step S210), and the control unit 1 determines that the difference between the accumulated value of the accumulated lines and the accumulated value of the lead lines is larger than a predetermined value (step S210: YES), the control is performed. The unit 1 resumes the read transfer (step S211, FIG. 3E).

制御部1は、リードライン数の累計値が、所定の値に到達したか否かを判断し(ステップS212)、制御部1が、リードライン数の累計値が所定値に到達したと判断した場合(ステップS212:YES)、リード転送処理を終了する。すなわち、1ページのライン数のリード転送が完了した時点で、上述した処理を終了し、2ページ目以降についても、ページ単位で同様の処理を実行する。   The control unit 1 determines whether or not the cumulative value of the number of lead lines has reached a predetermined value (step S212), and the control unit 1 determines that the cumulative value of the number of lead lines has reached a predetermined value. If so (step S212: YES), the read transfer process is terminated. That is, when the read transfer for the number of lines in one page is completed, the above-described processing is ended, and the same processing is executed in units of pages for the second and subsequent pages.

以上のように、本実施の形態1では、メモリに書込んだライン数の累計値をメモリから読出したライン数の累計値と比較し、書込んだライン数の累計値の方が読出したライン数の累計値より常時大きくなるように制御することによって、FCOTを短縮する等、用紙への記録時間を短縮することが可能となる。また、複数の書込み手段毎に、メモリへの書込み開始アドレスが定まっていることから、書込み手段毎に、上述したメモリに書込んだライン数の累計値とメモリから読出したライン数の累計値とを比較することができ、書込んだライン数の累計値の方が読出したライン数の累計値より常時大きくなるように制御することが可能となる。   As described above, in the first embodiment, the cumulative value of the number of lines written in the memory is compared with the cumulative value of the number of lines read from the memory, and the cumulative value of the number of lines written is the read line. By controlling so that it is always larger than the cumulative value of the numbers, it is possible to shorten the recording time on the paper, such as shortening the FCOT. Further, since the write start address to the memory is determined for each of the plurality of writing means, the cumulative value of the number of lines written in the memory and the cumulative value of the number of lines read from the memory are described for each writing means. It is possible to control so that the cumulative value of the number of lines written is always larger than the cumulative value of the number of lines read.

(実施の形態2)
図4は、本発明の実施の形態2に係るスキャナ・コピー複合装置20でのリード転送処理の動作手順を示すフローチャート、図5は、画像データのページメモリ10での蓄積状況を示す図である。図5において、斜線部はライト転送により蓄積された画像データを示しており、書込み手段としてスキャナ入力(読取部2)及びCODEC入力(PCインタフェース部12)の2つを備えている。白矢印はスキャナ入力によるライト転送/リード転送を開始するアドレス(ライン)及びライト転送/リード転送を開始するアドレスを、黒矢印はリード転送を実行しているラインを、それぞれ示している。なお、本実施の形態2に係るスキャナ・コピー複合装置(MFP)20の構成は実施の形態1と同様であることから、同一の符号を付することで詳細な説明を省略する。
(Embodiment 2)
FIG. 4 is a flowchart showing an operation procedure of read transfer processing in the scanner / copy composite apparatus 20 according to the second embodiment of the present invention, and FIG. 5 is a diagram showing an accumulation state of image data in the page memory 10. . In FIG. 5, the shaded portion indicates image data accumulated by write transfer, and has two scanner inputs (reading unit 2) and CODEC input (PC interface unit 12) as writing means. A white arrow indicates an address (line) at which write transfer / read transfer is started by a scanner input and an address at which write transfer / read transfer is started, and a black arrow indicates a line on which read transfer is being executed. Since the configuration of the scanner / copy combined apparatus (MFP) 20 according to the second embodiment is the same as that of the first embodiment, detailed description thereof will be omitted by attaching the same reference numerals.

図4に示すように、制御部1は、RAM7に蓄積カウンタ及びリードカウンタを‘0’に初期化する(ステップS401)。ユーザは、書込み手段を選択する。制御部1は、選択された書込み手段を判断し(ステップS402)、選択された書込み手段が読取部2であると判断した場合は読取部2で読取られた画像データにつき、選択された書込み手段が他のファクシミリ装置、PCから受信された画像データである場合はPCインタフェース部12で取得した画像データにつき、それぞれページメモリ10へライト転送を開始する(ステップS403、図5(a))。制御部1は、選択された書込み手段に応じてページメモリ10への画像データ書込み開始アドレスを設定し、画像データ書込みアドレスから画像データが1ライン蓄積される毎に蓄積カウンタを‘1’インクリメントし、蓄積ライン数を累計する(ステップS404)。   As illustrated in FIG. 4, the control unit 1 initializes the accumulation counter and the read counter in the RAM 7 to “0” (step S <b> 401). The user selects the writing means. The control unit 1 determines the selected writing unit (step S402), and when it is determined that the selected writing unit is the reading unit 2, the selected writing unit for the image data read by the reading unit 2. Is image data received from another facsimile machine or PC, write transfer to the page memory 10 is started for each image data acquired by the PC interface unit 12 (step S403, FIG. 5A). The control unit 1 sets an image data write start address to the page memory 10 according to the selected writing means, and increments the accumulation counter by “1” every time one line of image data is accumulated from the image data write address. The number of accumulated lines is accumulated (step S404).

制御部1は、リード転送の開始指示信号を受け付けた場合、リード転送を開始する(ステップS405、図5(b))。制御部1は、ページメモリ10から画像データが1ライン読み出される毎にリードカウンタを‘1’インクリメントし、リードライン数を累計する(ステップS406、図5(c))。   When receiving the read transfer start instruction signal, the control unit 1 starts the read transfer (step S405, FIG. 5B). The control unit 1 increments the read counter by “1” every time one line of image data is read from the page memory 10, and accumulates the number of read lines (step S406, FIG. 5C).

制御部1は、蓄積ライン数の累計値より所定数減じた値がリードライン数の累計値よりも大きいか否かを判定する(ステップS407)。すなわち、図5(b)〜(e)の51a、51bに示すように、蓄積ライン数の累計値より所定数減じた値51a、51bをリードライン数の累計値との大小の判断基準値とすることで、リードライン数の累計値が蓄積ライン数の累計値に達することを未然に回避している。なお、51aはスキャナ入力(読取部2)の場合の判断基準値を、51bはCODEC入力(PCインタフェース部12)の場合の判断基準値を、それぞれ示している。   The control unit 1 determines whether or not a value obtained by subtracting a predetermined number from the accumulated value of the number of accumulated lines is larger than the accumulated value of the number of lead lines (step S407). That is, as shown by 51a and 51b in FIGS. 5B to 5E, values 51a and 51b obtained by subtracting a predetermined number from the accumulated value of the number of accumulated lines and a judgment reference value that is larger or smaller than the accumulated value of the number of lead lines By doing so, the cumulative value of the number of lead lines is prevented from reaching the cumulative value of the number of accumulated lines. Note that 51a indicates a determination reference value in the case of scanner input (reading unit 2), and 51b indicates a determination reference value in the case of CODEC input (PC interface unit 12).

制御部1が、蓄積ライン数の累計値より所定数減じた値がリードライン数の累計値よりも大きいと判断した場合(ステップS407:YES)、ライト転送を継続して蓄積ライン数を累計するとともに(ステップS408)、リード転送を続行する。   When the control unit 1 determines that a value obtained by subtracting a predetermined number from the accumulated value of the accumulated line number is larger than the accumulated value of the read line number (step S407: YES), the write transfer is continued and the accumulated line number is accumulated. At the same time (step S408), the read transfer is continued.

制御部1が、蓄積ライン数の累計値より所定数減じた値がリードライン数の累計値と一致、すなわちリードライン数の累計値が蓄積ライン数の累計値より所定数減じた値となったと判断した場合(ステップS407:NO)、制御部1は、これ以上リード転送を行わずに、リード転送を一時中断する(ステップS409、図5(d))。   The control unit 1 determines that the value obtained by subtracting a predetermined number from the accumulated value of the accumulated lines matches the accumulated value of the lead lines, that is, the accumulated value of the lead lines is a value obtained by subtracting the predetermined number from the accumulated value of the accumulated lines. If it is determined (step S407: NO), the control unit 1 temporarily suspends the read transfer without performing any further read transfer (step S409, FIG. 5D).

リード転送が一時中断している間もライト転送は継続している。したがって、蓄積カウンタの累計値はインクリメントされ続ける。制御部1は、リード転送を行うのに十分なライン数、例えば16ライン分画像データが蓄積されたか否か、すなわち蓄積ライン数の累計値とリードライン数の累計値との差が所定値より大きいか否かを判断し(ステップS410)、制御部1が、蓄積ライン数の累計値とリードライン数の累計値との差が所定値より大きいと判断した場合(ステップS410:YES)、制御部1はリード転送を再開する(ステップS411、図5(e))。   The write transfer continues while the read transfer is temporarily suspended. Therefore, the accumulated value of the accumulation counter continues to be incremented. The control unit 1 determines whether or not the number of lines sufficient for read transfer, for example, 16 lines of image data has been accumulated, that is, the difference between the accumulated number of accumulated lines and the accumulated number of read lines is greater than a predetermined value. When it is determined whether or not the difference is larger (step S410), and the control unit 1 determines that the difference between the accumulated value of the accumulated lines and the accumulated value of the lead lines is larger than a predetermined value (step S410: YES), the control is performed. The unit 1 resumes the read transfer (step S411, FIG. 5E).

制御部1は、リードライン数の累計値が、所定の値に到達したか否かを判断し(ステップS412)、制御部1が、リードライン数の累計値が所定値に到達したと判断した場合(ステップS412:YES)、リード転送処理を終了する。すなわち、1ページのライン数のリード転送が完了した時点で、上述した処理を終了し、2ページ目以降についても、ページ単位で同様の処理を実行する。   The control unit 1 determines whether or not the cumulative value of the number of lead lines has reached a predetermined value (step S412), and the control unit 1 determines that the cumulative value of the number of lead lines has reached a predetermined value. If so (step S412: YES), the read transfer process is terminated. That is, when the read transfer for the number of lines in one page is completed, the above-described processing is ended, and the same processing is executed in units of pages for the second and subsequent pages.

以上のように、本実施の形態2では、ページメモリに書込んだ画像データのライン数の累計値を、ページメモリから読出したライン数の累計値と比較し、書込んだライン数の累計値の方が読出したライン数の累計値より常時大きくなるように制御することによって、ページメモリへの書込み処理と、ページメモリからの読出し処理を並行して行い、例えばFCOTを短縮する等、画像データの用紙への記録時間を短縮することが可能となる。   As described above, in the second embodiment, the cumulative value of the number of lines of image data written in the page memory is compared with the cumulative value of the number of lines read from the page memory, and the cumulative value of the number of lines written. Is controlled so that it always becomes larger than the cumulative value of the number of lines read out, so that the writing process to the page memory and the reading process from the page memory are performed in parallel, for example, shortening the FCOT, etc. It is possible to shorten the recording time on the paper.

なお、本実施の形態1及び2ではスキャナ・コピー複合装置を例として説明しているが、ファクシミリ装置、ディジタル複写機、プリンタ等、取得した画像データに対して何らかの画像処理を行う全ての装置に本発明を適用できることは言うまでもない。   In the first and second embodiments, the scanner / copy combined apparatus is described as an example. However, the present invention is applied to all apparatuses that perform some image processing on acquired image data, such as a facsimile machine, a digital copying machine, and a printer. Needless to say, the present invention can be applied.

また、本実施の形態1及び2に係るスキャナ・コピー複合装置では、ライト転送の累計値及びリード転送の累計値をソフトウェアで監視する例につき説明しているが、ソフトウェアで監視することに限定されるものではなく、ハードウェアで監視しても良い。この場合、一度読出し処理の開始指示を行えば、すべての読出し処理が完了するまでソフトウェアによる常時監視が不要となり、演算処理負荷を低減することができ、装置の小型化、軽量化を図ることも可能となる。   In the scanner / copy combined apparatus according to the first and second embodiments, an example in which the cumulative value of write transfer and the cumulative value of read transfer are monitored by software has been described. However, the present invention is limited to monitoring by software. You may monitor with hardware instead of something. In this case, once the read process is instructed, it is not necessary to constantly monitor the software until all the read processes are completed, the calculation processing load can be reduced, and the apparatus can be reduced in size and weight. It becomes possible.

本発明の実施の形態1に係るスキャナ・コピー複合装置(MFP)の構成を示すブロック図である。1 is a block diagram showing a configuration of a scanner / copy combined apparatus (MFP) according to a first embodiment of the present invention. FIG. 本発明の実施の形態1に係るスキャナ・コピー複合装置でのリード転送処理の動作手順を示すフローチャートである。6 is a flowchart showing an operation procedure of read transfer processing in the scanner / copy composite apparatus according to the first embodiment of the present invention; 画像データのページメモリでの蓄積状況を示す図である。It is a figure which shows the accumulation | storage state in the page memory of image data. 本発明の実施の形態2に係るスキャナ・コピー複合装置でのリード転送処理の動作手順を示すフローチャートである。10 is a flowchart showing an operation procedure of read transfer processing in the scanner / copy composite apparatus according to the second embodiment of the present invention. 画像データのページメモリでの蓄積状況を示す図である。It is a figure which shows the accumulation | storage state in the page memory of image data.

符号の説明Explanation of symbols

1 制御部
2 読取部
3 記録部
5 操作部
6 ROM
7 RAM
10 ページメモリ
11 バッファ
12 PCインタフェース部
DESCRIPTION OF SYMBOLS 1 Control part 2 Reading part 3 Recording part 5 Operation part 6 ROM
7 RAM
10 page memory 11 buffer 12 PC interface section

Claims (3)

メモリに2次元に展開した画像データを書込み、所定の時点以降並行して読出す画像処理装置において、前記メモリに前記画像データを書込む複数の書込み手段と、前記書込み手段を選択する手段と、複数の前記書込み手段毎に書込み開始アドレスを設定しておき、選択した書込み手段に対応する書込み開始アドレスから前記メモリに前記画像データの書込みを開始した後、前記メモリに書込んだライン数及び読出したライン数を累計する手段と、該手段で読出したライン数の累計値が書込んだライン数の累計値に達したか否かを判断する手段と、該手段で読出したライン数の累計値が書込んだライン数の累計値に達したと判断した場合、読出し処理を一時停止する手段とを備えることを特徴とする画像処理装置。   A plurality of writing means for writing the image data into the memory; and a means for selecting the writing means in an image processing apparatus for writing image data expanded two-dimensionally in a memory and reading the image data in parallel after a predetermined time point; A writing start address is set for each of the plurality of writing means, and writing of the image data to the memory is started from a writing start address corresponding to the selected writing means, and then the number of lines written to the memory and reading are started. Means for accumulating the number of lines read, means for determining whether or not the accumulated value of the number of lines read by the means has reached the accumulated value of the number of lines written, and the accumulated value of the number of lines read by the means An image processing apparatus comprising: means for temporarily stopping the reading process when it is determined that the cumulative value of the number of lines written is reached. メモリに2次元に展開した画像データを書込み、所定の時点以降並行して読出す画像処理装置において、前記メモリに前記画像データを書込む複数の書込み手段と、前記書込み手段を選択する手段と、複数の前記書込み手段毎に書込み開始アドレスを設定しておき、選択した書込み手段に対応する書込み開始アドレスから前記メモリに前記画像データの書込みを開始した後、前記メモリに書込んだライン数及び読出したライン数を累計する手段と、読出したライン数の累計値が、書込んだライン数の累計値から所定値を減じた値に達したか否かを判断する手段と、該手段で読出したライン数の累計値が、書込んだライン数の累計値から所定値を減じた値に達したと判断した場合、読出し処理を一時停止する手段とを備えることを特徴とする画像処理装置。   A plurality of writing means for writing the image data into the memory; and a means for selecting the writing means in an image processing apparatus for writing image data expanded two-dimensionally in a memory and reading the image data in parallel after a predetermined time point; A writing start address is set for each of the plurality of writing means, and writing of the image data to the memory is started from a writing start address corresponding to the selected writing means, and then the number of lines written to the memory and reading are started. Means for accumulating the number of lines read, means for judging whether or not the accumulated value of the number of read lines has reached a value obtained by subtracting a predetermined value from the accumulated value of the number of lines written, and reading by the means Means for temporarily stopping the reading process when it is determined that the cumulative value of the number of lines has reached a value obtained by subtracting a predetermined value from the cumulative value of the number of lines written. Processing apparatus. 読出し処理を一時停止した後、書込んだライン数の累計値と読出したライン数の累計値との差が所定値より大きいか否かを判断する手段と、該手段で書込んだライン数の累計値と読出したライン数の累計値との差が所定値より大きいと判断した場合、読出し処理を再開する手段とを備えることを特徴とする請求項1又は2記載の画像処理装置。   Means for determining whether or not the difference between the accumulated value of the number of lines written and the accumulated value of the number of lines read is temporarily greater than a predetermined value after the reading process is temporarily stopped; and the number of lines written by the means 3. The image processing apparatus according to claim 1, further comprising means for restarting the reading process when it is determined that the difference between the total value and the total value of the number of lines read is greater than a predetermined value.
JP2004082472A 2004-03-22 2004-03-22 Image processing apparatus Pending JP2005269509A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004082472A JP2005269509A (en) 2004-03-22 2004-03-22 Image processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004082472A JP2005269509A (en) 2004-03-22 2004-03-22 Image processing apparatus

Publications (1)

Publication Number Publication Date
JP2005269509A true JP2005269509A (en) 2005-09-29

Family

ID=35093530

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004082472A Pending JP2005269509A (en) 2004-03-22 2004-03-22 Image processing apparatus

Country Status (1)

Country Link
JP (1) JP2005269509A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011203428A (en) * 2010-03-25 2011-10-13 Fuji Xerox Co Ltd Image forming apparatus and program thereof
JP2018074423A (en) * 2016-10-31 2018-05-10 株式会社リコー Image processing apparatus, image forming apparatus, image processing method, and image processing program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011203428A (en) * 2010-03-25 2011-10-13 Fuji Xerox Co Ltd Image forming apparatus and program thereof
JP2018074423A (en) * 2016-10-31 2018-05-10 株式会社リコー Image processing apparatus, image forming apparatus, image processing method, and image processing program

Similar Documents

Publication Publication Date Title
JP2008066988A (en) Image input/output system, control method, and program
JP2006341497A (en) Image forming device
JP2005269509A (en) Image processing apparatus
JP4804161B2 (en) Image processing apparatus, image processing system, and control method for image processing apparatus
JP2005267524A (en) Image processing device
JP5086981B2 (en) Image forming apparatus
JP6314699B2 (en) Information processing device
JP2005354605A (en) Image input/output apparatus, image input/output method, computer program and recording medium
JP2008254228A (en) Image recorder
JP4172410B2 (en) Image processing method and image processing apparatus
JP2010088007A (en) Image forming apparatus
JP2005176124A (en) Image processing method and image processor
JP4144544B2 (en) Image processing method and image processing apparatus
JP4024749B2 (en) Image processing apparatus and image transfer control method
JP2004264540A (en) Image forming apparatus and image display method of image forming apparatus
JP2022102190A (en) Image processing apparatus and image processing system
JP2006080876A (en) Image input/output device, method therefor, computer program, and recording medium
JP5063464B2 (en) Image processing apparatus, image reading apparatus, image processing program, and image processing system
JP2021005839A (en) Imaging apparatus and program of the same
JP2005176128A (en) Image processing method and image processor
JP2007028691A (en) Image processor
JP2005305667A (en) Recorder
JP2010087788A (en) Image processing apparatus
JP2001016440A (en) Recorder, image processor and image processing method
JP2004228839A (en) Composite device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061218

A977 Report on retrieval

Effective date: 20090302

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090317

A02 Decision of refusal

Effective date: 20090707

Free format text: JAPANESE INTERMEDIATE CODE: A02