JP2007055203A - Image formation apparatus - Google Patents

Image formation apparatus Download PDF

Info

Publication number
JP2007055203A
JP2007055203A JP2005246580A JP2005246580A JP2007055203A JP 2007055203 A JP2007055203 A JP 2007055203A JP 2005246580 A JP2005246580 A JP 2005246580A JP 2005246580 A JP2005246580 A JP 2005246580A JP 2007055203 A JP2007055203 A JP 2007055203A
Authority
JP
Japan
Prior art keywords
processing
processor
buffer
data
processors
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2005246580A
Other languages
Japanese (ja)
Other versions
JP4425837B2 (en
Inventor
Naoaki Fukuoka
直明 福岡
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Mita Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kyocera Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2005246580A priority Critical patent/JP4425837B2/en
Publication of JP2007055203A publication Critical patent/JP2007055203A/en
Application granted granted Critical
Publication of JP4425837B2 publication Critical patent/JP4425837B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To perform buffer control so that efficiency in the use of a memory of an image formation apparatus is improved. <P>SOLUTION: Image processing is divided into RIP processing, UCR processing, and compression processing. The processing is shared and performed by processors 13 and 14. In that course, each processing is conducted while processing data is passed via a data buffer 24. The processing states of the processors 13 and 14 are stored in a control information table 23. A control unit 20 controls allocation of the processing to the processors in accordance with the processing states of the processors 13 and 14. Furthermore, in the data buffer 24, a plurality of buffers having optimal sizes corresponding to the divided processing are prepared. A memory control unit 21 references the control information table 23 and allocates the buffers corresponding to the processing performed by the processors 13 and 14. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、カラープリンタや複合機等のカラー画像を印刷する画像形成装置に関するものであり、特に、画像データの印刷処理を複数のプロセッサによって分担して行うように構成された画像形成装置に関するものである。   BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image forming apparatus that prints a color image, such as a color printer or a multi-function peripheral, and more particularly to an image forming apparatus configured to perform printing processing of image data in a shared manner by a plurality of processors. It is.

近年、ドキュメントのほとんどはパーソナルコンピュータなど情報処理装置により処理され、プリンタを用いて出力されている。そして、大量の書類を高速で印刷するためにプリンタの印刷速度を向上させることが要求されている。   In recent years, most documents are processed by an information processing apparatus such as a personal computer and output using a printer. In order to print a large amount of documents at high speed, it is required to improve the printing speed of the printer.

一方、パーソナルコンピュータにおいてカラー画像の処理が容易に行われるようになっており、カラー画像を含んだ文書も増大している。しかも、画像の解像度は、大幅に向上しており、パーソナルコンピュータから印刷するために送信される画像データのデータ量は膨大となっている。   On the other hand, color images are easily processed in personal computers, and the number of documents including color images is increasing. Moreover, the resolution of the image is greatly improved, and the amount of image data transmitted for printing from a personal computer is enormous.

そのため、プリンタの印刷速度を向上させるためには、プリンタ内での画像データの処理速度を向上させることが必須のこととなっている。そこで、例えば、下記の特許文献1(特開2000−198240号公報)に示されるように、画像データの印刷処理を複数のプロセッサによって分担して行うことにより、処理速度を大幅に向上させる技術が開発されている。   Therefore, in order to improve the printing speed of the printer, it is essential to improve the processing speed of image data in the printer. Therefore, for example, as disclosed in the following Patent Document 1 (Japanese Patent Laid-Open No. 2000-198240), there is a technique for greatly improving the processing speed by performing printing processing of image data in a shared manner by a plurality of processors. Has been developed.

すなわち、特許文献1に示されるプリンタでは、画像処理用のプロセッサとして2つのCPUを設け、第1のプロセッサには、印刷データを受信する処理及び印刷データを中間コードに変換して出力する処理までを制御させ、第2のプロセッサには、中間コードから描画データを生成する処理、色変換する処理及び2値化する処理を制御させるようにして、処理の高速化を図っている。   That is, in the printer shown in Patent Document 1, two CPUs are provided as image processing processors, and the first processor includes processing for receiving print data and processing for converting print data into an intermediate code and outputting it. And the second processor controls the process of generating drawing data from the intermediate code, the process of color conversion, and the process of binarization, thereby speeding up the process.

しかしながら、そのように画像処理を前処理と後処理の2段階に分けて、それぞれを第1及び第2のプロセッサに分担させるのでは、画像データの内容によって、両プロセッサの処理負担が必ずしも均等にはならず、一方のプロセッサの待機状態が長く続いて無駄が生じ、全体の効率が低下するという問題点がある。例えば、第2のプロセッサの処理が終わっても、第1のプロセッサの処理が継続中であれば、第2のプロセッサは、第1のプロセッサの処理が終了するまで待機せざるを得ず、時間の無駄になる。   However, if the image processing is divided into two stages, pre-processing and post-processing, and each of them is shared by the first and second processors, the processing load on both processors is not necessarily equal depending on the contents of the image data. However, there is a problem in that the standby state of one processor continues for a long time, resulting in waste and a decrease in overall efficiency. For example, even if the processing of the second processor is finished, if the processing of the first processor is continuing, the second processor has to wait until the processing of the first processor is finished, and the time Is wasted.

このような不都合を解消するための技術が下記の特許文献2(特開2004−326307号公報)に開示されている。すなわち、この特許文献2に示されるプリンタでは、各プロセッサの処理状況を記憶する制御情報テーブルを設け、その制御情報テーブルを参照して各プロセッサの処理割り当てを制御して、各プロセッサを効率的に使用できるようにしている。この画像形成装置では、画像データをシアン、マゼンタ、イエロー、ブラックの色別に、ビットマップ化処理,ビットマップ化されたデータの圧縮処理等、画像処理を複数の段階処理に分け、各段階処理毎にそれぞれのプロセッサに処理が割り当てられる。   A technique for solving such inconvenience is disclosed in the following Patent Document 2 (Japanese Patent Application Laid-Open No. 2004-326307). That is, in the printer shown in Patent Document 2, a control information table for storing the processing status of each processor is provided, and the processing allocation of each processor is controlled with reference to the control information table, so that each processor is efficiently It can be used. In this image forming apparatus, image processing is divided into a plurality of step processes such as bit map processing and bit map data compression processing for each color of cyan, magenta, yellow, and black. Processing is assigned to each processor.

そのようにすれば、例えば、第1のプロセッサの処理が終わった時に、第2のプロセッサの処理が継続中であれば、第1のプロセッサは、処理が終わったデータの次段階の処理を引き続いて行う。また、第2のプロセッサの処理が終わった時に、第1のプロセッサの処理が継続中であれば、第2のプロセッサは、第1のプロセッサの処理終了を待つことなく、別の色のデータの第1段階の処理をするというように、各プロセッサの処理の分担をダイナミックに変更することができて、効率的運用ができる。その結果、画像データの処理速度をさらに向上させることができる。   In this way, for example, if the processing of the second processor is ongoing when the processing of the first processor is finished, the first processor continues the processing of the next stage of the data that has been processed. Do it. Further, if the processing of the first processor is continued when the processing of the second processor is finished, the second processor does not wait for the end of the processing of the first processor, and does not wait for the completion of the processing of the first processor. As in the first stage processing, the processing share of each processor can be dynamically changed, and efficient operation can be achieved. As a result, the processing speed of image data can be further improved.

そのような処理を実行する際、各プロセッサは、1段階の処理が終了したら、処理した後のデータをデータバッファに格納し、その処理を引き継ぐプロセッサは、そのデータをデータバッファから読み出して次段階の処理を実行する。その際、バッファの割り当ては、次のようにして行われる。   When executing such processing, each processor stores the processed data in the data buffer when one step of processing is completed, and the processor that takes over the processing reads the data from the data buffer and performs the next step. Execute the process. At this time, buffer allocation is performed as follows.

すなわち、図4は、従来方式のデータバッファの説明図である。画像形成装置のRAM内に固定サイズのバッファを複数用意しておき、第1,第2のプロセッサの処理中にバッファが必要になったら、順次バッファを割り当てていく。そして、データの受け渡しが終わって使用済みになったバッファは、その後の処理のために再割り当てを行って、順次使い回していく。   That is, FIG. 4 is an explanatory diagram of a conventional data buffer. A plurality of buffers having a fixed size are prepared in the RAM of the image forming apparatus. When buffers are needed during the processing of the first and second processors, the buffers are sequentially allocated. Then, the buffer that has been used after the data transfer is completed is reassigned for subsequent processing, and used sequentially.

特開2000−198240号公報JP 2000-198240 A 特開2004−326307号公報JP 2004-326307 A

しかしながら、上記従来の画像形成装置におけるバッファ管理では、メモリ中にバッファ領域を必要以上に確保することになって、メモリの使用効率が悪くなるという問題点があった。   However, the buffer management in the conventional image forming apparatus has a problem that the use efficiency of the memory is deteriorated because the buffer area is secured more than necessary in the memory.

すなわち、画像形成装置のプロセッサで行う処理で必要とするバッファのサイズは、処理の内容によって大きく異なる。例えば、ビットマップ化処理では処理後のデータは大きくなり、それを格納するバッファも大きいサイズのものが必要となるが、圧縮処理では処理後のデータは小さくなりそれを格納するバッファサイズも小さくてすむ。   That is, the buffer size required for processing performed by the processor of the image forming apparatus varies greatly depending on the content of the processing. For example, in the bitmap processing, the processed data becomes large and a buffer for storing the data needs to have a large size, but in the compression processing, the processed data becomes small and the buffer size for storing the data is small. I'm sorry.

ところが、図4に示すように、RAM内に用意しているバッファは、すべて一定のサイズであり、それらの中から空いているものを順番に割り当てるため、各バッファは、ビットマップ化処理にも圧縮処理にも対応する必要があり、結局、最大サイズを必要とする処理に合わせてバッファのサイズを設定することになる。そのため、圧縮処理のように大きいサイズのバッファを必要としない処理でも、大きいサイズのバッファを使うことになって無駄になり、メモリの使用効率が悪くなっていた。   However, as shown in FIG. 4, the buffers prepared in the RAM are all of a fixed size, and since the vacant ones are allocated in order, each buffer is also used for bitmap processing. It is also necessary to support compression processing, and eventually the buffer size is set in accordance with processing that requires the maximum size. For this reason, even a process that does not require a large size buffer, such as a compression process, is wasted because a large size buffer is used, and the use efficiency of the memory is deteriorated.

本発明は、そのような問題点に鑑みなされたものであり、画像形成装置のメモリの使用効率を向上させるようなバッファ管理を実現することを目的とするものである。   The present invention has been made in view of such problems, and an object of the present invention is to realize buffer management that improves the use efficiency of the memory of the image forming apparatus.

前記課題を解決するために、本願の請求項1にかかる発明は、
画像データを受信し印刷するまでの画像処理を複数のプロセッサによって分担して実行するように構成された画像形成装置において、
画像データを受信し印刷するまでの画像処理を複数の段階処理に分割し、段階処理の内の1つをそれぞれ分担し、バッファを介して処理データを受け渡しながら処理するように構成された複数のプロセッサと、
前記バッファの割り当てを制御する制御部と、を備え、
前記バッファとして、前記段階処理に対応させて、それぞれに最適なサイズのバッファを複数設け、前記制御部は、各プロセッサに対して、各プロセッサが実行する段階処理に対応したバッファを割り当てるようにしたことを特徴とする。
In order to solve the above-mentioned problem, the invention according to claim 1 of the present application is
In an image forming apparatus configured to share and execute image processing from reception of image data to printing by a plurality of processors,
The image processing from reception of image data to printing is divided into a plurality of step processes, each of which is assigned to one of the step processes, and processed while delivering the processing data via a buffer. A processor;
A control unit for controlling the allocation of the buffer,
As the buffer, a plurality of buffers each having an optimal size are provided corresponding to the step processing, and the control unit assigns a buffer corresponding to the step processing executed by each processor to each processor. It is characterized by that.

また、本願の請求項2にかかる発明は、請求項1にかかる画像形成装置において、
前記各々のプロセッサの処理状況を記憶する制御情報テーブルを設け、前記制御部は、該制御情報テーブルを参照し、前記各プロセッサの処理状況に応じて各プロセッサへの処理割り当てを制御するとともに、前記バッファの割り当てを制御することを特徴とする。
According to a second aspect of the present invention, in the image forming apparatus according to the first aspect,
A control information table for storing the processing status of each processor is provided, and the control unit refers to the control information table, controls processing allocation to each processor according to the processing status of each processor, and It is characterized by controlling buffer allocation.

本発明の画像形成装置は、次のような効果を奏する。
すなわち、請求項1にかかる発明においては、段階処理毎に最適なサイズのバッファを複数設け、制御部は、各プロセッサに対して、該プロセッサが実行する段階処理に対応したバッファを割り当てるようにしたので、使用するバッファサイズを必要最小限にしてメモリの使用効率を向上させることができる。
The image forming apparatus of the present invention has the following effects.
That is, in the invention according to claim 1, a plurality of buffers having an optimum size are provided for each stage process, and the control unit assigns a buffer corresponding to the stage process executed by the processor to each processor. Therefore, the use efficiency of the memory can be improved by minimizing the buffer size to be used.

また、請求項2にかかる発明においては、請求項1にかかる画像形成装置において、前記各々のプロセッサの処理状況を記憶する制御情報テーブルを設け、前記制御部は、該制御情報テーブルを参照し、前記各プロセッサの処理状況に応じて各プロセッサへの処理割り当てを制御するとともに、前記バッファの割り当てを制御するようにした。その結果、各プロセッサの処理状態を監視して各プロセッサの処理の分担をダイナミックに変更することが可能になるとともに、その制御情報テーブルを利用して各プロセッサが実行する段階処理に対応したバッファを割り当てることが可能になる。   According to a second aspect of the present invention, in the image forming apparatus according to the first aspect, a control information table for storing the processing status of each processor is provided, and the control unit refers to the control information table, The processing allocation to each processor is controlled according to the processing status of each processor, and the buffer allocation is controlled. As a result, the processing status of each processor can be monitored to dynamically change the processing share of each processor, and a buffer corresponding to the stage processing executed by each processor can be created using the control information table. It becomes possible to assign.

以下、本発明の具体例を実施例及び図面を用いて詳細に説明する。図1は本発明にかかる画像形成装置の概略構成を示すブロック図である。図2は制御情報テーブルの内容を示す図である。図3はデータバッファの説明図である。   Hereinafter, specific examples of the present invention will be described in detail with reference to examples and drawings. FIG. 1 is a block diagram showing a schematic configuration of an image forming apparatus according to the present invention. FIG. 2 shows the contents of the control information table. FIG. 3 is an explanatory diagram of the data buffer.

図1は、本発明に係る画像形成装置の概略構成を示すブロック図である。画像形成装置10は、クライアントPC等からの画像データを受信する受信バッファ11と、受信バッファ11で受信した画像データをディスプレイリストに変換するディスプレイリスト変換部12と、ディスプレイリスト変換部12で変換されたディスプレイリストデータに、後述するような処理を施して、印刷用最終データを生成する第1のプロセッサ(CPU1)13及び第2のプロセッサ(CPU2)14と、印刷機構部30とを備えている。第1のプロセッサ13、第2のプロセッサ14は、それぞれキャッシュメモリ15,16を有しており、処理後生成されたデータは一旦それらのキャッシュメモリ15,16に保持される。   FIG. 1 is a block diagram showing a schematic configuration of an image forming apparatus according to the present invention. The image forming apparatus 10 is converted by a reception buffer 11 that receives image data from a client PC, a display list conversion unit 12 that converts image data received by the reception buffer 11 into a display list, and a display list conversion unit 12. The display list data is provided with a first processor (CPU 1) 13 and a second processor (CPU 2) 14 that perform processing to be described later and generate final print data, and a printing mechanism unit 30. . The first processor 13 and the second processor 14 have cache memories 15 and 16, respectively, and data generated after processing is temporarily held in the cache memories 15 and 16.

画像データがカラー画像データの場合、第1のプロセッサ13、第2のプロセッサ14による処理は、ディスプレイリストデータを、シアン、マゼンタ、イエロー、ブラックの色別に、ビットマップデータに展開するRIP(Raster Image Processor)処理と、RIP処理により展開された色別のビットマップデータの内、シアン、マゼンタ、イエローのビットマップデータにおいて、3色が重なる点をブラックに置き換えるUCR(Under Color Removal)処理と、RIP処理及びUCR処理により得られた色別のビットマップデータを圧縮する圧縮処理のように、複数の段階処理に分割される。そして、それら一連の処理によって作成された圧縮画像データは、伸長処理されて印刷機構部30に送られ、印刷される。   When the image data is color image data, the processing by the first processor 13 and the second processor 14 is a RIP (Raster Image) that expands display list data into bitmap data for each color of cyan, magenta, yellow, and black. Processor) and UCR (Under Color Removal) processing that replaces the point where three colors overlap with black in cyan, magenta, and yellow bitmap data developed by RIP processing and RIP processing, and RIP The process is divided into a plurality of stage processes, such as a compression process for compressing bitmap data for each color obtained by the process and the UCR process. The compressed image data created by the series of processes is decompressed and sent to the printing mechanism unit 30 for printing.

第1のプロセッサ13、第2のプロセッサ14は、それぞれ、前記のRIP処理、UCR処理、圧縮処理を実行する機能を有しており、両プロセッサ13,14で処理を分担して並列処理するようになされている。   Each of the first processor 13 and the second processor 14 has a function of executing the RIP processing, UCR processing, and compression processing, and the processors 13 and 14 share the processing and perform parallel processing. Has been made.

画像データは、受信バッファ11で受信した後、または、ディスプレイリスト変換部12でディスプレイリストに変換された後に適宜の大きさに分割され、分割されたデータの単位毎に、例えば、第1のプロセッサ13でRIP処理され、第2のプロセッサ14に引き継がれてUCR処理、圧縮処理される。すなわち、第1のプロセッサ13と第2のプロセッサ14は、分割されたデータ単位でパイプライン的に並列処理を進める。このようにして2つのプロセッサ13と14によって処理された画像データが1ページ分揃うと、印刷機構部30に送られ、印刷が行われる。分割の単位は、例えば、1ページ分の画像データを複数のデータに分割してもよく、複数ページの画像データを1ページ分ずつのデータに分割してもよい。   The image data is divided into an appropriate size after being received by the reception buffer 11 or after being converted into a display list by the display list conversion unit 12. For example, a first processor is provided for each divided data unit. The RIP process is performed at 13, and the UCR process and the compression process are performed by the second processor 14. That is, the first processor 13 and the second processor 14 advance parallel processing in a pipeline manner in units of divided data. When one page of image data processed by the two processors 13 and 14 is prepared in this way, it is sent to the printing mechanism unit 30 and printing is performed. As a division unit, for example, image data for one page may be divided into a plurality of data, or image data for a plurality of pages may be divided into data for one page.

第1のプロセッサ13と第2のプロセッサ14の処理を制御するために、画像形成装置10には制御部20と、2つのプロセッサ13,14により共有されるメモリ22が設けられている。メモリ22は、SDRAM等で構成され、その内部には制御情報テーブル23とデータバッファ24とページバッファ25とが設けられており、それらは、制御部20内のメモリ制御部21で管理される。制御情報テーブル23は、制御部20が、プロセッサ13,14の処理状況を監視するためのものであり、各プロセッサ13,14が処理する画像データと、各プロセッサ13,14がRIP処理、UCR処理、圧縮処理の内、どの段階の処理を実行し、その処理が完了したか否かが記憶される。   In order to control the processing of the first processor 13 and the second processor 14, the image forming apparatus 10 is provided with a control unit 20 and a memory 22 shared by the two processors 13 and 14. The memory 22 is constituted by SDRAM or the like, and a control information table 23, a data buffer 24, and a page buffer 25 are provided therein, and these are managed by the memory control unit 21 in the control unit 20. The control information table 23 is used by the control unit 20 to monitor the processing status of the processors 13 and 14, and the image data processed by the processors 13 and 14, and the processors 13 and 14 perform RIP processing and UCR processing. It is stored which stage of the compression process is executed and whether the process is completed.

そして、制御部20は、制御情報テーブル23を参照して、2つのプロセッサ13,14の処理状況をチェックし、それぞれのプロセッサ13,14へ処理を割り当てる。   Then, the control unit 20 refers to the control information table 23 to check the processing status of the two processors 13 and 14 and assigns processing to each of the processors 13 and 14.

データバッファ24は、一方のプロセッサが処理した結果のデータをバッファリングするものであり、一連の段階処理が未完了の場合このデータを他方のプロセッサに引き継ぐことができる。ページバッファ25は何れかのプロセッサにより一連の段階処理が完了したデータをバッファリングするものであり、分割された画像データのそれぞれについて一連の段階処理が完了するとこのページバッファ25にバッファリングされ、1ページ分の画像データが揃うと印刷機構部30に送られ、印刷処理が行われる。   The data buffer 24 buffers data obtained as a result of processing by one processor. When a series of stage processing is not completed, this data can be transferred to the other processor. The page buffer 25 buffers data that has undergone a series of step processing by any processor. When a series of step processing is completed for each of the divided image data, the page buffer 25 is buffered in the page buffer 25 and 1 When the image data for the page is ready, it is sent to the printing mechanism unit 30 and printing processing is performed.

図2は、制御情報テーブル23の内容を示す図であり、制御部20は、この制御情報テーブル23のフラグを書換えながら、2つのプロセッサ13,14における処理を制御する。制御情報テーブル23は、図2に示すように、処理すべき画像データを分割した各々の分割画像データのデータIDが縦方向に記憶され、横方向には第1のプロセッサ13と第2のプロセッサ14におけるそれぞれのRIP処理、UCR処理、圧縮処理の処理状況を記憶するフィールドが設けられている。   FIG. 2 is a diagram showing the contents of the control information table 23, and the control unit 20 controls the processing in the two processors 13 and 14 while rewriting the flag of the control information table 23. As shown in FIG. 2, the control information table 23 stores the data ID of each divided image data obtained by dividing the image data to be processed in the vertical direction, and the first processor 13 and the second processor in the horizontal direction. 14, fields for storing the processing status of each RIP processing, UCR processing, and compression processing are provided.

図2の場合は、まず、第1のプロセッサ13で第1分割画像のシアンの画像データD1CのRIP処理が実行され(処理フィールドが「on」)、その処理が完了(完了フィールドが「1」)し、第2のプロセッサ14で第1分割画像のマゼンタの画像データD1MのRIP処理が実行されて処理が完了している。それに引き続いて、第1のプロセッサ13で第1分割画像のイエローの画像データD1YのRIP処理が実行され、その処理が完了し、第2のプロセッサ14で第1分割画像のブラックの画像データD1KのRIP処理が実行されて処理が完了している。 In the case of FIG. 2, first, RIP processing of the cyan image data D 1C of the first divided image is executed by the first processor 13 (processing field is “on”), and the processing is completed (completion field is “1”). ") and, RIP processing is executed processing of the image data D 1M for magenta of the first divided image in the second processor 14 has been completed. Subsequently, the RIP processing of the yellow image data D1Y of the first divided image is executed by the first processor 13, the processing is completed, and the black image data D of the first divided image is processed by the second processor 14. The 1K RIP process is executed and the process is completed.

シアン、マゼンタ、イエローのRIP処理が完了した時点で、UCR処理が可能になる。そこで、第1のプロセッサ13でUCR処理が実行されて処理が完了している。その後、シアン、マゼンタ、イエロー、ブラックの画像データD1C,D1M,D1Y,D1Kの圧縮処理を、第2のプロセッサ14と第1のプロセッサ13で順次実行し、現在は、データD1Kの圧縮処理が実行中であることを示している。 When the cyan, magenta, and yellow RIP processes are completed, the UCR process becomes possible. Therefore, the UCR process is executed by the first processor 13 and the process is completed. Thereafter, compression processing of the image data D 1C , D 1M , D 1Y , and D 1K for cyan, magenta, yellow, and black is sequentially performed by the second processor 14 and the first processor 13, and currently the data D 1K This indicates that the compression process is being executed.

上述したように、2つのプロセッサ13,14への処理の割り当ては、制御部20が、制御情報テーブル23を参照しながら行うが、制御部20は、それだけでなく、制御情報テーブル23を参照しながら、プロセッサ13,14が処理して生成したデータを一時的に保持するデータバッファ24の割り当ても行う。次に、データバッファ24の割り当てについて説明する。   As described above, the processing unit 20 assigns processing to the two processors 13 and 14 while referring to the control information table 23, but the control unit 20 refers to the control information table 23 as well. However, the data buffer 24 that temporarily holds the data generated by the processing by the processors 13 and 14 is also assigned. Next, allocation of the data buffer 24 will be described.

図3は、データバッファ24の説明図である。データバッファ24は、RIP処理,UCR処理及び圧縮処理のそれぞれの段階処理毎に最適なサイズのバッファを、それぞれ、RIPバッファ,UCRバッファ,圧縮バッファとして複数個用意する。RIPバッファB1〜B4は、当該画像形成装置で、例えば、1ページ分の画像データを複数のデータに分割して処理するのであれば、分割データをRIP処理して生成される最大のデータを格納できるサイズとし、同様に、UCRバッファB5は、UCR処理して生成される最大のデータを格納できるサイズとし、圧縮バッファB6〜B9は、圧縮処理して生成される最大のデータを格納できるサイズとする。さらに、各バッファの先頭部分には、MCB(Memory Control Block)を設け、その中に、当該バッファが使用中であるか否かを示すフラグを持たせている。   FIG. 3 is an explanatory diagram of the data buffer 24. The data buffer 24 prepares a plurality of buffers having optimum sizes for each stage of RIP processing, UCR processing, and compression processing, as RIP buffers, UCR buffers, and compression buffers, respectively. The RIP buffers B1 to B4 store the maximum data generated by RIP processing the divided data if the image forming apparatus processes the image data for one page into a plurality of data, for example. Similarly, the UCR buffer B5 has a size capable of storing the maximum data generated by the UCR process, and the compression buffers B6 to B9 have a size capable of storing the maximum data generated by the compression process. To do. Further, an MCB (Memory Control Block) is provided at the head of each buffer, and a flag indicating whether or not the buffer is in use is provided therein.

そして、制御部20のメモリ制御部21は、制御情報テーブル23を参照して、各プロセッサ13,14が実行する段階処理に対応したバッファを割り当てる。例えば、図2の場合では、まず、制御部20は、データD1C,D1MのRIP処理を第1,第2のプロセッサ13,14に割り当てるとともに、メモリ制御部21は、それらの処理用に、RIPバッファB1〜B4の中から順にRIPバッファB1,B2を割り当てる。その後、各プロセッサ13,14のRIP処理が終了したら、引き続いて、データD1Y,D1KのRIP処理を第1,第2のプロセッサ13,14に割り当てるとともに、メモリ制御部21は、それらの処理用に、RIPバッファB3,B4を割り当てる。 Then, the memory control unit 21 of the control unit 20 refers to the control information table 23 and allocates a buffer corresponding to the stage process executed by each of the processors 13 and 14. For example, in the case of FIG. 2, first, the control unit 20 assigns RIP processing of the data D 1C and D 1M to the first and second processors 13 and 14, and the memory control unit 21 performs the processing for the processing. , RIP buffers B1 and B2 are allocated in order from the RIP buffers B1 to B4. Thereafter, when the RIP process of each processor 13 and 14 is completed, the RIP process of the data D 1Y and D 1K is subsequently assigned to the first and second processors 13 and 14, and the memory control unit 21 RIP buffers B3 and B4 are allocated for this purpose.

その後、プロセッサ13によるデータD1YのRIP処理が終了したら、シアン、マゼンタ、イエローのビットマップデータが生成され、UCR処理を実行可能になるため、制御部20は、引き続いてプロセッサ13にUCR処理を割り当て、メモリ制御部21は、その処理用に、UCRバッファB5を割り当てる。一方、RIP処理で生成されたシアン、マゼンタ、イエロー、ブラックのビットマップデータの圧縮処理を、第2のプロセッサ14と第1のプロセッサ13に順次割り当てるとともに、それらの処理用に、圧縮バッファB6〜B9を順次割り当てる。 After that, when the RIP processing of the data D 1Y by the processor 13 is completed, bitmap data of cyan, magenta, and yellow is generated and the UCR processing can be executed. Therefore, the control unit 20 subsequently performs UCR processing on the processor 13. The allocation and memory control unit 21 allocates the UCR buffer B5 for the processing. On the other hand, the compression processing of cyan, magenta, yellow, and black bitmap data generated by the RIP processing is sequentially assigned to the second processor 14 and the first processor 13, and the compression buffers B6 to B6 are used for the processing. B9 is assigned sequentially.

このように、本発明の画像形成装置では、データバッファ24として、各処理毎に最適なサイズのバッファをそれぞれ複数個用意し、メモリ制御部21は、制御情報テーブル23を参照して、各プロセッサ13,14が実行する処理に対応したバッファを割り当てるようにした。その結果、RIP処理のように大きいサイズのバッファを必要とする処理には、大きいサイズのバッファを割り当て、圧縮処理のように大きいサイズのバッファを必要としない処理には、小さいサイズのバッファを割り当てることができて、無駄がなくなりなり、メモリの使用効率が良くなる。   As described above, in the image forming apparatus of the present invention, a plurality of buffers each having an optimum size for each process are prepared as the data buffer 24, and the memory control unit 21 refers to the control information table 23 to each processor. A buffer corresponding to the processing executed by 13 and 14 is assigned. As a result, a large buffer is allocated to a process that requires a large buffer, such as RIP processing, and a small buffer is allocated to a process that does not require a large buffer, such as compression processing. This eliminates waste and improves the memory usage efficiency.

本発明にかかる画像形成装置の概略構成を示すブロック図である。1 is a block diagram showing a schematic configuration of an image forming apparatus according to the present invention. 制御情報テーブルの内容を示す図である。It is a figure which shows the content of the control information table. データバッファの説明図である。It is explanatory drawing of a data buffer. 従来方式のデータバッファの説明図である。It is explanatory drawing of the data buffer of a conventional system.

符号の説明Explanation of symbols

10・・・・・画像形成装置
11・・・・・受信バッファ
12・・・・・ディスプレイリスト変換部
13・・・・・第1のプロセッサ
14・・・・・第2のプロセッサ4
15,16・・キャッシュメモリ
20・・・・・制御部
21・・・・・メモリ制御部
22・・・・・メモリ
23・・・・・制御情報テーブル
24・・・・・データバッファ
25・・・・・ページバッファ
30・・・・・印刷機構部
DESCRIPTION OF SYMBOLS 10 ... Image forming apparatus 11 ... Reception buffer 12 ... Display list conversion part 13 ... 1st processor 14 ... 2nd processor 4
15, 16... Cache memory 20... Control unit 21... Memory control unit 22... Memory 23... Control information table 24. .... Page buffer 30 ... Printing mechanism

Claims (2)

画像データを受信し印刷するまでの画像処理を複数のプロセッサによって分担して実行するように構成された画像形成装置において、
画像データを受信し印刷するまでの画像処理を複数の段階処理に分割し、段階処理の内の1つをそれぞれ分担し、バッファを介して処理データを受け渡しながら処理するように構成された複数のプロセッサと、
前記バッファの割り当てを制御する制御部と、を備え、
前記バッファとして、前記段階処理に対応させて、それぞれに最適なサイズのバッファを複数設け、前記制御部は、各プロセッサに対して、各プロセッサが実行する段階処理に対応したバッファを割り当てるようにしたことを特徴とする画像形成装置。
In an image forming apparatus configured to share and execute image processing from reception of image data to printing by a plurality of processors,
The image processing from reception of image data to printing is divided into a plurality of step processes, each of which is assigned to one of the step processes, and processed while delivering the processing data via a buffer. A processor;
A control unit for controlling the allocation of the buffer,
As the buffer, a plurality of buffers each having an optimal size are provided corresponding to the step processing, and the control unit assigns a buffer corresponding to the step processing executed by each processor to each processor. An image forming apparatus.
前記各々のプロセッサの処理状況を記憶する制御情報テーブルを設け、前記制御部は、該制御情報テーブルを参照し、前記各プロセッサの処理状況に応じて各プロセッサへの処理割り当てを制御するとともに、前記バッファの割り当てを制御することを特徴とする請求項1記載の画像形成装置。   A control information table for storing the processing status of each processor is provided, and the control unit refers to the control information table, controls processing allocation to each processor according to the processing status of each processor, and 2. The image forming apparatus according to claim 1, wherein buffer allocation is controlled.
JP2005246580A 2005-08-26 2005-08-26 Image forming apparatus Expired - Fee Related JP4425837B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005246580A JP4425837B2 (en) 2005-08-26 2005-08-26 Image forming apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005246580A JP4425837B2 (en) 2005-08-26 2005-08-26 Image forming apparatus

Publications (2)

Publication Number Publication Date
JP2007055203A true JP2007055203A (en) 2007-03-08
JP4425837B2 JP4425837B2 (en) 2010-03-03

Family

ID=37919085

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005246580A Expired - Fee Related JP4425837B2 (en) 2005-08-26 2005-08-26 Image forming apparatus

Country Status (1)

Country Link
JP (1) JP4425837B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011067980A (en) * 2009-09-24 2011-04-07 Canon Inc Print data processing apparatus, print data processing method, and program
JP2013075487A (en) * 2011-09-30 2013-04-25 Seiko Epson Corp Printing device and control method thereof
JP2015130029A (en) * 2014-01-07 2015-07-16 株式会社Screenホールディングス Printing data processing device, printer, printing data processing method, and printing system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011067980A (en) * 2009-09-24 2011-04-07 Canon Inc Print data processing apparatus, print data processing method, and program
JP2013075487A (en) * 2011-09-30 2013-04-25 Seiko Epson Corp Printing device and control method thereof
JP2015130029A (en) * 2014-01-07 2015-07-16 株式会社Screenホールディングス Printing data processing device, printer, printing data processing method, and printing system

Also Published As

Publication number Publication date
JP4425837B2 (en) 2010-03-03

Similar Documents

Publication Publication Date Title
US7800772B2 (en) Data processing apparatus, image forming apparatus, image forming method, and printing system
JP5594470B2 (en) Printing control apparatus, printing system, and program
US20080117450A1 (en) Methods and systems rendering a print job
US8107128B2 (en) Image forming apparatus and print control method thereof
JP4917561B2 (en) Image processing device
US8792122B2 (en) Image forming apparatus, method for controlling image forming apparatus, and storage medium
JP4425837B2 (en) Image forming apparatus
JP5471681B2 (en) Image processing apparatus and image processing program
JP2004326307A (en) Image forming device
JP2017098918A (en) Image processing apparatus and method of controlling the same
JP2008205636A (en) Image processing device, image processing method of image processing device, and program
JP4246187B2 (en) Image forming apparatus
JP2018058295A (en) Image processing apparatus, image processing method and program
JP2010102569A (en) Image processing apparatus, image processing method and program
JP5146216B2 (en) Image processing apparatus, image processing method, and computer program
JP5093576B2 (en) Printing control apparatus and image forming system
JP5471696B2 (en) Image processing apparatus and image processing program
JP2006285792A (en) Image processor and image processing method
JP2011139165A (en) Image processing apparatus and processing method thereof
JP2013148969A (en) Image processing device and image processing method
JP2011193297A (en) Data processing apparatus, and data processing program
JP6809158B2 (en) Image processing equipment and programs
JP3912372B2 (en) Color image processing device
JP2001211079A (en) Encoding/decoding device
JP2008183780A (en) Image formation device, printing processing method and printing processing program

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20070405

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090929

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091109

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20091208

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20091209

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20121218

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20121218

Year of fee payment: 3

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

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

Free format text: PAYMENT UNTIL: 20121218

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20121218

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20131218

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees