JP2005080017A - Image processing apparatus - Google Patents
Image processing apparatus Download PDFInfo
- Publication number
- JP2005080017A JP2005080017A JP2003309293A JP2003309293A JP2005080017A JP 2005080017 A JP2005080017 A JP 2005080017A JP 2003309293 A JP2003309293 A JP 2003309293A JP 2003309293 A JP2003309293 A JP 2003309293A JP 2005080017 A JP2005080017 A JP 2005080017A
- Authority
- JP
- Japan
- Prior art keywords
- application
- api
- image processing
- control program
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Landscapes
- Accessory Devices And Overall Control Thereof (AREA)
- Facsimiles In General (AREA)
Abstract
Description
本発明は、画像処理装置に関する。 The present invention relates to an image processing apparatus.
従来、会社のオフィス等では、セットされた原稿の画像を読み取るスキャンジョブ、原稿の画像を読み取って得られた画像データに基づいて用紙に印刷するコピージョブ、外部端末からの印刷指示に基づいて用紙に印刷するプリントジョブ、外部のファクシミリ装置との通信により画像を送受信するFAXジョブなどの複数の機能を有する、いわゆるデジタル複合機(MFP:Multiple Function Peripheral。以下、「MFP」という。)が普及している。 Conventionally, in a company office or the like, a scan job for reading an image of a set original, a copy job for printing on a paper based on image data obtained by reading the image of the original, a paper based on a print instruction from an external terminal A so-called digital multifunction peripheral (MFP) having a plurality of functions such as a print job to be printed on a printer and a FAX job for transmitting and receiving an image by communication with an external facsimile apparatus has become widespread. ing.
このようなMFPを用いれば、ユーザにとっては、コピー機、プリンタ等の装置を個別に配置する必要がなく、1台で複数の機能を実行できるため、低コストであり使い勝手も良くなる。
一方で、MFPの開発者にとっては、スキャン機能等の各種機能に対応する複数のソフトウエア(アプリケーション。以下、「アプリ」という。)を開発する必要があるが、これらを個別に設ける構成としたのでは開発に多大な時間がかかってしまう。そのため、例えば特許文献1には、各アプリの共通部分を括り出したものと汎用OS(オペレーティング・システム)とでプラットフォームを形成し、アプリ開発時には当該プラットフォーム以外の部分を作成するだけの構成とすることで、効率良く開発を行えるようにした技術が開示されている。
On the other hand, for MFP developers, it is necessary to develop a plurality of software (applications, hereinafter referred to as “applications”) corresponding to various functions such as a scan function. So development takes a lot of time. For this reason, for example, Patent Document 1 has a configuration in which a common part of each application is bundled with a general-purpose OS (operating system) to form a platform, and a part other than the platform is created at the time of application development. Thus, a technology that enables efficient development is disclosed.
上記公報記載の構成とすれば、開発段階においては効率が良くなるものの、ユーザへの納品後に、ユーザから、現存のアプリには備えられていない機能を実行したい旨の要求(いわゆるカスタマイズの要求)を受けた場合には容易に対応できない。例えば、スキャン機能について、現在のスキャンアプリにより提供されている機能以外の読取モードで読取動作を行いたいような場合には、現存のアプリをそのユーザのためだけに全面的に変更する必要があり、大変な作業を強いられ、実際には困難である。すなわち、機能拡張性に極めて乏しい構成になっている。 If the configuration described in the above publication is used, efficiency is improved in the development stage, but after delivery to the user, a request from the user to execute a function that is not provided in the existing application (so-called customization request) It is not possible to easily deal with it. For example, if you want to perform a scanning operation in a scanning mode other than the function provided by the current scanning application, you need to change the existing application entirely for the user, It is hard work and it is actually difficult. That is, the configuration is extremely poor in function expandability.
本発明は、上述のような問題点に鑑みてなされたものであって、機能を容易に拡張でき、その場合に現存のアプリの変更をほとんど必要としない構成の画像処理装置を提供することを目的とする。 The present invention has been made in view of the above-described problems, and provides an image processing apparatus that can easily be extended in function, and in that case, requires almost no change to existing applications. Objective.
上記目的を達成するため、本発明に係る画像処理装置は、画像形成部、読み取り部、表示部の少なくとも一つを有するハードウェア資源と、前記ハードウェア資源の上位に位置する第1の制御プログラムと、前記第1の制御プログラムの上位に位置するアプリケーションおよび第2の制御プログラムと、からなるアーキテクチャを有し、前記第1の制御プログラムは、予め定義された関数により前記アプリケーションおよび前記第2の制御プログラムからの画像処理に関する処理要求を受け付ける第1のAPI(アプリケーション・プログラム・インターフェース)を有し、受け付けた処理要求に基づく処理を前記ハードウェア資源に実行させ、前記第2の制御プログラムは、予め外部に公開された関数により前記外部から画像処理に関する処理要求を受け付ける第2のAPIを有し、受け付けた処理要求を前記第1のAPIに対応するコマンドに変換して前記第1の制御プログラムに渡すことを特徴とする。 In order to achieve the above object, an image processing apparatus according to the present invention includes a hardware resource having at least one of an image forming unit, a reading unit, and a display unit, and a first control program positioned above the hardware resource. And an application that is positioned above the first control program and a second control program, and the first control program uses the predefined function to define the application and the second control program. A first API (application program interface) that accepts a processing request related to image processing from a control program; causes the hardware resource to execute a process based on the accepted processing request; It relates to image processing from the outside by a function disclosed to the outside in advance. A second API that accepts physical request, converts the process request received in command corresponding to the first API, characterized in that passed to the first control program.
また、前記第1の制御プログラムは、前記第2の制御プログラムからの処理要求が、前記アプリケーションに対するものである場合には、当該処理要求を前記アプリケーションに渡すことを特徴とする。
さらに、前記外部からの画像処理に関する処理要求は、XMLで表されたものであり、 前記第2の制御プログラムは、前記外部からの画像処理に関する処理要求をXML形式のデータで受け付けることを特徴とする。
In addition, when the processing request from the second control program is for the application, the first control program passes the processing request to the application.
Further, the processing request related to image processing from the outside is expressed in XML, and the second control program accepts the processing request related to image processing from the outside as data in XML format. To do.
また、前記第2の制御プログラムは、受け付けたXML形式のデータから前記処理要求を示す情報を抽出する第1の変換部と、抽出された情報を前記第1のAPIに対応するコマンドに変換する第2の変換部と、を備えることを特徴とする。 Further, the second control program converts a first conversion unit that extracts information indicating the processing request from the received XML format data, and converts the extracted information into a command corresponding to the first API. And a second conversion unit.
本発明に係る画像処理装置は、第2の制御プログラムを有しているので、例えば当該装置がユーザに納品された後であっても、現存のアプリケーションに変更を加えることなく、当該アプリケーションでは実行できなかった新たな機能を第2の制御プログラムを利用して外部から実行させることが可能になり、機能拡張性が向上し、ユーザにとって使い勝手が大変良くなる。 Since the image processing apparatus according to the present invention has the second control program, for example, even after the apparatus is delivered to the user, the application is executed without changing the existing application. A new function that could not be performed can be executed from the outside using the second control program, the function expandability is improved, and the usability for the user is greatly improved.
そして、ハードウエア資源、第1の制御プログラム、アプリケーションがこの順に階層構造的に体系化されてなる従来の構成に、第1の制御プログラムから見てアプリケーションと同層の位置に第2の制御プログラムを配すれば良く、基本的に現存のアプリケーションをそのまま使用できる。これにより、画像処理装置の開発者側にとっては、第2の制御プログラムを配置する場合に、アプリケーションの変更、確認作業等に手をとられる必要がなく、開発期間を大幅に短縮できると共に開発負担を軽減できる。 Then, in the conventional configuration in which the hardware resources, the first control program, and the application are systematically organized in this order, the second control program is located at the same layer as the application as viewed from the first control program. Basically, existing applications can be used as they are. As a result, for the developer of the image processing apparatus, when the second control program is arranged, it is not necessary to take steps to change or confirm the application, and the development period can be greatly shortened and the development burden can be reduced. Can be reduced.
また、外部からの処理要求がアプリケーションへのものである場合には、当該処理要求が当該アプリケーションに渡されるようにしている。
これにより、例えば外部から当該アプリケーションを起動させることが可能になり、いわゆるリモート機能を実現できる。
さらに、外部からの画像処理に関する処理要求がXML形式のデータで受け付けられる構成になっている。
Further, when an external processing request is for an application, the processing request is passed to the application.
Thereby, for example, the application can be activated from the outside, and a so-called remote function can be realized.
Furthermore, the processing request regarding the image processing from the outside is configured to be accepted in XML format data.
これにより、外部ユーザは、画像処理装置に実行させたいジョブの画像処理に関する処理要求をXMLを用いて記述することができ大変扱い易い。
また、画像処理装置が第1の変換部を備える構成になっている。
これにより、外部と画像処理装置との間の通信プロトコルとして、例えば周知のSOAP等を用いることができ、外部ユーザによって簡易かつ扱い易い。
Thus, an external user can describe a processing request related to image processing of a job desired to be executed by the image processing apparatus using XML, which is very easy to handle.
In addition, the image processing apparatus includes a first conversion unit.
Thus, for example, a well-known SOAP can be used as a communication protocol between the outside and the image processing apparatus, and it is easy and easy to handle by an external user.
以下、本発明に係る画像処理装置としてのMFPの実施の形態について図面を参照しながら説明する。
(1)MFPの構成
図1は、MFP1のシステム構成を示す図である。
同図に示すように、MFP1は、最下位層に位置するデバイス(ハードウエア資源)10と、デバイス10を直接制御する制御層20と、制御層20の上位に位置するアプリケーション層30が階層構造的に体系化されたアーキテクチュアからなり、上記スキャンジョブ、コピージョブ、プリントジョブ、FAXジョブなどの画像処理ジョブを実行する複数の機能を有するデジタル複合機である。また、外部機器、ここではPC(パーソナルコンピュータ)50とLAN等のネットワーク(不図示)を介して接続されており、例えばTCP/IP(Transmission Control Protocol/Internet Protocol)を用いて互いに各種データのやりとりが可能になっている。
Embodiments of an MFP as an image processing apparatus according to the present invention will be described below with reference to the drawings.
(1) Configuration of MFP FIG. 1 is a diagram illustrating a system configuration of the MFP 1.
As shown in the figure, the MFP 1 has a hierarchical structure of a device (hardware resource) 10 positioned at the lowest layer, a
デバイス10には、画像形成部としてのプリンタ11と、読み取り部としてのスキャナ12と、操作パネル13およびI/O14が含まれている。
ここで、プリンタ11は、周知の電子写真方式により画像データに基づいて画像を用紙に印刷(プリント)するものである。スキャナ12は、セットされた原稿の画像をCCD(Charge Coupled Device)等の光電変換素子により読み取って画像データを得る公知の装置である。操作パネル13は、入力キーや表示部としてのディスプレイ等を備え、操作者からのキー入力を受け付けると共に各種メッセージ等をディスプレイに表示させるものである。また、I/O14は、CPU、RAM、ROM、ハードディスク、外部機器とのインターフェース装置(例えば、NIC:Network Interface Card)等を含むものである。
The
Here, the
制御層20は、カーネル21と、各デバイスの動作を制御するためのモジュール(IJC:Image Job Controller)22と、外部機器との通信制御を実行するためのインターフェースモジュール(IO:Input-Output )23と、IO API、IJC API(以下、これらをまとめて「IO/IJC API」という。)24とを備えており、OS(Operating System)として機能する。
The
ここで、IO/IJC API24は、アプリケーション層30の各アプリケーション31〜36にIJC22とIO23の機能(すなわち、制御層20の機能)を提供するためのAPI(アプリケーション・プログラム・インターフェース)であり、各アプリがこの機能を利用する際に呼び出すための関数の集まりである。すなわち、予め定義されたこれら関数により各アプリからの画像処理に関する処理要求を受け付ける機能を有するものである。
Here, the IO / IJC
アプリケーション層30には、IO/IJC API24にアクセスして(予め定義された関数の内の任意のものを必要に応じて呼び出して(コールして))、実際にデバイスを動作させるための複数のアプリケーションが含まれている。
例えば、パネルアプリ31は、操作パネル13のディスプレイ表示を制御するためのアプリケーションである。具体的には、操作パネル13からのキー入力情報を制御層20を介して受け付けると、その入力情報に基づくメッセージ等を操作パネル13のディスプレイに表示させる。例えば、コピースタートキーが押されたことを示す情報を受け付けると、「コピー中です」というメッセージを表示させる。
The application layer 30 has access to the IO / IJC API 24 (calls (calls) any of the predefined functions as necessary) and operates a plurality of devices for actually operating the device. Application is included.
For example, the
プリントアプリ32は、プリントジョブ実行時に起動されると、ここでは外部機器からのPDL(Page Description Language)形式のプリントデータをビットマップ形式の画像データに変換し、その画像データに基づくプリント処理をプリンタ11に実行させる。
スキャンアプリ33は、スキャンジョブ実行時に起動されると、スキャナ12に原稿画像を読み取らせ(スキャン動作を実行させて)、画像データを得る。
When the
When the
コピーアプリ34は、コピージョブ実行時に起動されると、スキャナ12に原稿画像を読み取らせ、得られた画像データに基づくプリント処理をプリンタ11に実行させる。
FAXアプリ35は、FAXジョブ実行時に起動されると、FAX送信時には、例えばスキャナ12に原稿画像を読み取らせ、得られた画像データをファクシミリ用のデータに変換して、指定された宛先に送信し、FAX受信時には、例えば外部から受信した画像データに基づくプリント処理をプリンタ11に実行させる。
When the
When the
外部APIアプリ36は、外部機器からの画像処理に関する処理要求に基づいて、デバイスの動作を制御するプログラムであり、外部API361、XML変換部362およびAPI変換部363を備えている。
外部API361は、外部に制御層20の機能を提供するためのAPIであり、PC50が制御層20の機能を利用する際に呼び出すための関数の集まりである。すなわち、予め定義されたこれら関数により外部機器からの画像処理に関する処理要求を受け付ける機能を有するものである。
The
The
この外部API361は、予め一般の外部ユーザ(例えば、ソフトウエア開発者等)に公開されるようになっており、外部ユーザは、この公開されたAPIに基づいて制御層20の機能を利用するためのソフトウエアを開発することができる。
具体的には、外部ユーザは、公開されたAPIから、MFP1のデバイス制御のために、どのようなコマンドやパラメータ類(例えば、実行させるべきジョブの指定、ジョブ開始の指示等を示すコマンド、スキャンジョブの場合の読み取りサイズ、解像度等、コピージョブの場合のコピー枚数等のジョブ実行条件を示すパラメータ等)が用意されており、そのコマンド等をどのような構文で記述すれば良いのかを知ることができる。
The
More specifically, the external user can use the public API to control what kind of command and parameters (for example, a command indicating a job to be executed, a job start instruction, etc., scan) To know what syntax should be used to describe the command, etc. (reading size and resolution in the case of a job, parameters indicating job execution conditions such as the number of copies in the case of a copy job). Can do.
外部ユーザは、当該コマンド等を当該構文に基づいて記述したデータ(ここでは、XML(Extensible Markup Language)形式のデータ。図2参照)を画像処理に関する処理要求を含むデータとしてMFP1に送信させるためのソフトウエアを開発し、当該ソフトウエアを用いて上記XMLデータをMFP1に送信させるようにすることで、所望のデバイスに所望の動作をさせることができるものである。 The external user transmits data describing the command or the like based on the syntax (here, data in XML (Extensible Markup Language) format, see FIG. 2) to the MFP 1 as data including a processing request related to image processing. By developing software and transmitting the XML data to the MFP 1 using the software, it is possible to cause a desired device to perform a desired operation.
外部API361は、IO/IJC API24で定義されている関数群の中の、所定の複数のものを一つにまとめた形態、例えばデバイスのある動作が、IO/IJC API24で関数A、B、Cにより定義されている場合、関数A、B、Cをまとめた関数D(すなわち、関数Dは、関数A、B、Cを実行させるための関数ということになる。)で構成されている。
The
このようにまとまったある動作を一の関数で表すことにより、外部ユーザは、例えばデバイスに当該ある動作を実行させたい場合、PC50から関数Dを呼び出すようにすれば、実質的に関数A、B、Cを呼び出したことになり、複数のコマンドを用いる必要がなくなって扱い易く、上記ソフトウエアも開発し易くなる。なお、一の動作を一の関数で表したものについては、その関数が用いられる。
By expressing a certain operation as a single function in this way, for example, when the external user wants the device to execute the certain operation, if the function D is called from the
XML変換部362は、後述のように、PC50から送られて来るXMLデータから処理要求を示す情報としてのコマンド等を抽出する。
API変換部363は、XML変換部362で抽出されたコマンド等(PC50からの画像処理に関する処理要求)を、制御層20で実行できる所定のデータ形式に変換して制御層20に渡す。なお、PC50と外部APIアプリ36間でのXMLデータの通信プロトコルとして、ここでは周知のSOAP(Simple Object Access Protocol)が用いられる。
As will be described later, the
The API conversion unit 363 converts the command or the like extracted from the XML conversion unit 362 (processing request regarding image processing from the PC 50) into a predetermined data format that can be executed by the
一方、PC50は、図示していないが、PC本体、ディスプレイ、キーボード、ネットワークインターフェースおよびSDK(Software Development Kit)51等を備えている。このSDK51は、上記ソフトウエアを作成するためのものとして外部ユーザに利用されるものである。
なお、ホストPC側とMFP側の境界位置に破線で示した「外部API(XML)」は、PC50により利用される外部APIがXMLで記述されたデータで扱われていることを示したものである。
On the other hand, the
The “external API (XML)” indicated by a broken line at the boundary position between the host PC side and the MFP side indicates that the external API used by the
上記のような外部APIアプリ36を備える構成により、MFP1の各アプリでは行えなかった機能であっても、外部から実行させることが可能になる。
例えば、スキャナ12自体は、複数の読み取り解像度、例えば1200、600、400dpi(dot per inch)のいずれの解像度でも原稿画像を読み取る能力を有しているが、スキャンアプリ33には、ユーザからの解像度選択入力を受け付ける機能が備えられていない(例えば、最低の400dpi固定になっている)構成の場合に、外部API361として読み取り解像度を指定したスキャンジョブの実行に必要な内容を公開しておけば、外部ユーザは、当該スキャンジョブを実行させるために必要なコマンド等を含むXMLデータをMFP1に送る処理を行うソフトウエアを外部で作成でき、外部から当該スキャンジョブを実行させることが可能になる。
With the configuration including the
For example, the
以下、図2、3を用いて当該スキャンジョブを実行する場合の具体例を説明する。
図2は、公開されたAPIに基づいて外部ユーザにより作成された、上記スキャンジョブを実行させるためのコマンド等を含むXMLデータが、PC50からMFP1の外部APIアプリ36を介して制御層20に渡されるまでに変換されて行く様子を例示した模式図である。
Hereinafter, a specific example of executing the scan job will be described with reference to FIGS.
FIG. 2 shows that XML data created by an external user based on the published API and including a command for executing the scan job is transferred from the
ここでは、原稿枚数「1枚」、原稿サイズ「A4」、原稿のセット方向「ポートレート(たて長)」、「カラー原稿」、読み取り解像度「600(dpi)」、「Jpeg高圧縮」、ファイル名「testfile」、読み取った画像データの送信宛先(PC50)を「abc@minolta.co.jp」としたジョブを実行させる場合の例を示している。なお、同図はXMLデータの構成を解り易いように説明に必要な部分だけを簡素化して示した例であって、実際には一のジョブを実行させるために必要となるコマンド等の数、種類はこれよりも多くなり、また通信データとしてはヘッダ等の各種情報が付加されることになる。 Here, the number of documents “1”, document size “A4”, document setting direction “portrait (vertical length)”, “color document”, reading resolution “600 (dpi)”, “Jpeg high compression”, An example in which a job having a file name “testfile” and a transmission destination (PC 50) of the read image data as “abc@minolta.co.jp” is executed is shown. The figure is an example in which only the portions necessary for the explanation are simplified so that the structure of the XML data can be easily understood. In practice, the number of commands and the like necessary for executing one job, There are more types than this, and various information such as a header is added as communication data.
同図のブロック1に示すように、PC50からは、上記スキャンジョブの原稿サイズ等の各項目の内容が所定のタグで挟まれた状態で記述されたXMLデータが出力される。ここでは、「message ID」タグに挟まれた「scan」がコマンドに相当し、「parameter」タグに挟まれた「destination」等が当該コマンドに対応するパラメータとなる。
このXMLデータは、MFP1のIO23を介して外部APIアプリ36のXML変換部362に送られ、ブロック2に示すデータに変換される。
As shown in block 1 of the figure, the
The XML data is sent to the
具体的には、XML変換部362において、入力されたXMLデータからコマンド等に相当する部分と、それに対応するパラメータとが処理要求を示す情報として抽出される。この意味で、ブロック2に示すデータが、外部API361として公開された関数「scan」がPC50により呼び出された場合のデータ構成例となる。
ブロック2のデータは、API変換部363に送られ、制御層20で直接実行できる形態(すなわち、IO/IJC API24に対応するコマンド)に変換される(ブロック3)。
Specifically, the
The data in block 2 is sent to the API conversion unit 363 and converted into a form (that is, a command corresponding to the IO / IJC API 24) that can be directly executed by the control layer 20 (block 3).
このブロック3のデータの「do_scan」「scan_destination」は、制御層20で実際にスキャン動作を実行するための関数を示しており、その後の括弧内のパラメータは、その関数の引数になっている。
制御層20では、上記関数が呼び出されるとそれらを実行する。具体的には、設定された読み取り条件(原稿A4サイズ、読み取り解像度600dpi等)に基づいてスキャナ11に原稿画像の読み取り動作を実行させ、読み取られた画像データを、設定された送信宛先としてのPC50(abc@minolta.co.jp)に送信させる。
“Do_scan” and “scan_destination” in the data of the block 3 indicate functions for actually executing the scanning operation in the
In the
図3は、上記スキャンジョブを実行する場合におけるPC50とMFP1間のデータフローを示す模式図である。ここで同図の矢印の内、細線は、IO/IJC API24がコールされることにより実行される動作を示し、太線は、外部API361がコールされることにより実行される動作を示したものであり、二重線は画像データを示している。このことは、図4、5についても同様である。
FIG. 3 is a schematic diagram showing a data flow between the
外部APIアプリ36は、PC50からスキャン開始のための外部APIコールを受けると(S1)、PC50とXMLデータ(図2のブロック1に示す読み取り解像度等を含むデータ)を送受信する(S2)。
外部APIアプリ36は、制御層20に対しスキャン動作指示を行い(S3)、その指示に対する結果、例えばスキャン開始の承諾等を受け付けると(S4)、その旨をPC50に通知する(S5)。そして、制御層20からジョブ開始可能な状態になっていることを受け付けると(S6)、その旨をPC50に通知し(S7)、制御層20に読み取り解像度、原稿サイズ等の読み取り条件、送信宛先等を通知する(S8)。
When the
The
制御層20は、読み取り解像度等の読み取り条件に基づいてスキャン動作を開始させ、IJC22を介して画像データを外部APIアプリ36に送る(S9)。
外部APIアプリ36は、制御層20(IJC22)から画像データを取得すると、当該画像データをIO23を介して送信宛先としてのPC50に送信させる(S10)。
外部APIアプリ36は、その後ジョブ終了を受け付けると(S11)、その旨をPC50に通知して(S12)、処理を終了する。
The
When the
When the
このように、公開されたAPIに基づいてスキャンジョブに必要なコマンド、パラメータをPC50から送信することで、スキャンアプリ33を起動させなくてもスキャンアプリ33では実行できない機能を外部から実行させることが可能になる。
上記では、スキャンアプリ33を起動させない場合の例を説明したが、スキャンアプリ33を起動させてスキャン動作を行うスキャンジョブの実行に必要な内容を外部API361として公開しておけば、外部から当該スキャンジョブを実行させることも可能である。以下、図4を用いて当該スキャンジョブを実行させる場合の例を説明する。
In this way, by transmitting commands and parameters necessary for the scan job from the
In the above, an example in which the
図4は、スキャンアプリ33を起動させてスキャンジョブを実行させる場合のデータフローを示した模式図である。
外部APIアプリ36は、IO23を介し、PC50からスキャン開始のための外部APIコールを受けると(スキャンアプリ33を起動させてスキャン動作を実行させるための所定のコマンドを受け付けると)(S21)、PC50とXMLデータ(原稿サイズ等の読み取り条件、送信宛先を示すデータ)を送受信し(S22)、スキャンアプリ33へ接続確認を依頼する(S23)。スキャンアプリ33とIO23との間で接続確認がなされ(S24)、接続確認結果が通知されると(S25)、外部APIアプリ36は、制御層20からその通知を取得する(S26)。
FIG. 4 is a schematic diagram illustrating a data flow when the
When the
外部APIアプリ36は、スキャン動作指示を制御層20に行い(S27)、その指示に対する結果、例えばスキャン開始の承諾等を受け付けると(S28)、その旨をPC50に通知する(S29)。そして、ジョブ開始可能状態であることを受け付けると(S30)、その旨をPC50に通知し(S31)、スキャンアプリ33に原稿サイズ等の読み取り条件、送信宛先を通知する(S32)。
The
スキャンアプリ33は、原稿サイズ等の読み取り条件に基づいてスキャン動作を開始させると共に画像データ取得のための要求を行い(S33)、制御層20(IJC22)から画像データを取得すると(S34)、当該画像データに所定の圧縮等の処理を施して、その画像データを上記送信宛先にIO23を介して送信させる(S35)。
外部APIアプリ36は、ジョブの実行状態、例えば送信のためのファイル変換中、送信中等の情報を受け付け(S36)、その後ジョブ終了を受け付けると(S37)、その旨をPC50に通知し(S38)、処理を終了する。
The
The
このようにスキャンアプリ33を起動させてスキャン動作を実行させる場合には、外部からアプリ起動のためのコマンドを送信すれば、スキャンアプリ23がスキャナ12を制御してスキャン動作を実行してくれるので、外部ユーザにとってみれば、原稿画像の読み取り開始から、読み取られた画像データを設定された送信あて先に送信させるまでの一連の動作をいちいち所定のコマンド等を用いて指示する必要がなく、その意味でスキャンジョブを簡易に外部から実行させることが可能になる。
When the
次に図5を用いて、プリントアプリ32を起動させないで、外部からプリントジョブを実行させる場合の例を説明する。この場合も上記同様に、プリントアプリ32を起動させないでプリントジョブを実行させる場合における当該プリントジョブの実行に必要な内容が予め外部API361として公開されることになる。
図5に示すように、外部APIアプリ36は、PC50からプリント開始のための外部APIコールを受けると(プリントアプリ32を起動させずにプリント動作を実行させるための所定のコマンドを受け付けると)(S41)、PC50から画像データを取得する(S42)。そして、PC50とXMLデータ(例えば、プリント条件としての用紙サイズ、プリント枚数等を示すデータ)を送受信する(S43)。
Next, an example in which a print job is executed from the outside without starting the
As shown in FIG. 5, when the
外部APIアプリ36は、制御層20のIJC22に、プリント指示、必要な設定情報として用紙サイズ等のプリント条件を通知し(S44)、画像データを送信する(S45)。
制御層20は、プリンタ11を制御して、受信したプリント条件、画像データに基づくプリント動作を開始させる。また、ジョブの実行状態、例えばプリント中、終了等の情報を外部APIアプリ36に送る(S46)。
The
The
外部APIアプリ36は、制御層20からプリント中を示す情報を受け付け、その後プリント終了を示す情報を受け付けると(S47)、ジョブ終了である旨をPC50に通知して(S48)、処理を終了する。
このように、PC50から、プリンタ11にプリントを実行させるためのコマンド等を送信すれば、プリントアプリ32を起動させなくても、プリントアプリ32では扱えないデータ、例えばビットマップ形式のデータを画像データとして直接PC50からMFP1に送信させてプリントを実行させることが可能になり、PC50側で扱えるデータがプリントアプリ32により制限されず、その意味で機能拡張性が向上する。
When the
In this way, if a command or the like for causing the
なお、図2では、スキャンジョブの場合におけるデータ構成例を説明したが、他のプリントジョブ、コピージョブ等の場合も同様に、ジョブを実行させるためのコマンド、パラメータ等から構成されるXML形式のデータが、画像処理に関する処理要求を含むデータとして、PC50からMFP1に送られ、外部APIアプリ36において制御層20に対応するコマンドに変換されて制御層20に渡されることになる。
In FIG. 2, the data configuration example in the case of the scan job has been described. Similarly, in the case of other print jobs, copy jobs, and the like, the XML format that includes commands, parameters, and the like for executing the job is similarly used. The data is sent from the
以上説明したように、本実施の形態のMFP1は、外部からの、画像処理に関する処理要求を含むXMLデータを受け付けて、それを制御層20(第1の制御プログラム)のAPIに対応するコマンドに変換して制御層20に渡す機能を有する外部APIアプリ36(第2の制御プログラム)を備えているので、MFP1がユーザに納品された後であっても、現存のアプリに変更を加えることなく、これらアプリでは実行できなかった新たな機能、例えば上記のように外部から読み取り解像度を指定してスキャンジョブを実行させる機能、プリントアプリ32では扱えないデータを画像データとして送信してプリントジョブを実行させる機能等を実行させることが可能になり、機能拡張性が向上し、ユーザにとって使い勝手が大変良くなる。
As described above, the MFP 1 according to the present embodiment accepts XML data including a processing request related to image processing from the outside, and converts it into a command corresponding to the API of the control layer 20 (first control program). Since the external API application 36 (second control program) having a function of converting and passing to the
また、ハードウエア資源10、制御層20、アプリケーション層30がこの順に階層構造的に体系化されてなる従来の構成に、制御層20から見て各アプリ31〜35と同層の位置に外部APIアプリ36を追加すれば良く、基本的に現存のアプリをそのまま使用できる(変更を加えなくても済む。)。これにより、MFPの開発者側にとっては、これらアプリのプログラム変更、確認作業等に手をとられる必要がなく、開発期間を大幅に短縮できると共に開発負担を軽減できる。
In addition, in the conventional configuration in which the
さらに、XMLを用いてコマンド等を記述できる構成にすることにより、外部のソフトウエア開発者にとって大変扱い易い。また、MFP1の開発者側にとっては、XMLを用いることにより、外部から処理要求として受け付けるべきデータの論理構造を独自に定義でき、設計の自由度が広がるという効果がある。
なお、本発明は、MFP等の画像処理装置に限られず、上記のような処理をコンピュータが実行するためのプログラムであるとしてもよい。また、本発明に係るプログラムは、例えば磁気テープ、フレキシブルディスク等の磁気ディスク、DVD、CD−ROM、CD−R、MO、PDなどの光記録媒体、Smart Media(登録商標)、COMPACTFLASH(登録商標)などのフラッシュメモリ系記録媒体等、コンピュータ読み取り可能な各種記録媒体に記録することが可能であり、当該記録媒体の形態で生産、譲渡等がなされる場合もあるし、プログラムの形態で、インターネットを含む有線、無線の各種ネットワーク、放送、電気通信回線、衛星通信等を介して伝送、供給される場合もある。
Furthermore, by adopting a configuration in which commands and the like can be described using XML, it is very easy for an external software developer to handle. Further, for the developer of the MFP 1, by using XML, it is possible to uniquely define the logical structure of data that should be accepted as a processing request from the outside, and there is an effect that the degree of freedom of design is widened.
The present invention is not limited to an image processing apparatus such as an MFP, and may be a program for causing a computer to execute the above-described processing. The program according to the present invention includes, for example, a magnetic disk such as a magnetic tape and a flexible disk, an optical recording medium such as a DVD, a CD-ROM, a CD-R, an MO, and a PD, Smart Media (registered trademark), COMPACTFLASH (registered trademark). ), Etc., can be recorded on various computer-readable recording media, and may be produced, transferred, etc. in the form of the recording medium, or in the form of a program on the Internet. May be transmitted and supplied via various wired and wireless networks, broadcasting, telecommunications lines, satellite communications, and the like.
(変形例)
以上、本発明を実施の形態に基づいて説明してきたが、本発明は、上述の実施の形態に限定されないのは勿論であり、以下のような変形例が考えられる。
(1)上記実施の形態では、画像処理に関する処理要求をXMLを用いて表す構成としたが、これに限られることはなく、例えばHTML(Hypertext Markup Language)等を用いることもできる。この場合、PC50からMFP1に送られる画像処理に関する処理要求を示すデータが、その言語で記述されたデータになるので、外部APIアプリ36は、そのデータを制御層が理解できるデータに変換可能なように構成されることになる。
(Modification)
As described above, the present invention has been described based on the embodiment. However, the present invention is not limited to the above-described embodiment, and the following modifications may be considered.
(1) In the above embodiment, the processing request related to image processing is expressed using XML. However, the present invention is not limited to this. For example, HTML (Hypertext Markup Language) or the like can be used. In this case, the data indicating the processing request regarding the image processing sent from the
(2)上記実施の形態では、制御層20と外部APIアプリ36を別々のものとして扱ったが、例えば外部APIアプリ36を制御層20の一部として扱う構成とすることもできる。
(3)上記実施の形態では、MFP1とPC50がネットワークを介して接続されるとしたが、上記処理要求等のデータを通信できるものであれば接続方法は限定されず、例えば直接接続される構成とすることもできる。
(2) In the above embodiment, the
(3) In the above embodiment, the MFP 1 and the
また、本発明をデジタル複写機に適用した例を説明したが、スキャナ、プリンタ、ファクシミリ装置等の画像処理ジョブを実行する画像処理装置一般に適用することができる。 Further, although an example in which the present invention is applied to a digital copying machine has been described, the present invention can be applied to general image processing apparatuses that execute image processing jobs, such as scanners, printers, and facsimile machines.
本発明にかかる画像処理装置は、自身が備えるアプリでは実行できない画像処理の機能を外部からの指示により実行することが可能であり、複写機、スキャナ、プリンタ等に利用できる。 The image processing apparatus according to the present invention can execute an image processing function that cannot be executed by an application included in the image processing apparatus according to an instruction from the outside, and can be used for a copying machine, a scanner, a printer, and the like.
1 MFP
11 プリンタ
12 スキャナ
13 操作部
20 制御層
21 カーネル
22 IJC
23 IO
24 IO/IJC API
30 アプリケーション層
32 プリントアプリ
33 スキャンアプリ
36 外部APIアプリ
50 PC
361 外部API
362 XML変換部
363 API変換部
1 MFP
11
23 IO
24 IO / IJC API
30
361 External API
362 XML converter 363 API converter
Claims (4)
前記ハードウェア資源の上位に位置する第1の制御プログラムと、
前記第1の制御プログラムの上位に位置するアプリケーションおよび第2の制御プログラムと、からなるアーキテクチャを有し、
前記第1の制御プログラムは、
予め定義された関数により前記アプリケーションおよび前記第2の制御プログラムからの画像処理に関する処理要求を受け付ける第1のAPI(アプリケーション・プログラム・インターフェース)を有し、受け付けた処理要求に基づく処理を前記ハードウェア資源に実行させ、
前記第2の制御プログラムは、
予め外部に公開された関数により前記外部から画像処理に関する処理要求を受け付ける第2のAPIを有し、受け付けた処理要求を前記第1のAPIに対応するコマンドに変換して前記第1の制御プログラムに渡すことを特徴とする画像処理装置。 Hardware resources having at least one of an image forming unit, a reading unit, and a display unit;
A first control program located above the hardware resources;
An architecture comprising an application and a second control program positioned above the first control program;
The first control program is:
A first API (application program interface) that receives a processing request related to image processing from the application and the second control program by a predefined function, and performs processing based on the received processing request in the hardware Let the resource execute,
The second control program is:
The first control program has a second API for accepting a processing request related to image processing from the outside by a function disclosed in advance to the outside, and converts the accepted processing request into a command corresponding to the first API. An image processing apparatus.
前記第2の制御プログラムからの処理要求が、前記アプリケーションに対するものである場合には、当該処理要求を前記アプリケーションに渡すことを特徴とする請求項1に記載の画像処理装置。 The first control program is:
The image processing apparatus according to claim 1, wherein when the processing request from the second control program is for the application, the processing request is passed to the application.
前記第2の制御プログラムは、
前記外部からの画像処理に関する処理要求をXML形式のデータで受け付けることを特徴とする請求項1もしくは2に記載の画像処理装置。 The processing request related to image processing from the outside is expressed in XML,
The second control program is:
The image processing apparatus according to claim 1, wherein a processing request related to image processing from the outside is received as data in XML format.
受け付けたXML形式のデータから前記処理要求を示す情報を抽出する第1の変換部と、
抽出された情報を前記第1のAPIに対応するコマンドに変換する第2の変換部と、
を備えることを特徴とする請求項3に記載の画像処理装置。 The second control program is:
A first conversion unit for extracting information indicating the processing request from the received XML format data;
A second conversion unit that converts the extracted information into a command corresponding to the first API;
The image processing apparatus according to claim 3, further comprising:
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003309293A JP3812555B2 (en) | 2003-09-01 | 2003-09-01 | Image processing device |
US10/772,436 US8937731B2 (en) | 2003-09-01 | 2004-02-06 | Image processing apparatus for receiving a request relating to image processing from an external source and executing the received request |
US14/582,572 US9232087B2 (en) | 2003-09-01 | 2014-12-24 | Image processing apparatus for receiving a request relating to image processing from an external source and executing the received request |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003309293A JP3812555B2 (en) | 2003-09-01 | 2003-09-01 | Image processing device |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005080017A true JP2005080017A (en) | 2005-03-24 |
JP3812555B2 JP3812555B2 (en) | 2006-08-23 |
Family
ID=34411497
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003309293A Expired - Fee Related JP3812555B2 (en) | 2003-09-01 | 2003-09-01 | Image processing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3812555B2 (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8773676B2 (en) | 2011-03-07 | 2014-07-08 | Sharp Kabushiki Kaisha | Multifunction peripheral, multifunction peripheral control system, and multifunction peripheral control method for preparing information display screen including changing default conditions |
US8873077B2 (en) | 2012-08-23 | 2014-10-28 | Konica Minolta, Inc. | Image forming apparatus, application switching method, and non-transitory computer-readable recording medium encoded with application switching program |
US8988694B2 (en) | 2012-07-18 | 2015-03-24 | Konica Minolta, Inc. | Image forming apparatus, application executing method, and non-transitory computer-readable recording medium encoded with application executing program |
US9007636B2 (en) | 2012-07-18 | 2015-04-14 | Konica Minolta, Inc. | Image forming apparatus, application control method, and non-transitory computer-readable recording medium encoded with application control program |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4811507B2 (en) | 2009-08-25 | 2011-11-09 | コニカミノルタビジネステクノロジーズ株式会社 | Image processing system, image processing apparatus, and information processing apparatus |
-
2003
- 2003-09-01 JP JP2003309293A patent/JP3812555B2/en not_active Expired - Fee Related
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8773676B2 (en) | 2011-03-07 | 2014-07-08 | Sharp Kabushiki Kaisha | Multifunction peripheral, multifunction peripheral control system, and multifunction peripheral control method for preparing information display screen including changing default conditions |
US8988694B2 (en) | 2012-07-18 | 2015-03-24 | Konica Minolta, Inc. | Image forming apparatus, application executing method, and non-transitory computer-readable recording medium encoded with application executing program |
US9007636B2 (en) | 2012-07-18 | 2015-04-14 | Konica Minolta, Inc. | Image forming apparatus, application control method, and non-transitory computer-readable recording medium encoded with application control program |
US8873077B2 (en) | 2012-08-23 | 2014-10-28 | Konica Minolta, Inc. | Image forming apparatus, application switching method, and non-transitory computer-readable recording medium encoded with application switching program |
Also Published As
Publication number | Publication date |
---|---|
JP3812555B2 (en) | 2006-08-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6481724B2 (en) | Image handling apparatus, image handling method and program | |
US9232087B2 (en) | Image processing apparatus for receiving a request relating to image processing from an external source and executing the received request | |
JP4759436B2 (en) | Image handling apparatus, image processing system, image processing control method, and image processing control program | |
JP4070693B2 (en) | Image forming apparatus and scan data processing method | |
KR101377468B1 (en) | Image processing apparatus, control method of image processing apparatus, and recording medium storing computer program | |
JP3812556B2 (en) | Image processing device | |
JP3778190B2 (en) | Image processing device | |
JP4865590B2 (en) | Composite image processing apparatus and control method of composite image processing apparatus | |
EP1852748B1 (en) | Image handling apparatus, image processing system, image process controlling method, and image process controlling program product | |
JP3812555B2 (en) | Image processing device | |
US20090195824A1 (en) | Image forming device | |
JP5315919B2 (en) | Image forming apparatus, image forming control method, and image forming control program | |
JP2007166230A (en) | Network facsimile machine and network facsimile system | |
JP2008141769A (en) | Image forming apparatus and printing data processing program | |
JP2006020025A (en) | Network composite machine | |
JP2004254209A (en) | Image forming apparatus and printing data processing program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A712 Effective date: 20050614 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20050809 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20050922 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20050927 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20051124 |
|
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: 20060509 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20060522 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 Ref document number: 3812555 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090609 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100609 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110609 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120609 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130609 Year of fee payment: 7 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313111 |
|
R360 | Written notification for declining of transfer of rights |
Free format text: JAPANESE INTERMEDIATE CODE: R360 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |