JP6760208B2 - Image processing device - Google Patents
Image processing device Download PDFInfo
- Publication number
- JP6760208B2 JP6760208B2 JP2017116105A JP2017116105A JP6760208B2 JP 6760208 B2 JP6760208 B2 JP 6760208B2 JP 2017116105 A JP2017116105 A JP 2017116105A JP 2017116105 A JP2017116105 A JP 2017116105A JP 6760208 B2 JP6760208 B2 JP 6760208B2
- Authority
- JP
- Japan
- Prior art keywords
- area
- size
- software
- control unit
- region
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 238000012545 processing Methods 0.000 title claims description 77
- 230000015654 memory Effects 0.000 claims description 90
- 238000000034 method Methods 0.000 description 24
- 230000008569 process Effects 0.000 description 20
- 230000006870 function Effects 0.000 description 9
- 238000004891 communication Methods 0.000 description 8
- 230000032258 transport Effects 0.000 description 8
- 238000010586 diagram Methods 0.000 description 6
- 239000011521 glass Substances 0.000 description 5
- 238000001994 activation Methods 0.000 description 4
- 238000005192 partition Methods 0.000 description 3
- 230000003936 working memory Effects 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000004913 activation Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000000638 solvent extraction Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
- Control Or Security For Electrophotography (AREA)
- Memory System (AREA)
- Facsimiles In General (AREA)
Description
本発明は、メモリーに画像データとソフトウェアを読み出す画像処理装置に関する。 The present invention relates to an image processing device that reads image data and software into a memory.
画像データを扱う装置には、RAMをワークエリアとして用いるものがある。例えば、ページ記述言語で記述されたデータに基づき、RAM上にラスター画像が生成される。このような装置として、画像形成装置がある。画像形成装置は、例えば、複合機、プリンター、複写機、ファクシミリ装置である。RAMをワークエリアとして用いる装置の一例が特許文献1に記載されている。
Some devices that handle image data use RAM as a work area. For example, a raster image is generated on the RAM based on the data described in the page description language. As such a device, there is an image forming device. The image forming apparatus is, for example, a multifunction device, a printer, a copying machine, or a facsimile apparatus.
特許文献1には、メモリーを作業領域として使用する複数の処理を並行して行い、第1処理用のメモリー領域を保有し、複数の第2処理のうちのいずれかを第1処理用のメモリー領域から提供されたメモリー領域を使用して行い、第2処理が次に必要とするメモリー領域のサイズを予測し、複数の第2処理のうちのいずれかを行なうとき、予測したサイズと現時点で必要なメモリー領域のサイズのうち、最も大きいサイズのメモリー領域の提供を要求し、要求に応じて、第1処理用のメモリー領域のうちの一部のメモリー領域を第2処理に提供する情報機器が記載されている。この構成により、メモリー領域の一部が第2処理に使用される。残りの部分は、第1処理に使用される。第1処理と第2処理とが並行実施される。各処理のパフォーマンスが0にならないようにする(特許文献1:請求項1、段落[0014]等参照)。
In
プログラムを実行する装置には、RAMのような記憶装置が搭載される。一般に、不揮発性のメモリーから制御用プログラムがRAMに読み出される。CPUのような処理回路は、RAMにアクセスする。処理回路は、RAMに読み出されたプログラムを実行する。例えば、処理回路はプログラムを読み込み、結果をRAMに返す。そして、画像データを処理する装置(画像処理装置)では、プログラムに加え、RAMに画像データを記憶させることもある。画像データとプログラムの両方がRAMで読み書きされる。これにより、画像データ専用のメモリーを設けなくてすむ。 A storage device such as a RAM is mounted on the device that executes the program. Generally, the control program is read from the non-volatile memory into the RAM. A processing circuit such as a CPU accesses the RAM. The processing circuit executes the program read into the RAM. For example, the processing circuit reads the program and returns the result to RAM. Then, in the device for processing the image data (image processing device), the image data may be stored in the RAM in addition to the program. Both image data and programs are read and written in RAM. As a result, it is not necessary to provide a memory dedicated to image data.
画像データとプログラムの両方をRAMで読み書きするとき、画像データ用の領域とプログラム用の領域にRAMの記憶領域を分けることがある。画像データ用の領域のサイズは予め定められる。プログラム用の領域のサイズも予め定められる。記憶領域内でどれだけの領域をどの領域に割り当てるかは、従来、固定されている。 When reading and writing both image data and a program in RAM, the storage area of the RAM may be divided into an area for image data and an area for programs. The size of the area for image data is predetermined. The size of the area for the program is also predetermined. Conventionally, how much area is allocated to which area in the storage area is fixed.
プログラム用の領域が足りなくなると、画像処理装置の動作が停止する。ここで、使用者の中には、一度に大量のジョブを実行する使用者がいる。例えば、画像処理装置に同時に多数のジョブを入力する使用者がいる。また、多数のページを含むジョブを画像処理装置に実行させる使用者がいる。このようなヘビーユーザーが使用しても、プログラム用の領域が不足しないように、従来、プログラム用の領域のサイズは、余裕を持ったサイズに設定されている。 When there is not enough space for the program, the operation of the image processing device stops. Here, some users execute a large number of jobs at one time. For example, there is a user who inputs a large number of jobs to an image processing device at the same time. In addition, there is a user who causes an image processing device to execute a job containing a large number of pages. Conventionally, the size of the area for the program is set to a size with a margin so that the area for the program is not insufficient even when used by such a heavy user.
しかし、全ての使用者がヘビーユーザーではない。一度に大量のジョブを実行しない使用者には、プログラム用の領域が大きすぎる場合がある。しかし、画像データ用の領域のサイズとプログラム用の領域のサイズは固定されている。各領域のサイズ(割り当て)を変更できない。そのため、画像データ用の領域のサイズと、プログラム用の領域のサイズが適切ではない場合があるという問題がある。 However, not all users are heavy users. The area for the program may be too large for users who do not execute a large number of jobs at one time. However, the size of the area for image data and the size of the area for the program are fixed. The size (allocation) of each area cannot be changed. Therefore, there is a problem that the size of the area for image data and the size of the area for the program may not be appropriate.
特許文献1には、印字データ作成処理が第1処理として記載されている。また、ファイル変換処理が第2処理として記載されている。何れも画像データに関する処理である(特許文献1:段落[0037])。特許文献1記載の技術は、用途にあわせた記憶領域の分割(パーティション)に関するものではない。上記の問題を解決することはできない。
上記従来技術の問題点に鑑み、本発明は、使用状況にあわせ、メモリーに設けられる複数の領域の各サイズを適切なサイズに調整できるようにする。 In view of the above-mentioned problems of the prior art, the present invention makes it possible to adjust each size of a plurality of areas provided in the memory to an appropriate size according to the usage situation.
上記目的を達成するために、請求項1に係る画像処理装置は、メモリー、制御部、操作部を含む。前記メモリーは、ジョブに使用する画像データ及びジョブの実行に必要なソフトウェアを記憶する。前記制御部は、前記メモリーの記憶領域内に第1領域と第2領域を設定する。前記操作部は、使用状況に関する複数の設定用数値の設定入力を受け付ける。前記第1領域は、前記ソフトウェアを記憶させ、前記ソフトウェアが実行される領域である。前記第2領域は、前記画像データが記憶される領域である。前記設定用数値の入力があったとき、前記制御部は、設定入力された前記設定用数値に基づき前記第1領域のサイズを設定する。前記制御部は、前記記憶領域のサイズから前記第1領域のサイズを減じたサイズを前記第2領域のサイズに設定する。
In order to achieve the above object, the image processing apparatus according to
本発明によれば、使用状況にあわせ、メモリー内の複数の領域の各サイズを適切なサイズに調整することができる。画像処理装置の使用実態に応じて、各領域のサイズを設定することができる。 According to the present invention, each size of a plurality of areas in the memory can be adjusted to an appropriate size according to the usage situation. The size of each area can be set according to the actual usage of the image processing device.
以下、図1〜図7を用いて、本発明の実施形態を説明する。以下の説明では、画像処理装置として、複合機100を例に挙げて説明する。但し、本実施の形態に記載されている構成、配置等の各要素は、発明の範囲を限定するものではなく単なる説明例にすぎない。
Hereinafter, embodiments of the present invention will be described with reference to FIGS. 1 to 7. In the following description, the
(複合機100の構成)
まず、図1を用いて、実施形態に係る複合機100(画像形成装置)の概要を説明する。図1は実施形態に係る複合機100の一例を示す図である。
(Configuration of multifunction device 100)
First, the outline of the multifunction device 100 (image forming apparatus) according to the embodiment will be described with reference to FIG. FIG. 1 is a diagram showing an example of the
複合機100は、制御部1と記憶部2を含む。制御部1は複合機100の各部を制御する。制御部1は、CPU11、画像処理部12を含む。CPU11は制御に関する演算、処理を行う。画像処理部12は、画像データに関する処理を行う。記憶部2は不揮発性の記憶装置を含む。不揮発性の記憶装置は、例えば、ROM21、ストレージ22である。ストレージ22は、例えば、HDD、SSDである。また、記憶部2は、揮発性の記憶装置も含む。揮発性の記憶装置は、RAM23(メモリーに相当)である。記憶部2は、ソフトウェア、制御用プログラム、各種データを記憶する。制御部1は、記憶部2に記憶されたソフトウェア、プログラム、データに基づき処理を行う。
The
複合機100は、原稿搬送部3aと画像読取部3bを含む。原稿搬送部3aは、セットされた原稿を1枚ずつ、自動的に搬送する。制御部1は、読み取り位置(搬送読取用コンタクトガラス)に向けて原稿を原稿搬送部3aに搬送させる。送り出された原稿は、画像読取部3bの上面に設けられた搬送読取用コンタクトガラスの上面を通過する。
The
画像読取部3bは載置読取用コンタクトガラスを含む。画像読取部3bは載置読取用コンタクトガラスにセットされた原稿を読み取ることもできる。制御部1は、搬送原稿、又は、載置読取用コンタクトガラスにセットされた原稿を画像読取部3bに読み取らせる(スキャンさせる)。画像読取部3bは、読み取った原稿の画像データを生成する。生成された画像データは、記憶部2(ストレージ22)に不揮発的に記憶される。
The
また、複合機100は操作パネル4(操作部に相当)を含む。操作パネル4は、表示パネル41、タッチパネル42、ハードキー43を含む。制御部1は、画面を表示パネル41に表示させる。また、制御部1は操作用画像を表示パネル41に表示させる。操作用画像は、例えば、ボタン、ソフトキー、タブ、スイッチである。表示パネル41に対し、タッチパネル42が設けられる。タッチパネル42は、使用者がタッチした位置(座標)を検知する。タッチパネル42の出力に基づき、制御部1は、操作された操作用画像を認識する。表示パネル41(タッチパネル42)を操作することにより、各種設定を行うことができる。また、ハードキー43を複数設けることができる。例えば、数字入力用のテンキーや、スタートキーやキャンセルキーをハードキー43として設けることができる。
Further, the
複合機100は印刷部5を含む。印刷部5は、給紙部5a、用紙搬送部5b、画像形成部5c、定着部5dを含む。印刷部5は、用紙を給紙、搬送し、トナー像を用紙に印刷する。印刷ジョブのとき、制御部1は印刷部5を制御する。印刷ジョブのとき、制御部1は、給紙部5aに用紙を供給させる。制御部1は、用紙を用紙搬送部5bに搬送させる。制御部1は画像データに基づく画像(トナー像)を画像形成部5cに形成させる。制御部1は、搬送される用紙へのトナー像の転写を画像形成部5cに行わせる。制御部1は、トナー像の用紙の定着を定着部5dに行わせる。
The
複合機100は通信部6を含む。通信部6は、制御部1と通信可能に接続される。通信部6は、ネットワークや通信網を介して、コンピューター200と通信する。コンピューター200は、例えば、PCやサーバーである。通信部6は、コンピューター200から印刷用データを受信する。
The
(RAM23の使用形態)
次に、図2を用いて、実施形態に係るRAM23の使用形態の一例を説明する。図2は、実施形態に係るRAM23の使用形態の一例を示す図である。
(Usage form of RAM23)
Next, an example of the usage mode of the
RAM23は、ジョブに使用する画像データ及びジョブの実行に必要なソフトウェアを記憶する。RAM23の記憶領域内には、第1領域71と第2領域72が設けられる。具体的に、複合機100の電源が投入されたとき、制御部1は、ROM21、ストレージ22に記憶された起動プログラムを実行する。起動プログラムに基づき、制御部1は起動処理を実行する。起動処理のとき、制御部1は、RAM23の記憶領域を区分けする(パーティションを行う)。
The
第1領域71は、ソフトウェアとソフトウェアの実行に必要なデータが記憶される領域である。また、第1領域71はソフトウェアが実行される領域である。ソフトウェアは、プログラム、関数、命令を含む。
The
RAM23の第1領域71は、例えば、カーネル81(OS)、標準ソフトウェア82、プログラムキャッシュメモリー83、拡張ソフトウェア84、ヒープメモリー85、スタックメモリー86、共有メモリー87を記憶する。カーネル81、標準ソフトウェア82、拡張ソフトウェア84、はROM21又はストレージ22に記憶される。起動処理のとき、ROM21又はストレージ22からカーネル81、標準ソフトウェア82、拡張ソフトウェア84が読み出される。標準ソフトウェア82は、プログラムキャッシュメモリー83に含まれる。
The
カーネル81は、RAM23の動作を管理する。カーネル81(カーネル空間)は、例えば、デバイスドライバー、ファイルシステム、ネットワークプロトコルを含む。標準ソフトウェア82は、複合機100に標準搭載される機能を実現するためのソフトウェアである。標準ソフトウェア82は、印刷用ソフトウェア82p、スキャン用ソフトウェア82s、通信用ソフトウェア82cを含む。印刷用ソフトウェア82pは印刷部5の制御に関するソフトウェアである。印刷用ソフトウェア82pにより、印刷機能が実現される。スキャン用ソフトウェア82sは、原稿搬送部3a、画像読取部3bの制御に関するソフトウェアである。スキャン用ソフトウェア82sにより、原稿読み取り機能が実現される。通信用ソフトウェア82cは、通信部6の制御に関するソフトウェアである。通信用ソフトウェア82cにより、送信機能が実現される。
The
コピージョブのとき、スキャン用ソフトウェア82sと印刷用ソフトウェア82pに基づき、制御部1は処理を行う。制御部1は原稿を画像読取部3bに読み取らせる。制御部1は画像データを画像読取部3bに生成させる。制御部1は、生成した画像データをストレージ22に記憶させる。制御部1は、ストレージ22に記憶された画像データをRAM23に読み出させる。制御部1は、読み出された画像データの画像処理を画像処理部12に行わせる。制御部1は画像処理後の画像データに基づく印刷を印刷部5に行わせる。
At the time of the copy job, the
プリントジョブのとき、通信用ソフトウェア82cと印刷用ソフトウェア82pに基づき、制御部1は処理を行う。制御部1は、コンピューター200から送信された印刷用データを通信部6に受信させる。制御部1は、受信した印刷用データに基づき、画像データを画像読取部3bに生成させる。印刷用データは、例えば、ページ記述言語(PDL)で記述されたデータである。制御部1は、印刷用データを解析し、ラスターイメージ(ビットマップ画像)を画像データとして生成させる。制御部1は、生成した画像データをストレージ22に記憶させる。制御部1は、ストレージ22に記憶された画像データをRAM23に読み出させる。制御部1は、読み出された画像データの画像処理を画像処理部12に行わせる。制御部1は、画像処理後の画像データに基づく印刷を印刷部5に行わせる。
At the time of a print job, the
送信ジョブのとき、スキャン用ソフトウェア82sと通信用ソフトウェア82cに基づき、制御部1は処理を行う。原稿を画像読取部3bに読み取らせる。制御部1は、画像データを画像読取部3bに生成させる。制御部1は、生成した画像データをストレージ22に記憶させる。制御部1は、ストレージ22に記憶された画像データをRAM23に読み出させる。制御部1は、読み出された画像データの画像処理を画像処理部12に行わせる。例えば、制御部1は、操作パネル4で設定された形式の画像データを生成する。制御部1は、操作パネル4で設定された宛先(コンピューター200)に向けて、生成した画像データを通信部6に送信させる。
At the time of the transmission job, the
なお、標準ソフトウェア82は、ブラウザソフトウェア82bを含む。ブラウザソフトウェア82bは、第1領域71に読み出される。ブラウザソフトウェア82bに基づき、制御部1は、表示パネル41に画面を表示させる。ブラウザソフトウェア82bに基づき、制御部1は、例えば、複合機100の使用方法を示す画面を表示させる。また、ブラウザソフトウェア82bに基づき、制御部1は、拡張ソフトウェア84の使用方法を示す画面を表示させる。また、ブラウザソフトウェア82bに基づき、制御部1は、指定されたURLのページを表示パネル41に表示させる。このように、制御部1は、ブラウザソフトウェア82bに基づき、閲覧用の画面を表示パネル41に表示させる。
The
拡張ソフトウェア84は、標準搭載されないソフトウェアである。複合機100の設置後、拡張ソフトウェア84は、使用者により追加されたソフトウェアである。標準ソフトウェア82は、製造者が記憶部2に不揮発的に記憶させるソフトウェアである。拡張ソフトウェア84は使用者により記憶部2に新たにインストールされたソフトウェアである。
The
拡張ソフトウェア84は、複合機100の機能を拡張するためのソフトウェアである。拡張ソフトウェア84は、実現したい機能に応じて作成される。複合機100の製造者以外の者が拡張ソフトウェア84を開発、設計、作成できる。拡張ソフトウェア84は、複合機100をより便利に使用するためのアプリケーションである。例えば、拡張ソフトウェア84には、予め用意されたサーバーと連携して送信を行うものがある。また、拡張ソフトウェア84には、特定サイズの原稿を読み取り、特定の形式の画像データを、特定の記憶場所に記憶させるものがある。
The
ヒープメモリー85は、第1領域71に記憶されたソフトウェア(標準ソフトウェア82、拡張ソフトウェア84)が、処理実行時に確保するメモリー領域である。スタックメモリー86は、次の関数、命令に関する情報を記憶させるメモリー領域である。プログラムキャッシュメモリー83は、RAM23に展開するソフトウェア(プログラム、関数、命令)を記憶させるメモリー領域である。共有メモリー87は、複数のソフトウェア間で共用されるメモリー領域である。プログラムキャッシュメモリー83、ヒープメモリー85、スタックメモリー86、共有メモリー87は、各ソフトウェアが用いるメモリー領域である。
The
第1管理情報91は、ジョブを管理するための情報である。制御部1は、実行しようとするジョブごとに第1管理情報91を生成する。制御部1は、第1管理情報91を共有メモリー87に格納する。第1管理情報91は共有メモリー87の一種である。第1管理情報91は、1つのジョブの実行に必要な制御メモリー領域である。第1管理情報91には、ジョブに関する情報が記憶させる。例えば、第1管理情報91は、ジョブの種類を示す情報、ジョブに含まれるページ数を示す情報、ジョブの設定情報、ジョブの進行状況を示す情報が含まれる。制御部1は、1つのジョブにつき、1つの第1管理情報91を生成する。そのため、処理中、又は、処理待ちのジョブが複数ある場合、制御部1は、複数の第1管理情報91を第1領域71に記憶させる。
The
第2管理情報92は、ジョブに含まれる各ページを管理するための情報である。制御部1は、ジョブ実行のために処理が必要な画像データのページごとに第2管理情報92を生成する。制御部1は、第2管理情報92を共有メモリー87に格納する。第2管理情報91も共有メモリー87の一種である。第2管理情報92は、1ページ分のジョブを実行するのに必要な制御メモリー領域である。第2管理情報92には、ページに関する情報が記憶させる。例えば、第2管理情報92は、ジョブの種類を示す情報、ページの順番を示す情報、ページで行うべき画像処理を示す情報、ページの処理状況を示す情報が含まれる。1ページにつき、1つの第2管理情報92が生成される。そのため、処理すべきページが複数ある場合、制御部1は、複数の第2管理情報92を第1領域71に記憶させる。
The
第2領域72は、ジョブに使用する画像データが記憶される領域である。第2領域72には、第3領域73(複数部処理用領域)、第4領域74(ビデオ領域)、第5領域75(RIP領域)が設けられる。起動処理のとき、制御部1は、第3領域73、第4領域74、及び、第5領域75を第2領域72内に設定する。制御部1は、第2領域72を第3領域73、第4領域74及び第5領域75に区分けする(パーティションを行う)。
The
第3領域73は、複数部ジョブ用の領域である。画像読取部3bの読み取りで得られた画像データに基づき複数部を印刷するコピージョブが複数部ジョブである。また、受信した印刷用データに基づき複数部を連続して印刷するプリントジョブが複数部ジョブである。複数部ジョブを実行するとき、制御部1は、ジョブの間、1部に含まれる各ページの画像データを第3領域73に保持させる。複数部の印刷のとき、制御部1は、第3領域73に記憶された画像データを繰り返し使用する。言い換えると、複数部の印刷のとき、制御部1は、第3領域73に記憶された画像データを使い回す。
The
第4領域74は、画像処理がなされた画像データを記憶する領域である。制御部1は、複合機100でジョブに使用する画像データをいったんストレージ22に記憶させる。制御部1は、これから画像処理を行うページの画像データをストレージ22から第3領域73に読み出す。画像処理部12は、読み出された画像データの画像処理を行う。制御部1は、画像処理の途中、又は、画像処理後の画像データを第4領域74に記憶させる。
The
第5領域75は、ページ記述言語で記述されたページを画像データに変換するために使用される領域である。制御部1(画像処理部12)は、印刷用データを解析する。画像処理部12は、ラスターイメージ(ビットマップ画像)を画像データとして生成させる。第5領域75は、ラスターイメージ生成時のワークメモリーとして使用される。
The
(RAM23の領域のサイズ設定)
次に、図3〜図6を用いて、実施形態に係るRAM23の領域の設定の一例を説明する。図3は、実施形態に係るRAM23の領域の設定の流れの一例を示す図である。図4は、実施形態に係る第1設定画面S1の一例を示す図である。図5は、実施形態に係る第2設定画面S2の一例を示す図である。図6は、実施形態に係る第3設定画面S3の一例を示す図である。
(Size setting of RAM23 area)
Next, an example of setting the area of the
第1領域71が満杯になったとき、ソフトウェアに基づく制御部1の処理は停止する。そのため、第1領域71が不足しないようにしなければならない。ここで、使用者は、拡張ソフトウェア84を複数個、同時に動作させることがある。そのため、使用する拡張ソフトウェア84の数が多いほど、第1領域71のサイズは大きくすべきである。
When the
また、複数台のコンピューター200から複数の印刷用データが次々と入力されたとき、同時に管理すべきジョブ数が多くなる。同時に管理すべきジョブ数が多いとき、各第1管理情報91の合計サイズは大きくなる。そのため、同時に管理可能なジョブ数を多くするほど、第1領域71のサイズは大きくすべきである。
Further, when a plurality of print data are input one after another from the plurality of
また、多数のページを含む印刷用データが次々と入力されることがある。この場合、同時に管理すべきページ数も多くなる。同時に管理すべきページ数が多いとき、各第2管理情報92の合計サイズは大きくなる。そのため、同時に管理できるページ数を多くするほど、第1領域71のサイズは大きくすべきである。
In addition, print data including a large number of pages may be input one after another. In this case, the number of pages to be managed at the same time increases. When the number of pages to be managed at the same time is large, the total size of each
複合機100の使用状況は、使用者により異なる。複合機100に拡張ソフトウェア84を全くインストールしない使用者がいる。一方、使用者に、10個を超える拡張ソフトウェア84を同時に動作させる者もいる。また、ジョブの実行頻度が少ない使用者がいる。一方、ジョブの実行頻度が高い使用者もいる。例えば、実行待ちのジョブが数十個を超えない使用者がいる。一方で、実行待ちのジョブが1000個近くに及ぶ使用者もいる。また、処理待ちの画像データのページ数が、数万に及ぶ使用者もいる。
The usage status of the
装置での処理が停止しないように、ソフトウェア、プログラム、制御データを記憶させる領域のサイズは、余裕をもったサイズとされる。拡張ソフトウェア84が多数インストールされ、ジョブの実行頻度が高くても処理が停止しないようにするためである。従来、ソフトウェア等を記憶させる領域のサイズは、ヘビーユーザーを考慮して設定されている。さらに、従来、ソフトウェア等を記憶させる領域と画像データを記憶させる領域のサイズは固定されている。従来、各領域の境界を変更することはできない。使用頻度が少ない使用者にとって、各領域のサイズの割り当ては、必ずしも最適ではない。 The size of the area for storing software, programs, and control data is set to a size with a margin so that the processing in the device does not stop. This is to prevent the processing from stopping even if a large number of extension software 84s are installed and the job execution frequency is high. Conventionally, the size of the area for storing software or the like is set in consideration of a heavy user. Further, conventionally, the sizes of the area for storing software and the like and the area for storing image data are fixed. Conventionally, the boundary of each area cannot be changed. For infrequently used users, the size allocation of each area is not always optimal.
そこで、複合機100では、第1領域71と第2領域72のサイズを変更できるようにする。第1領域71と第2領域72のサイズを、使用状況に沿った最適なサイズとする。以下、図3〜図6を用いて、各領域のサイズ設定の流れの一例を説明する。
Therefore, in the
図3のスタートは、操作パネル4に第1設定画面S1を表示するための操作(サイズ設定開始操作)が行われた時点である。操作パネル4は、サイズ設定開始操作を受け付ける。サイズ設定開始操作がなされたとき、制御部1は、第1設定画面S1を表示パネル41に表示させる(ステップ♯1)。
The start of FIG. 3 is a time when an operation for displaying the first setting screen S1 on the operation panel 4 (size setting start operation) is performed. The operation panel 4 accepts the size setting start operation. When the size setting start operation is performed, the
図4は、第1設定画面S1の一例を示す。第1設定画面S1は、ソフトウェア数入力欄L1、ソフトウェアサイズ入力欄L2、管理可能ジョブ数入力欄L3、ネクストボタンB1を含む。ソフトウェア数入力欄L1、ソフトウェアサイズ入力欄L2、管理可能ジョブ数入力欄L3には、それぞれプラスキーとマイナスキーが付される。プラスキーが操作されたとき、制御部1は対応する欄の数値を大きくする。マイナスキーが操作されたとき、制御部1は対応する欄の数値を小さくする。また、各欄のタッチ後、テンキーを操作して数値を入力することもできる。つまり、操作パネル4は、数値の設定入力を受け付ける。
FIG. 4 shows an example of the first setting screen S1. The first setting screen S1 includes a software number input field L1, a software size input field L2, a manageable job number input field L3, and a next button B1. A plus key and a minus key are attached to the software number input field L1, the software size input field L2, and the manageable job number input field L3, respectively. When the plus key is operated, the
ソフトウェア数入力欄L1は、複合機100で同時に動作させる拡張ソフトウェア84の個数(拡張ソフトウェア数)を入力する欄である。なお、拡張ソフトウェア数のデフォルト値は、例えば、15個である。拡張ソフトウェア数が15のとき、制御部1は、15個まで拡張ソフトウェア84の同時動作(インストール)を許可する。
The software number input field L1 is a field for inputting the number of extended software 84 (number of extended software) to be operated simultaneously on the
ソフトウェアサイズ入力欄L2は、複合機100にインストールしている、又は、インストールしようとしている拡張ソフトウェア84の平均サイズを入力する欄である。なお、平均サイズのデフォルト値は、例えば、5Mバイトである。
The software size input field L2 is a field for inputting the average size of the
管理可能ジョブ数入力欄L3は、複合機100で管理可能なジョブの個数(管理可能ジョブ数)を入力する欄である。なお、管理可能ジョブ数のデフォルト値は、例えば、1000個である。管理可能ジョブ数が1000のとき、制御部1は、ジョブを同時に1000個まで管理する。
The manageable job number input field L3 is a field for inputting the number of jobs that can be managed by the multifunction device 100 (the number of manageable jobs). The default value of the number of manageable jobs is, for example, 1000. When the number of manageable jobs is 1000, the
このように、操作パネル4は、拡張ソフトウェア84の個数、拡張ソフトウェア84の平均サイズ、管理可能ジョブ数の設定入力を受け付ける(ステップ♯2)。各数値の設定後、使用者は、ネクストボタンB1を操作する。ネクストボタンB1が操作されたとき、制御部1は、第2設定画面S2を表示パネル41に表示させる(ステップ♯3)。
In this way, the operation panel 4 receives the setting input of the number of the
図5は、第2設定画面S2の一例を示す。第2設定画面S2は、管理可能ページ数入力欄L4、ブラウザワークメモリーサイズ入力欄L5、ネクストボタンB2を含む。管理可能ページ数入力欄L4、ブラウザワークメモリーサイズ入力欄L5にも、それぞれプラスキーとマイナスキーが付される。プラスキーが操作されたとき、制御部1は、対応する欄の数値を大きくする。マイナスキーが操作されたとき、制御部1は、対応する欄の数値を小さくする。また、各欄をタッチした後、テンキーを操作して数値を入力することもできる。
FIG. 5 shows an example of the second setting screen S2. The second setting screen S2 includes a manageable page number input field L4, a browser work memory size input field L5, and a next button B2. A plus key and a minus key are also attached to the manageable page number input field L4 and the browser work memory size input field L5, respectively. When the plus key is operated, the
管理可能ページ数入力欄L4は、複合機100で同時に管理可能できるページ数(管理可能ページ数)を入力する欄である。なお、管理可能ページ数のデフォルト値は、例えば、20000枚である。管理可能ページ数が20000のとき、制御部1は、画像データのページを同時に20000枚まで管理する。
The manageable page number input field L4 is a field for inputting the number of pages that can be managed simultaneously by the multifunction device 100 (the number of manageable pages). The default value of the number of manageable pages is, for example, 20000. When the number of manageable pages is 20000, the
ブラウザワークメモリーサイズ入力欄L5は、ブラウザソフトウェア82bに付与するワークメモリーサイズを入力する欄である。ブラウザソフトウェア82bで画像、動画を表示する場合、ワークメモリーサイズを大きくする必要がある。ワークメモリーサイズのサイズが小さい場合、画面の反応が遅くなることがある。また、ワークメモリーサイズのサイズが小さい場合、画像や動画を表示できないこともある。ブラウザソフトウェア82bで閲覧する内容に応じて、使用者は、ワークメモリーサイズを設定する。
The browser work memory size input field L5 is a field for inputting the work memory size assigned to the
このように、操作パネル4は、管理可能ページ数、ブラウザワークメモリーサイズの設定入力を受け付ける(ステップ♯4)。各数値の設定後、使用者は、ネクストボタンB2を操作する。ネクストボタンB2が操作されたとき、制御部1は、第3設定画面S3を表示パネル41に表示させる(ステップ♯5)。
In this way, the operation panel 4 accepts input for setting the number of manageable pages and the browser work memory size (step # 4). After setting each numerical value, the user operates the next button B2. When the next button B2 is operated, the
第3設定画面S3は、第2領域72に設けられる各領域の割り当てを設定するための画面である。言い換えると、第3設定画面S3は、第3領域73、第4領域74、第5領域75の割り当てを設定するための画面である。第3設定画面S3には、第1ラジオボタンR1、第2ラジオボタンR2、第3ラジオボタンR3、完了ボタンB3を含む。
The third setting screen S3 is a screen for setting the allocation of each area provided in the
第1ラジオボタンR1は、第3領域73、第4領域74、第5領域75の各領域のサイズを基準比率に基づき設定するためのボタンである。基準比率は、予め定められる。基準比率は、ROM21又はストレージ22に不揮発的に記憶される。基準比率は、第2領域72のサイズに対する第3領域73と第4領域74及び第5領域75の各領域のサイズの比率を定めたものである。例えば、第2領域72のサイズを1とすると、第3領域73:第4領域74:第5領域75=X:Y:Z(X+Y+Z=1)と定義される。
The first radio button R1 is a button for setting the size of each region of the
第2ラジオボタンR2は、複数部ジョブを優先するとき操作される。複数部を印刷する頻度が高いとき、第2ラジオボタンR2を操作すればよい。第3ラジオボタンR3は、プリントジョブ(プリンターとしてのジョブ)を優先するとき操作される。主に複合機100をプリンターとして用いるとき、第3ラジオボタンR3を操作すればよい。
The second radio button R2 is operated when giving priority to a plurality of jobs. When the frequency of printing a plurality of copies is high, the second radio button R2 may be operated. The third radio button R3 is operated when giving priority to a print job (job as a printer). When the
このように、操作パネル4は、各ラジオボタンのうち一つを選択する設定入力を受け付ける(ステップ♯6)。ラジオボタンの選択後、使用者は、完了ボタンB3を操作する。完了ボタンB3の操作により、使用者による設定操作が完了する。続いて、制御部1は、1つの設定用数値につき、1つの算出値を求める(ステップ♯7)。そして、制御部1は、それぞれの算出値を合計した合計値を求める(ステップ♯8)。制御部1は、合計値に基づき、第1領域71のサイズを設定する(ステップ♯9)。合計値が大きいほど、制御部1は、第1領域71を大きいサイズに設定する。合計値が小さいほど、制御部1は、第1領域71のサイズを小さいサイズに設定する。
In this way, the operation panel 4 accepts a setting input for selecting one of the radio buttons (step # 6). After selecting the radio button, the user operates the completion button B3. By operating the completion button B3, the setting operation by the user is completed. Subsequently, the
ここで、設定用数値は、拡張ソフトウェア数、管理可能ジョブ数、管理可能ページ数、ブラウザワークメモリーサイズである。設定用数値は複数である。制御部1は、設定入力された設定用数値が大きいほど、対応する算出値を大きくする。設定入力された設定用数値が小さいほど、制御部1は、対応する算出値を小さくする。
Here, the numerical values for setting are the number of extended software, the number of manageable jobs, the number of manageable pages, and the browser work memory size. There are multiple numerical values for setting. The
設定された拡張ソフトウェア数に対応する算出値(第1算出値)の求め方について説明する。拡張ソフトウェア数が多いほど、第1領域71のサイズを大きくすることが好ましい。そこで、拡張ソフトウェア84の個数が大きいほど、制御部1は、第1算出値を大きくする。具体的に、以下の(式1)に基づき、制御部1は、第1算出値を求める。
(式1) 第1算出値=拡張ソフトウェア数×平均サイズ
例えば、拡張ソフトウェア数が15個、平均サイズが5Mバイトのとき、第1算出値は、75Mバイトとなる。また、拡張ソフトウェア数が3個、平均サイズが5Mバイトのとき、第1算出値は、15Mバイトとなる。
A method of obtaining a calculated value (first calculated value) corresponding to the set number of extended software will be described. As the number of extended software increases, it is preferable to increase the size of the
(Equation 1) First calculated value = number of extended software x average size For example, when the number of extended software is 15 and the average size is 5 Mbytes, the first calculated value is 75 Mbytes. When the number of extended software is 3 and the average size is 5 Mbytes, the first calculated value is 15 Mbytes.
次に、管理可能ジョブ数に対応する算出値(第2算出値)の求め方について説明する。管理するジョブ数が多いほど、第1管理情報91の合計サイズは大きくなる。そのため、管理可能ジョブ数が大きいほど、第1領域71のサイズを大きくすることが好ましい。そこで、設定された管理可能ジョブ数が大きいほど、制御部1は、第2算出値を大きくする。具体的に、以下の(式2)に基づき、制御部1は、第2算出値を求める。
(式2) 第2算出値=管理可能ジョブ数×第1管理情報91の基準サイズ
第1管理情報91の基準サイズは予め定められる。第1管理情報91の基準サイズは、記憶部2に不揮発的に記憶される。例えば、管理可能ジョブ数が1000個、第1管理情報91の基準サイズが50Kバイトのとき、第2算出値は、50Mバイトとなる。また、管理可能ジョブ数が200個、第1管理情報91の基準サイズが50Kバイトのとき、第2算出値は、10Mバイトとなる。
Next, a method of obtaining a calculated value (second calculated value) corresponding to the number of manageable jobs will be described. The larger the number of jobs to be managed, the larger the total size of the
(Equation 2) Second calculated value = number of manageable jobs × reference size of the
次に、管理可能ページ数に対応する算出値(第3算出値)の求め方について説明する。管理可能ページ数が多いほど、第2管理情報92の合計サイズは大きくなる。そのため、管理可能ページ数が大きいほど、第1領域71のサイズを大きくすることが好ましい。そこで、設定された管理可能ページ数が大きいほど、制御部1は、第3算出値を大きくする。具体的に、以下の(式3)に基づき、制御部1は、第3算出値を求める。
(式3) 第3算出値=管理可能ページ数×第2管理情報92の基準サイズ
第2管理情報92の基準サイズは予め定められる。第2管理情報92の基準サイズは、記憶部2に不揮発的に記憶される。例えば、管理可能ページ数が20000枚、第2管理情報92の基準サイズが2Kバイトのとき、第3算出値は、40Mバイトとなる。また、管理可能ページ数が5000枚、第2管理情報92の基準サイズが2Kバイトのとき、第3算出値は、10Mバイトとなる。
Next, a method of obtaining a calculated value (third calculated value) corresponding to the number of manageable pages will be described. The larger the number of manageable pages, the larger the total size of the
(Equation 3) Third calculated value = number of manageable pages × reference size of the
次に、ブラウザワークメモリーサイズに対応する算出値(第4算出値)の求め方について説明する。ブラウザワークメモリーサイズが大きいほど、第1領域71のサイズを大きくすることが好ましい。そこで、設定されたブラウザワークメモリーサイズが大きいほど、制御部1は、第4算出値を大きくする。具体的に、以下の(式4)に基づき、制御部1は、第4算出値を求める。
(式4) 第4算出値=ブラウザワークメモリーサイズ
例えば、ブラウザワークメモリーサイズが50Mバイトのとき、第4算出値は、50Mバイトとなる。また、ブラウザワークメモリーサイズが10Mバイトのとき、第4算出値は、10Mバイトとなる。
Next, how to obtain the calculated value (fourth calculated value) corresponding to the browser working memory size will be described. It is preferable that the size of the
(Equation 4) Fourth calculated value = browser work memory size For example, when the browser work memory size is 50 Mbytes, the fourth calculated value is 50 Mbytes. When the browser working memory size is 10 Mbytes, the fourth calculated value is 10 Mbytes.
そして、制御部1は、合計値に基づき、第1領域71のサイズを設定する。具体的に、制御部1は、予め定められた最低確保量に、合計値を加算した値を第1領域71のサイズに設定する。最低確保量は、カーネル81(OS)のサイズ、標準ソフトウェア82のサイズ、複数の標準ソフトウェア82を並行動作させたときに必要なヒープメモリー85、スタックメモリー86、プログラムキャッシュメモリー83、共有メモリー87の各サイズの合計量を基準に定められる。例えば、最低確保量は、合計量に所定のマージンを加えた量とできる。最低確保量は、合計量よりも多い量とできる。
Then, the
例えば、拡張ソフトウェア数が15個、平均サイズが5Mバイト、管理可能ジョブ数が200個、管理可能ページ数が20000枚、ブラウザワークメモリーサイズが50Mバイトのとき、合計値は、75Mバイト+50Mバイト+40Mバイト+50Mバイト=215Mバイトとなる。最低確保量が400Mバイトのとき、制御部1は、第1領域71を615Mバイトに設定する。
For example, when the number of extended software is 15, the average size is 5 Mbytes, the number of manageable jobs is 200, the number of manageable pages is 20000, and the browser work memory size is 50 Mbytes, the total value is 75 Mbytes + 50 Mbytes + 40 Mbytes. Byte + 50 Mbyte = 215 Mbyte. When the minimum reserved amount is 400 Mbytes, the
例えば、拡張ソフトウェア数が3個、平均サイズが5Mバイト、管理可能ジョブ数が1000個、管理可能ページ数が5000枚、ブラウザワークメモリーサイズが10Mバイトのとき、合計値は、15Mバイト+10Mバイト+10Mバイト+10Mバイト=45Mバイトとなる。最低確保量が400Mバイトのとき、制御部1は、第1領域71を445Mバイトに設定する。
For example, when the number of extended software is 3, the average size is 5 Mbytes, the number of manageable jobs is 1000, the number of manageable pages is 5000, and the browser work memory size is 10 Mbytes, the total value is 15 Mbytes + 10 Mbytes + 10 Mbytes. Byte + 10M bytes = 45M bytes. When the minimum reserved amount is 400 Mbytes, the
更に、制御部1は、RAM23の記憶領域のサイズから第1領域71のサイズを減じたサイズを第2領域72のサイズに設定する(ステップ♯10)。上記の例では、ある場合には、第1領域71は、615Mバイトと設定される。設定用数値の値によっては、第1領域71は、445Mバイトと設定される場合もある。この場合、615−445=170Mバイトだけ、RAM23の記憶領域は、第2領域72に多く割り当てられる。RAM23のサイズが2Gの場合、RAM23の総容量の10%〜20%程度、第2領域72のサイズがデフォルトよりも大きくなる。
Further, the
次に、制御部1は、操作されたラジオボタンに応じて、第2領域72の割り当てを設定する(ステップ♯11)。具体的に、操作パネル4が第1ラジオボタンR1の操作を受け付けたとき、制御部1は、基準比率に基づき、第3領域73、第4領域74、第5領域75のサイズを設定する。制御部1は、第3領域73、第4領域74、第5領域75のサイズの比率を基準比率と一致させる。
Next, the
操作パネル4が第2ラジオボタンR2の操作を受け付けたとき、制御部1は、基準比率よりも、第3領域73の比率を大きくする。言い換えると、複数部のジョブの優先を指示する複数部優先操作を受け付けたとき、制御部1は、基準比率を適用したときよりも大きくなるように、第3領域73のサイズを設定する。例えば、制御部1は、基準比率を適用して求めた第3領域73のサイズを所定値だけ増やしたサイズを第3領域73のサイズとする。制御部1は、基準比率を適用して求めた第4領域74のサイズから所定値の1/2だけ減らしたサイズを第4領域74のサイズとする。また、制御部1は、基準比率を適用して求めた第5領域75のサイズから所定値の1/2だけ減らしたサイズを第5領域75のサイズとする。
When the operation panel 4 accepts the operation of the second radio button R2, the
操作パネル4が第3ラジオボタンR3の操作を受け付けたとき、制御部1は、基準比率よりも、第5領域75の比率を大きくする。言い換えると、操作パネル4がプリンターの優先を指示するプリンター優先操作を受け付けたとき、制御部1は、基準比率を適用したときよりも大きくなるように、第5領域75のサイズを設定する。例えば、制御部1は、基準比率を適用して求めた第5領域75のサイズを所定値だけ増やしたサイズを第5領域75のサイズとする。制御部1は、基準比率を適用して求めた第3領域73のサイズから所定値の1/2だけ減らしたサイズを第3領域73のサイズとする。また、制御部1は、基準比率を適用して求めた第4領域74のサイズから所定値の1/2だけ減らしたサイズを第3領域73のサイズとする。
When the operation panel 4 accepts the operation of the third radio button R3, the
そして、制御部1は、新たに設定した各領域(第1領域71、第2領域72、第3領域73、第4領域74、第5領域75)のサイズを示す領域サイズ設定用データを記憶部2(ストレージ22)に不揮発的に記憶させる(ステップ♯12)。領域サイズ設定用データには、設定された拡張ソフトウェア数、管理可能ジョブ数、管理可能ページ数、ブラウザワークメモリーサイズを示す値が含まれる。そして、本フローは終了する(エンド)。
Then, the
(各領域のサイズ設定後の動作)
次に、図7に基づき、実施形態に係る複合機100の起動時及び起動後の動作の流れの一例を説明する。図7は、実施形態に係る複合機100の起動時及び起動後の動作の流れの一例を示すフローチャートである。
(Operation after setting the size of each area)
Next, an example of the flow of operations at the time of starting and after starting the
図7のスタートは、制御部1がRAM23の起動処理を開始するときである。複合機100の主電源が投入されたとき、制御部1はRAM23の起動処理を行う。また、RAM23への電力供給が一部又は全て停止する省電力モードが解除されたとき、制御部1はRAM23の起動処理を行う。
The start of FIG. 7 is when the
RAM23の起動処理のとき、制御部1は、領域サイズデータを確認する(ステップ♯21)。そして、領域サイズデータに基づき、制御部1は、RAM23のパーティションを確定する(ステップ♯22)。制御部1は、各領域のサイズを領域サイズデータに定義されたサイズとする。
At the time of starting the
そして、制御部1は、起動処理を続行する。制御部1は、起動処理のときに読み出すと定められたソフトウェア、プログラム、データを第1領域71に読み出す。例えば、制御部1は、標準ソフトウェア82、拡張ソフトウェア84を第1領域71に読み出す。そして、制御部1は、起動処理を完了させる(ステップ♯23)。
Then, the
そして、制御部1は、設定された拡張ソフトウェア数、管理可能ジョブ数、管理可能ページ数、ブラウザワークメモリーサイズを参照し、管理を行う(ステップ♯24)。例えば、制御部1は、設定された拡張ソフトウェア数を超えて、拡張ソフトウェア84を動作させない。また、制御部1は、設定された管理可能ジョブ数を超える第1管理情報91をRAM23に記憶させない。また、制御部1は設定された管理可能ページ数を超える第1管理情報91をRAM23に記憶させない。また、制御部1は、ブラウザソフトウェア82bのワークメモリーサイズを設定されたブラウザワークメモリーサイズとする。
Then, the
このようにして、実施形態に係る画像処理装置(複合機100)は、メモリー(RAM23)、制御部1、操作部(操作パネル4)を含む。メモリーは、ジョブに使用する画像データ及びジョブの実行に必要なソフトウェアを記憶する。制御部1は、メモリーの記憶領域内に第1領域71と第2領域72を設定する。操作部は、使用状況に関する複数の設定用数値の設定入力を受け付ける。第1領域71は、ソフトウェアを記憶させ、ソフトウェアが実行される領域である。第2領域72は、画像データが記憶される領域である。設定用数値の入力があったとき、制御部1は、設定入力された設定用数値に基づき第1領域71のサイズを設定する。制御部1は、記憶領域のサイズから第1領域71のサイズを減じたサイズを第2領域72のサイズに設定する。
In this way, the image processing device (multifunction device 100) according to the embodiment includes a memory (RAM 23), a
これにより、ソフトウェアを記憶させる領域(第1領域71)と画像データを記憶させる領域(第2領域72)のサイズを変更することができる。使用者の入力数値に基づき、第1領域71に必要なサイズを定めることができる。例えば、第1領域71に大きなサイズが必要の無い使用者の場合、第2領域72のサイズを増やすことができる。また、第1領域71のサイズが大きくすることが好ましい使用者の場合、第2領域72を減らし、第1領域71のサイズを増やすことができる。画像処理装置の使用状況にあわせ、画像データ用の領域とソフトウェア用の領域の各サイズを適切なサイズに調整することができる。
As a result, the sizes of the area for storing software (first area 71) and the area for storing image data (second area 72) can be changed. The size required for the
また、制御部1は、1つの設定用数値につき、1つの算出値を求める。制御部1は設定入力された設定用数値が大きいほど、対応する算出値を大きくする。制御部1は設定入力された設定用数値が小さいほど、対応する算出値を小さくする。制御部1はそれぞれの算出値を合計した合計値を求める。制御部1は合計値が大きいほど、第1領域71のサイズを大きいサイズに設定する。制御部1は合計値が小さいほど、第1領域71のサイズを小さいサイズに設定する。これにより、正確に第1領域71に必要なサイズを推測することができる。画像処理装置の使用状況にあわせ、各領域のサイズを適切なサイズに設定することができる。
Further, the
拡張ソフトウェア84が起動、実行されているとき、第1領域71の一部は拡張ソフトウェア84に占有される。第1領域71の容量不足しないように、実行する拡張ソフトウェア84が多いほど、第1領域71は大きくすべきである。そこで、設定用数値のうち、1つは、拡張ソフトウェア84の個数である拡張ソフトウェア数とする。制御部1は、拡張ソフトウェア数が大きいほど、拡張ソフトウェア数に対応する算出値を大きくする。制御部1は、拡張ソフトウェア数が小さいほど、拡張ソフトウェア数に対応する算出値を小さくする。拡張ソフトウェア84は、標準搭載されず、追加されるソフトウェアである。これにより、同時に起動、実行される拡張ソフトウェア84の個数に応じて、各領域のサイズを設定することができる。拡張ソフトウェア84の実行数によらず、容量不足が生じないように、第1領域71のサイズを設定することができる。
When the
ジョブごとに、ジョブを管理するための情報(第1管理情報91)を第1領域71に用意する必要がある。次々にジョブを画像処理装置に入力するヘビーユーザーがいる。この場合、処理待ちのジョブ数が多数に及ぶ。ジョブの管理数は多くなる。管理すべきジョブの数が多い画像処理装置では、第1領域71の容量不足しないように、第1領域71は大きくすべきである。そこで、設定用数値のうち、1つは、画像処理装置で同時に管理可能なジョブの個数である管理可能ジョブ数とする。制御部1は、実行しようとするジョブごとに、ジョブを管理するための第1管理情報91を第1領域71に記憶させる。管理可能ジョブ数が大きいほど、制御部1は管理可能ジョブ数に対応する算出値を大きくする。設定管理可能ジョブ数が小さいほど、制御部1は管理可能ジョブ数に対応する算出値を小さくする。これにより、ヘビーユーザーが使用する画像処理装置では、第1領域71のサイズを大きくすることができる。ライトユーザーが使用する画像処理装置では、第2領域72に多くの容量を割り当てることができる。実際の使用状況に応じて、各領域のサイズを適切なサイズに設定することができる。
For each job, it is necessary to prepare information for managing the job (first management information 91) in the
ジョブを実行するとき、画像データのページごとに、ページを管理するための情報(第2管理情報92)を第1領域71に用意する必要がある。大量のページを含むジョブを次々に画像処理装置に入力するヘビーユーザーがいる。この場合、この処理待ちのページ数が多数に及ぶ。管理するページ数が多い画像処理装置では、第1領域71の容量不足しないように、第1領域71は大きくすべきである。そこで、設定用数値のうち、1つは、画像処理装置で同時に管理可能なページ数である管理可能ページ数とする。制御部1は、ジョブ実行のために処理が必要な画像データのページごとに、ページを管理するための第2管理情報92を第1領域71に記憶させる。制御部1は、管理可能ページ数が大きいほど、管理可能ページ数に対応する算出値を大きくする。制御部1は、管理可能ページ数が小さいほど、管理可能ページ数に対応する算出値を小さくする。ヘビーユーザーが使用する画像処理装置では、第1領域71のサイズを大きくすることができる。ライトユーザーが使用する画像処理装置では、第2領域72に多くの容量を割り当てることができる。実際の使用状況に応じて、各領域のサイズを適切なサイズに設定することができる。
When executing the job, it is necessary to prepare information for managing the pages (second management information 92) in the
情報を閲覧するためのブラウザでは、閲覧内容(表示内容)に応じて、ワークメモリーサイズが異なる。画像や動画を表示する場合、ワークメモリーサイズが大きくなる。そして、画像処理装置は画面を表示する表示パネル41を含む。制御部1は第1領域71に閲覧用のブラウザソフトウェア82bを記憶させる。ブラウザソフトウェア82bに基づき、制御部1は表示パネル41に画面を表示させる。設定用数値のうち、1つは、ブラウザソフトウェア82bのワークメモリーサイズである。制御部1は、ワークメモリーサイズが大きいほど、ワークメモリーサイズに対応する算出値を大きくする。制御部1は、ワークメモリーサイズが小さいほど、ワークメモリーサイズに対応する算出値を小さくする。これにより、ブラウザの使用状況(ブラウザでの閲覧内容)に応じて、各領域のサイズを適切なサイズに設定することができる。
In the browser for browsing information, the working memory size differs depending on the browsing content (display content). When displaying images and videos, the work memory size becomes large. The image processing device includes a
制御部1は、第3領域73、第4領域74、及び、第5領域75を第2領域72内に設定する。操作部は、第3領域73、第4領域74、及び、第5領域75のサイズを設定するための操作を受け付ける。操作部が受け付けた操作に応じ、制御部1は、第3領域73、第4領域74、及び、第5領域75のサイズを設定する。これにより、第2領域72に含まれる各領域についても、適切なサイズに設定することができる。
The
また、第3領域73は、複数部のジョブを実行するとき、ジョブの間、1部に含まれる各ページの画像データを保持する複数部ジョブ用領域である。第4領域74は、画像処理がなされた画像データを記憶する領域である。第5領域75は、ページ記述言語で記述されたページを画像データに変換するために使用される領域である。第2領域72のサイズに対する第3領域73と第4領域74及び第5領域75の各領域のサイズの比率を定めた基準比率が予め定められる。操作部が複数部のジョブの優先を指示する複数部優先操作(第2ラジオボタンR2の操作)を受け付けたとき、制御部1は、基準比率よりも、第3領域73の比率を大きくする。操作部がプリンターの優先を指示するプリンター優先操作(第3ラジオボタンR3の操作)を受け付けたとき、制御部1は、基準比率よりも、第5領域75の比率を大きくする。これにより、複数部のジョブを行う機会が多い場合、第3領域73のサイズを大きくすることができる。また、ページ記述言語で記述されたページを処理する機会が多い場合、第5領域75のサイズを大きくすることができる。
Further, the
また、メモリーは、RAM23である。これにより、RAM23の記憶領域内に設けられる各領域のサイズを適切なサイズに設定することができる。
The memory is
以上、本発明の実施形態を説明したが、本発明の範囲はこれに限定されず、発明の主旨を逸脱しない範囲で種々の変更を加えて実施することができる。 Although the embodiments of the present invention have been described above, the scope of the present invention is not limited to this, and various modifications can be made without departing from the gist of the invention.
本発明は、RAMに画像データとソフトウェアを読み出して処理する画像処理装置に利用可能である。 The present invention can be used in an image processing apparatus that reads image data and software into RAM and processes them.
100 複合機(画像処理装置) 1 制御部
23 RAM(メモリー) 4 操作パネル(操作部)
41 表示パネル 71 第1領域
72 第2領域 73 第3領域
74 第4領域 75 第5領域
82b ブラウザソフトウェア 83 拡張ソフトウェア
91 第1管理情報 92 第2管理情報
100 Multifunction device (image processing device) 1
41
Claims (9)
前記メモリーの記憶領域内に第1領域と第2領域を設定する制御部と、
使用状況に関する複数の設定用数値の設定入力を受け付ける操作部と、を含み、
前記第1領域は、前記ソフトウェアを記憶させ、前記ソフトウェアが実行される領域であり、
前記第2領域は、前記画像データが記憶される領域であり、
前記設定用数値の入力があったとき、
前記制御部は、
設定入力された前記設定用数値に基づき前記第1領域のサイズを設定し、
前記記憶領域のサイズから前記第1領域のサイズを減じたサイズを前記第2領域のサイズに設定し、
1つの前記設定用数値につき、1つの算出値を求め、
設定入力された前記設定用数値が大きいほど、対応する前記算出値を大きくし、
設定入力された前記設定用数値が小さいほど、対応する前記算出値を小さくし、
それぞれの前記算出値を合計した合計値を求め、
前記合計値が大きいほど、前記第1領域のサイズを大きいサイズに設定し、
前記合計値が小さいほど、前記第1領域のサイズを小さいサイズに設定し、
前記設定用数値のうち、1つは、画像処理装置で同時に管理可能なジョブの個数である管理可能ジョブ数であり、
前記制御部は、
実行しようとするジョブごとに、ジョブを管理するための第1管理情報を前記第1領域に記憶させ、
前記管理可能ジョブ数が大きいほど、前記管理可能ジョブ数に対応する前記算出値を大きくし、
前記管理可能ジョブ数が小さいほど、前記管理可能ジョブ数に対応する前記算出値を小さくすることを特徴とする画像処理装置。 A memory that stores image data used for jobs and software required to execute jobs,
A control unit that sets a first area and a second area in the storage area of the memory,
Including an operation unit that accepts setting input of multiple setting values related to usage status,
The first area is an area in which the software is stored and the software is executed.
The second area is an area in which the image data is stored.
When the above setting numerical value is input
The control unit
Setting The size of the first area is set based on the input numerical value for setting.
The size obtained by subtracting the size of the first area from the size of the storage area is set as the size of the second area .
Obtain one calculated value for each of the above setting numerical values.
The larger the setting numerical value input, the larger the corresponding calculated value.
The smaller the setting numerical value input, the smaller the corresponding calculated value.
Obtain the total value by summing each of the above calculated values.
The larger the total value, the larger the size of the first region is set.
The smaller the total value, the smaller the size of the first region is set.
One of the numerical values for setting is the number of manageable jobs, which is the number of jobs that can be managed simultaneously by the image processing device.
The control unit
For each job to be executed, the first management information for managing the job is stored in the first area.
The larger the number of manageable jobs, the larger the calculated value corresponding to the number of manageable jobs.
An image processing apparatus characterized in that the smaller the number of manageable jobs, the smaller the calculated value corresponding to the number of manageable jobs .
前記制御部は、
前記拡張ソフトウェア数が大きいほど、前記拡張ソフトウェア数に対応する前記算出値を大きくし、
前記拡張ソフトウェア数が小さいほど、前記拡張ソフトウェア数に対応する前記算出値を小さくし、
前記拡張ソフトウェアは、標準搭載されず、追加されるソフトウェアであることを特徴とする請求項1に記載の画像処理装置。 One of the setting numerical values is the number of extended software, which is the number of extended software.
The control unit
The larger the number of the extended software, the larger the calculated value corresponding to the number of the extended software.
The smaller the number of extended software, the smaller the calculated value corresponding to the number of extended software.
The image processing apparatus according to claim 1 , wherein the extended software is software that is not installed as standard equipment but is added.
前記制御部は、
ジョブ実行のために処理が必要な前記画像データのページごとに、ページを管理するための第2管理情報を前記第1領域に記憶させ、
前記管理可能ページ数が大きいほど、前記管理可能ページ数に対応する前記算出値を大きくし、
前記管理可能ページ数が小さいほど、前記管理可能ページ数に対応する前記算出値を小さくすることを特徴とする請求項1又は2に記載の画像処理装置。 One of the numerical values for setting is the number of manageable pages, which is the number of pages that can be managed simultaneously by the image processing device.
The control unit
For each page of the image data that needs to be processed for job execution, the second management information for managing the page is stored in the first area.
The larger the number of manageable pages, the larger the calculated value corresponding to the number of manageable pages.
The image processing apparatus according to claim 1 or 2 , wherein the smaller the number of manageable pages, the smaller the calculated value corresponding to the number of manageable pages.
前記制御部は、
前記第1領域に閲覧用のブラウザソフトウェアを記憶させ、
前記ブラウザソフトウェアに基づき、前記表示パネルに画面を表示させ、
前記設定用数値のうち、1つは、前記ブラウザソフトウェアのワークメモリーサイズであり、
前記制御部は、
前記ワークメモリーサイズが大きいほど前記ワークメモリーサイズに対応する前記算出値を大きくし、
前記ワークメモリーサイズが小さいほど前記ワークメモリーサイズに対応する前記算出値を小さくすることを特徴とする請求項1乃至3の何れか1項に記載の画像処理装置。 Includes a display panel to display the screen
The control unit
The browser software for browsing is stored in the first area.
Display the screen on the display panel based on the browser software.
One of the setting numerical values is the work memory size of the browser software.
The control unit
The larger the work memory size, the larger the calculated value corresponding to the work memory size.
The image processing apparatus according to any one of claims 1 to 3 , wherein the smaller the work memory size is, the smaller the calculated value corresponding to the work memory size is.
前記メモリーの記憶領域内に第1領域と第2領域を設定する制御部と、
使用状況に関する複数の設定用数値の設定入力を受け付ける操作部と、を含み、
前記第1領域は、前記ソフトウェアを記憶させ、前記ソフトウェアが実行される領域であり、
前記第2領域は、前記画像データが記憶される領域であり、
前記設定用数値の入力があったとき、
前記制御部は、
設定入力された前記設定用数値に基づき前記第1領域のサイズを設定し、
前記記憶領域のサイズから前記第1領域のサイズを減じたサイズを前記第2領域のサイズに設定し、
1つの前記設定用数値につき、1つの算出値を求め、
設定入力された前記設定用数値が大きいほど、対応する前記算出値を大きくし、
設定入力された前記設定用数値が小さいほど、対応する前記算出値を小さくし、
それぞれの前記算出値を合計した合計値を求め、
前記合計値が大きいほど、前記第1領域のサイズを大きいサイズに設定し、
前記合計値が小さいほど、前記第1領域のサイズを小さいサイズに設定し、
前記設定用数値のうち、1つは、画像処理装置で同時に管理可能なページ数である管理可能ページ数であり、
前記制御部は、
ジョブ実行のために処理が必要な前記画像データのページごとに、ページを管理するための管理情報を前記第1領域に記憶させ、
前記管理可能ページ数が大きいほど、前記管理可能ページ数に対応する前記算出値を大きくし、
前記管理可能ページ数が小さいほど、前記管理可能ページ数に対応する前記算出値を小さくすることを特徴とする画像処理装置。 A memory that stores image data used for jobs and software required to execute jobs,
A control unit that sets a first area and a second area in the storage area of the memory,
Including an operation unit that accepts setting input of multiple setting values related to usage status,
The first area is an area in which the software is stored and the software is executed.
The second area is an area in which the image data is stored.
When the above setting numerical value is input
The control unit
Setting The size of the first area is set based on the input numerical value for setting.
The size obtained by subtracting the size of the first area from the size of the storage area is set as the size of the second area.
Obtain one calculated value for each of the above setting numerical values.
The larger the setting numerical value input, the larger the corresponding calculated value.
The smaller the setting numerical value input, the smaller the corresponding calculated value.
Obtain the total value by summing each of the above calculated values.
The larger the total value, the larger the size of the first region is set.
The smaller the total value, the smaller the size of the first region is set.
One of the numerical values for setting is the number of manageable pages, which is the number of pages that can be managed simultaneously by the image processing device.
The control unit
For each page of the image data that needs to be processed for job execution, management information for managing the page is stored in the first area.
The larger the number of manageable pages, the larger the calculated value corresponding to the number of manageable pages.
The manageable as the number of pages is smaller, the manageable corresponding to the number of pages the calculated value images processor you characterized by reduced.
前記制御部は、 The control unit
前記拡張ソフトウェア数が大きいほど、前記拡張ソフトウェア数に対応する前記算出値を大きくし、 The larger the number of the extended software, the larger the calculated value corresponding to the number of the extended software.
前記拡張ソフトウェア数が小さいほど、前記拡張ソフトウェア数に対応する前記算出値を小さくし、 The smaller the number of extended software, the smaller the calculated value corresponding to the number of extended software.
前記拡張ソフトウェアは、標準搭載されず、追加されるソフトウェアであることを特徴とする請求項5に記載の画像処理装置。 The image processing apparatus according to claim 5, wherein the extended software is software that is not installed as standard equipment but is added.
前記メモリーの記憶領域内に第1領域と第2領域を設定する制御部と、
使用状況に関する複数の設定用数値の設定入力を受け付ける操作部と、を含み、
前記第1領域は、前記ソフトウェアを記憶させ、前記ソフトウェアが実行される領域であり、
前記第2領域は、前記画像データが記憶される領域であり、
前記設定用数値の入力があったとき、
前記制御部は、
設定入力された前記設定用数値に基づき前記第1領域のサイズを設定し、
前記記憶領域のサイズから前記第1領域のサイズを減じたサイズを前記第2領域のサイズに設定し、
前記制御部は、第3領域、第4領域、及び、第5領域を前記第2領域内に設定し、
前記操作部は、前記第3領域、前記第4領域、及び、前記第5領域のサイズを設定するための操作を受け付け、
前記制御部は、前記操作部が受け付けた操作に応じ、前記第3領域、前記第4領域、及び、前記第5領域のサイズを設定することを特徴とする画像処理装置。 A memory that stores image data used for jobs and software required to execute jobs,
A control unit that sets a first area and a second area in the storage area of the memory,
Including an operation unit that accepts setting input of multiple setting values related to usage status,
The first area is an area in which the software is stored and the software is executed.
The second area is an area in which the image data is stored.
When the above setting numerical value is input
The control unit
Setting The size of the first area is set based on the input numerical value for setting.
The size obtained by subtracting the size of the first area from the size of the storage area is set as the size of the second area.
The control unit sets a third region, a fourth region, and a fifth region in the second region.
The operation unit receives an operation for setting the size of the third region, the fourth region, and the fifth region.
The control unit, according to an operation the operating unit accepts the third region, the fourth region, and, images processor you and sets the size of the fifth region.
前記第4領域は、画像処理がなされた前記画像データを記憶する領域であり、
前記第5領域は、ページ記述言語で記述されたページを前記画像データに変換するために使用される領域であり、
前記第2領域のサイズに対する前記第3領域と前記第4領域及び前記第5領域の各領域のサイズの比率を定めた基準比率が予め定められ、
前記操作部が複数部のジョブの優先を指示する複数部優先操作を受け付けたとき、
前記制御部は、前記基準比率よりも、前記第3領域の比率を大きくし、
前記操作部がプリンターの優先を指示するプリンター優先操作を受け付けたとき、
前記制御部は、前記基準比率よりも、前記第5領域の比率を大きくすることを特徴とする請求項7に記載の画像処理装置。 The third area is a multi-part job area that holds the image data of each page included in one part during a job when executing a multi-part job.
The fourth area is an area for storing the image data that has undergone image processing.
The fifth area is an area used for converting a page described in a page description language into the image data.
A reference ratio that defines the ratio of the sizes of the third region, the fourth region, and the fifth region to the size of the second region is predetermined.
When the operation unit accepts a multiple-part priority operation that instructs the priority of multiple-part jobs
The control unit increases the ratio of the third region to be larger than the reference ratio.
When the operation unit accepts a printer priority operation that instructs printer priority
The image processing apparatus according to claim 7, wherein the control unit increases the ratio of the fifth region to be larger than the reference ratio.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017116105A JP6760208B2 (en) | 2017-06-13 | 2017-06-13 | Image processing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017116105A JP6760208B2 (en) | 2017-06-13 | 2017-06-13 | Image processing device |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2019004258A JP2019004258A (en) | 2019-01-10 |
JP6760208B2 true JP6760208B2 (en) | 2020-09-23 |
Family
ID=65006211
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017116105A Expired - Fee Related JP6760208B2 (en) | 2017-06-13 | 2017-06-13 | Image processing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6760208B2 (en) |
-
2017
- 2017-06-13 JP JP2017116105A patent/JP6760208B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2019004258A (en) | 2019-01-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20070171446A1 (en) | Font downloading apparatus, font downloading program, font downloading method and recording medium | |
JP5713557B2 (en) | Printing system, control method, program | |
JP7434403B2 (en) | Printing device, printing device control method, and program | |
JP7118714B2 (en) | IMAGE FORMING APPARATUS AND CONTROL METHOD AND CONTROL PROGRAM FOR THE IMAGE FORMING APPARATUS | |
US20100002262A1 (en) | Display terminal and computer program product therefor | |
JP6760208B2 (en) | Image processing device | |
US20140185091A1 (en) | Box Print Realized by Image Forming Apparatus Having No Auxiliary Storage Device | |
JP5540783B2 (en) | Printer driver, print control device, printing system | |
JP5173354B2 (en) | Printing system and printing program | |
JP5326595B2 (en) | Image forming apparatus and program | |
EP3644191A1 (en) | Memory system and electronic device | |
JP7086772B2 (en) | Image forming device, control method of image forming device, and program | |
JP2019096959A (en) | Image processing system | |
JP6492948B2 (en) | Information processing apparatus, output system, and program | |
JP2008195041A (en) | Image formation system, information processing method, information processing program | |
JP2020031307A (en) | Electronic apparatus and memory management program | |
JP2013110488A (en) | Preview image display device, image forming apparatus, preview image display method, and preview image display program | |
JP6680253B2 (en) | Image forming apparatus and image forming program | |
JP7255277B2 (en) | Image processing device and image processing system | |
US9674381B2 (en) | Electronic device including a job information generating device and access managing device, information management method to enable the electronic device to function, and a non-transitory computer-readable storage medium to store a program for the information management method | |
US20150293838A1 (en) | Electronic device that completes execution of task immediately, method for managing memory, and recording medium | |
JP2006236006A (en) | Printer, program and recording medium | |
JP2023124566A (en) | Adjustment tool, information processing apparatus, and adjustment method | |
JP2013129091A (en) | Printing device, and method for controlling the same | |
JP2016007848A (en) | Control device, processing method, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190628 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20200225 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200324 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200521 |
|
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: 20200804 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200817 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6760208 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |