JP2012096496A - Image output device, control method, and control program - Google Patents

Image output device, control method, and control program Download PDF

Info

Publication number
JP2012096496A
JP2012096496A JP2010248122A JP2010248122A JP2012096496A JP 2012096496 A JP2012096496 A JP 2012096496A JP 2010248122 A JP2010248122 A JP 2010248122A JP 2010248122 A JP2010248122 A JP 2010248122A JP 2012096496 A JP2012096496 A JP 2012096496A
Authority
JP
Japan
Prior art keywords
image data
writing
reading
image
printing
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
JP2010248122A
Other languages
Japanese (ja)
Inventor
Koji Tsukada
孝二 塚田
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.)
Konica Minolta Business Technologies Inc
Original Assignee
Konica Minolta Business Technologies Inc
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 Konica Minolta Business Technologies Inc filed Critical Konica Minolta Business Technologies Inc
Priority to JP2010248122A priority Critical patent/JP2012096496A/en
Publication of JP2012096496A publication Critical patent/JP2012096496A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)
  • Facsimiles In General (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image output device that ensures both operational efficiency of the operation of acquiring image data and the operation of printing using the image data.SOLUTION: An image processing apparatus 1 includes an HDD14 and SSD15, and prints an image based on the image data composed by a block BK after being compressed. The apparatus is provided with an I/O control unit 12 for performing control so that the writing of block BK after being compressed to the SSD15 is executed in parallel with the reading of the block BK after being compressed from the HDD14 as much as possible.

Description

本発明は、画像データに基づく画像を用紙に印刷する画像出力装置などに関する。   The present invention relates to an image output apparatus that prints an image based on image data on a sheet.

近年、コピー、ネットワークプリント(PCプリント)、スキャナ、ファックス、およびドキュメントサーバなどの様々な機能を備えた「複合機」などと呼ばれる画像処理装置が普及している。   2. Description of the Related Art In recent years, image processing apparatuses called “multifunction peripherals” having various functions such as copying, network printing (PC printing), scanners, fax machines, and document servers have become widespread.

このような画像処理装置においては、各種の機能、例えば、コピー機能などを実現する場合において、原稿を読み取る動作および読み取った画像を印刷する動作の2つの動作が並行して実行される。画像処理装置は、この2つの動作を並行して実行することができるようにするため、画像メモリを備えている。   In such an image processing apparatus, when various functions such as a copy function are realized, two operations of reading an original and printing the read image are executed in parallel. The image processing apparatus includes an image memory so that the two operations can be executed in parallel.

すなわち、画像メモリには、原稿から読み取られた画像データが印刷に用いられるまで保持されるようになっている。ここで、原稿の読取り処理の速度が印刷処理の速度に較べて速い場合には、両処理の速度の差分に応じて画像データが画像メモリに蓄積されていくこととなる。   That is, the image memory holds the image data read from the document until it is used for printing. Here, when the speed of the document reading process is higher than the speed of the printing process, the image data is accumulated in the image memory in accordance with the difference between the speeds of the two processes.

画像メモリには、一般的に、読書きの速度が高速である、揮発性の半導体メモリが用いられる。ところが、そのような揮発性の半導体メモリは容量あたりのコストが高い。   In general, a volatile semiconductor memory having a high reading / writing speed is used as the image memory. However, such a volatile semiconductor memory has a high cost per capacity.

そこで、画像処理装置は、画像メモリを補完するために、画像メモリに較べて読書きの速度は低速であるものの容量あたりのコストが安い、HDD(Hard Disk Drive)を備えている。そして、画像メモリの画像データをHDDに一時的に退避し、必要に応じてHDDの画像データを画像メモリに戻すようにしている。   In view of this, the image processing apparatus includes an HDD (Hard Disk Drive) to complement the image memory, although the reading / writing speed is lower than that of the image memory, but the cost per capacity is low. The image data in the image memory is temporarily saved in the HDD, and the image data in the HDD is returned to the image memory as necessary.

このように、画像処理装置は、容量の小さい画像メモリをHDDで補完することにより、画像メモリの容量以上のサイズの画像データを保持しておくことができる。   As described above, the image processing apparatus can hold image data having a size larger than the capacity of the image memory by complementing the small-capacity image memory with the HDD.

特開2006−338691号公報JP 2006-338691 A

図1は、HDDまたはSSDに対する一般的なアクセス時間の例を示す図である。   FIG. 1 is a diagram illustrating an example of a general access time for an HDD or an SSD.

画像メモリおよびそれを補完するためのHDDが設けられた画像処理装置においては、HDDに対するアクセスが次のような場合に発生する。
(1)原稿から読み取られた画像データを画像メモリからHDDに転送する場合
(2)印刷に用いられる画像データをHDDから画像メモリに転送する場合
一般的に、HDDは書込み速度に対して読出し速度が遅い。そのため、上記のアクセスのうち、HDDからの読出しを伴う(2)のアクセスは、HDDへの書込みを伴う(1)のアクセスに較べて時間を要する(図1(a)参照)。
In an image processing apparatus provided with an image memory and an HDD for complementing it, access to the HDD occurs in the following cases.
(1) When image data read from a document is transferred from the image memory to the HDD (2) When image data used for printing is transferred from the HDD to the image memory Is slow. For this reason, of the above accesses, the access (2) accompanied by reading from the HDD takes more time than the access (1) accompanied by writing to the HDD (see FIG. 1A).

よって、画像メモリを補完する記憶装置としてHDDを用いた場合には、HDDから画像メモリへのデータの転送速度が印刷処理の速度に較べて低下することがあり、印刷に用いられる画像データが画像メモリへ読み込まれるまでの間、印刷処理が待たされることがある。つまり、印刷の動作の生産性(稼動効率)が落ちてしまうという問題を生じる。   Therefore, when an HDD is used as a storage device that complements the image memory, the data transfer speed from the HDD to the image memory may be lower than the print processing speed, and the image data used for printing may be image data. The printing process may be awaited until it is read into the memory. That is, there arises a problem that productivity (operation efficiency) of printing operation is lowered.

この問題を解消するため、画像メモリを補完する記憶装置としてSSD(Solid State Drive)を用いることが考えられる。   In order to solve this problem, it is conceivable to use an SSD (Solid State Drive) as a storage device that complements the image memory.

SSDは、シングルチップ構成であり、データの読出しにおいて、機構的なヘッド移動を必要とせず、シーク時間が発生しない。よって、読出し速度はデータの読出し位置に関わらずHDDよりも高速である。しかし、SSDは、データの書込みにおいて、消去動作とプログラム動作の2つの手順を踏む必要があり、書込み速度はHDDよりも低速となることがある。そのため、上記(1)および(2)のアクセスについて、HDDをSSDに置き換えた場合に、SSDへの書込みを伴う(1)のアクセスは、SSDからの読出しを伴う(2)のアクセスに較べて時間を要する(図1(b)参照)。   The SSD has a single-chip configuration, and does not require a mechanical head movement when reading data, and seek time does not occur. Therefore, the reading speed is higher than that of the HDD regardless of the data reading position. However, the SSD needs to follow two procedures for data writing: an erase operation and a program operation, and the write speed may be lower than that of the HDD. Therefore, for the accesses (1) and (2) above, when the HDD is replaced with an SSD, the access (1) accompanied by writing to the SSD is compared with the access (2) accompanied by reading from the SSD. It takes time (see FIG. 1B).

よって、画像メモリを補完する記憶装置としてSSDを用いた場合には、画像メモリからSSDへのデータの転送速度が原稿の読取り処理の速度に較べて低下することがあり、原稿から読み取られた画像データがSSDへ書き出されるまでの間、原稿の読取り処理が待たされることがある。つまり、原稿の読取りの動作の生産性(稼動効率)が落ちてしまうという問題を生じる。   Therefore, when the SSD is used as a storage device that complements the image memory, the data transfer speed from the image memory to the SSD may be lower than the reading speed of the original, and the image read from the original may be reduced. Until the data is written to the SSD, the document reading process may be awaited. That is, there arises a problem that the productivity (operation efficiency) of the reading operation of the document is lowered.

このように、画像メモリを補完する記憶装置として、HDDを用いた場合には、印刷の動作の生産性が落ちてしまい、SSDを用いた場合には、原稿の読取りの動作の生産性が落ちてしまう。つまり、いずれの記憶装置を用いた場合にも、画像処理装置全体としての生産性を十分に確保することができない。   As described above, when the HDD is used as a storage device that complements the image memory, the productivity of the printing operation decreases, and when the SSD is used, the productivity of the document reading operation decreases. End up. In other words, the productivity of the entire image processing apparatus cannot be ensured regardless of which storage device is used.

本発明は、このような問題点に鑑みてなされたものであり、画像データの取得の動作および画像データを用いた印刷の動作の双方の可動効率が共に確保される画像出力装置を提供することを目的とする。   The present invention has been made in view of such problems, and provides an image output apparatus that can ensure both the moving efficiency of the image data acquisition operation and the printing operation using the image data. With the goal.

ところで、関連する技術として、ディスク装置と不揮発性半導体メモリとを有するハイブリッドストレージを設け、ユーザの指定、または、温度、振動・衝撃、騒音などの稼動状態にしたがい、このハイブリッドストレージの読み書きの対象とする記憶媒体を、ディスク装置と不揮発性半導体メモリのいずれにするか選択して切り替えるようにすることが提案されている(特許文献1)。   By the way, as a related technology, a hybrid storage having a disk device and a non-volatile semiconductor memory is provided, and this hybrid storage can be read and written according to the user's designation or the operating state such as temperature, vibration / impact, noise, etc. It has been proposed to select either a disk device or a nonvolatile semiconductor memory as a storage medium to be switched (Patent Document 1).

本発明に係る画像出力装置は、複数の画像データに基づく複数の画像を順次用紙に印刷する画像出力装置であって、前記複数の画像データを順次取得する画像データ取得手段と、前記複数の画像データを順次受け取り、当該複数の画像データに基づく複数の画像を順次用紙に印刷する印刷手段と、前記画像データを記憶し、当該画像データの書込みに要する平均時間が第一の書込み時間であって、当該画像データの読出しに要する平均時間が第一の読出し時間である第一の記憶装置と、前記画像データを記憶し、当該画像データの書込みに要する平均時間が前記第一の書込み時間よりも短い第二の書込み時間であって、当該画像データの読出しに要する平均時間が前記第一の読出し時間よりも長い第二の読出し時間である第二の記憶装置と、前記画像データ取得手段において取得された前記画像データを前記第一の記憶装置へ書き込む第一の書込み手段と、前記画像データ取得手段において取得された前記画像データを前記第二の記憶装置へ書き込む第二の書込み手段と、前記印刷手段において印刷に用いられる前記画像データを前記第一の記憶装置から読み出す第一の読出し手段と、前記印刷手段において印刷に用いられる前記画像データを前記第二の記憶装置から読み出す第二の読出し手段と、前記第一の書込み手段による書込みおよび前記第二の読出し手段による読出しが、可能な限り並行して実行されるように制御する転送制御手段と、を備える。   An image output apparatus according to the present invention is an image output apparatus that sequentially prints a plurality of images based on a plurality of image data on a sheet, the image data acquisition means for sequentially acquiring the plurality of image data, and the plurality of images A printing unit that sequentially receives data and prints a plurality of images based on the plurality of image data sequentially on a sheet, and stores the image data, and the average time required to write the image data is the first writing time A first storage device in which an average time required for reading the image data is a first read time; and storing the image data, and an average time required for writing the image data is shorter than the first write time. A second storage device having a short second writing time and a second reading time that is longer than the first reading time, and an average time required for reading the image data; A first writing means for writing the image data acquired by the image data acquisition means to the first storage device; and a first writing means for writing the image data acquired by the image data acquisition means to the second storage device. Second writing means, first reading means for reading the image data used for printing in the printing means from the first storage device, and the image data used for printing in the printing means in the second storage Second reading means for reading from the apparatus, and transfer control means for controlling the writing by the first writing means and the reading by the second reading means to be executed in parallel as much as possible.

本発明によれば、画像データの取得の動作および画像データを用いた印刷の動作の双方の可動効率が共に確保される画像出力装置を提供することができる。   According to the present invention, it is possible to provide an image output apparatus in which both the movable efficiencies of the image data acquisition operation and the printing operation using the image data are ensured.

HDDまたはSSDに対する一般的なアクセス時間の例を示す図である。It is a figure which shows the example of the general access time with respect to HDD or SSD. 画像処理装置のハードウェア構成の例を示す図である。It is a figure which shows the example of the hardware constitutions of an image processing apparatus. メイン制御部における一部の機能構成の例を示す図である。It is a figure which shows the example of a one part function structure in a main control part. コピージョブに伴う画像データの流れの例を示す図である。FIG. 5 is a diagram illustrating an example of the flow of image data associated with a copy job. HDDおよびSSDに対するアクセス時間の例を示す図である。It is a figure which shows the example of the access time with respect to HDD and SSD. HDDまたはSSDに対するアクセス時間の例を示す図である。It is a figure which shows the example of the access time with respect to HDD or SSD. 入出力制御部における一部の処理の流れの例を示すフローチャートである。It is a flowchart which shows the example of the flow of a part of process in an input-output control part. HDDまたはSSDに対するアクセス時間の例を示す図である。It is a figure which shows the example of the access time with respect to HDD or SSD. ファックスジョブおよびプリントジョブに伴う画像データの流れの例を示す図である。FIG. 6 is a diagram illustrating an example of the flow of image data associated with a fax job and a print job.

図2は、画像処理装置1のハードウェア構成の例を示す図である。   FIG. 2 is a diagram illustrating an example of a hardware configuration of the image processing apparatus 1.

画像処理装置1は、コピー、ネットワークプリント(PCプリント)、スキャナ、ファックス、およびドキュメントサーバなどの様々な機能を備えた「複合機」などと呼ばれる画像処理装置である。   The image processing apparatus 1 is an image processing apparatus called a “multifunction machine” having various functions such as copying, network printing (PC printing), scanner, fax, and document server.

図2に示すように、画像処理装置1は、メイン制御部11、入出力制御部12、画像メモリ13、HDD(Hard Disk Drive)14、SSD(Solid State Drive)15、表示操作部16、画像読取部17、画像処理部18、画像圧縮部19、画像伸張部20、画像印刷部21、ファクシミリ部22、およびネットワークI/F(Interface)部23などを有している。これらの各部11〜23は、互いにバスを介して接続されている。   As shown in FIG. 2, the image processing apparatus 1 includes a main control unit 11, an input / output control unit 12, an image memory 13, an HDD (Hard Disk Drive) 14, an SSD (Solid State Drive) 15, a display operation unit 16, an image. A reading unit 17, an image processing unit 18, an image compression unit 19, an image expansion unit 20, an image printing unit 21, a facsimile unit 22, a network I / F (Interface) unit 23, and the like are included. These units 11 to 23 are connected to each other via a bus.

メイン制御部11は、CPU(Central Processing Unit)11a、RAM(Random Access Memory)11b、ROM(Read Only Memory)11cなどによって構成されており、ROM11cに格納されているプログラムおよびデータのほか、内部および外部から必要に応じて入力される種々のデータに基づいて、画像処理装置1の主要な動作を制御する。   The main control unit 11 includes a CPU (Central Processing Unit) 11a, a RAM (Random Access Memory) 11b, a ROM (Read Only Memory) 11c, and the like, in addition to programs and data stored in the ROM 11c, Main operations of the image processing apparatus 1 are controlled based on various data input from the outside as needed.

メイン制御部11は、各種のジョブを実行する際に、複数のタスクを生成し、それらのタスクを並行して実行することがある。例えば、コピージョブを実行する際には、原稿の画像を画像読取部17において読み取ることにより画像データを取得するタスク、取得した画像データに基づく画像を画像印刷部21において用紙に印刷するタスク、およびその他のタスクを生成し、それらのタスクを並行して実行することがある。また、メイン制御部11は、各部11〜23の間のデータの転送(入出力動作)に関する指令を入出力制御部12に与える。これらの制御の詳細については後述する。   When executing various jobs, the main control unit 11 may generate a plurality of tasks and execute the tasks in parallel. For example, when executing a copy job, a task of acquiring image data by reading an image of a document by the image reading unit 17, a task of printing an image based on the acquired image data on a sheet by the image printing unit 21, and Other tasks may be created and executed in parallel. In addition, the main control unit 11 gives a command related to data transfer (input / output operation) between the units 11 to 23 to the input / output control unit 12. Details of these controls will be described later.

RAM11bは、CPU11aのワークメモリとなるほか、ファクシミリ部22を介して送受信した画像データ、およびネットワークI/F部23を介して受信した印刷データなどをページに展開した画像データを記憶するページメモリ11dとなる。ページメモリ11dには、それらの画像データを1ページ分以上格納することが可能になっている。   The RAM 11b serves as a work memory for the CPU 11a, and also stores a page memory 11d for storing image data transmitted / received via the facsimile unit 22, print data received via the network I / F unit 23, etc., on a page. It becomes. The page memory 11d can store one or more pages of the image data.

ページメモリ11dに格納される1ページ分の画像データは、1または複数のブロック単位の画像データの集合体で構成される。ページメモリ11dに格納されるブロック単位の画像データは、画像圧縮部19において圧縮される前の状態の画像データである。   The image data for one page stored in the page memory 11d is composed of an aggregate of one or a plurality of block unit image data. The block-unit image data stored in the page memory 11d is image data in a state before being compressed by the image compression unit 19.

なお、本実施形態においては、後述するように、画像読取部17において読み取られ、画像処理部18において所定の処理が施されたブロック単位の画像データは、画像圧縮部19へ直接送られるので、ページメモリ11dには格納されない。ただし、このブロック単位の画像データについても、画像圧縮部19へ送られる前にいったんページメモリ11dに格納されるようにしてもよい。   In this embodiment, as will be described later, the block-unit image data read by the image reading unit 17 and subjected to predetermined processing by the image processing unit 18 is directly sent to the image compression unit 19. It is not stored in the page memory 11d. However, this block-unit image data may also be temporarily stored in the page memory 11 d before being sent to the image compression unit 19.

ROM11cには、ジョブを実行するための各種のプログラムおよび各種の固定データが格納されている。   The ROM 11c stores various programs for executing jobs and various fixed data.

入出力制御部12は、専用のIC(Integrated Circuit)などによって構成されており、メイン制御部11からの指令に基づいて各部11〜23の間のデータの転送を制御する。   The input / output control unit 12 is configured by a dedicated IC (Integrated Circuit) or the like, and controls data transfer between the units 11 to 23 based on a command from the main control unit 11.

特に本実施形態においては、入出力制御部12は、画像メモリ13とHDD14との間のデータ転送、および画像メモリ13とSSD15との間のデータ転送が並行して行われるように制御することが可能になっている。   In particular, in the present embodiment, the input / output control unit 12 can perform control so that data transfer between the image memory 13 and the HDD 14 and data transfer between the image memory 13 and the SSD 15 are performed in parallel. It is possible.

画像メモリ13は、半導体メモリなどによって構成されている揮発性の記憶装置である。画像メモリ13には、画像圧縮部19において圧縮されたブロック単位の画像データが一時的に記憶される。つまり、画像メモリ13に格納されるブロック単位の画像データは、画像圧縮部19において圧縮された後の画像データである。   The image memory 13 is a volatile storage device configured by a semiconductor memory or the like. The image memory 13 temporarily stores image data in units of blocks compressed by the image compression unit 19. That is, the block-unit image data stored in the image memory 13 is image data after being compressed by the image compression unit 19.

ブロック単位の各画像データは、画像読取部17のラインイメージセンサの1ライン分または複数ライン分の画像データが圧縮された画像データである。例えば、16ライン分の画像データが圧縮された画像データである。   Each block of image data is image data obtained by compressing image data for one line or a plurality of lines of the line image sensor of the image reading unit 17. For example, the image data is compressed image data for 16 lines.

以降、ブロック単位の画像データを「ブロック」と呼称する。また、画像圧縮部19によって圧縮される前のブロックを「圧縮前ブロック」と呼称し、画像圧縮部19によって圧縮された後のブロックを「圧縮後ブロック」と呼称することがある。   Hereinafter, image data in block units is referred to as “block”. In addition, a block before being compressed by the image compression unit 19 may be referred to as a “pre-compression block”, and a block after being compressed by the image compression unit 19 may be referred to as a “post-compression block”.

HDD14は、磁気ディスクおよび記録ヘッドなどを備えた不揮発性の記録装置である。HDD14には、画像メモリ13から読み出された圧縮後ブロックが書き込まれる領域が確保されている。HDD14への圧縮後ブロックの書込みに要する平均時間は、SSD15へのそれに較べて短いものとし、HDD14からの圧縮後ブロックの読出しに要する平均時間は、SSD15からのそれに較べて長いものとする。   The HDD 14 is a non-volatile recording device including a magnetic disk and a recording head. In the HDD 14, an area in which a compressed block read from the image memory 13 is written is secured. It is assumed that the average time required for writing the compressed block to the HDD 14 is shorter than that to the SSD 15 and the average time required for reading the compressed block from the HDD 14 is longer than that from the SSD 15.

SSD15は、フラッシュメモリおよび専用コントローラなどを備えた不揮発性の記録装置である。SSD15にも、画像メモリ13から読み出された圧縮後ブロックが書き込まれる領域が確保されている。SSD15への圧縮後ブロックの書込みに要する平均時間は、HDD14へのそれに較べて長いものとし、SSD15からの圧縮後ブロックの読出しに要する平均時間は、HDD14からのそれに較べて短いものとする。   The SSD 15 is a non-volatile recording device that includes a flash memory and a dedicated controller. The SSD 15 also has an area in which the compressed block read from the image memory 13 is written. It is assumed that the average time required to write the compressed block to the SSD 15 is longer than that to the HDD 14, and the average time required to read the compressed block from the SSD 15 is shorter than that from the HDD 14.

HDD14またはSSD15には、メイン制御部11のCPU11aで実行されるプログラムおよびデータが格納されることもある。その場合には、プログラムおよびデータが必要に応じてメイン制御部11のRAM11bに読み出される。   The HDD 14 or the SSD 15 may store programs and data executed by the CPU 11 a of the main control unit 11. In that case, the program and data are read to the RAM 11b of the main control unit 11 as necessary.

表示操作部16は、ユーザに対して各種の画面を表示したり、ユーザからの各種の操作を受け付けたりする装置であり、表面がタッチパネルとなっているディスプレイ、および各種の操作スイッチを備えている。ディスプレイには、ユーザに対して各種の案内を行うための画面、およびユーザに対して処理の状況や結果を伝えるための画面などが表示される。また、ユーザがタッチパネルまたは操作スイッチを操作することにより、実行すべきジョブなどの指示が表示操作部16に入力される。   The display operation unit 16 is a device that displays various screens for the user and accepts various operations from the user, and includes a display whose surface is a touch panel and various operation switches. . On the display, a screen for giving various guidance to the user, a screen for informing the user of the processing status and results, and the like are displayed. Further, when the user operates the touch panel or the operation switch, an instruction such as a job to be executed is input to the display operation unit 16.

画像読取部17は、原稿の画像を読み取る装置であり、光源、ラインイメージセンサ、原稿の読取り位置を移動させる移動手段、および光学経路などを備えている。   The image reading unit 17 is a device that reads an image of an original, and includes a light source, a line image sensor, a moving unit that moves an original reading position, an optical path, and the like.

光源は、原稿の読取り位置に向けて光を照射する。ラインイメージセンサは、原稿からの反射光を受光して原稿の画像を1ライン分読み取る。移動手段は、原稿の読取り位置をライン単位で移動させる。光学経路は、レンズやミラーなどからなり、原稿からの反射光をラインイメージセンサに導いて結像させる。   The light source irradiates light toward the reading position of the document. The line image sensor receives reflected light from the document and reads an image of the document for one line. The moving means moves the reading position of the document line by line. The optical path is composed of a lens, a mirror, etc., and the reflected light from the document is guided to the line image sensor to form an image.

ラインイメージセンサには、例えば、CCD(Charge Coupled Device)が用いられる。ラインイメージセンサが出力するアナログ画像信号は、A/D変換回路によってデジタル画像信号に変換され、画像処理部18へ送られる。   For example, a CCD (Charge Coupled Device) is used for the line image sensor. The analog image signal output from the line image sensor is converted into a digital image signal by the A / D conversion circuit and sent to the image processing unit 18.

画像処理部18は、専用のICなどによって構成されており、画像読取部17において読み取られた画像データに種々の処理を施す機能部である。例えば、画像処理部18は、元の画像データに拡大、縮小、または回転の処理を施す。そのほか、シェーディング補正、ライン間補正、解像度変換、またはガンマ変換などの処理を施すこともある。画像処理部18によって種々の処理が施された画像データは、画像圧縮部19へ送られる。   The image processing unit 18 is configured by a dedicated IC or the like, and is a functional unit that performs various processes on the image data read by the image reading unit 17. For example, the image processing unit 18 performs enlargement, reduction, or rotation processing on the original image data. In addition, processing such as shading correction, line-to-line correction, resolution conversion, or gamma conversion may be performed. The image data that has been subjected to various processes by the image processing unit 18 is sent to the image compression unit 19.

画像圧縮部19は、専用のICなどによって構成されており、画像処理部18から送られてくる画像データを、画像読取部17のラインイメージセンサの1ライン分または複数ライン分ごとに圧縮し、圧縮後ブロックを作成する機能部である。例えば、16ライン分ごとの画像データを圧縮した圧縮後ブロックを作成する。   The image compression unit 19 is configured by a dedicated IC or the like, compresses the image data sent from the image processing unit 18 for one line or a plurality of lines of the line image sensor of the image reading unit 17, It is a functional unit that creates a block after compression. For example, a post-compression block is created by compressing image data for every 16 lines.

また、画像圧縮部19は、メイン制御部11のページメモリ11dから読み出された圧縮前ブロックを圧縮し、圧縮後ブロックを作成する。   Further, the image compression unit 19 compresses the pre-compression block read from the page memory 11d of the main control unit 11, and creates a post-compression block.

画像圧縮部19によって作成された圧縮後ブロックは、バッファメモリなどに一時的に保管されることなく、画像メモリ13に格納されていく。よって、コピージョブの実行時においては、画像読取部17において原稿の画像が読み取られている間、1ブロック分の画像データが読み取られるごとに、圧縮後ブロックが画像メモリ13に格納されていく。同様に、ファックスジョブの実行時においては、ファクシミリ部22を介して1ブロック分の画像データが受信されるごとに、圧縮後ブロックが画像メモリ13に格納されていき、プリントジョブの実行時においては、ネットワークI/F部23を介して1ブロック分の印刷データが受信されるごとに、圧縮後ブロックが画像メモリ13に格納されていく。   The post-compression block created by the image compression unit 19 is stored in the image memory 13 without being temporarily stored in a buffer memory or the like. Therefore, when the copy job is executed, the compressed block is stored in the image memory 13 every time one block of image data is read while the image reading unit 17 reads the image of the document. Similarly, at the time of execution of a fax job, every time image data for one block is received via the facsimile unit 22, the compressed block is stored in the image memory 13, and at the time of execution of a print job. Each time print data for one block is received via the network I / F unit 23, the compressed block is stored in the image memory 13.

画像伸張部20は、専用のICなどによって構成されており、画像メモリ13から読み出された複数の圧縮後ブロックを伸張するなどして1ページ分の画像データに再構成する機能部である。画像伸張部20によって再構成された画像データは、画像印刷部21へ送られる。   The image decompression unit 20 is configured by a dedicated IC or the like, and is a functional unit that reconstructs image data for one page by decompressing a plurality of compressed blocks read from the image memory 13. The image data reconstructed by the image expansion unit 20 is sent to the image printing unit 21.

画像印刷部21は、電子写真プロセスによって画像データに対応する画像を記録媒体上に形成して出力する装置であり、記録媒体の搬送装置、感光体ドラム、帯電装置、レーザーユニット、現像装置、転写分離装置、クリーニング装置、および定着装置などを備えている。   The image printing unit 21 is an apparatus that forms and outputs an image corresponding to image data on a recording medium by an electrophotographic process, and includes a recording medium conveying device, a photosensitive drum, a charging device, a laser unit, a developing device, and a transfer device. A separation device, a cleaning device, a fixing device, and the like are provided.

ファクシミリ部22は、公衆回線網を介して他のFAX端末との間で、G3などのプロトコルによって各種のデータを送受信するための装置である。ファクシミリ部22を介して新規のファックスジョブが受け付けられると、ファクシミリ部17を介して受信された画像データが、メイン制御部11のページメモリ11dに格納される。   The facsimile unit 22 is a device for transmitting / receiving various data to / from other FAX terminals via a public line network using a protocol such as G3. When a new fax job is received via the facsimile unit 22, the image data received via the facsimile unit 17 is stored in the page memory 11 d of the main control unit 11.

ネットワークI/F部23は、LAN(Local Area Network)を介して他の情報端末との間で、TCP/IP(Transmission Control Protocol/Internet Protocol)などのプロトコルによって各種のデータを送受信するための装置である。ネットワークI/F部23には、例えば、NIC(Network Interface Card)が用いられる。ネットワークI/F部23を介して新規のプリントジョブが受け付けられると、ネットワークI/F部23を介して受信された印刷データがページごとに展開された画像データが、メイン制御部11のページメモリ11dに格納される。   The network I / F unit 23 is a device for transmitting / receiving various data to / from other information terminals via a LAN (Local Area Network) by using a protocol such as TCP / IP (Transmission Control Protocol / Internet Protocol). It is. For the network I / F unit 23, for example, a NIC (Network Interface Card) is used. When a new print job is received via the network I / F unit 23, the image data in which the print data received via the network I / F unit 23 is expanded page by page is stored in the page memory of the main control unit 11. 11d.

なお、画像処理部18、画像圧縮部19、および画像伸張部20は、メイン制御部11によってその機能の全部または一部が実現されるようにしてもよい。つまり、各部18〜20ごとに専用のICが設けられていなくてもよい。   Note that all or part of the functions of the image processing unit 18, the image compression unit 19, and the image expansion unit 20 may be realized by the main control unit 11. That is, a dedicated IC may not be provided for each unit 18-20.

図3は、メイン制御部11における一部の機能構成の例を示す図である。   FIG. 3 is a diagram illustrating an example of a partial functional configuration in the main control unit 11.

メイン制御部11のROM11cには、図3に示すような、ジョブ受付部101、画像データ取得部102、画像データ印刷部103、画像データ転送部104、およびその他の機能部を実現するためのプログラムが格納されている。画像データ転送部104には、HDD書込要求部104a、HDD読出要求部104b、SSD書込要求部104c、およびSSD読出要求部104dが含まれている。   In the ROM 11c of the main control unit 11, a program for realizing a job reception unit 101, an image data acquisition unit 102, an image data printing unit 103, an image data transfer unit 104, and other functional units as shown in FIG. Is stored. The image data transfer unit 104 includes an HDD write request unit 104a, an HDD read request unit 104b, an SSD write request unit 104c, and an SSD read request unit 104d.

メイン制御部11において、ROM11cに格納されているこれらのプログラムは、必要に応じてCPU11aによって実行される。または、これらのプログラムの一部または全部がHDD14またはSSD15に格納されていてもよい。その場合には、必要に応じてメイン制御部11のRAM11bに読み出されて、CPU11aによって実行される。   In the main controller 11, these programs stored in the ROM 11c are executed by the CPU 11a as necessary. Alternatively, some or all of these programs may be stored in the HDD 14 or the SSD 15. In that case, it is read to the RAM 11b of the main control unit 11 as necessary, and is executed by the CPU 11a.

以下、ユーザが、8ページからなる原稿をセットし、表示操作部16を介して画像処理装置1にコピージョブを与えた際に、各機能部101〜104(104a〜104d)によって行われる処理の内容を説明する。   Hereinafter, when a user sets an original consisting of eight pages and gives a copy job to the image processing apparatus 1 via the display operation unit 16, processing performed by the functional units 101 to 104 (104a to 104d) is performed. Explain the contents.

なお、本実施形態においては、説明の便宜上、画像読取部17は、原稿の1ページ分の画像を読み取るのにラインイメージセンサを80回移動させる必要があるものとし、画像圧縮部19は、16ライン分の画像データが圧縮された圧縮後ブロックを作成するものとする。よって、原稿の1ページ分あたり5個(80[ライン]/16[ライン/個])の圧縮後ブロックが作成されるものとする。   In this embodiment, for convenience of explanation, it is assumed that the image reading unit 17 needs to move the line image sensor 80 times to read an image of one page of the document, and the image compression unit 19 Assume that a post-compression block in which image data for a line is compressed is created. Therefore, 5 post-compression blocks (80 [lines] / 16 [lines / piece]) per page of the document are created.

図4は、コピージョブに伴う画像データの流れの例を示す図、図5および図6は、それぞれ、HDD14およびSSD15に対するアクセス時間の例を示す図、図7は、入出力制御部12における一部の処理の流れの例を示すフローチャートである。   4 is a diagram illustrating an example of the flow of image data associated with a copy job, FIGS. 5 and 6 are diagrams illustrating examples of access times to the HDD 14 and the SSD 15, respectively, and FIG. 3 is a flowchart illustrating an example of a processing flow of a unit.

ジョブ受付部101は、入出力制御部12を介してコピージョブの実行の指示を受け付けると、画像データ取得部102に対して、原稿の画像を読み取ることにより画像データを取得するよう指示する。また、画像データ印刷部103に対して、取得した画像データに基づく画像を用紙に印刷するよう指示する。   When the job reception unit 101 receives an instruction to execute a copy job via the input / output control unit 12, the job reception unit 101 instructs the image data acquisition unit 102 to acquire image data by reading an image of a document. Further, the image data printing unit 103 is instructed to print an image based on the acquired image data on a sheet.

画像データ取得部102は、ジョブ受付部101から画像データの取得の指示を受け付けると、入出力制御部12を介して、画像読取部17、画像処理部18、および画像圧縮部19などを動作させる。   When receiving an image data acquisition instruction from the job reception unit 101, the image data acquisition unit 102 operates the image reading unit 17, the image processing unit 18, the image compression unit 19, and the like via the input / output control unit 12. .

これにより、図4に示すように、画像読取部17においてデジタル画像信号GAが出力される。また、画像処理部18において画像信号GAに所定の処理が施された画像データGBが出力される。また、画像圧縮部19において画像データGBがブロック単位で圧縮された圧縮後ブロックBKが出力される。そして、画像メモリ13に、対象ページの圧縮後ブロックBKが次々と書き込まれていく。   As a result, as shown in FIG. 4, the digital image signal GA is output from the image reading unit 17. In addition, image data GB obtained by performing predetermined processing on the image signal GA in the image processing unit 18 is output. Further, a post-compression block BK obtained by compressing the image data GB in units of blocks in the image compression unit 19 is output. Then, the compressed blocks BK of the target page are sequentially written in the image memory 13.

画像圧縮部19から画像メモリ13に読み込まれた圧縮後ブロックBKが1ページ分(5個)揃った時点で、入出力制御部12は、ページ読込完了通知S11を画像データ取得部102へ発行する。すなわち、ページ読込完了通知S11は、ページごとに発行される。   When the compressed blocks BK read from the image compression unit 19 to the image memory 13 are completed for one page (five), the input / output control unit 12 issues a page reading completion notification S11 to the image data acquisition unit 102. . That is, the page reading completion notification S11 is issued for each page.

画像データ取得部102は、ページ読込完了通知S11を受け取ると、画像データ転送部104に対して、画像メモリ13から対象ページの圧縮後ブロックBKを読み出して、HDD14またはSSD15へ書き込むよう指示する。   Upon receiving the page reading completion notification S11, the image data acquisition unit 102 instructs the image data transfer unit 104 to read the compressed block BK of the target page from the image memory 13 and write it to the HDD 14 or the SSD 15.

画像データ転送部104は、画像データ取得部102から圧縮後ブロックBKの書込みの指示を受け付けると、圧縮後ブロックBKを、HDD14またはSSD15のいずれの記憶装置へ書き込むべきかを次のようにして判断する。   When the image data transfer unit 104 receives an instruction to write the compressed block BK from the image data acquisition unit 102, the image data transfer unit 104 determines whether to write the compressed block BK to the storage device of the HDD 14 or the SSD 15 as follows. To do.

すなわち、今回の書込み対象の圧縮後ブロックBKが1ページ目の圧縮後ブロックBKである場合には、HDD14またはSSD15のいずれの記憶装置へ書き込んでもよいと判断する。他方、今回の書込み対象の圧縮後ブロックBKが2ページ目以降の圧縮後ブロックBKである場合には、前のページの圧縮後ブロックBKを書き込んだ記憶装置とは別の記憶装置へ書き込むべきであると判断する。   That is, when the compressed block BK to be written this time is the compressed block BK of the first page, it is determined that the data can be written to any storage device of the HDD 14 or the SSD 15. On the other hand, when the post-compression block BK to be written this time is the post-compression block BK for the second page and after, it should be written to a storage device different from the storage device that has written the post-compression block BK of the previous page. Judge that there is.

そのようにして判断された書込み先の記憶装置がHDD14である場合には、HDD書込要求部104aが、入出力制御部12へHDD書込要求S21を発行し、対象ページの圧縮後ブロックBKを画像メモリ13から読み出してHDD14へ書き込むよう要求する。   When the storage device of the write destination thus determined is the HDD 14, the HDD write request unit 104a issues an HDD write request S21 to the input / output control unit 12, and the post-compression block BK of the target page Is read from the image memory 13 and written to the HDD 14.

そのようにして判断された書込み先の記憶装置がSSD15である場合には、SSD書込要求部104cが、入出力制御部12へSSD書込要求S22を発行し、対象ページの圧縮後ブロックBKを画像メモリ13から読み出してSSD15へ書き込むよう要求する。   If the storage device of the write destination thus determined is SSD 15, the SSD write request unit 104c issues an SSD write request S22 to the input / output control unit 12, and the compressed block BK of the target page Is read from the image memory 13 and written to the SSD 15.

入出力制御部12は、HDD書込要求S21を受け取った場合には、対象ページの圧縮後ブロックBKを画像メモリ13から読み出してHDD14に書き込む。対象ページの全ての圧縮後ブロックBKの書込みが完了すると、HDD書込完了通知S12を画像データ印刷部103へ発行する。また、書込みが完了した圧縮後ブロックBKについては、画像メモリ13から削除する。   When receiving the HDD write request S 21, the input / output control unit 12 reads the compressed block BK of the target page from the image memory 13 and writes it to the HDD 14. When writing of all the compressed blocks BK on the target page is completed, an HDD writing completion notification S12 is issued to the image data printing unit 103. Further, the post-compression block BK for which writing has been completed is deleted from the image memory 13.

入出力制御部12は、SSD書込要求S22を受け取った場合には、対象ページの圧縮後ブロックBKを画像メモリ13から読み出してSSD15に書き込む。対象ページの全ての圧縮後ブロックBKの書込みが完了すると、SSD書込完了通知S13を画像データ印刷部103へ発行する。また、書込みが完了した圧縮後ブロックBKについては、画像メモリ13から削除する。   When receiving the SSD write request S22, the input / output control unit 12 reads the compressed block BK of the target page from the image memory 13 and writes it to the SSD 15. When writing of all the compressed blocks BK on the target page is completed, an SSD writing completion notification S13 is issued to the image data printing unit 103. Further, the post-compression block BK for which writing has been completed is deleted from the image memory 13.

入出力制御部12によって対象ページの全ての圧縮後ブロックBKがHDD14またはSSD15へ書き出されると、画像メモリ13にはその分空きが生じるので、次のページの圧縮後ブロックBKが次々と画像メモリ13に書き込まれていく。そして、1ページ分の圧縮後ブロックBKが揃った時点で、入出力制御部12から画像データ取得部102へ再びページ読込完了通知S11が発行される。そして、画像データ転送部104から入出力制御部12へ再びHDD書込要求S21またはSSD書込要求S22が発行され、次のページの全ての圧縮後ブロックBKがHDD14またはSSD15に書き込まれる。   When all the compressed blocks BK of the target page are written to the HDD 14 or the SSD 15 by the input / output control unit 12, the image memory 13 becomes empty, so that the compressed blocks BK of the next page are successively stored in the image memory 13 Will continue to be written. Then, when the compressed block BK for one page is prepared, the page reading completion notification S11 is issued again from the input / output control unit 12 to the image data acquisition unit 102. Then, the HDD write request S21 or the SSD write request S22 is issued again from the image data transfer unit 104 to the input / output control unit 12, and all the compressed blocks BK of the next page are written to the HDD 14 or the SSD 15.

このようにして、原稿から読み取られた圧縮後ブロックBKは、ページごとにHDD14およびSSD15に交互に書き込まれていく(図5(a)のHDD書込み(i)および図5(b)のSSD書込み(iii)参照)。   In this way, the compressed block BK read from the original is alternately written to the HDD 14 and the SSD 15 for each page (HDD writing (i) in FIG. 5A and SSD writing in FIG. 5B). (See (iii)).

なお、図5に示す例では、1、3、5、7ページ目の圧縮後ブロックBKがHDD14に書き込まれ、2、4、6、8ページ目の圧縮後ブロックBKがSSD15に書き込まれているが、それぞれのページの圧縮後ブロックBKが逆の記憶装置に書き込まれるようにしてもよい。つまり、1、3、5、7ページ目の圧縮後ブロックBKがSSD15に書き込まれ、2、4、6、8ページ目の圧縮後ブロックBKがHDD14に書き込まれるようにしてもよい。   In the example illustrated in FIG. 5, the compressed blocks BK of the first, third, fifth, and seventh pages are written to the HDD 14, and the compressed blocks BK of the second, fourth, sixth, and eighth pages are written to the SSD 15. However, the compressed block BK of each page may be written in the opposite storage device. That is, the compressed blocks BK of the first, third, fifth, and seventh pages may be written to the SSD 15, and the compressed blocks BK of the second, fourth, sixth, and eighth pages may be written to the HDD 14.

さて、前述の画像データ取得部102による処理と並行して、画像データ印刷部103による処理も行われる。   In parallel with the processing by the image data acquisition unit 102 described above, processing by the image data printing unit 103 is also performed.

すなわち、画像データ印刷部103は、ジョブ受付部101から画像の印刷の指示を受け付けると、入出力制御部12を介して、画像印刷部21に印刷準備、例えば印刷機構のキャリブレーションなどを実施するよう指示する。   That is, when the image data printing unit 103 receives an image printing instruction from the job receiving unit 101, the image data printing unit 103 performs print preparation, for example, calibration of a printing mechanism, for example, via the input / output control unit 12. Instruct.

画像データ印刷部103は、入出力制御部12からHDD書込完了通知S12を受け取った場合には、画像データ転送部104に対して、HDD14から対象ページの圧縮後ブロックBKを読み出して、画像メモリ13へ書き込むよう指示する。   When the image data printing unit 103 receives the HDD writing completion notification S12 from the input / output control unit 12, the image data printing unit 103 reads the compressed block BK of the target page from the HDD 14 to the image data transfer unit 104, and stores the image memory 13 is instructed to write.

画像データ印刷部103は、入出力制御部12からSSD書込完了通知S13を受け取った場合には、画像データ転送部104に対して、SSD15から対象ページの圧縮後ブロックBKを読み出して、画像メモリ13へ書き込むよう指示する。   When the image data printing unit 103 receives the SSD writing completion notification S13 from the input / output control unit 12, the image data printing unit 103 reads the compressed block BK of the target page from the SSD 15 to the image data transfer unit 104, and stores the image memory 13 is instructed to write.

画像データ転送部104は、画像データ取得部102からHDD14からの圧縮後ブロックBKの読出しの指示を受け付けた場合には、HDD読出要求部104bにより入出力制御部12へHDD読出要求S23を発行し、対象ページの圧縮後ブロックBKをHDD14から読み出して画像メモリ13へ書き込むよう要求する。   When the image data transfer unit 104 receives an instruction to read the compressed block BK from the HDD 14 from the image data acquisition unit 102, the HDD read request unit 104b issues an HDD read request S23 to the input / output control unit 12. Then, the compressed block BK of the target page is requested to be read from the HDD 14 and written to the image memory 13.

画像データ転送部104は、画像データ取得部102からSSD15からの圧縮後ブロックBKの読出しの指示を受け付けた場合には、SSD読出要求部104dにより入出力制御部12へSSD読出要求S24を発行し、対象ページの圧縮後ブロックBKをSSD15から読み出して画像メモリ13へ書き込むよう要求する。   When the image data transfer unit 104 receives an instruction to read the compressed block BK from the SSD 15 from the image data acquisition unit 102, the image data transfer unit 104 issues an SSD read request S24 to the input / output control unit 12 through the SSD read request unit 104d. Then, the compressed block BK of the target page is requested to be read from the SSD 15 and written to the image memory 13.

入出力制御部12は、画像データ転送部104からHDD読出要求S23またはSSD読出要求S24を受け取った場合に、図7に示すような制御を行う。   When the input / output control unit 12 receives the HDD read request S23 or the SSD read request S24 from the image data transfer unit 104, the input / output control unit 12 performs control as shown in FIG.

入出力制御部12は、HDD読出要求S23を受け取った場合には(#201でYes)、対象ページの圧縮後ブロックBKをHDD14から読み出して画像メモリ13に書き込むが、その転送処理が可能な限り次のようなタイミングで実行されるように制御する。   When the input / output control unit 12 receives the HDD read request S23 (Yes in # 201), the input / output control unit 12 reads the compressed block BK of the target page from the HDD 14 and writes it to the image memory 13, but the transfer process is possible as much as possible. Control is performed so as to be executed at the following timing.

すなわち、HDD読出要求S23に基づくHDD14から画像メモリ13への転送処理が、SSD書込要求S22に基づく画像メモリ13からSSD15への転送処理と並行して実行されるように制御する(#202)。より好ましくは、HDD読出要求S23に基づく(N−1)ページ目の圧縮後ブロックBKについての転送処理と、SSD書込要求S22に基づくNページ目の圧縮後ブロックBKについての転送処理とが並行して実行されるように制御する。   That is, control is performed such that the transfer process from the HDD 14 to the image memory 13 based on the HDD read request S23 is executed in parallel with the transfer process from the image memory 13 to the SSD 15 based on the SSD write request S22 (# 202). . More preferably, the transfer process for the (N-1) th page compressed block BK based on the HDD read request S23 and the transfer process for the Nth page compressed block BK based on the SSD write request S22 are performed in parallel. To be executed.

入出力制御部12は、SSD読出要求S24を受け取った場合には(#203でYes)、対象ページの圧縮後ブロックBKをSSD15から読み出して画像メモリ13に書き込むが、その転送処理が可能な限り次のようなタイミングで実行されるように制御する。   When the input / output control unit 12 receives the SSD read request S24 (Yes in # 203), the input / output control unit 12 reads the compressed block BK of the target page from the SSD 15 and writes it to the image memory 13. Control is performed so as to be executed at the following timing.

すなわち、SSD読出要求S24に基づくSSD15から画像メモリ13への転送処理が、HDD書込要求S21に基づく画像メモリ13からHDD14への転送処理と並行して実行されるように制御する(#204)。より好ましくは、SSD読出要求S24に基づく(N−1)ページ目の圧縮後ブロックBKについての転送処理と、HDD書込要求S21に基づくNページ目の圧縮後ブロックBKについての転送処理とが並行して実行されるように制御する。   That is, control is performed such that the transfer process from the SSD 15 to the image memory 13 based on the SSD read request S24 is executed in parallel with the transfer process from the image memory 13 to the HDD 14 based on the HDD write request S21 (# 204). . More preferably, the transfer process for the (N-1) -th compressed block BK based on the SSD read request S24 and the transfer process for the N-th compressed block BK based on the HDD write request S21 are performed in parallel. To be executed.

よって、理想的には、ページごとの処理において、Nページ目の圧縮後ブロックBKについてのHDD14への書込みと、(N−1)ページ目の圧縮後ブロックBKについてのSSD15からの読出しとが並行して実行され、かつ、Nページ目の圧縮後ブロックBKについてのSSD15への書込みと、(N−1)ページ目の圧縮後ブロックBKについてのHDD14からの読出しとが並行して実行される(図5参照)。   Therefore, ideally, in the processing for each page, writing to the HDD 14 for the N-th compressed block BK and reading of the (N−1) -th compressed block BK from the SSD 15 are performed in parallel. And writing to the SSD 15 for the N-th compressed block BK and reading (N−1) -th compressed block BK from the HDD 14 are executed in parallel ( (See FIG. 5).

ただし、入出力制御部12がHDD読出要求S23またはSSD読出要求S24を受け取った時点で、未だ、画像印刷部21における印刷準備が整っていない場合も考えられる。また、画像印刷部21における印刷処理の速度が、画像読取部17における原稿の読取り処理の速度に較べて遅くなる場合も考えられる。そのような場合には、前述の理想的な条件が守られなくても良い。   However, when the input / output control unit 12 receives the HDD read request S23 or the SSD read request S24, there may be a case where the image printing unit 21 is not yet ready for printing. It is also conceivable that the printing process speed in the image printing unit 21 is slower than the document reading process speed in the image reading unit 17. In such a case, the ideal condition described above may not be observed.

すなわち、図6に示すように、Nページ目の圧縮後ブロックBKについてのHDD14への書込みと、(N−m)ページ目の圧縮後ブロックBKについてのSSD15からの読出しとが並行して実行され、かつ、Nページ目の圧縮後ブロックBKについてのSSD15への書込みと、(N−m)ページ目の圧縮後ブロックBKについてのHDD14からの読出しとが並行して実行されるようになっていればよい。ここで、mは、1以上の数であり、図6に示す例では「3」である。   That is, as shown in FIG. 6, writing to the HDD 14 for the N-th page compressed block BK and reading from the SSD 15 for the (N−m) -th compressed block BK are executed in parallel. In addition, writing to the SSD 15 for the N-th page compressed block BK and reading from the HDD 14 for the (N−m) -th compressed block BK are executed in parallel. That's fine. Here, m is a number of 1 or more, and is “3” in the example shown in FIG.

入出力制御部12は、HDD14から画像メモリ13への書込みが完了した圧縮後ブロックBKについては、HDD14から削除する。同様に、SSD15から画像メモリ13への書込みが完了した圧縮後ブロックBKについても、SSD15から削除する。   The input / output control unit 12 deletes from the HDD 14 the compressed block BK for which writing from the HDD 14 to the image memory 13 has been completed. Similarly, the compressed block BK for which writing from the SSD 15 to the image memory 13 has been completed is also deleted from the SSD 15.

HDD14またはSSD15から画像メモリ13に1ページ分の圧縮後ブロックBK(5個の圧縮後ブロックBK)が読み込まれると、入出力制御部12は、ページ再読込完了通知S14を画像データ印刷部103へ発行する。   When the compressed block BK for one page (five compressed blocks BK) is read from the HDD 14 or the SSD 15 into the image memory 13, the input / output control unit 12 sends a page reread completion notification S 14 to the image data printing unit 103. Issue.

画像データ印刷部103は、ページ再読込完了通知S14を受け取ると、入出力制御部12を介して、画像伸張部20および画像印刷部21を動作させる。   Upon receiving the page reread completion notification S <b> 14, the image data printing unit 103 operates the image expansion unit 20 and the image printing unit 21 via the input / output control unit 12.

これにより、図4に示すように、画像伸張部20において複数の圧縮後ブロックBKが伸張されるなどして再構成された1ページ分の画像データGCが出力される。また、画像印刷部21において画像データGCに対応する画像が記録媒体上に形成される。   As a result, as shown in FIG. 4, image data GC for one page reconstructed by, for example, decompressing a plurality of post-compression blocks BK in the image decompression unit 20 is output. Further, the image printing unit 21 forms an image corresponding to the image data GC on the recording medium.

このようにして、圧縮後ブロックBKは、ページごとにHDD14およびSSD15から交互に読み出され(図5(a)のHDD読出し(ii)および図5(b)のSSD読出し(iv)参照)、印刷に用いられる。   In this way, the compressed block BK is alternately read from the HDD 14 and the SSD 15 for each page (see HDD read (ii) in FIG. 5A and SSD read (iv) in FIG. 5B)). Used for printing.

以上に説明したように、本実施形態によれば、HDD14から画像メモリ13への画像データの転送処理と、画像メモリ13からSSD15への画像データの転送処理とが並行して実行されるように制御される。つまり、速度の遅い者同士の処理が並行して実行されるように制御される。これにより、HDD14およびSSD15に対するアクセスが効率よく行われ、結果的に、印刷処理および原稿の読取り処理が待たされる頻度が少なくなる。よって、原稿の読取りの動作の生産性および印刷の動作の生産性の双方を確保することができ、画像処理装置全体としての生産性を従来よりも確保することができる。   As described above, according to the present embodiment, the image data transfer process from the HDD 14 to the image memory 13 and the image data transfer process from the image memory 13 to the SSD 15 are executed in parallel. Be controlled. That is, control is performed such that processes between persons with slow speeds are executed in parallel. As a result, the HDD 14 and the SSD 15 are efficiently accessed, and as a result, the frequency of waiting for the printing process and the document reading process is reduced. Therefore, it is possible to secure both the productivity of the original reading operation and the productivity of the printing operation, and it is possible to secure the productivity of the entire image processing apparatus as compared with the conventional art.

図8は、前述の制御方法を一部変更した場合における、HDD14およびSSD15に対するアクセス時間の例を示す図である。   FIG. 8 is a diagram illustrating an example of access times to the HDD 14 and the SSD 15 when the above-described control method is partially changed.

前述の実施形態において、HDD14およびSSD15に対するアクセスをさらに効率よく行うのであれば、次のような方法が考えられる。   In the above-described embodiment, the following method can be considered if the HDD 14 and the SSD 15 are accessed more efficiently.

すなわち、図5および図6において、Nページ目の圧縮後ブロックBKについてのSSD15への書込みに要する時間と、(N−m)ページ目の圧縮後ブロックBKについてのHDD14からの読出しに要する時間とがほぼ同じになることを想定して記載されているが、実際には同じになる場合は少ない。Nページ目の圧縮後ブロックBKについてのHDD14への書込みに要する時間と、(N−m)ページ目の圧縮後ブロックBKについてのSSD15からの読出しに要する時間との関係についても同様である。ここで、mは、1以上の数であり、図5に示す例では「1」であり、図6に示す例では「3」である。   That is, in FIGS. 5 and 6, the time required for writing to the SSD 15 for the N-th page compressed block BK, and the time required for reading from the HDD 14 for the (N−m) -th compressed block BK. Are assumed to be almost the same, but there are few cases where they are actually the same. The same applies to the relationship between the time required for writing to the HDD 14 for the N-page compressed block BK and the time required for reading from the SSD 15 for the (N−m) -th compressed block BK. Here, m is a number of 1 or more, and is “1” in the example shown in FIG. 5 and “3” in the example shown in FIG.

その点を考慮して、例えば、図8に示すように、(N−m)ページ目の圧縮後ブロックBKについてのHDD14からの読出しが、Nページ目の圧縮後ブロックBKについてのSSD15への書込みよりも先に完了した場合には、SSD15への書込みがまだである圧縮後ブロックBKについては、HDD14へ書き込むようにしてもよい。つまり、同じ対象ページの複数(図8に示す例では5個)の圧縮後ブロックBKのうち、一部(図8に示す例では3個)はSSD15へ書き込み、残り(図8に示す例では2個)はHDD14へ書き込むようにしてもよい。ただし、その場合には、対象ページの圧縮後ブロックBKを記憶装置から画像メモリ13へ戻す際に、異なる記憶装置に分散して格納された複数の圧縮後ブロックBKが連続的に画像メモリ13へ書き込まれるように制御する必要がある(図8(a)のHDD読出し(ii)および図8(b)のSSD読出し(iv)参照)。   Considering this point, for example, as shown in FIG. 8, reading from the HDD 14 regarding the (N−m) th page compressed block BK is writing to the SSD 15 regarding the Nth page compressed block BK. If it is completed earlier, the compressed block BK that has not been written to the SSD 15 may be written to the HDD 14. That is, a part (three in the example shown in FIG. 8) of the same target page (five in the example shown in FIG. 8) after compression is written to the SSD 15 and the rest (in the example shown in FIG. 8). 2) may be written to the HDD. However, in that case, when returning the compressed block BK of the target page from the storage device to the image memory 13, a plurality of the compressed blocks BK distributed and stored in different storage devices are continuously transferred to the image memory 13. It is necessary to control to be written (see HDD read (ii) in FIG. 8A and SSD read (iv) in FIG. 8B)).

なお、前述の制御方法は、画像処理装置1にコピージョブ以外のファックスジョブおよびプリントジョブなどのジョブが与えられた際にも、コピージョブと同様に適用することができる。   The above-described control method can be applied in the same manner as a copy job when a job such as a fax job and a print job other than a copy job is given to the image processing apparatus 1.

図9は、ファックスジョブおよびプリントジョブに伴う画像データの流れの例を示す図である。   FIG. 9 is a diagram illustrating an example of the flow of image data associated with a fax job and a print job.

図9に示すように、ファックスジョブが実行される過程では、受信された画像データGDがファクシミリ部22から出力され、圧縮前ブロックBKaがページメモリ11d上に生成される。プリントジョブが実行される過程では、受信された印刷データがページごとに展開された画像データGEがネットワークI/F部23から出力され、圧縮前ブロックBKaがページメモリ11d上に生成される。その後に、画像メモリ13とHDD14またはSSD15との間で圧縮後ブロックBKの転送が行われる点は、コピージョブの場合と同様である。よって、ファックスジョブおよびプリントジョブについても、前述の制御方法を適用することにより、コピージョブの場合と同様の効果が期待できる。   As shown in FIG. 9, in the process of executing the fax job, the received image data GD is output from the facsimile unit 22, and the pre-compression block BKa is generated on the page memory 11d. In the process of executing the print job, the image data GE in which the received print data is expanded for each page is output from the network I / F unit 23, and the pre-compression block BKa is generated on the page memory 11d. Thereafter, the post-compression block BK is transferred between the image memory 13 and the HDD 14 or the SSD 15 as in the case of a copy job. Therefore, the same effect as in the case of a copy job can be expected for a fax job and a print job by applying the above-described control method.

前述の実施形態において、画像処理装置1のハードウェア的な構成および機能的な構成などは、本発明の主旨に沿って適宜変更することができる。また、画像処理装置1で実行される処理内容および処理順序なども、本発明の主旨に沿って適宜変更することができる。   In the above-described embodiment, the hardware configuration and functional configuration of the image processing apparatus 1 can be appropriately changed in accordance with the gist of the present invention. Further, the processing content and processing order executed by the image processing apparatus 1 can be changed as appropriate in accordance with the gist of the present invention.

1 画像処理装置(画像出力装置)
12 入出力制御部(転送制御手段)
14 HDD(第二の記憶装置)
15 SSD(第一の記憶装置)
102 画像データ取得部(画像データ取得手段)
103 画像データ印刷部(印刷手段)
104a HDD書込要求部(第二の書込み手段)
104b HDD読出要求部(第二の読出し手段)
104c SSD書込要求部(第一の書込み手段)
104d SSD読出要求部(第一の読出し手段)
BK 圧縮後ブロック(分割データ)

1 Image processing device (image output device)
12 Input / output control unit (transfer control means)
14 HDD (second storage device)
15 SSD (first storage device)
102 Image data acquisition unit (image data acquisition means)
103 Image data printing section (printing means)
104a HDD write request section (second writing means)
104b HDD read request section (second reading means)
104c SSD write request section (first write means)
104d SSD reading request section (first reading means)
BK Block after compression (divided data)

Claims (9)

複数の画像データに基づく複数の画像を順次用紙に印刷する画像出力装置であって、
前記複数の画像データを順次取得する画像データ取得手段と、
前記複数の画像データを順次受け取り、当該複数の画像データに基づく複数の画像を順次用紙に印刷する印刷手段と、
前記画像データを記憶し、当該画像データの書込みに要する平均時間が第一の書込み時間であって、当該画像データの読出しに要する平均時間が第一の読出し時間である第一の記憶装置と、
前記画像データを記憶し、当該画像データの書込みに要する平均時間が前記第一の書込み時間よりも短い第二の書込み時間であって、当該画像データの読出しに要する平均時間が前記第一の読出し時間よりも長い第二の読出し時間である第二の記憶装置と、
前記画像データ取得手段において取得された前記画像データを前記第一の記憶装置へ書き込む第一の書込み手段と、
前記画像データ取得手段において取得された前記画像データを前記第二の記憶装置へ書き込む第二の書込み手段と、
前記印刷手段において印刷に用いられる前記画像データを前記第一の記憶装置から読み出す第一の読出し手段と、
前記印刷手段において印刷に用いられる前記画像データを前記第二の記憶装置から読み出す第二の読出し手段と、
前記第一の書込み手段による書込みおよび前記第二の読出し手段による読出しが、可能な限り並行して実行されるように制御する転送制御手段と、
を備えることを特徴とする画像出力装置。
An image output device that sequentially prints a plurality of images based on a plurality of image data on paper,
Image data acquisition means for sequentially acquiring the plurality of image data;
Printing means for sequentially receiving the plurality of image data and sequentially printing a plurality of images based on the plurality of image data on paper;
A first storage device that stores the image data and has an average time required to write the image data as a first write time, and an average time required to read the image data as a first read time;
The image data is stored and the average time required for writing the image data is a second writing time shorter than the first writing time, and the average time required for reading the image data is the first reading A second storage device having a second read time longer than the time;
First writing means for writing the image data acquired by the image data acquiring means to the first storage device;
Second writing means for writing the image data acquired by the image data acquiring means to the second storage device;
First reading means for reading out the image data used for printing in the printing means from the first storage device;
Second reading means for reading out the image data used for printing in the printing means from the second storage device;
Transfer control means for controlling the writing by the first writing means and the reading by the second reading means to be executed in parallel as much as possible;
An image output apparatus comprising:
前記転送制御手段は、前記第二の書込み手段による書込みおよび前記第一の読出し手段による読出しが、可能な限り並行して実行されるように制御する、
請求項1記載の画像出力装置。
The transfer control means controls the writing by the second writing means and the reading by the first reading means to be executed in parallel as much as possible.
The image output apparatus according to claim 1.
前記複数の画像データのうち、N番目の前記画像データについては前記第一の記憶装置に記憶され、(N+1)番目の前記画像データについては前記第二の記憶手段に記憶される、
請求項1または2記載の画像出力装置。
Of the plurality of image data, the Nth image data is stored in the first storage device, and the (N + 1) th image data is stored in the second storage means.
The image output apparatus according to claim 1 or 2.
前記転送制御手段は、N番目の前記画像データについての前記第一の書込み手段による書込みおよび(N−1)番目の前記画像データについての前記第二の読出し手段による読出しが、可能な限り並行して実行されるように制御する、
請求項3記載の画像出力装置。
The transfer control means performs writing of the Nth image data by the first writing means and reading of the (N-1) th image data by the second reading means in parallel as much as possible. Control to be executed,
The image output apparatus according to claim 3.
前記転送制御手段は、N番目の前記画像データについての前記第二の書込み手段による書込みおよび(N−1)番目の前記画像データについての前記第一の読出し手段による読出しが、可能な限り並行して実行されるように制御する、
請求項4記載の画像出力装置。
The transfer control unit performs writing of the Nth image data by the second writing unit and reading of the (N−1) th image data by the first reading unit in parallel as much as possible. Control to be executed,
The image output apparatus according to claim 4.
個々の前記画像データは、所定の単位で分割された複数の分割データによって構成されており、
前記画像データ取得手段は、前記複数の画像データを前記分割データごとに順次取得し、
前記印刷手段は、前記複数の画像データを前記分割データごとに順次受け取り、
前記転送制御手段は、並行して実行されている前記第一の書込み手段による書込みおよび前記第二の読出し手段による読出しのうち当該読出しが先に完了した場合には、当該書込みが完了していない前記画像データを構成する複数の前記分割データのうち一部の分割データについては、当該書込みが中断されるように制御し、前記第二の書込み手段による書込みが実行されるように制御する、
請求項1ないし5のいずれかに記載の画像出力装置。
Each of the image data is composed of a plurality of divided data divided in a predetermined unit,
The image data acquisition means sequentially acquires the plurality of image data for each of the divided data,
The printing unit sequentially receives the plurality of image data for each of the divided data,
The transfer control means does not complete the writing when the reading is completed first among the writing by the first writing means and the reading by the second reading means that are executed in parallel. For some of the divided data constituting the image data, control is performed such that the writing is interrupted and writing by the second writing unit is performed.
The image output apparatus according to claim 1.
個々の前記画像データは、ページ単位の画像データである、
請求項1ないし6のいずれかに記載の画像出力装置。
Each of the image data is page-unit image data.
The image output apparatus according to claim 1.
複数の画像データに基づく複数の画像を順次用紙に印刷する画像出力装置であり、
前記複数の画像データを順次取得する画像データ取得手段と、
前記複数の画像データを順次受け取り、当該複数の画像データに基づく複数の画像を順次用紙に印刷する印刷手段と、
前記画像データを記憶し、当該画像データの書込みに要する平均時間が第一の書込み時間であって、当該画像データの読出しに要する平均時間が第一の読出し時間である第一の記憶装置と、
前記画像データを記憶し、当該画像データの書込みに要する平均時間が前記第一の書込み時間よりも短い第二の書込み時間であって、当該画像データの読出しに要する平均時間が前記第一の読出し時間よりも長い第二の読出し時間である第二の記憶装置と、
前記画像データ取得手段において取得された前記画像データを前記第一の記憶装置へ書き込む第一の書込み手段と、
前記画像データ取得手段において取得された前記画像データを前記第二の記憶装置へ書き込む第二の書込み手段と、
前記印刷手段において印刷に用いられる前記画像データを前記第一の記憶装置から読み出す第一の読出し手段と、
前記印刷手段において印刷に用いられる前記画像データを前記第二の記憶装置から読み出す第二の読出し手段と、
を備える画像出力装置に用いられる制御方法であって、
前記第一の書込み手段による書込みおよび前記第二の読出し手段による読出しが、可能な限り並行して実行されるように制御する処理を、
前記画像出力装置に行わせることを特徴とする制御方法。
An image output device that sequentially prints a plurality of images based on a plurality of image data on a sheet of paper,
Image data acquisition means for sequentially acquiring the plurality of image data;
Printing means for sequentially receiving the plurality of image data and sequentially printing a plurality of images based on the plurality of image data on paper;
A first storage device that stores the image data and has an average time required to write the image data as a first write time, and an average time required to read the image data as a first read time;
The image data is stored and the average time required for writing the image data is a second writing time shorter than the first writing time, and the average time required for reading the image data is the first reading A second storage device having a second read time longer than the time;
First writing means for writing the image data acquired by the image data acquiring means to the first storage device;
Second writing means for writing the image data acquired by the image data acquiring means to the second storage device;
First reading means for reading out the image data used for printing in the printing means from the first storage device;
Second reading means for reading out the image data used for printing in the printing means from the second storage device;
A control method used for an image output apparatus comprising:
A process of controlling the writing by the first writing means and the reading by the second reading means to be executed in parallel as much as possible.
A control method characterized by causing the image output apparatus to perform.
複数の画像データに基づく複数の画像を順次用紙に印刷する画像出力装置であり、
前記複数の画像データを順次取得する画像データ取得手段と、
前記複数の画像データを順次受け取り、当該複数の画像データに基づく複数の画像を順次用紙に印刷する印刷手段と、
前記画像データを記憶し、当該画像データの書込みに要する平均時間が第一の書込み時間であって、当該画像データの読出しに要する平均時間が第一の読出し時間である第一の記憶装置と、
前記画像データを記憶し、当該画像データの書込みに要する平均時間が前記第一の書込み時間よりも短い第二の書込み時間であって、当該画像データの読出しに要する平均時間が前記第一の読出し時間よりも長い第二の読出し時間である第二の記憶装置と、
前記画像データ取得手段において取得された前記画像データを前記第一の記憶装置へ書き込む第一の書込み手段と、
前記画像データ取得手段において取得された前記画像データを前記第二の記憶装置へ書き込む第二の書込み手段と、
前記印刷手段において印刷に用いられる前記画像データを前記第一の記憶装置から読み出す第一の読出し手段と、
前記印刷手段において印刷に用いられる前記画像データを前記第二の記憶装置から読み出す第二の読出し手段と、
を備える画像出力装置に用いられる制御プログラムであって、
前記第一の書込み手段による書込みおよび前記第二の読出し手段による読出しが、可能な限り並行して実行されるように制御する処理を、
前記画像出力装置に行わせることを特徴とする制御プログラム。

An image output device that sequentially prints a plurality of images based on a plurality of image data on a sheet of paper,
Image data acquisition means for sequentially acquiring the plurality of image data;
Printing means for sequentially receiving the plurality of image data and sequentially printing a plurality of images based on the plurality of image data on paper;
A first storage device that stores the image data and has an average time required to write the image data as a first write time, and an average time required to read the image data as a first read time;
The image data is stored and the average time required for writing the image data is a second writing time shorter than the first writing time, and the average time required for reading the image data is the first reading A second storage device having a second read time longer than the time;
First writing means for writing the image data acquired by the image data acquiring means to the first storage device;
Second writing means for writing the image data acquired by the image data acquiring means to the second storage device;
First reading means for reading out the image data used for printing in the printing means from the first storage device;
Second reading means for reading out the image data used for printing in the printing means from the second storage device;
A control program used for an image output apparatus comprising:
A process for controlling the writing by the first writing means and the reading by the second reading means to be executed in parallel as much as possible.
A control program executed by the image output apparatus.

JP2010248122A 2010-11-05 2010-11-05 Image output device, control method, and control program Pending JP2012096496A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010248122A JP2012096496A (en) 2010-11-05 2010-11-05 Image output device, control method, and control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010248122A JP2012096496A (en) 2010-11-05 2010-11-05 Image output device, control method, and control program

Publications (1)

Publication Number Publication Date
JP2012096496A true JP2012096496A (en) 2012-05-24

Family

ID=46388982

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010248122A Pending JP2012096496A (en) 2010-11-05 2010-11-05 Image output device, control method, and control program

Country Status (1)

Country Link
JP (1) JP2012096496A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021120208A (en) * 2020-01-31 2021-08-19 セイコーエプソン株式会社 Printing control device, printing method and printing control program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021120208A (en) * 2020-01-31 2021-08-19 セイコーエプソン株式会社 Printing control device, printing method and printing control program
JP7380267B2 (en) 2020-01-31 2023-11-15 セイコーエプソン株式会社 Printing control device, printing method and printing control program

Similar Documents

Publication Publication Date Title
JP4065503B2 (en) Image processing apparatus, image input / output apparatus, scaling process method, and memory control method
JP2010211696A (en) Memory swap management method, device and program
US6785013B1 (en) System for capturing images from a peripheral unit and transferring the captured images to an image management server
CN101101478B (en) Information processing device, information processing method and information processing system
JP2014241506A (en) Image processing system, information processing device, and information processing program
JP4120874B2 (en) Image processing device
JP3439916B2 (en) Digital copying system
JP7446860B2 (en) Multifunction device, its control method, and program
JP4099725B2 (en) Image forming apparatus
US20120320423A1 (en) Printing apparatus provided with plural processing systems for generating print data, printing method and recording medium
JP3920168B2 (en) Image forming apparatus, control method therefor, image forming system, and recording medium
JP2012096496A (en) Image output device, control method, and control program
JP2014110597A (en) Image processing device, method for displaying preview image, and program
JP6772020B2 (en) Image processing device, control method of image processing device, and program
US9880791B2 (en) Image formation apparatus and non-transitory computer-readable storage medium having stored thereon a program executable on image formation apparatus
JP2012234458A (en) Image processing device, and control method and program for image processing device
JP5232728B2 (en) Image forming apparatus
JP4541605B2 (en) Image processing apparatus and image processing method
JP4041061B2 (en) Remote copy processing method and remote copy processing control program
JPH11122417A (en) Picture formation system and information processor in the system and method for controlling the same
JP3603510B2 (en) Image processing device
JP6578675B2 (en) Image forming apparatus, control method, and control program
JP3377136B2 (en) Image processing device
JPH10173897A (en) Image processing unit, image processing system and image processing method
JP2013016005A (en) Information processing device, control method therefor, and control program

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20130417