JP6760208B2 - Image processing device - Google Patents

Image processing device Download PDF

Info

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
Application number
JP2017116105A
Other languages
Japanese (ja)
Other versions
JP2019004258A (en
Inventor
林 京一郎
京一郎 林
俊太郎 辻
俊太郎 辻
明彦 伊ヶ崎
明彦 伊ヶ崎
正登 丹波
正登 丹波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Document Solutions 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 Kyocera Document Solutions Inc filed Critical Kyocera Document Solutions Inc
Priority to JP2017116105A priority Critical patent/JP6760208B2/en
Publication of JP2019004258A publication Critical patent/JP2019004258A/en
Application granted granted Critical
Publication of JP6760208B2 publication Critical patent/JP6760208B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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. Patent Document 1 describes an example of an apparatus that uses a RAM as a work area.

特許文献1には、メモリーを作業領域として使用する複数の処理を並行して行い、第1処理用のメモリー領域を保有し、複数の第2処理のうちのいずれかを第1処理用のメモリー領域から提供されたメモリー領域を使用して行い、第2処理が次に必要とするメモリー領域のサイズを予測し、複数の第2処理のうちのいずれかを行なうとき、予測したサイズと現時点で必要なメモリー領域のサイズのうち、最も大きいサイズのメモリー領域の提供を要求し、要求に応じて、第1処理用のメモリー領域のうちの一部のメモリー領域を第2処理に提供する情報機器が記載されている。この構成により、メモリー領域の一部が第2処理に使用される。残りの部分は、第1処理に使用される。第1処理と第2処理とが並行実施される。各処理のパフォーマンスが0にならないようにする(特許文献1:請求項1、段落[0014]等参照)。 In Patent Document 1, a plurality of processes using a memory as a work area are performed in parallel, a memory area for the first process is held, and any one of the plurality of second processes is stored in the memory for the first process. When using the memory area provided by the area, predicting the size of the memory area that the second process will need next, and performing any of the multiple second processes, the predicted size and the current time An information device that requests the provision of the largest memory area among the required memory areas, and provides a part of the memory area for the first processing to the second processing in response to the request. Is described. With this configuration, a part of the memory area is used for the second processing. The rest is used for the first process. The first process and the second process are carried out in parallel. The performance of each process is prevented from becoming 0 (see Patent Document 1: Claim 1, paragraph [0014], etc.).

特開2015−146518号公報Japanese Unexamined Patent Publication No. 2015-146518

プログラムを実行する装置には、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記載の技術は、用途にあわせた記憶領域の分割(パーティション)に関するものではない。上記の問題を解決することはできない。 Patent Document 1 describes the print data creation process as the first process. Further, the file conversion process is described as the second process. Both are processes related to image data (Patent Document 1: Paragraph [0037]). The technique described in Patent Document 1 does not relate to partitioning of a storage area according to an application. The above problem cannot be solved.

上記従来技術の問題点に鑑み、本発明は、使用状況にあわせ、メモリーに設けられる複数の領域の各サイズを適切なサイズに調整できるようにする。 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 claim 1 includes a memory, a control unit, and an operation unit. The memory stores image data used for the job and software necessary for executing the job. The control unit sets a first area and a second area in the storage area of the memory. The operation unit accepts setting inputs of a plurality of numerical values for setting regarding the 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 setting numerical value is input, the control unit sets the size of the first region based on the setting input numerical value. The control unit sets the size of the second area as the size obtained by subtracting the size of the first area from the size of the storage area.

本発明によれば、使用状況にあわせ、メモリー内の複数の領域の各サイズを適切なサイズに調整することができる。画像処理装置の使用実態に応じて、各領域のサイズを設定することができる。 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.

実施形態に係る複合機の一例を示す図である。It is a figure which shows an example of the multifunction device which concerns on embodiment. 実施形態に係るRAMの使用形態の一例を示す図である。It is a figure which shows an example of the usage form of the RAM which concerns on embodiment. 実施形態に係るRAMの領域の設定の流れの一例を示す図である。It is a figure which shows an example of the flow of setting the area of RAM which concerns on embodiment. 実施形態に係る第1領域設定画面の一例を示す図である。It is a figure which shows an example of the 1st area setting screen which concerns on embodiment. 実施形態に係る第2領域設定画面の一例を示す図である。It is a figure which shows an example of the 2nd area setting screen which concerns on embodiment. 実施形態に係る第3領域設定画面の一例を示す図である。It is a figure which shows an example of the 3rd area setting screen which concerns on embodiment. 実施形態に係る複合機の起動時及び起動後の動作の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the operation flow at the time of starting and after starting of the multifunction device which concerns on embodiment.

以下、図1〜図7を用いて、本発明の実施形態を説明する。以下の説明では、画像処理装置として、複合機100を例に挙げて説明する。但し、本実施の形態に記載されている構成、配置等の各要素は、発明の範囲を限定するものではなく単なる説明例にすぎない。 Hereinafter, embodiments of the present invention will be described with reference to FIGS. 1 to 7. In the following description, the multifunction device 100 will be described as an example of the image processing device. However, each element such as the configuration and arrangement described in the present embodiment does not limit the scope of the invention and is merely an explanatory example.

(複合機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 multifunction device 100 according to the embodiment.

複合機100は、制御部1と記憶部2を含む。制御部1は複合機100の各部を制御する。制御部1は、CPU11、画像処理部12を含む。CPU11は制御に関する演算、処理を行う。画像処理部12は、画像データに関する処理を行う。記憶部2は不揮発性の記憶装置を含む。不揮発性の記憶装置は、例えば、ROM21、ストレージ22である。ストレージ22は、例えば、HDD、SSDである。また、記憶部2は、揮発性の記憶装置も含む。揮発性の記憶装置は、RAM23(メモリーに相当)である。記憶部2は、ソフトウェア、制御用プログラム、各種データを記憶する。制御部1は、記憶部2に記憶されたソフトウェア、プログラム、データに基づき処理を行う。 The multifunction device 100 includes a control unit 1 and a storage unit 2. The control unit 1 controls each unit of the multifunction device 100. The control unit 1 includes a CPU 11 and an image processing unit 12. The CPU 11 performs calculations and processes related to control. The image processing unit 12 performs processing related to image data. The storage unit 2 includes a non-volatile storage device. The non-volatile storage device is, for example, a ROM 21 and a storage 22. The storage 22 is, for example, an HDD or an SSD. The storage unit 2 also includes a volatile storage device. The volatile storage device is a RAM 23 (corresponding to a memory). The storage unit 2 stores software, a control program, and various data. The control unit 1 performs processing based on the software, the program, and the data stored in the storage unit 2.

複合機100は、原稿搬送部3aと画像読取部3bを含む。原稿搬送部3aは、セットされた原稿を1枚ずつ、自動的に搬送する。制御部1は、読み取り位置(搬送読取用コンタクトガラス)に向けて原稿を原稿搬送部3aに搬送させる。送り出された原稿は、画像読取部3bの上面に設けられた搬送読取用コンタクトガラスの上面を通過する。 The multifunction device 100 includes a document transport unit 3a and an image reading unit 3b. The document transport unit 3a automatically transports the set documents one by one. The control unit 1 transports the document to the document transport unit 3a toward the reading position (contact glass for transport reading). The sent document passes through the upper surface of the transport reading contact glass provided on the upper surface of the image reading unit 3b.

画像読取部3bは載置読取用コンタクトガラスを含む。画像読取部3bは載置読取用コンタクトガラスにセットされた原稿を読み取ることもできる。制御部1は、搬送原稿、又は、載置読取用コンタクトガラスにセットされた原稿を画像読取部3bに読み取らせる(スキャンさせる)。画像読取部3bは、読み取った原稿の画像データを生成する。生成された画像データは、記憶部2(ストレージ22)に不揮発的に記憶される。 The image reading unit 3b includes a contact glass for mounting reading. The image reading unit 3b can also read the original set on the contact glass for mounting reading. The control unit 1 causes the image reading unit 3b to read (scan) the conveyed document or the document set in the contact glass for loading and scanning. The image scanning unit 3b generates image data of the scanned document. The generated image data is non-volatilely stored in the storage unit 2 (storage 22).

また、複合機100は操作パネル4(操作部に相当)を含む。操作パネル4は、表示パネル41、タッチパネル42、ハードキー43を含む。制御部1は、画面を表示パネル41に表示させる。また、制御部1は操作用画像を表示パネル41に表示させる。操作用画像は、例えば、ボタン、ソフトキー、タブ、スイッチである。表示パネル41に対し、タッチパネル42が設けられる。タッチパネル42は、使用者がタッチした位置(座標)を検知する。タッチパネル42の出力に基づき、制御部1は、操作された操作用画像を認識する。表示パネル41(タッチパネル42)を操作することにより、各種設定を行うことができる。また、ハードキー43を複数設けることができる。例えば、数字入力用のテンキーや、スタートキーやキャンセルキーをハードキー43として設けることができる。 Further, the multifunction device 100 includes an operation panel 4 (corresponding to an operation unit). The operation panel 4 includes a display panel 41, a touch panel 42, and a hard key 43. The control unit 1 displays the screen on the display panel 41. Further, the control unit 1 displays the operation image on the display panel 41. The operating images are, for example, buttons, softkeys, tabs, and switches. A touch panel 42 is provided with respect to the display panel 41. The touch panel 42 detects the position (coordinates) touched by the user. Based on the output of the touch panel 42, the control unit 1 recognizes the operated operation image. Various settings can be made by operating the display panel 41 (touch panel 42). Further, a plurality of hard keys 43 can be provided. For example, a numeric keypad for inputting numbers, a start key, and a cancel key can be provided as the hard key 43.

複合機100は印刷部5を含む。印刷部5は、給紙部5a、用紙搬送部5b、画像形成部5c、定着部5dを含む。印刷部5は、用紙を給紙、搬送し、トナー像を用紙に印刷する。印刷ジョブのとき、制御部1は印刷部5を制御する。印刷ジョブのとき、制御部1は、給紙部5aに用紙を供給させる。制御部1は、用紙を用紙搬送部5bに搬送させる。制御部1は画像データに基づく画像(トナー像)を画像形成部5cに形成させる。制御部1は、搬送される用紙へのトナー像の転写を画像形成部5cに行わせる。制御部1は、トナー像の用紙の定着を定着部5dに行わせる。 The multifunction device 100 includes a printing unit 5. The printing unit 5 includes a paper feeding unit 5a, a paper conveying unit 5b, an image forming unit 5c, and a fixing unit 5d. The printing unit 5 feeds and conveys the paper, and prints the toner image on the paper. At the time of a print job, the control unit 1 controls the print unit 5. At the time of a print job, the control unit 1 causes the paper feed unit 5a to supply paper. The control unit 1 conveys the paper to the paper conveying unit 5b. The control unit 1 causes the image forming unit 5c to form an image (toner image) based on the image data. The control unit 1 causes the image forming unit 5c to transfer the toner image to the conveyed paper. The control unit 1 causes the fixing unit 5d to fix the toner image paper.

複合機100は通信部6を含む。通信部6は、制御部1と通信可能に接続される。通信部6は、ネットワークや通信網を介して、コンピューター200と通信する。コンピューター200は、例えば、PCやサーバーである。通信部6は、コンピューター200から印刷用データを受信する。 The multifunction device 100 includes a communication unit 6. The communication unit 6 is communicably connected to the control unit 1. The communication unit 6 communicates with the computer 200 via a network or a communication network. The computer 200 is, for example, a PC or a server. The communication unit 6 receives print data from the computer 200.

(RAM23の使用形態)
次に、図2を用いて、実施形態に係るRAM23の使用形態の一例を説明する。図2は、実施形態に係るRAM23の使用形態の一例を示す図である。
(Usage form of RAM23)
Next, an example of the usage mode of the RAM 23 according to the embodiment will be described with reference to FIG. FIG. 2 is a diagram showing an example of a usage mode of the RAM 23 according to the embodiment.

RAM23は、ジョブに使用する画像データ及びジョブの実行に必要なソフトウェアを記憶する。RAM23の記憶領域内には、第1領域71と第2領域72が設けられる。具体的に、複合機100の電源が投入されたとき、制御部1は、ROM21、ストレージ22に記憶された起動プログラムを実行する。起動プログラムに基づき、制御部1は起動処理を実行する。起動処理のとき、制御部1は、RAM23の記憶領域を区分けする(パーティションを行う)。 The RAM 23 stores image data used for the job and software required for executing the job. A first area 71 and a second area 72 are provided in the storage area of the RAM 23. Specifically, when the power of the multifunction device 100 is turned on, the control unit 1 executes the startup program stored in the ROM 21 and the storage 22. Based on the start program, the control unit 1 executes the start process. At the time of startup processing, the control unit 1 divides the storage area of the RAM 23 (partitions).

第1領域71は、ソフトウェアとソフトウェアの実行に必要なデータが記憶される領域である。また、第1領域71はソフトウェアが実行される領域である。ソフトウェアは、プログラム、関数、命令を含む。 The first area 71 is an area in which the software and data necessary for executing the software are stored. The first area 71 is an area where software is executed. Software includes programs, functions and instructions.

RAM23の第1領域71は、例えば、カーネル81(OS)、標準ソフトウェア82、プログラムキャッシュメモリー83、拡張ソフトウェア84、ヒープメモリー85、スタックメモリー86、共有メモリー87を記憶する。カーネル81、標準ソフトウェア82、拡張ソフトウェア84、はROM21又はストレージ22に記憶される。起動処理のとき、ROM21又はストレージ22からカーネル81、標準ソフトウェア82、拡張ソフトウェア84が読み出される。標準ソフトウェア82は、プログラムキャッシュメモリー83に含まれる。 The first area 71 of the RAM 23 stores, for example, the kernel 81 (OS), the standard software 82, the program cache memory 83, the expansion software 84, the heap memory 85, the stack memory 86, and the shared memory 87. The kernel 81, standard software 82, and extension software 84 are stored in the ROM 21 or the storage 22. At the time of boot processing, the kernel 81, the standard software 82, and the extended software 84 are read from the ROM 21 or the storage 22. The standard software 82 is included in the program cache memory 83.

カーネル81は、RAM23の動作を管理する。カーネル81(カーネル空間)は、例えば、デバイスドライバー、ファイルシステム、ネットワークプロトコルを含む。標準ソフトウェア82は、複合機100に標準搭載される機能を実現するためのソフトウェアである。標準ソフトウェア82は、印刷用ソフトウェア82p、スキャン用ソフトウェア82s、通信用ソフトウェア82cを含む。印刷用ソフトウェア82pは印刷部5の制御に関するソフトウェアである。印刷用ソフトウェア82pにより、印刷機能が実現される。スキャン用ソフトウェア82sは、原稿搬送部3a、画像読取部3bの制御に関するソフトウェアである。スキャン用ソフトウェア82sにより、原稿読み取り機能が実現される。通信用ソフトウェア82cは、通信部6の制御に関するソフトウェアである。通信用ソフトウェア82cにより、送信機能が実現される。 The kernel 81 manages the operation of the RAM 23. Kernel 81 (kernel space) includes, for example, device drivers, file systems, and network protocols. The standard software 82 is software for realizing the functions that are installed as standard in the multifunction device 100. The standard software 82 includes printing software 82p, scanning software 82s, and communication software 82c. The printing software 82p is software related to the control of the printing unit 5. The printing function is realized by the printing software 82p. The scanning software 82s is software related to the control of the document transport unit 3a and the image reading unit 3b. The scanning software 82s realizes a document reading function. The communication software 82c is software related to the control of the communication unit 6. The transmission function is realized by the communication software 82c.

コピージョブのとき、スキャン用ソフトウェア82sと印刷用ソフトウェア82pに基づき、制御部1は処理を行う。制御部1は原稿を画像読取部3bに読み取らせる。制御部1は画像データを画像読取部3bに生成させる。制御部1は、生成した画像データをストレージ22に記憶させる。制御部1は、ストレージ22に記憶された画像データをRAM23に読み出させる。制御部1は、読み出された画像データの画像処理を画像処理部12に行わせる。制御部1は画像処理後の画像データに基づく印刷を印刷部5に行わせる。 At the time of the copy job, the control unit 1 performs processing based on the scanning software 82s and the printing software 82p. The control unit 1 causes the image reading unit 3b to read the document. The control unit 1 causes the image reading unit 3b to generate image data. The control unit 1 stores the generated image data in the storage 22. The control unit 1 causes the RAM 23 to read the image data stored in the storage 22. The control unit 1 causes the image processing unit 12 to perform image processing of the read image data. The control unit 1 causes the printing unit 5 to print based on the image data after the image processing.

プリントジョブのとき、通信用ソフトウェア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 control unit 1 performs processing based on the communication software 82c and the printing software 82p. The control unit 1 causes the communication unit 6 to receive the print data transmitted from the computer 200. The control unit 1 causes the image reading unit 3b to generate image data based on the received print data. The print data is, for example, data described in a page description language (PDL). The control unit 1 analyzes the print data and generates a raster image (bitmap image) as image data. The control unit 1 stores the generated image data in the storage 22. The control unit 1 causes the RAM 23 to read the image data stored in the storage 22. The control unit 1 causes the image processing unit 12 to perform image processing of the read image data. The control unit 1 causes the printing unit 5 to print based on the image data after the image processing.

送信ジョブのとき、スキャン用ソフトウェア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 control unit 1 performs processing based on the scanning software 82s and the communication software 82c. Have the image reading unit 3b read the original. The control unit 1 causes the image reading unit 3b to generate image data. The control unit 1 stores the generated image data in the storage 22. The control unit 1 causes the RAM 23 to read the image data stored in the storage 22. The control unit 1 causes the image processing unit 12 to perform image processing of the read image data. For example, the control unit 1 generates image data in the format set on the operation panel 4. The control unit 1 causes the communication unit 6 to transmit the generated image data to the destination (computer 200) set on the operation panel 4.

なお、標準ソフトウェア82は、ブラウザソフトウェア82bを含む。ブラウザソフトウェア82bは、第1領域71に読み出される。ブラウザソフトウェア82bに基づき、制御部1は、表示パネル41に画面を表示させる。ブラウザソフトウェア82bに基づき、制御部1は、例えば、複合機100の使用方法を示す画面を表示させる。また、ブラウザソフトウェア82bに基づき、制御部1は、拡張ソフトウェア84の使用方法を示す画面を表示させる。また、ブラウザソフトウェア82bに基づき、制御部1は、指定されたURLのページを表示パネル41に表示させる。このように、制御部1は、ブラウザソフトウェア82bに基づき、閲覧用の画面を表示パネル41に表示させる。 The standard software 82 includes browser software 82b. The browser software 82b is read into the first area 71. Based on the browser software 82b, the control unit 1 causes the display panel 41 to display the screen. Based on the browser software 82b, the control unit 1 displays, for example, a screen showing how to use the multifunction device 100. Further, based on the browser software 82b, the control unit 1 displays a screen showing how to use the extended software 84. Further, based on the browser software 82b, the control unit 1 causes the display panel 41 to display the page of the designated URL. In this way, the control unit 1 causes the display panel 41 to display the viewing screen based on the browser software 82b.

拡張ソフトウェア84は、標準搭載されないソフトウェアである。複合機100の設置後、拡張ソフトウェア84は、使用者により追加されたソフトウェアである。標準ソフトウェア82は、製造者が記憶部2に不揮発的に記憶させるソフトウェアである。拡張ソフトウェア84は使用者により記憶部2に新たにインストールされたソフトウェアである。 The expansion software 84 is software that is not installed as standard equipment. After the installation of the multifunction device 100, the expansion software 84 is software added by the user. The standard software 82 is software that the manufacturer non-volatilely stores in the storage unit 2. The extension software 84 is software newly installed in the storage unit 2 by the user.

拡張ソフトウェア84は、複合機100の機能を拡張するためのソフトウェアである。拡張ソフトウェア84は、実現したい機能に応じて作成される。複合機100の製造者以外の者が拡張ソフトウェア84を開発、設計、作成できる。拡張ソフトウェア84は、複合機100をより便利に使用するためのアプリケーションである。例えば、拡張ソフトウェア84には、予め用意されたサーバーと連携して送信を行うものがある。また、拡張ソフトウェア84には、特定サイズの原稿を読み取り、特定の形式の画像データを、特定の記憶場所に記憶させるものがある。 The expansion software 84 is software for expanding the functions of the multifunction device 100. The extension software 84 is created according to the function to be realized. A person other than the manufacturer of the multifunction device 100 can develop, design, and create the extension software 84. The extension software 84 is an application for more conveniently using the multifunction device 100. For example, some extension software 84 transmits in cooperation with a server prepared in advance. Further, the extension software 84 may read a document of a specific size and store image data in a specific format in a specific storage location.

ヒープメモリー85は、第1領域71に記憶されたソフトウェア(標準ソフトウェア82、拡張ソフトウェア84)が、処理実行時に確保するメモリー領域である。スタックメモリー86は、次の関数、命令に関する情報を記憶させるメモリー領域である。プログラムキャッシュメモリー83は、RAM23に展開するソフトウェア(プログラム、関数、命令)を記憶させるメモリー領域である。共有メモリー87は、複数のソフトウェア間で共用されるメモリー領域である。プログラムキャッシュメモリー83、ヒープメモリー85、スタックメモリー86、共有メモリー87は、各ソフトウェアが用いるメモリー領域である。 The heap memory 85 is a memory area secured by software (standard software 82, extended software 84) stored in the first area 71 at the time of processing execution. The stack memory 86 is a memory area for storing information about the next function and instruction. The program cache memory 83 is a memory area for storing software (programs, functions, instructions) to be expanded in the RAM 23. The shared memory 87 is a memory area shared by a plurality of software. The program cache memory 83, the heap memory 85, the stack memory 86, and the shared memory 87 are memory areas used by each software.

第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 first management information 91 is information for managing a job. The control unit 1 generates the first management information 91 for each job to be executed. The control unit 1 stores the first management information 91 in the shared memory 87. The first management information 91 is a kind of shared memory 87. The first management information 91 is a control memory area required for executing one job. Information about the job is stored in the first management information 91. For example, the first management information 91 includes information indicating the type of job, information indicating the number of pages included in the job, job setting information, and information indicating the progress of the job. The control unit 1 generates one first management information 91 for each job. Therefore, when there are a plurality of jobs being processed or waiting to be processed, the control unit 1 stores the plurality of first management information 91 in the first area 71.

第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 second management information 92 is information for managing each page included in the job. The control unit 1 generates the second management information 92 for each page of image data that needs to be processed for job execution. The control unit 1 stores the second management information 92 in the shared memory 87. The second management information 91 is also a type of shared memory 87. The second management information 92 is a control memory area required to execute a job for one page. Information about the page is stored in the second management information 92. For example, the second management information 92 includes information indicating the type of job, information indicating the order of pages, information indicating image processing to be performed on the page, and information indicating the processing status of the page. One second management information 92 is generated for each page. Therefore, when there are a plurality of pages to be processed, the control unit 1 stores the plurality of second management information 92 in the first area 71.

第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 second area 72 is an area in which image data used for the job is stored. The second region 72 is provided with a third region 73 (a region for processing a plurality of parts), a fourth region 74 (video region), and a fifth region 75 (RIP region). At the time of activation processing, the control unit 1 sets the third region 73, the fourth region 74, and the fifth region 75 in the second region 72. The control unit 1 divides the second area 72 into a third area 73, a fourth area 74, and a fifth area 75 (partitions are performed).

第3領域73は、複数部ジョブ用の領域である。画像読取部3bの読み取りで得られた画像データに基づき複数部を印刷するコピージョブが複数部ジョブである。また、受信した印刷用データに基づき複数部を連続して印刷するプリントジョブが複数部ジョブである。複数部ジョブを実行するとき、制御部1は、ジョブの間、1部に含まれる各ページの画像データを第3領域73に保持させる。複数部の印刷のとき、制御部1は、第3領域73に記憶された画像データを繰り返し使用する。言い換えると、複数部の印刷のとき、制御部1は、第3領域73に記憶された画像データを使い回す。 The third area 73 is an area for a plurality of jobs. A copy job that prints a plurality of copies based on the image data obtained by reading the image reading unit 3b is a multiple copy job. Further, a print job that continuously prints a plurality of copies based on the received print data is a multiple copy job. When executing a multi-part job, the control unit 1 causes the third area 73 to hold the image data of each page included in one part during the job. When printing a plurality of copies, the control unit 1 repeatedly uses the image data stored in the third area 73. In other words, when printing a plurality of copies, the control unit 1 reuses the image data stored in the third area 73.

第4領域74は、画像処理がなされた画像データを記憶する領域である。制御部1は、複合機100でジョブに使用する画像データをいったんストレージ22に記憶させる。制御部1は、これから画像処理を行うページの画像データをストレージ22から第3領域73に読み出す。画像処理部12は、読み出された画像データの画像処理を行う。制御部1は、画像処理の途中、又は、画像処理後の画像データを第4領域74に記憶させる。 The fourth area 74 is an area for storing image data that has undergone image processing. The control unit 1 temporarily stores the image data used for the job in the multifunction device 100 in the storage 22. The control unit 1 reads the image data of the page to be image-processed from the storage 22 into the third area 73. The image processing unit 12 performs image processing of the read image data. The control unit 1 stores the image data in the middle of the image processing or after the image processing in the fourth area 74.

第5領域75は、ページ記述言語で記述されたページを画像データに変換するために使用される領域である。制御部1(画像処理部12)は、印刷用データを解析する。画像処理部12は、ラスターイメージ(ビットマップ画像)を画像データとして生成させる。第5領域75は、ラスターイメージ生成時のワークメモリーとして使用される。 The fifth area 75 is an area used for converting a page described in the page description language into image data. The control unit 1 (image processing unit 12) analyzes the print data. The image processing unit 12 generates a raster image (bitmap image) as image data. The fifth area 75 is used as a work memory when generating a raster image.

(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 RAM 23 according to the embodiment will be described with reference to FIGS. 3 to 6. FIG. 3 is a diagram showing an example of a flow of setting the area of the RAM 23 according to the embodiment. FIG. 4 is a diagram showing an example of the first setting screen S1 according to the embodiment. FIG. 5 is a diagram showing an example of the second setting screen S2 according to the embodiment. FIG. 6 is a diagram showing an example of the third setting screen S3 according to the embodiment.

第1領域71が満杯になったとき、ソフトウェアに基づく制御部1の処理は停止する。そのため、第1領域71が不足しないようにしなければならない。ここで、使用者は、拡張ソフトウェア84を複数個、同時に動作させることがある。そのため、使用する拡張ソフトウェア84の数が多いほど、第1領域71のサイズは大きくすべきである。 When the first region 71 becomes full, the processing of the control unit 1 based on the software is stopped. Therefore, it is necessary to prevent the first region 71 from becoming insufficient. Here, the user may operate a plurality of the extension software 84 at the same time. Therefore, the larger the number of expansion software 84 used, the larger the size of the first region 71 should be.

また、複数台のコンピューター200から複数の印刷用データが次々と入力されたとき、同時に管理すべきジョブ数が多くなる。同時に管理すべきジョブ数が多いとき、各第1管理情報91の合計サイズは大きくなる。そのため、同時に管理可能なジョブ数を多くするほど、第1領域71のサイズは大きくすべきである。 Further, when a plurality of print data are input one after another from the plurality of computers 200, the number of jobs to be managed at the same time increases. When the number of jobs to be managed at the same time is large, the total size of each first management information 91 becomes large. Therefore, the size of the first area 71 should be increased as the number of jobs that can be managed at the same time is increased.

また、多数のページを含む印刷用データが次々と入力されることがある。この場合、同時に管理すべきページ数も多くなる。同時に管理すべきページ数が多いとき、各第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 second management information 92 becomes large. Therefore, the size of the first area 71 should be increased as the number of pages that can be managed at the same time is increased.

複合機100の使用状況は、使用者により異なる。複合機100に拡張ソフトウェア84を全くインストールしない使用者がいる。一方、使用者に、10個を超える拡張ソフトウェア84を同時に動作させる者もいる。また、ジョブの実行頻度が少ない使用者がいる。一方、ジョブの実行頻度が高い使用者もいる。例えば、実行待ちのジョブが数十個を超えない使用者がいる。一方で、実行待ちのジョブが1000個近くに及ぶ使用者もいる。また、処理待ちの画像データのページ数が、数万に及ぶ使用者もいる。 The usage status of the multifunction device 100 differs depending on the user. There is a user who does not install the extension software 84 on the multifunction device 100 at all. On the other hand, there are some users who simultaneously operate more than 10 extension software 84. In addition, there are users who execute jobs infrequently. On the other hand, some users frequently execute jobs. For example, there are users who do not have more than dozens of jobs waiting to be executed. On the other hand, some users have nearly 1000 jobs waiting to be executed. In addition, some users have tens of thousands of pages of image data waiting to be processed.

装置での処理が停止しないように、ソフトウェア、プログラム、制御データを記憶させる領域のサイズは、余裕をもったサイズとされる。拡張ソフトウェア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 multifunction device 100, the sizes of the first region 71 and the second region 72 can be changed. The size of the first region 71 and the second region 72 is set to the optimum size according to the usage situation. Hereinafter, an example of the flow of setting the size of each region will be described with reference to FIGS. 3 to 6.

図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 control unit 1 displays the first setting screen S1 on the display panel 41 (step # 1).

図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 control unit 1 increases the numerical value in the corresponding column. When the minus key is operated, the control unit 1 reduces the numerical value in the corresponding column. You can also enter a numerical value by operating the numeric keypad after touching each field. That is, the operation panel 4 accepts the numerical setting input.

ソフトウェア数入力欄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 multifunction device 100. The default value of the number of extended software is, for example, 15. When the number of extended software is 15, the control unit 1 allows up to 15 extended software 84 to operate (install) at the same time.

ソフトウェアサイズ入力欄L2は、複合機100にインストールしている、又は、インストールしようとしている拡張ソフトウェア84の平均サイズを入力する欄である。なお、平均サイズのデフォルト値は、例えば、5Mバイトである。 The software size input field L2 is a field for inputting the average size of the extended software 84 installed or to be installed in the multifunction device 100. The default value of the average size is, for example, 5 Mbytes.

管理可能ジョブ数入力欄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 control unit 1 manages up to 1000 jobs at the same time.

このように、操作パネル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 extension software 84, the average size of the extension software 84, and the number of manageable jobs (step # 2). After setting each numerical value, the user operates the next button B1. When the next button B1 is operated, the control unit 1 displays the second setting screen S2 on the display panel 41 (step # 3).

図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 control unit 1 increases the numerical value in the corresponding column. When the minus key is operated, the control unit 1 reduces the numerical value in the corresponding column. You can also enter a numerical value by operating the numeric keypad after touching each field.

管理可能ページ数入力欄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 control unit 1 manages up to 20000 image data pages at the same time.

ブラウザワークメモリーサイズ入力欄L5は、ブラウザソフトウェア82bに付与するワークメモリーサイズを入力する欄である。ブラウザソフトウェア82bで画像、動画を表示する場合、ワークメモリーサイズを大きくする必要がある。ワークメモリーサイズのサイズが小さい場合、画面の反応が遅くなることがある。また、ワークメモリーサイズのサイズが小さい場合、画像や動画を表示できないこともある。ブラウザソフトウェア82bで閲覧する内容に応じて、使用者は、ワークメモリーサイズを設定する。 The browser work memory size input field L5 is a field for inputting the work memory size assigned to the browser software 82b. When displaying images and moving images with the browser software 82b, it is necessary to increase the work memory size. If the work memory size is small, the screen response may slow down. Also, if the work memory size is small, images and videos may not be displayed. The user sets the work memory size according to the content to be browsed by the browser software 82b.

このように、操作パネル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 control unit 1 displays the third setting screen S3 on the display panel 41 (step # 5).

第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 second area 72. In other words, the third setting screen S3 is a screen for setting the allocation of the third area 73, the fourth area 74, and the fifth area 75. The third setting screen S3 includes a first radio button R1, a second radio button R2, a third radio button R3, and a completion button B3.

第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 third region 73, the fourth region 74, and the fifth region 75 based on the reference ratio. The reference ratio is predetermined. The reference ratio is stored non-volatilely in the ROM 21 or the storage 22. The reference ratio defines the ratio of the size of each region of the third region 73, the fourth region 74, and the fifth region 75 to the size of the second region 72. For example, assuming that the size of the second region 72 is 1, it is defined as the third region 73: the fourth region 74: the fifth region 75 = X: Y: Z (X + Y + Z = 1).

第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 multifunction device 100 is mainly used as a printer, the third radio button R3 may be operated.

このように、操作パネル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 control unit 1 obtains one calculated value for each setting numerical value (step # 7). Then, the control unit 1 obtains a total value obtained by summing the calculated values (step # 8). The control unit 1 sets the size of the first region 71 based on the total value (step # 9). The larger the total value, the larger the size of the first region 71 is set by the control unit 1. The smaller the total value, the smaller the size of the first region 71 is set by the control unit 1.

ここで、設定用数値は、拡張ソフトウェア数、管理可能ジョブ数、管理可能ページ数、ブラウザワークメモリーサイズである。設定用数値は複数である。制御部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 control unit 1 increases the corresponding calculated value as the setting input numerical value becomes larger. Setting The smaller the input numerical value for setting, the smaller the corresponding calculated value is.

設定された拡張ソフトウェア数に対応する算出値(第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 first region 71. Therefore, as the number of the extended software 84 increases, the control unit 1 increases the first calculated value. Specifically, the control unit 1 obtains the first calculated value based on the following (Equation 1).
(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 first management information 91. Therefore, it is preferable to increase the size of the first region 71 as the number of manageable jobs increases. Therefore, as the set number of manageable jobs increases, the control unit 1 increases the second calculated value. Specifically, the control unit 1 obtains the second calculated value based on the following (Equation 2).
(Equation 2) Second calculated value = number of manageable jobs × reference size of the first management information 91 The reference size of the first management information 91 is predetermined. The reference size of the first management information 91 is non-volatilely stored in the storage unit 2. For example, when the number of manageable jobs is 1000 and the reference size of the first management information 91 is 50 Kbytes, the second calculated value is 50 Mbytes. Further, when the number of manageable jobs is 200 and the reference size of the first management information 91 is 50 Kbytes, the second calculated value is 10 Mbytes.

次に、管理可能ページ数に対応する算出値(第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 second management information 92. Therefore, it is preferable to increase the size of the first area 71 as the number of manageable pages increases. Therefore, as the set number of manageable pages increases, the control unit 1 increases the third calculated value. Specifically, the control unit 1 obtains a third calculated value based on the following (Equation 3).
(Equation 3) Third calculated value = number of manageable pages × reference size of the second management information 92 The reference size of the second management information 92 is predetermined. The reference size of the second management information 92 is non-volatilely stored in the storage unit 2. For example, when the number of manageable pages is 20000 and the reference size of the second management information 92 is 2 Kbytes, the third calculated value is 40 Mbytes. Further, when the number of manageable pages is 5000 and the reference size of the second management information 92 is 2 Kbytes, the third calculated value is 10 Mbytes.

次に、ブラウザワークメモリーサイズに対応する算出値(第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 first area 71 is increased as the browser work memory size is larger. Therefore, as the set browser work memory size is larger, the control unit 1 increases the fourth calculated value. Specifically, the control unit 1 obtains the fourth calculated value based on the following (Equation 4).
(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 control unit 1 sets the size of the first region 71 based on the total value. Specifically, the control unit 1 sets a value obtained by adding a total value to a predetermined minimum secured amount to the size of the first region 71. The minimum allocation amount is the size of the kernel 81 (OS), the size of the standard software 82, and the heap memory 85, the stack memory 86, the program cache memory 83, and the shared memory 87 required when a plurality of standard software 82s are operated in parallel. It is determined based on the total amount of each size. For example, the minimum secured amount can be the total amount plus a predetermined margin. The minimum secured amount can be larger than the total amount.

例えば、拡張ソフトウェア数が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 control unit 1 sets the first region 71 to 615 Mbytes.

例えば、拡張ソフトウェア数が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 control unit 1 sets the first region 71 to 445 Mbytes.

更に、制御部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 control unit 1 sets the size of the second area 72 by subtracting the size of the first area 71 from the size of the storage area of the RAM 23 (step # 10). In the above example, in some cases, the first region 71 is set to 615 Mbytes. Depending on the value of the setting numerical value, the first area 71 may be set to 445 Mbytes. In this case, the storage area of the RAM 23 is largely allocated to the second area 72 by 615-445 = 170 Mbytes. When the size of the RAM 23 is 2G, the size of the second region 72 is larger than the default by about 10% to 20% of the total capacity of the RAM 23.

次に、制御部1は、操作されたラジオボタンに応じて、第2領域72の割り当てを設定する(ステップ♯11)。具体的に、操作パネル4が第1ラジオボタンR1の操作を受け付けたとき、制御部1は、基準比率に基づき、第3領域73、第4領域74、第5領域75のサイズを設定する。制御部1は、第3領域73、第4領域74、第5領域75のサイズの比率を基準比率と一致させる。 Next, the control unit 1 sets the allocation of the second area 72 according to the operated radio button (step # 11). Specifically, when the operation panel 4 receives the operation of the first radio button R1, the control unit 1 sets the sizes of the third region 73, the fourth region 74, and the fifth region 75 based on the reference ratio. The control unit 1 matches the size ratio of the third region 73, the fourth region 74, and the fifth region 75 with the reference ratio.

操作パネル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 control unit 1 increases the ratio of the third region 73 to be larger than the reference ratio. In other words, when the multi-part priority operation for instructing the priority of the multi-part job is received, the control unit 1 sets the size of the third region 73 so as to be larger than when the reference ratio is applied. For example, the control unit 1 sets the size of the third region 73 obtained by applying the reference ratio to the size of the third region 73 increased by a predetermined value. The control unit 1 sets the size of the fourth region 74 as the size obtained by applying the reference ratio and reducing the size of the fourth region 74 by 1/2 of a predetermined value. Further, the control unit 1 sets the size of the fifth region 75 to be a size reduced by 1/2 of a predetermined value from the size of the fifth region 75 obtained by applying the reference ratio.

操作パネル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 control unit 1 increases the ratio of the fifth region 75 to be larger than the reference ratio. In other words, when the operation panel 4 receives the printer priority operation instructing the printer priority, the control unit 1 sets the size of the fifth area 75 so as to be larger than when the reference ratio is applied. For example, the control unit 1 sets the size of the fifth region 75 obtained by applying the reference ratio to the size of the fifth region 75 increased by a predetermined value. The control unit 1 sets the size of the third region 73 as the size obtained by applying the reference ratio and reducing the size of the third region 73 by 1/2 of a predetermined value. Further, the control unit 1 sets the size of the third region 73 to be a size reduced by 1/2 of a predetermined value from the size of the fourth region 74 obtained by applying the reference ratio.

そして、制御部1は、新たに設定した各領域(第1領域71、第2領域72、第3領域73、第4領域74、第5領域75)のサイズを示す領域サイズ設定用データを記憶部2(ストレージ22)に不揮発的に記憶させる(ステップ♯12)。領域サイズ設定用データには、設定された拡張ソフトウェア数、管理可能ジョブ数、管理可能ページ数、ブラウザワークメモリーサイズを示す値が含まれる。そして、本フローは終了する(エンド)。 Then, the control unit 1 stores the area size setting data indicating the size of each newly set area (first area 71, second area 72, third area 73, fourth area 74, fifth area 75). Non-volatile storage is performed in unit 2 (storage 22) (step # 12). The area size setting data includes values indicating the set number of extended software, the number of manageable jobs, the number of manageable pages, and the browser work memory size. Then, this flow ends (end).

(各領域のサイズ設定後の動作)
次に、図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 multifunction device 100 according to the embodiment will be described with reference to FIG. 7. FIG. 7 is a flowchart showing an example of the flow of operations at the time of starting and after starting the multifunction device 100 according to the embodiment.

図7のスタートは、制御部1がRAM23の起動処理を開始するときである。複合機100の主電源が投入されたとき、制御部1はRAM23の起動処理を行う。また、RAM23への電力供給が一部又は全て停止する省電力モードが解除されたとき、制御部1はRAM23の起動処理を行う。 The start of FIG. 7 is when the control unit 1 starts the activation process of the RAM 23. When the main power of the multifunction device 100 is turned on, the control unit 1 starts the RAM 23. Further, when the power saving mode in which the power supply to the RAM 23 is partially or completely stopped is released, the control unit 1 starts the RAM 23.

RAM23の起動処理のとき、制御部1は、領域サイズデータを確認する(ステップ♯21)。そして、領域サイズデータに基づき、制御部1は、RAM23のパーティションを確定する(ステップ♯22)。制御部1は、各領域のサイズを領域サイズデータに定義されたサイズとする。 At the time of starting the RAM 23, the control unit 1 confirms the area size data (step # 21). Then, based on the area size data, the control unit 1 determines the partition of the RAM 23 (step # 22). The control unit 1 sets the size of each area to the size defined in the area size data.

そして、制御部1は、起動処理を続行する。制御部1は、起動処理のときに読み出すと定められたソフトウェア、プログラム、データを第1領域71に読み出す。例えば、制御部1は、標準ソフトウェア82、拡張ソフトウェア84を第1領域71に読み出す。そして、制御部1は、起動処理を完了させる(ステップ♯23)。 Then, the control unit 1 continues the activation process. The control unit 1 reads the software, the program, and the data defined to be read at the time of the start-up process into the first area 71. For example, the control unit 1 reads the standard software 82 and the extended software 84 into the first area 71. Then, the control unit 1 completes the activation process (step # 23).

そして、制御部1は、設定された拡張ソフトウェア数、管理可能ジョブ数、管理可能ページ数、ブラウザワークメモリーサイズを参照し、管理を行う(ステップ♯24)。例えば、制御部1は、設定された拡張ソフトウェア数を超えて、拡張ソフトウェア84を動作させない。また、制御部1は、設定された管理可能ジョブ数を超える第1管理情報91をRAM23に記憶させない。また、制御部1は設定された管理可能ページ数を超える第1管理情報91をRAM23に記憶させない。また、制御部1は、ブラウザソフトウェア82bのワークメモリーサイズを設定されたブラウザワークメモリーサイズとする。 Then, the control unit 1 refers to the set number of extended software, the number of manageable jobs, the number of manageable pages, and the browser work memory size, and manages them (step # 24). For example, the control unit 1 does not operate the extension software 84 in excess of the set number of extension software. Further, the control unit 1 does not store the first management information 91 exceeding the set number of manageable jobs in the RAM 23. Further, the control unit 1 does not store the first management information 91 exceeding the set number of manageable pages in the RAM 23. Further, the control unit 1 sets the work memory size of the browser software 82b to the set browser work memory size.

このようにして、実施形態に係る画像処理装置(複合機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 control unit 1, and an operation unit (operation panel 4). The memory stores image data used for the job and software required for executing the job. The control unit 1 sets the first area 71 and the second area 72 in the storage area of the memory. The operation unit accepts setting inputs of a plurality of numerical values for setting related to the usage status. The first area 71 is an area for storing software and executing the software. The second area 72 is an area in which image data is stored. When the setting numerical value is input, the control unit 1 sets the size of the first area 71 based on the setting input numerical value. The control unit 1 sets the size of the second area 72 by subtracting the size of the first area 71 from the size of the storage area.

これにより、ソフトウェアを記憶させる領域(第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 first area 71 can be determined based on the numerical value input by the user. For example, in the case of a user who does not need a large size in the first area 71, the size of the second area 72 can be increased. Further, in the case of a user who prefers to increase the size of the first region 71, the size of the second region 72 can be reduced and the size of the first region 71 can be increased. Each size of the image data area and the software area can be adjusted to an appropriate size according to the usage status of the image processing device.

また、制御部1は、1つの設定用数値につき、1つの算出値を求める。制御部1は設定入力された設定用数値が大きいほど、対応する算出値を大きくする。制御部1は設定入力された設定用数値が小さいほど、対応する算出値を小さくする。制御部1はそれぞれの算出値を合計した合計値を求める。制御部1は合計値が大きいほど、第1領域71のサイズを大きいサイズに設定する。制御部1は合計値が小さいほど、第1領域71のサイズを小さいサイズに設定する。これにより、正確に第1領域71に必要なサイズを推測することができる。画像処理装置の使用状況にあわせ、各領域のサイズを適切なサイズに設定することができる。 Further, the control unit 1 obtains one calculated value for each setting numerical value. The larger the setting numerical value input by the control unit 1, the larger the corresponding calculated value. The smaller the setting numerical value input by the control unit 1, the smaller the corresponding calculated value. The control unit 1 obtains a total value obtained by summing the calculated values. The control unit 1 sets the size of the first region 71 to a larger size as the total value is larger. The smaller the total value, the smaller the size of the first region 71 is set by the control unit 1. As a result, the size required for the first region 71 can be accurately estimated. The size of each area can be set to an appropriate size according to the usage status of the image processing device.

拡張ソフトウェア84が起動、実行されているとき、第1領域71の一部は拡張ソフトウェア84に占有される。第1領域71の容量不足しないように、実行する拡張ソフトウェア84が多いほど、第1領域71は大きくすべきである。そこで、設定用数値のうち、1つは、拡張ソフトウェア84の個数である拡張ソフトウェア数とする。制御部1は、拡張ソフトウェア数が大きいほど、拡張ソフトウェア数に対応する算出値を大きくする。制御部1は、拡張ソフトウェア数が小さいほど、拡張ソフトウェア数に対応する算出値を小さくする。拡張ソフトウェア84は、標準搭載されず、追加されるソフトウェアである。これにより、同時に起動、実行される拡張ソフトウェア84の個数に応じて、各領域のサイズを設定することができる。拡張ソフトウェア84の実行数によらず、容量不足が生じないように、第1領域71のサイズを設定することができる。 When the extension software 84 is started and executed, a part of the first area 71 is occupied by the extension software 84. The larger the extension software 84 to be executed, the larger the first area 71 should be so that the capacity of the first area 71 is not insufficient. Therefore, one of the setting numerical values is the number of extended software, which is the number of extended software 84. The control unit 1 increases the calculated value corresponding to the number of extended software as the number of extended software increases. The smaller the number of extended software, the smaller the calculated value corresponding to the number of extended software in the control unit 1. The expansion software 84 is software that is not installed as standard equipment but is added. As a result, the size of each area can be set according to the number of the extension software 84 that is started and executed at the same time. The size of the first area 71 can be set so that the capacity is not insufficient regardless of the number of times the expansion software 84 is executed.

ジョブごとに、ジョブを管理するための情報(第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 first area 71. There are heavy users who input jobs to the image processing device one after another. In this case, the number of jobs waiting to be processed is large. The number of jobs managed increases. In an image processing apparatus having a large number of jobs to be managed, the first area 71 should be large so that the capacity of the first area 71 is not insufficient. Therefore, one of the setting numerical values 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 1 stores the first management information 91 for managing the job in the first area 71 for each job to be executed. As the number of manageable jobs increases, the control unit 1 increases the calculated value corresponding to the number of manageable jobs. As the number of jobs that can be set and managed becomes smaller, the control unit 1 reduces the calculated value corresponding to the number of manageable jobs. As a result, in the image processing device used by the heavy user, the size of the first region 71 can be increased. In the image processing device used by the light user, a large amount of capacity can be allocated to the second area 72. The size of each area can be set to an appropriate size according to the actual usage situation.

ジョブを実行するとき、画像データのページごとに、ページを管理するための情報(第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 first area 71 for each page of the image data. There are heavy users who input jobs containing a large number of pages to the image processing device one after another. In this case, the number of pages waiting for processing is large. In an image processing apparatus having a large number of pages to be managed, the first area 71 should be large so that the capacity of the first area 71 is not insufficient. Therefore, one of the setting numerical values 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 1 stores the second management information 92 for managing the pages in the first area 71 for each page of the image data that needs to be processed for job execution. The control unit 1 increases the calculated value corresponding to the number of manageable pages as the number of manageable pages increases. The control unit 1 reduces the calculated value corresponding to the number of manageable pages as the number of manageable pages becomes smaller. In the image processing device used by the heavy user, the size of the first region 71 can be increased. In the image processing device used by the light user, a large amount of capacity can be allocated to the second area 72. The size of each area can be set to an appropriate size according to the actual usage situation.

情報を閲覧するためのブラウザでは、閲覧内容(表示内容)に応じて、ワークメモリーサイズが異なる。画像や動画を表示する場合、ワークメモリーサイズが大きくなる。そして、画像処理装置は画面を表示する表示パネル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 display panel 41 that displays a screen. The control unit 1 stores the browser software 82b for browsing in the first area 71. Based on the browser software 82b, the control unit 1 causes the display panel 41 to display the screen. One of the setting numerical values is the work memory size of the browser software 82b. The control unit 1 increases the calculated value corresponding to the work memory size as the work memory size increases. The control unit 1 reduces the calculated value corresponding to the work memory size as the work memory size becomes smaller. As a result, the size of each area can be set to an appropriate size according to the usage status of the browser (contents browsed by the browser).

制御部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 control unit 1 sets the third region 73, the fourth region 74, and the fifth region 75 in the second region 72. The operation unit accepts operations for setting the sizes of the third area 73, the fourth area 74, and the fifth area 75. The control unit 1 sets the sizes of the third area 73, the fourth area 74, and the fifth area 75 according to the operation received by the operation unit. As a result, each region included in the second region 72 can also be set to an appropriate size.

また、第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 third area 73 is a multi-part job area that holds image data of each page included in one part during the job when executing a multi-part job. The fourth area 74 is an area for storing image data that has undergone image processing. The fifth area 75 is an area used for converting a page described in the page description language into image data. A reference ratio that defines the ratio of the sizes of the third region 73, the fourth region 74, and the fifth region 75 to the size of the second region 72 is predetermined. When the operation unit receives the multiple-part priority operation (operation of the second radio button R2) for instructing the priority of the jobs of the plurality of parts, the control unit 1 increases the ratio of the third region 73 from the reference ratio. When the operation unit receives the printer priority operation (operation of the third radio button R3) for instructing the priority of the printer, the control unit 1 increases the ratio of the fifth area 75 to be larger than the reference ratio. As a result, the size of the third region 73 can be increased when there are many opportunities to perform jobs of a plurality of parts. Further, when there are many opportunities to process a page described in the page description language, the size of the fifth area 75 can be increased.

また、メモリーは、RAM23である。これにより、RAM23の記憶領域内に設けられる各領域のサイズを適切なサイズに設定することができる。 The memory is RAM 23. As a result, the size of each area provided in the storage area of the RAM 23 can be set to an appropriate size.

以上、本発明の実施形態を説明したが、本発明の範囲はこれに限定されず、発明の主旨を逸脱しない範囲で種々の変更を加えて実施することができる。 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 Control unit 23 RAM (memory) 4 Operation panel (operation unit)
41 Display panel 71 1st area 72 2nd area 73 3rd area 74 4th area 75 5th area 82b Browser software 83 Extended software 91 1st management information 92 2nd management information

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.
前記設定用数値のうち、1つは、画像処理装置で同時に管理可能なページ数である管理可能ページ数であり、
前記制御部は、
ジョブ実行のために処理が必要な前記画像データのページごとに、ページを管理するための第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項に記載の画像処理装置。
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.
前記設定用数値のうち、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.
前記拡張ソフトウェアは、標準搭載されず、追加されるソフトウェアであることを特徴とする請求項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.
前記第3領域は、複数部のジョブを実行するとき、ジョブの間、1部に含まれる各ページの前記画像データを保持する複数部ジョブ用領域であり、
前記第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.
前記メモリーは、RAMであることを特徴とする請求項1乃至8の何れか1項に記載の画像処理装置。 The image processing apparatus according to any one of claims 1 to 8, wherein the memory is a RAM.
JP2017116105A 2017-06-13 2017-06-13 Image processing device Expired - Fee Related JP6760208B2 (en)

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)

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