JP5699732B2 - Information processing apparatus and program - Google Patents

Information processing apparatus and program Download PDF

Info

Publication number
JP5699732B2
JP5699732B2 JP2011066996A JP2011066996A JP5699732B2 JP 5699732 B2 JP5699732 B2 JP 5699732B2 JP 2011066996 A JP2011066996 A JP 2011066996A JP 2011066996 A JP2011066996 A JP 2011066996A JP 5699732 B2 JP5699732 B2 JP 5699732B2
Authority
JP
Japan
Prior art keywords
image information
processing
information
unit
storage
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.)
Active
Application number
JP2011066996A
Other languages
Japanese (ja)
Other versions
JP2012203608A (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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP2011066996A priority Critical patent/JP5699732B2/en
Publication of JP2012203608A publication Critical patent/JP2012203608A/en
Application granted granted Critical
Publication of JP5699732B2 publication Critical patent/JP5699732B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、情報処理装置、プログラムに関する。   The present invention relates to an information processing apparatus and a program.

印刷機能やスキャナ機能などを有する画像形成装置は、記憶装置を備えている。記憶装置には、例えばスキャナ機能によって読み取られた画像情報が記憶される。
また、画像形成装置では、部分的にソフトウェアによってその動作や処理が制御されている。ソフトウェアは、新機能の追加や不具合の修正など、必要に応じて更新されることがある。
An image forming apparatus having a printing function, a scanner function, and the like includes a storage device. The storage device stores image information read by a scanner function, for example.
In the image forming apparatus, the operation and processing are partially controlled by software. The software may be updated as needed, such as adding new functions or correcting defects.

画像形成装置におけるソフトウェアが更新されると、ソフトウェアが更新される前に記憶されていた画像情報を印刷しようとしても、印刷できなくなる場合があった。この原因の1つには、更新後のソフトウェアが要求する画像情報のファイルフォーマットが、ソフトウェアが更新される前から記憶装置に記憶されていた画像情報のファイルフォーマットと相違することが挙げられる。   When software in the image forming apparatus is updated, there is a case where printing cannot be performed even if image information stored before the software is updated is to be printed. One cause of this is that the file format of the image information requested by the updated software is different from the file format of the image information stored in the storage device before the software is updated.

ソフトウェアの更新に伴って新たに要求されるファイルフォーマットが従前のファイルフォーマットと相違する場合に、その相違に基づく不具合を回避する種々の技術が提案されている。例えば、特許文献1は、半導体露光装置を制御するソフトウェアを更新する際に、ファイルフォーマットの変換機能を利用してファイルフォーマットの過不足を一括して補完する技術を開示する。   Various techniques have been proposed for avoiding a problem based on a difference between a file format newly requested as a result of software update and a difference from a previous file format. For example, Japanese Patent Application Laid-Open No. 2004-228688 discloses a technique for collectively compensating for excess or deficiency of a file format using a file format conversion function when updating software for controlling a semiconductor exposure apparatus.

また、特許文献2は、新機能を有するソフトウェアによって文書ファイルが作成された場合に、その新機能に関する情報をソフトウェアの世代ごとに文書ファイルに累積的に付加していき、従来のソフトウェアによって当該文書ファイルを読み出す際、付加された新機能に関する情報を利用して文書ファイルが読み出せなくなる不具合を回避する技術を開示する。特許文献3は、ファイルアプリケーションプログラムの旧バージョン、現バージョン及び将来のバージョンに対してファイルが利用可能であるか否かを管理する技術を開示する。   Further, in Patent Document 2, when a document file is created by software having a new function, information on the new function is cumulatively added to the document file for each generation of software, and the document is created by conventional software. Disclosed is a technique for avoiding a problem that a document file cannot be read by using information about a new function added when the file is read. Patent Document 3 discloses a technique for managing whether or not a file can be used for an old version, a current version, and a future version of a file application program.

特開平10−125587号公報Japanese Patent Laid-Open No. 10-125587 特開平10−133922号公報JP-A-10-133922 特開2009−266246号公報JP 2009-266246 A

本発明は、ソフトウェアの更新に伴い、更新後のソフトウェアが更新前に要求していたファイルフォーマットと相違するファイルフォーマットを要求する場合、該相違が原因で更新後のソフトウェアの正常な処理に支障をきたす不具合を短時間で解消する情報処理装置及びプログラムを提供することを目的とする。   According to the present invention, when the updated software requests a file format that is different from the file format requested before the update, the difference causes a problem in the normal processing of the updated software. It is an object of the present invention to provide an information processing apparatus and a program that can solve problems that occur in a short time.

請求項に記載の発明は、画像情報と前記画像情報に対して実行される処理に関する処理情報とを関連付けて記憶手段に保存する保存手段と、前記保存手段によって画像情報と処理情報とが保存される場合に、前記処理情報の格納場所を前記画像情報に付与する付与手段と、前記記憶手段に保存された画像情報を参照する参照手段と、前記参照手段によって画像情報が参照される場合に、該参照の際に要する処理を、前記画像情報に付与された格納場所を確認することによって実行する実行手段と、ソフトウェアの更新により変更される前記格納場所の版を管理する管理手段、を有し、前記付与手段は、前記格納場所を付与する場合、前記管理手段によって管理された版を前記画像情報にさらに付与し、前記実行手段は、前記画像情報が参照される場合であって、前記管理手段によって管理されている版と前記付与手段によって前記画像情報に付与された版とが異なるときに、前記参照の際に要する処理を実行することを特徴とする情報処理装置であるAccording to the first aspect of the present invention, a storage unit that associates image information and processing information related to processing executed on the image information and stores the image information in the storage unit, and the image information and the processing information are stored by the storage unit. When the image information is referred to by the adding means for giving the storage location of the processing information to the image information, the reference means for referring to the image information stored in the storage means, and the reference means , Executing means for performing the processing required for the reference by confirming the storage location given to the image information, and management means for managing the version of the storage location changed by software update, has the applying means, when granting the storage location, further grants plate managed by said management means to said image information, said execution means, the image information ginseng A case that is, when a plate assigned to the image information by the plate and the applying means, which is managed by the management unit are different, and executes a process necessary when the reference Information processing apparatus .

請求項に記載の発明は、画像情報と前記画像情報に対して実行される処理に関する処理情報とを関連付けて記憶手段に保存する保存手段と、前記保存手段によって画像情報と処理情報とが保存される場合に、前記処理情報の格納場所を前記画像情報に付与する付与手段と、前記記憶手段に保存された画像情報を参照する参照手段と、前記参照手段によって画像情報が参照される場合に、該参照の際に要する処理を、前記画像情報に付与された格納場所を確認することによって実行する実行手段と、を有し、前記格納場所は、階層的に構成され、各階層の格納場所によって画像情報に対し異なる処理が実行されることを特徴とする情報処理装置であるAccording to a second aspect of the present invention, there is provided storage means for associating image information and processing information related to processing executed on the image information in a storage means, and storing the image information and processing information by the storage means. When the image information is referred to by the adding means for giving the storage location of the processing information to the image information, the reference means for referring to the image information stored in the storage means, and the reference means And executing means for executing the processing required for the reference by confirming the storage location given to the image information, and the storage location is hierarchically configured, and the storage location of each hierarchy The information processing apparatus is characterized in that different processing is executed on image information.

請求項に記載の発明は、請求項に記載の発明において、前記各階層の位置及び大きさは予め設定されており、前記実行手段は、該参照の際に要する処理を、前記階層の位置及び大きさを確認することによって実行することを特徴としている。 According to a third aspect of the present invention, in the second aspect of the present invention, the position and size of each hierarchy is set in advance, and the execution means performs the processing required for the reference in each hierarchy. It is characterized by executing by confirming the position and size of.

請求項4に記載の発明は、コンピュータを、画像情報と前記画像情報に対して実行される処理に関する処理情報とを関連付けて記憶手段に保存する保存手段、前記保存手段によって画像情報と処理情報とが保存される場合に、前記処理情報の格納場所を前記画像情報に付与する付与手段、前記記憶手段に保存された画像情報を参照する参照手段、前記参照手段によって画像情報が参照される場合に、該参照の際に要する処理を、前記画像情報に付与された格納場所を確認することによって実行する実行手段、ソフトウェアの更新により変更される前記格納場所の版を管理する管理手段、として機能させ、前記付与手段は、前記格納場所を付与する場合、前記管理手段によって管理された版を前記画像情報にさらに付与し、前記実行手段は、前記画像情報が参照される場合であって、前記管理手段によって管理されている版と前記付与手段によって前記画像情報に付与された版とが異なるときに、前記参照の際に要する処理を実行することを特徴とするプログラムである。According to a fourth aspect of the present invention, there is provided storage means for associating a computer with image information and processing information related to processing executed on the image information, and storing the information in the storage means. Is stored, the assigning means for giving the storage location of the processing information to the image information, the reference means for referring to the image information stored in the storage means, and when the image information is referred to by the reference means , Functioning as the execution means for executing the processing required for the reference by confirming the storage location given to the image information, and the management means for managing the version of the storage location changed by software update The granting unit further grants a version managed by the managing unit to the image information when granting the storage location; When the image information is referred to and the version managed by the management unit is different from the version given to the image information by the giving unit, the processing required for the reference is executed Is a program characterized by
請求項5に記載の発明は、コンピュータを、画像情報と前記画像情報に対して実行される処理に関する処理情報とを関連付けて記憶手段に保存する保存手段、前記保存手段によって画像情報と処理情報とが保存される場合に、前記処理情報の格納場所を前記画像情報に付与する付与手段、前記記憶手段に保存された画像情報を参照する参照手段、前記参照手段によって画像情報が参照される場合に、該参照の際に要する処理を、前記画像情報に付与された格納場所を確認することによって実行する実行手段として機能させ、前記格納場所は、階層的に構成され、各階層の格納場所によって画像情報に対し異なる処理が実行されることを特徴とするプログラムである。According to a fifth aspect of the present invention, there is provided storage means for associating the computer with image information and processing information relating to processing executed on the image information in a storage means, and the image information and processing information by the storage means. Is stored, the assigning means for giving the storage location of the processing information to the image information, the reference means for referring to the image information stored in the storage means, and when the image information is referred to by the reference means , Functioning as execution means for executing the processing required for the reference by confirming the storage location given to the image information, and the storage location is configured in a hierarchy, and the image is determined depending on the storage location of each hierarchy. A program is characterized in that different processes are executed on information.

請求項に記載の発明によれば、ファイルフォーマットの相違が原因で更新後のソフトウェアの正常な処理に支障をきたす不具合を短時間で解消できる。また、参照の際に要する処理を実行するか否かについて、短時間で確認できる。 According to the first aspect of the present invention, it is possible to eliminate in a short time a problem that hinders normal processing of the updated software due to a difference in the file format. Further, it can be confirmed in a short time whether or not the processing required for the reference is executed.

請求項に記載の発明によれば、ファイルフォーマットの相違が原因で更新後のソフトウェアの正常な処理に支障をきたす不具合を短時間で解消できる。また、画像情報に対する階層的な処理を実行できる。 According to the second aspect of the present invention, it is possible to solve in a short time a problem that hinders normal processing of the updated software due to a difference in the file format. In addition, hierarchical processing for image information can be executed.

請求項に記載の発明によれば、各階層の格納場所を正確に把握できる。 According to the third aspect of the present invention, the storage location of each hierarchy can be accurately grasped.

請求項4に記載の発明によれば、ファイルフォーマットの相違が原因で更新後のソフトウェアの正常な処理に支障をきたす不具合を短時間で解消できる。また、参照の際に要する処理を実行するか否かについて、短時間で確認できる。According to the fourth aspect of the present invention, it is possible to eliminate in a short time a problem that hinders normal processing of the updated software due to a difference in the file format. Further, it can be confirmed in a short time whether or not the processing required for the reference is executed.
請求項5に記載の発明によれば、ファイルフォーマットの相違が原因で更新後のソフトウェアの正常な処理に支障をきたす不具合を短時間で解消できる。また、画像情報に対する階層的な処理を実行できる。According to the fifth aspect of the present invention, it is possible to eliminate in a short time a problem that hinders normal processing of the updated software due to a difference in the file format. In addition, hierarchical processing for image information can be executed.

(a)はPCと画像形成装置の斜視図である。(b)はPCと画像形成装置のブロック図である。FIG. 2A is a perspective view of a PC and an image forming apparatus. FIG. 2B is a block diagram of the PC and the image forming apparatus. 第1実施形態に係る制御部を例示するブロック図である。It is a block diagram which illustrates the control part concerning a 1st embodiment. 制御部のハードウェア構成を例示するブロック図である。It is a block diagram which illustrates the hardware constitutions of a control part. 第1実施形態に係る制御部の保存処理の一例を示すフローチャートである。It is a flowchart which shows an example of the preservation | save process of the control part which concerns on 1st Embodiment. 画像情報のファイルフォーマットの一例である。It is an example of the file format of image information. 第1実施形態に係る制御部の参照処理の一例を示すフローチャートである。It is a flowchart which shows an example of the reference processing of the control part which concerns on 1st Embodiment. 処理の実行手順を説明するための一例である。It is an example for demonstrating the execution procedure of a process. 第2実施形態に係る制御部を例示するブロック図である。It is a block diagram which illustrates the control part concerning a 2nd embodiment. 格納場所の版を管理する管理部を例示するブロック図である。It is a block diagram which illustrates the management part which manages the version of a storage place. 第2実施形態に係る制御部の保存処理の一例を示すフローチャートである。It is a flowchart which shows an example of the preservation | save process of the control part which concerns on 2nd Embodiment. 画像情報のファイルフォーマットの他の一例である。It is another example of the file format of image information. 第2実施形態に係る制御部の参照処理の一例を示すフローチャートである。It is a flowchart which shows an example of the reference processing of the control part which concerns on 2nd Embodiment. 画像情報のファイルフォーマットの他の一例である。It is another example of the file format of image information.

以下、本発明を実施するための形態について図面を参照して説明する。   Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings.

(第1実施形態)
図1(a)は、PC(Personal Computer)20と画像形成装置100の斜視図である。図1(b)は、PC20と画像形成装置100のブロック図である。
画像形成装置100は、制御部110、スキャナ部120、FAX(Facsimile)部130、複写部140、印刷部150、記憶部160を含む。画像形成装置100としては、例えばデジタル複合機がある。
尚、制御部110が本発明の情報処理装置に相当する。記憶部160が本発明の記憶手段に相当する。
(First embodiment)
FIG. 1A is a perspective view of a PC (Personal Computer) 20 and the image forming apparatus 100. FIG. 1B is a block diagram of the PC 20 and the image forming apparatus 100.
The image forming apparatus 100 includes a control unit 110, a scanner unit 120, a FAX (Facsimile) unit 130, a copying unit 140, a printing unit 150, and a storage unit 160. An example of the image forming apparatus 100 is a digital multi-function peripheral.
The control unit 110 corresponds to the information processing apparatus of the present invention. The storage unit 160 corresponds to the storage unit of the present invention.

制御部110は、スキャナ部120、FAX部130、複写部140、印刷部150、記憶部160の各種動作や処理を制御する。制御部110としては、例えば、コントローラがある。
スキャナ部120は、スキャナ機能を有する。スキャナ部120は、例えば、原稿に描画された文書や画像を光学的に読み取る。読み取られた文書や画像は、制御部110によって画像情報として記憶部160に保存される。
The control unit 110 controls various operations and processes of the scanner unit 120, the FAX unit 130, the copying unit 140, the printing unit 150, and the storage unit 160. An example of the controller 110 is a controller.
The scanner unit 120 has a scanner function. For example, the scanner unit 120 optically reads a document or an image drawn on a document. The read document or image is stored in the storage unit 160 as image information by the control unit 110.

FAX部130は、ファクシミリ受信機能、ファクシミリ送信機能を有する。FAX部130は、画像形成装置100の外部からファクリミリ送信された画像情報を受信する。受信した画像情報は、制御部110によって画像情報として記憶部160に保存される。記憶部160に記憶された画像情報は、制御部110によって参照される。FAX部130は、参照された画像情報を画像形成装置100の外部にファクシミリ送信する。   The FAX unit 130 has a facsimile reception function and a facsimile transmission function. The FAX unit 130 receives image information transmitted from the outside of the image forming apparatus 100. The received image information is stored in the storage unit 160 as image information by the control unit 110. The image information stored in the storage unit 160 is referred to by the control unit 110. The FAX unit 130 transmits the referred image information by facsimile to the outside of the image forming apparatus 100.

複写部140は、複写機能を有する。複写部140は、例えば、原稿に描画された文書や画像を光学的に読み取る。読み取られた文書や画像は、印刷部150によって記録用紙に複写され、画像形成装置100の外部に排紙される。尚、印刷部150から排紙される前に、記録用紙に複写される文書や画像を画像情報として記憶部160に保存させておいてもよい。   The copy unit 140 has a copy function. For example, the copying unit 140 optically reads a document or an image drawn on a document. The read document or image is copied onto a recording sheet by the printing unit 150 and discharged outside the image forming apparatus 100. Note that a document or an image copied on a recording sheet may be stored in the storage unit 160 as image information before being discharged from the printing unit 150.

印刷部150は、印刷機能を有する。印刷部150は、制御部110が参照した、記憶部160に記憶されていた画像情報を記録用紙に印刷し、画像形成装置100の外部に排紙する。印刷部150としては、例えば感光体、露光装置、転写装置、帯電装置、現像装置などから構成される画像形成機構がある。   The printing unit 150 has a printing function. The printing unit 150 prints the image information stored in the storage unit 160 referred to by the control unit 110 on a recording sheet, and discharges the image information to the outside of the image forming apparatus 100. The printing unit 150 includes an image forming mechanism including, for example, a photoreceptor, an exposure device, a transfer device, a charging device, and a developing device.

記憶部160は、画像情報や所要のプログラムを記憶する。記憶部160としては、例えばHDD(Hard Disc Drive)がある。画像情報は、中間ファイルとしてのバイナリファイル(又は、バイナリデータともいう。)として記憶される。このため、最終ファイルとしてのテキストファイル、TIFFファイルやJPEGファイルとして画像情報を記憶する場合に比べて、ファイルの大きさ(サイズ)が小さくなる。   The storage unit 160 stores image information and required programs. An example of the storage unit 160 is an HDD (Hard Disc Drive). The image information is stored as a binary file (or also referred to as binary data) as an intermediate file. For this reason, the size (size) of the file is smaller than when the image information is stored as a text file as a final file, a TIFF file, or a JPEG file.

また、図1(a)及び(b)に示すように、画像形成装置100にPC20を接続してもよい。図1において、画像形成装置100は、LAN(Local Area Network)30を介してPC20に接続されている。LAN30は有線通信でもよいし、無線通信でもよい。LAN30に代えて、インターネットを利用してもよい。   Further, as shown in FIGS. 1A and 1B, a PC 20 may be connected to the image forming apparatus 100. In FIG. 1, the image forming apparatus 100 is connected to a PC 20 via a LAN (Local Area Network) 30. The LAN 30 may be wired communication or wireless communication. The Internet may be used instead of the LAN 30.

PC20は、利用者によって操作され、文書や画像を含む画像情報を生成する。生成された画像情報が画像形成装置100によって印刷される場合、PC20は、操作に応じて印刷情報を画像形成装置100の制御部110に送信する。印刷情報には、画像情報のほか、その画像情報に対して設定された各種処理に関する処理情報が含まれる。印刷情報を受信した制御部110は、印刷情報に含まれる処理情報を解析し、解析結果に応じた画像情報を印刷部150に印刷させる。   The PC 20 is operated by a user and generates image information including documents and images. When the generated image information is printed by the image forming apparatus 100, the PC 20 transmits the print information to the control unit 110 of the image forming apparatus 100 according to an operation. In addition to image information, the print information includes processing information related to various processes set for the image information. The control unit 110 that has received the print information analyzes the processing information included in the print information, and causes the printing unit 150 to print image information corresponding to the analysis result.

上述した処理情報には、例えば、画像情報を記録用紙の両面に印刷する旨を指示する情報、画像情報をカラー印刷にしたりモノクロ印刷にしたりする情報、ファントに関する情報、画像情報の拡大倍率、縮小倍率に関する情報、印刷部数に関する情報、印刷向きに関する情報、複数のページ又は複数の画像を1枚の記録用紙にまとめて出力する機能に関する情報などがある。   The processing information described above includes, for example, information for instructing to print the image information on both sides of the recording paper, information for changing the image information to color printing or monochrome printing, information about the phantom, enlargement magnification of image information, reduction There are information on magnification, information on the number of copies, information on printing orientation, information on a function of outputting a plurality of pages or a plurality of images on a single recording sheet, and the like.

次に、上述した制御部110の機能について図2を参照して説明する。   Next, the function of the control unit 110 described above will be described with reference to FIG.

図2は、第1実施形態に係る制御部110を例示するブロック図である。
制御部110は、保存部111、付与部112、参照部113、実行部114を含む。
FIG. 2 is a block diagram illustrating the control unit 110 according to the first embodiment.
The control unit 110 includes a storage unit 111, a grant unit 112, a reference unit 113, and an execution unit 114.

保存部111は、スキャナ部120、FAX部130、PC20から送信された画像情報と画像情報に対して実行される処理に関する処理情報とを関連付けて記憶部160に保存する。スキャナ部120やFAX部130から送信された画像情報には、画像形成装置100の操作部(不図示)から設定された処理情報が、その画像情報に対して実行される処理として含まれている。   The storage unit 111 stores the image information transmitted from the scanner unit 120, the FAX unit 130, and the PC 20 in the storage unit 160 in association with processing information related to processing executed on the image information. The image information transmitted from the scanner unit 120 or the FAX unit 130 includes processing information set from an operation unit (not shown) of the image forming apparatus 100 as processing executed on the image information. .

付与部112は、保存部111によって画像情報と処理情報とが保存される場合に、処理情報の格納場所を画像情報に付与する。例えば、PC20から送信された印刷情報に含まれる画像情報には、上述したように処理情報が含まれている。また、スキャナ部120やFAX部130から送信された画像情報には、画像形成装置100の操作部(不図示)から設定された処理情報が含まれている。このため、これらの処理情報に関する処理の格納場所が画像情報に付与される。   The assigning unit 112 assigns a storage location of the processing information to the image information when the storage unit 111 stores the image information and the processing information. For example, the image information included in the print information transmitted from the PC 20 includes processing information as described above. Further, the image information transmitted from the scanner unit 120 or the FAX unit 130 includes processing information set from an operation unit (not shown) of the image forming apparatus 100. For this reason, the storage location of the processing related to the processing information is added to the image information.

参照部113は、記憶部160に保存された画像情報を参照する。参照部113は、FAX部130からファクシミリ送信の要求があったり、印刷部150から印刷の要求があったりした場合に、その要求に係る画像情報を記憶部160から抽出して、画像情報を参照する。
実行部114は、参照部113によって画像情報が参照される場合に、該参照の際に要する処理を、画像情報に付与された格納場所を確認することによって実行する。
The reference unit 113 refers to the image information stored in the storage unit 160. When there is a facsimile transmission request from the FAX unit 130 or a printing request from the printing unit 150, the reference unit 113 extracts image information related to the request from the storage unit 160 and refers to the image information. To do.
When the image information is referred to by the reference unit 113, the execution unit 114 executes processing required for the reference by confirming the storage location given to the image information.

続いて、制御部110のハードウェア構成について図3を参照して説明する。   Next, the hardware configuration of the control unit 110 will be described with reference to FIG.

図3は、制御部110のハードウェア構成を例示するブロック図である。
制御部110は、CPU(Central Processing Unit)10a、RAM(Random Access Memory)10b、ROM(Read Only Memory)10c、LAN I/F(Interface)10d、入出力I/F10eがバス10fにより接続されたハードウェア構成により実現される。CPU10a及びRAM10bにより本発明のコンピュータが実現される。
FIG. 3 is a block diagram illustrating a hardware configuration of the control unit 110.
The control unit 110 includes a CPU (Central Processing Unit) 10a, a RAM (Random Access Memory) 10b, a ROM (Read Only Memory) 10c, a LAN I / F (Interface) 10d, and an input / output I / F 10e connected by a bus 10f. Realized by hardware configuration. The computer of the present invention is realized by the CPU 10a and the RAM 10b.

尚、RAM10bとしては、例えばSRAM(Static RAM)、DRAM(Dynamic RAM)、SDRAM(Synchronous DRAM)、NVRAM(Non Volatile RAM)等がある。ROM10cとしては、例えばフラッシュメモリがある。また、LAN I/F(Interface)10dには、PC20が接続される。入出力I/F10eには、スキャナ部120、FAX部130、複写部140、印刷部150、記憶部160が接続される。   Examples of the RAM 10b include SRAM (Static RAM), DRAM (Dynamic RAM), SDRAM (Synchronous DRAM), and NVRAM (Non Volatile RAM). An example of the ROM 10c is a flash memory. The PC 20 is connected to a LAN I / F (Interface) 10d. The input / output I / F 10e is connected to the scanner unit 120, the FAX unit 130, the copying unit 140, the printing unit 150, and the storage unit 160.

したがって、RAM10bがROM10cや記憶部160に格納された所要のプログラムを読み込み、読み込まれたプログラムをCPU10aが実行することにより、上述した制御部110の各部が実現される。このようなプログラムとしては後述するフローチャートに応じたプログラムとればよい。また、このプログラムをCD−ROMなどの搬送可能な記憶媒体に格納してCPU10aに提供してもよい。   Therefore, the RAM 10b reads a required program stored in the ROM 10c or the storage unit 160, and the CPU 10a executes the read program, thereby realizing each unit of the control unit 110 described above. Such a program may be a program according to a flowchart described later. Further, this program may be stored in a transportable storage medium such as a CD-ROM and provided to the CPU 10a.

続いて、第1実施形態に係る制御部110の動作について図4から図7までを参照して説明する。
まず、第1実施形態に係る制御部110の保存処理について図4及び図5を参照して説明する。
Subsequently, the operation of the control unit 110 according to the first embodiment will be described with reference to FIGS. 4 to 7.
First, storage processing of the control unit 110 according to the first embodiment will be described with reference to FIGS. 4 and 5.

図4は、第1実施形態に係る制御部110の保存処理の一例を示すフローチャートである。図5は、画像情報のファイルフォーマットの一例である。   FIG. 4 is a flowchart illustrating an example of the storage process of the control unit 110 according to the first embodiment. FIG. 5 is an example of a file format of image information.

保存部111は、まず、画像情報と画像情報に対して実行される処理に関する処理情報とを関連付けて記憶部160に保存するか否かを判定する(ステップS101)。当該判定処理は、保存部111が画像情報を受信した場合に、図5(a)に示すように、画像情報に関連付けられたヘッダ情報にジョブ情報として記憶部160への保存が含まれているか否かによって行われる。ヘッダ情報に記憶部160への保存が含まれていない場合、当該画像情報の記憶部160への保存は中止される(ステップS101:NO)。記憶部160への保存が含まれていない場合としては、例えば、ヘッダ情報にジョブ情報として印刷処理やファクシミリ送信処理が含まれている場合などがある。   First, the storage unit 111 determines whether or not to store the image information and processing information related to processing executed on the image information in association with each other in the storage unit 160 (step S101). In the determination processing, when the storage unit 111 receives image information, the header information associated with the image information includes storage in the storage unit 160 as job information, as illustrated in FIG. Depending on whether or not. If the header information does not include saving in the storage unit 160, the saving of the image information in the storage unit 160 is stopped (step S101: NO). Examples of cases where the storage in the storage unit 160 is not included include cases where the header information includes print processing or facsimile transmission processing as job information.

付与部112は、保存部111が画像情報等を記憶部160に保存すると判定した場合(ステップS101:YES)、処理情報の格納場所を画像情報に付与する(ステップS102)。具体的には、図5(b)に示すように、付与部112は、画像情報に処理情報の格納場所を付与する。尚、図5に示す画像情報のファイルフォーマットの詳細については後述する。   If the storage unit 111 determines that the image information or the like is stored in the storage unit 160 (step S101: YES), the adding unit 112 adds the storage location of the processing information to the image information (step S102). Specifically, as illustrated in FIG. 5B, the assigning unit 112 assigns the storage location of the processing information to the image information. Details of the file format of the image information shown in FIG. 5 will be described later.

保存部111は、付与部112が処理情報の格納場所を画像情報に付与すると、処理情報の格納場所が付与された画像情報を記憶部160に保存する(ステップS103)。この結果、記憶部160には、図5(b)に示すような画像情報が蓄積されていく。   When the assigning unit 112 assigns the storage location of the processing information to the image information, the saving unit 111 saves the image information to which the storage location of the processing information is assigned in the storage unit 160 (Step S103). As a result, image information as shown in FIG. 5B is accumulated in the storage unit 160.

ここで、図5(b)に示す画像情報のファイルフォーマットの詳細について、図5(a)と対比して簡単に説明する。尚、ヘッダ情報や画像情報などは、バイナリデータであるが、説明の都合上、知覚可能な状態で示している。   Here, the details of the file format of the image information shown in FIG. 5B will be briefly described in comparison with FIG. The header information and image information are binary data, but are shown in a perceivable state for convenience of explanation.

図5(a)において、画像情報のファイルフォーマットは、ヘッダ情報、処理情報、画像情報を含んでいる。一方、図5(b)において、画像情報のファイルフォーマットは、ヘッダ情報、処理情報の格納場所、処理情報、画像情報を含んでいる。すなわち、付与部112によって、処理情報の格納場所が画像情報に付与される。処理情報の格納場所の大きさは、画像情報の大きさと比較すると非常に小さい。このため、処理情報の格納場所が付与されても、付与される前と比べて、記憶部160の記憶消費量に対する影響は少ない。特に、画像形成装置では、記憶部160などのハードウェア資源が制限されるため、このような影響が少ないことは好ましい。   In FIG. 5A, the file format of the image information includes header information, processing information, and image information. On the other hand, in FIG. 5B, the file format of the image information includes header information, processing information storage location, processing information, and image information. That is, the storage unit for processing information is added to the image information by the adding unit 112. The size of the storage location of the processing information is very small compared to the size of the image information. For this reason, even if the storage location of the processing information is given, the influence on the storage consumption of the storage unit 160 is less than before the processing information is given. In particular, in the image forming apparatus, since hardware resources such as the storage unit 160 are limited, it is preferable that the influence is small.

図5(a)及び(b)において示される位置「0」,「10」,・・・,「300」は、番地(アドレスともいう。)を示している。これらの位置は、オフセットの値と対応付いている。オフセットの値は、処理情報が格納され始める位置を示している。例えば、図5(b)において、位置「12」には、オフセット「60」が格納されている。このため、識別情報「RYOU_KATA」によって識別される処理情報「両面印刷」は、位置「60」以降に格納されている。   Positions “0”, “10”,..., “300” shown in FIGS. 5A and 5B indicate addresses (also referred to as addresses). These positions are associated with offset values. The offset value indicates the position where the processing information starts to be stored. For example, in FIG. 5B, the offset “60” is stored at the position “12”. For this reason, the processing information “duplex printing” identified by the identification information “RYOU_KATA” is stored after the position “60”.

また、処理情報の格納場所は、格納場所の大きさ(サイズ)を格納している。例えば、図5(b)において、位置「14」には、サイズ「80」が格納されている。このため、識別情報「RYOU_KATA」によって識別される処理情報「両面印刷」の大きさは「80」である。
同様に、識別情報「COLOR_MONO」によって識別される処理情報「カラー印刷」は、オフセットが「100」、サイズが「70」である。このため、処理情報「カラー印刷」は、位置「100」からサイズ「70」の大きさで格納されている。
尚、ファイルフォーマットを固定長とするために、必要に応じてマージンを含めてもよい。
The storage location of the processing information stores the size (size) of the storage location. For example, in FIG. 5B, the size “80” is stored at the position “14”. Therefore, the size of the processing information “duplex printing” identified by the identification information “RYOU_KATA” is “80”.
Similarly, the processing information “color printing” identified by the identification information “COLOR_MONO” has an offset of “100” and a size of “70”. For this reason, the processing information “color printing” is stored from the position “100” to the size “70”.
In order to make the file format a fixed length, a margin may be included as necessary.

さらに、上述した識別情報、オフセット、サイズは、それぞれ予め設定又は設計された固定長で格納されている。例えば、図5(b)において、位置「10」〜「20」までは、処理情報の格納場所が格納されることが定められている。そして、識別情報、オフセット、サイズは、それぞれ2バイトの固定長であることが定められている。このため、後述の参照処理において、識別情報の確認は、位置「10」の先頭から2バイトを確認すればよい。また、オフセットの確認は、識別情報の確認の後、次の2バイトを確認し、さらに、サイズの確認は、オフセットの確認の後、次の2バイトを確認すればよい。   Furthermore, the above-described identification information, offset, and size are stored in fixed lengths that are set or designed in advance. For example, in FIG. 5B, it is determined that the storage locations of the processing information are stored in the positions “10” to “20”. The identification information, offset, and size are each determined to be a fixed length of 2 bytes. For this reason, in the reference process described later, the identification information may be confirmed by confirming 2 bytes from the head of the position “10”. Also, the offset can be confirmed by confirming the next 2 bytes after confirming the identification information, and the size can be confirmed by confirming the next 2 bytes after confirming the offset.

次に、第1実施形態に係る制御部110の参照処理について図6及び図7を参照して説明する。   Next, reference processing of the control unit 110 according to the first embodiment will be described with reference to FIGS. 6 and 7.

図6は、第1実施形態に係る制御部110の参照処理の一例を示すフローチャートである。
参照部113は、まず、記憶部160に保存された画像情報を参照するか否か判定する(ステップS201)。当該判定処理は、FAX部130からファクシミリ送信の要求があったり、印刷部150から印刷の要求があったりしたか否かによって行われる。このような要求がない場合には、画像情報の参照処理は停止されている(ステップS201:NO)。
FIG. 6 is a flowchart illustrating an example of a reference process of the control unit 110 according to the first embodiment.
First, the reference unit 113 determines whether to refer to the image information stored in the storage unit 160 (step S201). This determination process is performed depending on whether there is a facsimile transmission request from the FAX unit 130 or a printing request from the printing unit 150. If there is no such request, the image information reference process is stopped (step S201: NO).

実行部114は、参照部113が記憶部160に保存された画像情報を参照すると判定した場合(ステップS201:YES)、参照の際に要する処理を、画像情報を付与された格納場所を確認することによって実行する(ステップS202)。尚、実行手順の詳細については、後に図7を参照して詳しく説明する。
参照部113は、参照の際に要する処理を、画像情報を付与された格納場所を確認することによって実行すると、画像情報を参照する(ステップS203)。
If the execution unit 114 determines that the reference unit 113 refers to the image information stored in the storage unit 160 (step S201: YES), the execution unit 114 confirms the storage location to which the image information is assigned for the processing required for the reference. (Step S202). The details of the execution procedure will be described later with reference to FIG.
The reference unit 113 refers to the image information when the processing required for the reference is executed by confirming the storage location to which the image information is assigned (step S203).

図7は、処理の実行手順を説明するための一例である。
図7に示すように、まず、参照部113が参照の際に処理「両面印刷」を要する場合、実行部114は、まず、位置「10」を確認する。尚、実行部114が最初に確認する位置は予め定めておけばよい。位置「10」の識別情報が「RYOU_KATA」であるため、次いで、オフセット「60」及びサイズ「80」を取得する。そして、実行部114は、取得したオフセット「60」及びサイズ「80」に基づいて、処理情報「両面印刷」を取得し、取得した処理情報「両面印刷」によって画像情報に対し両面印刷処理を実行する。
FIG. 7 is an example for explaining a process execution procedure.
As illustrated in FIG. 7, first, when the process “double-sided printing” is required when the reference unit 113 refers, the execution unit 114 first confirms the position “10”. Note that the position that the execution unit 114 first confirms may be determined in advance. Since the identification information of the position “10” is “RYOU_KATA”, an offset “60” and a size “80” are then acquired. Then, the execution unit 114 acquires processing information “double-sided printing” based on the acquired offset “60” and size “80”, and executes double-sided printing processing on the image information using the acquired processing information “double-sided printing”. To do.

次いで、参照部113が参照の際に処理「カラー印刷」も要する場合には、実行部114は、まず、位置「10」を確認する。位置「10」の識別情報が「RYOU_KATA」であり、処理「カラー印刷」に係る識別情報でないため、次の識別情報を確認する。この際、実行部114は、識別情報が格納された後の次の2バイトがオフセットであり、さらに次の2バイトがサイズであるため、オフセット及びサイズを取得する必要がない。このため、識別情報が、参照の際に要する処理に係る識別情報と相違する場合には、次の識別情報が格納されている位置「16」を確認する。尚、実行部114は、位置「10」に識別情報「RYOU_KATA」が格納されていることを保持しておき、次に識別情報を確認する場合には、位置「16」から確認するようにしてもよい。   Next, when the process “color printing” is also required when the reference unit 113 refers, the execution unit 114 first confirms the position “10”. Since the identification information of the position “10” is “RYOU_KATA” and is not the identification information related to the process “color printing”, the next identification information is confirmed. At this time, the execution unit 114 does not need to acquire the offset and the size because the next 2 bytes after the identification information is stored are the offset and the next 2 bytes are the size. Therefore, when the identification information is different from the identification information related to the processing required for reference, the position “16” where the next identification information is stored is confirmed. The execution unit 114 holds that the identification information “RYOU_KATA” is stored at the position “10”, and when confirming the identification information next time, confirms from the position “16”. Also good.

実行部114は、位置「16」の識別情報が「COLOR_MONO」であるため、次いで、オフセット「100」及びサイズ「70」を取得する。そして、実行部114は、取得したオフセット「100」及びサイズ「70」に基づいて、処理情報「カラー印刷」を取得し、取得した処理情報「カラー印刷」によって画像情報に対しカラー印刷処理を実行する。   Since the identification information of the position “16” is “COLOR_MONO”, the execution unit 114 then acquires the offset “100” and the size “70”. The execution unit 114 acquires processing information “color printing” based on the acquired offset “100” and size “70”, and executes color printing processing on the image information using the acquired processing information “color printing”. To do.

尚、上述した実行手順は、両面印刷やカラー印刷の実行手順であるため、印刷部150から印刷の要求があった場合を一例として説明している。例えば、FAX130からファクシミリ送信の要求があった場合には、画像情報の拡大、縮小などの実行手順とすればよい。   Note that the execution procedure described above is an execution procedure for double-sided printing or color printing, and therefore a case where a print request is made from the printing unit 150 is described as an example. For example, when there is a facsimile transmission request from the FAX 130, an execution procedure such as enlargement or reduction of image information may be used.

以上説明したように、処理情報の格納位置が、例えば図5(a)に例示するように、予め決められていると、ソフトウェアの更新によって参照部113が確認する格納位置にずれが生じることによって処理情報の取得が不能となる場合があった。しかし、本実施形態によれば、処理情報の格納場所を参照部113が確認すれば、その処理情報の格納位置及び大きさを取得し、取得した格納位置及び大きさで決定される処理情報を取得するので、ソフトウェアが更新されても、処理情報の取得が不能となる場合がない。   As described above, when the storage position of the processing information is determined in advance as illustrated in FIG. 5A, for example, the storage position checked by the reference unit 113 is generated by software update. In some cases, processing information could not be acquired. However, according to the present embodiment, when the reference unit 113 confirms the storage location of the processing information, the storage location and size of the processing information are acquired, and the processing information determined by the acquired storage location and size is obtained. Therefore, even if the software is updated, the processing information cannot be acquired.

特に、画像情報に対して実行される処理は、参照の際にのみ行われるので、ソフトウェアが更新された際に、記憶部160に記憶された画像情報のファイルフォーマットを一括して新たなファイルフォーマットに変換する場合と比べて、短時間ですむ。   In particular, since the process executed on the image information is performed only at the time of reference, when the software is updated, the file format of the image information stored in the storage unit 160 is collectively changed to a new file format. Compared to converting to, it takes less time.

(第2実施形態)
次に、本発明の第2実施形態について図8から図12までを参照して説明する。
(Second Embodiment)
Next, a second embodiment of the present invention will be described with reference to FIGS.

図8は、第2実施形態に係る制御部110を例示するブロック図である。図9は、格納場所の版(バージョン)を管理する管理部115を例示するブロック図である。尚、図3に例示される制御部110の各部と同様の構成には同一符号を付し、その説明を省略する。   FIG. 8 is a block diagram illustrating the control unit 110 according to the second embodiment. FIG. 9 is a block diagram illustrating a management unit 115 that manages the version of the storage location. In addition, the same code | symbol is attached | subjected to the structure similar to each part of the control part 110 illustrated by FIG. 3, and the description is abbreviate | omitted.

第2実施形態に係る制御部110は、管理部115を有する点で、第1実施形態に係る制御部110と相違する。
管理部115は、ソフトウェアの更新により変更される格納場所の版を管理する。例えば、図9(a)に示すように、管理部115が格納場所の版を管理している状態で、その版の格納場所と異なる格納場所を利用するソフトウェアが画像形成装置100に入力され、更新されると、図9(b)に示すように、管理部115が管理する格納場所の版が変化する。図9においては、版「1」が版「2」に変化している。格納場所の版が変化すると、例えば、格納場所の大きさや識別情報の格納順序などが変化する。
The control unit 110 according to the second embodiment is different from the control unit 110 according to the first embodiment in that it includes a management unit 115.
The management unit 115 manages the version of the storage location that is changed by updating the software. For example, as illustrated in FIG. 9A, software that uses a storage location different from the storage location of the version is input to the image forming apparatus 100 while the management unit 115 manages the storage location version. When updated, the version of the storage location managed by the management unit 115 changes as shown in FIG. In FIG. 9, the version “1” is changed to the version “2”. When the version of the storage location changes, for example, the size of the storage location, the storage order of identification information, and the like change.

例えば、後述する図11に示す版「1」の格納場所は、位置「10」に識別情報「RYOU_KATA」を格納している。しかし、不図示の版「2」の格納場所では、例えば位置「10」に識別情報「RYOU_KATA」と異なる識別情報が格納される場合がある。また、後述する図11に示す版「1」の格納場所は、位置「10」から位置「20」までが格納場所であるため、12バイトが格納場所の大きさである。しかし、不図示の版「2」の格納場所において、例えば、位置「10」から位置「24」までが格納場所である場合、16バイトが格納場所の大きさとなる。   For example, the storage location of the version “1” shown in FIG. 11 described later stores the identification information “RYOU_KATA” at the position “10”. However, in the storage location of the version “2” (not shown), for example, identification information different from the identification information “RYOU_KATA” may be stored at the position “10”. Further, since the storage location of the version “1” shown in FIG. 11 to be described later is from “10” to “20”, 12 bytes is the size of the storage location. However, in the storage location of the version “2” (not shown), for example, when the storage location is from position “10” to location “24”, 16 bytes is the size of the storage location.

図8に戻り、付与部112は、上述した格納場所を付与する場合、管理部115によって管理された版を画像情報にさらに付与する。また、実行部114は、画像情報が参照される場合であって、管理部115によって管理されている版と付与部112によって画像情報に付与された版とが異なるときに、参照の際に要する処理を実行する。   Returning to FIG. 8, when assigning the storage location described above, the assigning unit 112 further assigns a version managed by the managing unit 115 to the image information. Further, the execution unit 114 is required when referring to image information when the version managed by the management unit 115 is different from the version added to the image information by the adding unit 112. Execute the process.

続いて、第2実施形態に係る制御部110の動作について図10から図12までを参照して説明する。
まず、第2実施形態に係る制御部110の保存処理について図10及び図11を参照して説明する。
Subsequently, the operation of the control unit 110 according to the second embodiment will be described with reference to FIGS. 10 to 12.
First, storage processing of the control unit 110 according to the second embodiment will be described with reference to FIGS. 10 and 11.

図10は、第2実施形態に係る制御部110の保存処理の一例を示すフローチャートである。図11は、画像情報のファイルフォーマットの他の一例である。尚、図10に示すフローチャートは、第1実施形態で説明した図4に示すフローチャートと比較して、新たにステップS303の処理が追加されている点で相違する。   FIG. 10 is a flowchart illustrating an example of the storage process of the control unit 110 according to the second embodiment. FIG. 11 shows another example of the file format of the image information. The flowchart shown in FIG. 10 is different from the flowchart shown in FIG. 4 described in the first embodiment in that a process of step S303 is newly added.

すなわち、付与部112は、ステップS302において、処理情報の格納場所を画像情報に付与した後、管理部115によって管理された版を画像情報に付与し(ステップS303)、画像情報を記憶部160に保存する(ステップS304)。記憶部160には、図11に示すような版(バージョン)「1」が付与された画像情報が蓄積されていく。   That is, the assigning unit 112 assigns the storage location of the processing information to the image information in step S302, then assigns the version managed by the management unit 115 to the image information (step S303), and stores the image information in the storage unit 160. Save (step S304). Image information to which a version (version) “1” as shown in FIG. 11 is added is stored in the storage unit 160.

次に、第2実施形態に係る制御部110の参照処理について図12を参照して説明する。   Next, reference processing of the control unit 110 according to the second embodiment will be described with reference to FIG.

図12は、第2実施形態に係る制御部110の参照処理の一例を示すフローチャートである。尚、図12に示すフローチャートは、第1実施形態で説明した図6に示すフローチャートと比較して、新たにステップS402の判定処理が追加されている点で相違する。
すなわち、実行部114は、参照部113が記憶部160に保存された画像情報を参照すると判定した場合(ステップS401:YES)、画像情報の版が管理部15の版と異なるか否かを判定する(ステップS402)。そして、実行部114は、双方の版が異ならないと判定した場合には、後続の処理を中止する(ステップS402:NO)。一方、実行部114は、双方の版が異なると判定した場合には、後続の処理を実行する(ステップS402:YES)。
FIG. 12 is a flowchart illustrating an example of reference processing of the control unit 110 according to the second embodiment. The flowchart shown in FIG. 12 is different from the flowchart shown in FIG. 6 described in the first embodiment in that a determination process in step S402 is newly added.
That is, when the execution unit 114 determines that the reference unit 113 refers to the image information stored in the storage unit 160 (step S401: YES), the execution unit 114 determines whether the version of the image information is different from the version of the management unit 15. (Step S402). If the execution unit 114 determines that the two versions are not different, the execution unit 114 stops the subsequent processing (step S402: NO). On the other hand, if the execution unit 114 determines that the two versions are different, the execution unit 114 executes subsequent processing (step S402: YES).

例えば、記憶部160に、図11に示すような、版が「1」である格納場所が格納された画像情報が記憶されている場合に、図9(b)に示すように、管理部115が管理する版が「2」であると、双方の版が異なるため、ステップS403及びS404の処理を実行する。すなわち、実行部114は、管理部115によって管理されている現在の版と付与部112によって画像情報に付与された過去の版とが異なるときに、参照の際に要する処理を実行する。   For example, when the storage unit 160 stores image information storing a storage location whose version is “1” as illustrated in FIG. 11, as illustrated in FIG. 9B, the management unit 115. If the version managed by “2” is “2”, the two versions are different, and therefore the processing of steps S403 and S404 is executed. In other words, the execution unit 114 executes processing required for reference when the current version managed by the management unit 115 is different from the past version added to the image information by the adding unit 112.

このように、双方の版が相違しない場合には、ステップS403及びS404の処理は行われない。すなわち、双方の版が相違しない場合、ソフトウェアの更新に基づく不具合は発生しないので、ステップS403及びS404の処理を行う必要がない。逆に、双方の版が相違する場合にのみ、ステップS403及びS404の処理は行われる。すなわち、双方の版が相違する場合、ソフトウェアの更新に基づく不具合は発生し得るので、ステップS403及びS404の処理を行う必要がある。   As described above, when the two versions are not different, the processes in steps S403 and S404 are not performed. In other words, if the two versions are not different, there is no problem based on software update, so there is no need to perform steps S403 and S404. Conversely, only when the two versions are different, the processes of steps S403 and S404 are performed. In other words, if the two versions are different, a problem based on software update may occur, so that the processes in steps S403 and S404 need to be performed.

この結果、実行部114は、格納場所の版を確認するだけで、識別情報の確認等、後続の処理を実行するか否かを判断する。そして、画像情報に付与された格納場所の版と管理部115が管理する現在の版とが相違しない場合には、不要な処理が行われなくなり、第1実施形態に比べて、識別情報の確認処理が短時間となる。   As a result, the execution unit 114 determines whether or not to execute subsequent processing such as confirmation of identification information only by confirming the version of the storage location. If the version of the storage location assigned to the image information is not different from the current version managed by the management unit 115, unnecessary processing is not performed, and the identification information is confirmed as compared with the first embodiment. Processing takes a short time.

(第3実施形態)
次に、本発明の第3実施形態について図13を参照して説明する。
(Third embodiment)
Next, a third embodiment of the present invention will be described with reference to FIG.

図13は、画像情報のファイルフォーマットの他の一例である。
図13に示すファイルフォーマットは、図11に示すファイルフォーマットと比較して、処理情報の格納場所が階層的に構成されている点で相違する。
具体的には、図13に示すように、位置「10」及び「12」には、階層(0)のオフセット「20」及びサイズ「12」が格納されている。また、位置「14」及び「16」には、階層(1)のオフセット「36」及びサイズ「6」が格納されている。このように、各階層の位置及びサイズは予め設定又は設計されている。
FIG. 13 shows another example of the file format of the image information.
The file format shown in FIG. 13 is different from the file format shown in FIG. 11 in that storage locations of processing information are hierarchically configured.
Specifically, as illustrated in FIG. 13, the offset “20” and the size “12” of the hierarchy (0) are stored in the positions “10” and “12”. In addition, in the positions “14” and “16”, the offset “36” and the size “6” of the hierarchy (1) are stored. As described above, the position and size of each layer are set or designed in advance.

すなわち、階層(0)における処理情報の格納場所は、位置「20」から格納され始め、サイズが「12」であるため、位置「32」で格納を終了する。階層(1)における処理情報の格納場所は、位置「36」から格納され始め、サイズが「6」であるため、位置「40」で格納を終了する。   That is, the storage location of the processing information in the hierarchy (0) starts to be stored from the position “20”, and since the size is “12”, the storage ends at the position “32”. Since the storage location of the processing information in the hierarchy (1) starts to be stored from the position “36” and the size is “6”, the storage ends at the position “40”.

本実施形態では、各階層の格納場所によって画像情報に対し異なる処理が実行される。そして、実行部114は、参照の際に要する処理を、階層の位置及び大きさを確認することによって実行する。例えば、階層(0)では、画像情報の全体に対して実行される処理が格納される。階層(1)では、画像情報の一部に対して実行される処理が格納される。図13においては、画像情報の全体に対して両面印刷及びカラー印刷が実行され、2頁目の画像情報に対してフォントがゴシック体にされて実行される。   In the present embodiment, different processing is performed on the image information depending on the storage location of each layer. And the execution part 114 performs the process required in the case of a reference by confirming the position and magnitude | size of a hierarchy. For example, in the hierarchy (0), processing executed on the entire image information is stored. In the hierarchy (1), processing executed for a part of the image information is stored. In FIG. 13, double-sided printing and color printing are executed on the entire image information, and the font is executed in a Gothic form on the image information on the second page.

このように、本実施形態では、処理情報の格納場所が階層ごとに格納される。各階層は、上述したように、画像情報の全体に対して行うものと一部に対して行うものとに区別してもよいし、実行される処理の種類ごとに区別してもよい。例えば、テキストデータとイメージデータに対して異なる処理を実行するために、これらの処理を別々の階層に格納してもよい。さらに、階層は、全体と部分、又はテキストデータとイメージデータといった二分化だけでなく、上位概念的な処理、中位概念的な処理、下位概念的な処理といった三分化以上の階層であってもよい。   Thus, in this embodiment, the storage location of the processing information is stored for each hierarchy. As described above, each layer may be classified into what is performed on the entire image information and what is performed on a part of the image information, or may be distinguished depending on the type of processing to be executed. For example, in order to execute different processes for text data and image data, these processes may be stored in separate hierarchies. Furthermore, the hierarchy is not only divided into two parts such as whole and part or text data and image data, but may be divided into three or more layers such as high-level conceptual processing, middle-level conceptual processing, and low-level conceptual processing. Good.

以上、本発明の好ましい実施形態について詳述したが、本発明に係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   The preferred embodiments of the present invention have been described in detail above, but the present invention is not limited to the specific embodiments according to the present invention, and various modifications are possible within the scope of the gist of the present invention described in the claims.・ Change is possible.

例えば、上述した第1から第3の実施形態では、画像形成装置100の制御部110を一例として説明したが、これに限定されず、PCや家電機器など、ソフトウェアによって動作が制御されるあらゆる機器を情報処理装置としてもよい。   For example, in the first to third embodiments described above, the control unit 110 of the image forming apparatus 100 has been described as an example. However, the present invention is not limited to this, and any device whose operation is controlled by software, such as a PC or a home appliance. May be an information processing apparatus.

100 画像形成装置
110 制御部(情報処理装置)
111 保存部
112 付与部
113 参照部
114 実行部
115 管理部
160 記憶部(記憶手段)
100 Image forming apparatus 110 Control unit (information processing apparatus)
DESCRIPTION OF SYMBOLS 111 Storage part 112 Assignment part 113 Reference part 114 Execution part 115 Management part 160 Storage part (storage means)

Claims (5)

画像情報と前記画像情報に対して実行される処理に関する処理情報とを関連付けて記憶手段に保存する保存手段と、
前記保存手段によって画像情報と処理情報とが保存される場合に、前記処理情報の格納場所を前記画像情報に付与する付与手段と、
前記記憶手段に保存された画像情報を参照する参照手段と、
前記参照手段によって画像情報が参照される場合に、該参照の際に要する処理を、前記画像情報に付与された格納場所を確認することによって実行する実行手段と、
ソフトウェアの更新により変更される前記格納場所の版を管理する管理手段、を有し
前記付与手段は、前記格納場所を付与する場合、前記管理手段によって管理された版を前記画像情報にさらに付与し、
前記実行手段は、前記画像情報が参照される場合であって、前記管理手段によって管理されている版と前記付与手段によって前記画像情報に付与された版とが異なるときに、前記参照の際に要する処理を実行することを特徴とする情報処理装置。
Storage means for associating image information and processing information related to processing executed on the image information in a storage means;
When the image information and the processing information are stored by the storage unit, an adding unit that adds a storage location of the processing information to the image information;
Reference means for referring to image information stored in the storage means;
An execution unit that, when the image information is referred to by the reference unit, executes a process required for the reference by confirming a storage location given to the image information;
A managing means for managing the version of the storage location is changed by software update, and
The granting unit further grants a version managed by the managing unit to the image information when granting the storage location;
The execution means is a case where the image information is referred to, and when the version managed by the management means is different from the version given to the image information by the giving means, information processing apparatus you and the client performs processing required.
画像情報と前記画像情報に対して実行される処理に関する処理情報とを関連付けて記憶手段に保存する保存手段と、
前記保存手段によって画像情報と処理情報とが保存される場合に、前記処理情報の格納場所を前記画像情報に付与する付与手段と、
前記記憶手段に保存された画像情報を参照する参照手段と、
前記参照手段によって画像情報が参照される場合に、該参照の際に要する処理を、前記画像情報に付与された格納場所を確認することによって実行する実行手段と、を有し、
前記格納場所は、階層的に構成され、
各階層の格納場所によって画像情報に対し異なる処理が実行されることを特徴とする情報処理装置。
Storage means for associating image information and processing information related to processing executed on the image information in a storage means;
When the image information and the processing information are stored by the storage unit, an adding unit that adds a storage location of the processing information to the image information;
Reference means for referring to image information stored in the storage means;
Execution means for executing processing required for the reference when the image information is referred to by the reference means by confirming a storage location given to the image information;
The storage location is hierarchically configured,
Information processing apparatus you characterized in that different processing to the image information by the location of each layer is performed.
前記各階層の位置及び大きさは予め設定されており、
前記実行手段は、該参照の際に要する処理を、前記階層の位置及び大きさを確認することによって実行することを特徴とする請求項に記載の情報処理装置。
The position and size of each level are set in advance,
The information processing apparatus according to claim 2 , wherein the execution unit executes a process required for the reference by confirming a position and a size of each layer.
コンピュータを、Computer
画像情報と前記画像情報に対して実行される処理に関する処理情報とを関連付けて記憶手段に保存する保存手段、Storage means for associating image information and processing information related to processing executed on the image information in association with storage means;
前記保存手段によって画像情報と処理情報とが保存される場合に、前記処理情報の格納場所を前記画像情報に付与する付与手段、A granting unit for giving a storage location of the processing information to the image information when the image information and the processing information are saved by the saving unit;
前記記憶手段に保存された画像情報を参照する参照手段、Reference means for referring to image information stored in the storage means;
前記参照手段によって画像情報が参照される場合に、該参照の際に要する処理を、前記画像情報に付与された格納場所を確認することによって実行する実行手段、Execution means for executing processing required for the reference by confirming a storage location given to the image information when the image information is referred to by the reference means;
ソフトウェアの更新により変更される前記格納場所の版を管理する管理手段、として機能させ、Function as a management means for managing the version of the storage location changed by software update,
前記付与手段は、前記格納場所を付与する場合、前記管理手段によって管理された版を前記画像情報にさらに付与し、The granting unit further grants a version managed by the managing unit to the image information when granting the storage location;
前記実行手段は、前記画像情報が参照される場合であって、前記管理手段によって管理されている版と前記付与手段によって前記画像情報に付与された版とが異なるときに、前記参照の際に要する処理を実行することを特徴とするプログラム。The execution means is a case where the image information is referred to, and when the version managed by the management means is different from the version given to the image information by the giving means, A program characterized by executing necessary processing.
コンピュータを、Computer
画像情報と前記画像情報に対して実行される処理に関する処理情報とを関連付けて記憶手段に保存する保存手段、Storage means for associating image information and processing information related to processing executed on the image information in association with storage means;
前記保存手段によって画像情報と処理情報とが保存される場合に、前記処理情報の格納場所を前記画像情報に付与する付与手段、A granting unit for giving a storage location of the processing information to the image information when the image information and the processing information are saved by the saving unit;
前記記憶手段に保存された画像情報を参照する参照手段、Reference means for referring to image information stored in the storage means;
前記参照手段によって画像情報が参照される場合に、該参照の際に要する処理を、前記画像情報に付与された格納場所を確認することによって実行する実行手段として機能させ、When the image information is referred to by the reference unit, the processing required for the reference is made to function as an execution unit that executes by confirming the storage location given to the image information,
前記格納場所は、階層的に構成され、The storage location is hierarchically configured,
各階層の格納場所によって画像情報に対し異なる処理が実行されることを特徴とするプログラム。A program in which different processing is executed on image information depending on the storage location of each hierarchy.
JP2011066996A 2011-03-25 2011-03-25 Information processing apparatus and program Active JP5699732B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011066996A JP5699732B2 (en) 2011-03-25 2011-03-25 Information processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011066996A JP5699732B2 (en) 2011-03-25 2011-03-25 Information processing apparatus and program

Publications (2)

Publication Number Publication Date
JP2012203608A JP2012203608A (en) 2012-10-22
JP5699732B2 true JP5699732B2 (en) 2015-04-15

Family

ID=47184565

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011066996A Active JP5699732B2 (en) 2011-03-25 2011-03-25 Information processing apparatus and program

Country Status (1)

Country Link
JP (1) JP5699732B2 (en)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3003619B2 (en) * 1997-04-09 2000-01-31 日本電気株式会社 Apparatus internal setting information backup apparatus and method, and storage medium storing apparatus internal setting information backup control program
JP4124410B2 (en) * 2001-09-25 2008-07-23 株式会社リコー Memory rewriting method and program for causing computer to execute the method
JP3832423B2 (en) * 2002-11-19 2006-10-11 コニカミノルタビジネステクノロジーズ株式会社 Image processing apparatus, image forming apparatus, and program
US7620889B2 (en) * 2004-12-20 2009-11-17 Microsoft Corporation Method and system for linking data ranges of a computer-generated document with associated extensible markup language elements
JP2006252206A (en) * 2005-03-10 2006-09-21 Ricoh Co Ltd Imaging device, information processor, and imaging system
JP4701810B2 (en) * 2005-04-22 2011-06-15 株式会社大林組 File creation method, file creation system, file management system, file, and program
JP4877921B2 (en) * 2006-01-25 2012-02-15 株式会社日立製作所 Storage system, storage controller, and recovery point detection method for storage controller

Also Published As

Publication number Publication date
JP2012203608A (en) 2012-10-22

Similar Documents

Publication Publication Date Title
JP4399490B2 (en) Image output device
JP2007323641A (en) System and method for electronic document output request processing control
JP2009081742A (en) Image forming device
JP4560493B2 (en) Image forming apparatus
US8659782B2 (en) Image forming apparatus using option controller for printing
US20070030509A1 (en) System and method for performing selective off-loading of document processing operations
JP6256417B2 (en) PRINT CONTROL DEVICE, PROGRAM, AND PRINT SYSTEM
JP5699732B2 (en) Information processing apparatus and program
JP5765096B2 (en) Image processing apparatus and image processing method
JP5132459B2 (en) Data processing apparatus, control method for data processing apparatus, storage medium, and program
JP5704318B2 (en) Image forming method and image forming apparatus
JP5123726B2 (en) Image forming apparatus
JP2007008018A (en) Image forming apparatus and method for managing image forming apparatus
US20050134897A1 (en) Image forming apparatus
JP4648927B2 (en) Image forming apparatus
JP2008262439A (en) Information processor, print document adjustment processing program and storage medium
JP7031145B2 (en) How to manage an image forming system and an image forming device
JP2010041412A (en) Information management apparatus, information management system, information management program, and recording media
JP2009069976A (en) Application change management system and document processing apparatus
JP2008148159A (en) Data output control apparatus, data output control method and program
JP2008293352A (en) Image forming system
JP6168311B2 (en) Image forming apparatus, image forming system, and image forming method
JP2006195888A (en) Print system
JP2006174247A (en) Image input/output device, image processing method, computer-readable storage medium with program stored thereon and the program
JP5459470B2 (en) Information processing apparatus and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140916

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20141021

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20141222

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: 20150120

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150202

R150 Certificate of patent or registration of utility model

Ref document number: 5699732

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350