JP2003304354A - Method and program for controlling image-reading apparatus - Google Patents

Method and program for controlling image-reading apparatus

Info

Publication number
JP2003304354A
JP2003304354A JP2002106901A JP2002106901A JP2003304354A JP 2003304354 A JP2003304354 A JP 2003304354A JP 2002106901 A JP2002106901 A JP 2002106901A JP 2002106901 A JP2002106901 A JP 2002106901A JP 2003304354 A JP2003304354 A JP 2003304354A
Authority
JP
Japan
Prior art keywords
module
image
program
application program
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2002106901A
Other languages
Japanese (ja)
Other versions
JP3864412B2 (en
Inventor
Yujiro Takeshita
勇二郎 竹下
Rika Nagayoshi
理香 永吉
Yoichi Ikeda
洋一 池田
Morimichi Mizuno
守倫 水野
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson 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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2002106901A priority Critical patent/JP3864412B2/en
Publication of JP2003304354A publication Critical patent/JP2003304354A/en
Application granted granted Critical
Publication of JP3864412B2 publication Critical patent/JP3864412B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a control method of an image-read apparatus that can be put into action, even if a control program of the image-reading apparatus is set to be the conventional one or an application program that can be quickly activated. <P>SOLUTION: There are API modules 25, 26, and 27, interface modules 23 and 24, and hardware control modules 28, 29, 30, and 31. When the interface modules are invoked first, they request the reading of images from the API modules. The API modules invoke the hardware control modules, when the reading of the images is required. The interface modules organize an image file based on the acquired image data. <P>COPYRIGHT: (C)2004,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、画像読み取り装置
の制御方法及びプログラムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a control method and a program for an image reading device.

【0002】[0002]

【従来の技術】一般にイメージスキャナ等の画像読み取
り装置は、例えばパーソナルコンピュータ等の制御装置
に接続され、制御装置からの制御コマンドに応答して画
像を読み取っている。
2. Description of the Related Art Generally, an image reading device such as an image scanner is connected to a control device such as a personal computer and reads an image in response to a control command from the control device.

【0003】画像読み取り装置が接続された制御装置
は、一般に画像データに処理を施す種々のアプリケーシ
ョンプログラム、画像読み取り装置毎に開発された制御
プログラム等を備える。アプリケーションプログラムと
しては、例えば画像データを加工する画像加工プログラ
ム、画像データをページの一部として取り込むワードプ
ロセッサ、画像データを文字認識するOCRプログラム
等が知られている。制御プログラムは所謂デバイスドラ
イバであり、画像読み取り装置に画像を読み取らせると
きアプリケーションプログラムから呼び出される。呼び
出された制御プログラムは一般に画像の読み取りに関す
る種々の条件をユーザが入力するための画面を表示し、
その画面上で入力された条件に応じて画像読み取り装置
を制御し、読み取らせた画像データをアプリケーション
プログラムに戻り値として返している。それによりアプ
リケーションプログラムで画像データが取得され、上述
の各種の処理が行われる。
The control device to which the image reading device is connected generally includes various application programs for processing image data, a control program developed for each image reading device, and the like. Known application programs include, for example, an image processing program for processing image data, a word processor for loading image data as a part of a page, and an OCR program for recognizing image data as characters. The control program is a so-called device driver, and is called from the application program when the image reading device is made to read an image. The called control program generally displays a screen for the user to enter various conditions regarding image reading,
The image reading device is controlled according to the conditions input on the screen, and the read image data is returned to the application program as a return value. As a result, the image data is acquired by the application program, and the above-described various processes are performed.

【0004】一般に画像データを処理するアプリケーシ
ョンプログラムは、取得した画像データを画像ファイル
に編成することが可能である。ここで画像データとは、
JPEG形式やビットマップ形式等で画像を表すデータ
のことであり、画像ファイルはそれらデータに例えばフ
ァイル名等の情報を付加し所定のファイルフォーマット
に編成したもののことをいう。
Generally, an application program that processes image data can organize the acquired image data into an image file. Here, the image data is
This is data representing an image in a JPEG format, a bitmap format, or the like, and an image file refers to data in which information such as a file name is added and organized into a predetermined file format.

【0005】[0005]

【発明が解決しようとする課題】画像データは必ずしも
加工等の処理を施すためだけに取得されるとは限らず、
例えば単に取得した画像データに基づいて汎用性のある
画像ファイルを編成するだけの場合もある。このような
場合はアプリケーションプログラムにおいて画像データ
の加工等の処理は行われない。
Image data is not always acquired only for performing processing such as processing.
For example, there is a case in which a versatile image file is simply organized based on the acquired image data. In such a case, processing such as image data processing is not performed in the application program.

【0006】しかしながら、従来の制御プログラムはア
プリケーションプログラムから呼び出されるため、単に
画像ファイルを編成するだけの場合であってもアプリケ
ーションプログラムを起動しなければならない。一般に
画像データの加工等の処理を行うアプリケーションプロ
グラムはプログラムサイズが大きく起動に長時間を要
し、そのため画像データを取得するまでに長時間を要
し、特に画像ファイルを単に制御装置の記憶装置に格納
するだけの場合等には、目的の達成に必要な処理が過大
であるという問題がある。
However, since the conventional control program is called from the application program, the application program must be started even when the image files are simply organized. Generally, an application program that performs processing such as image data processing has a large program size and requires a long time to start up. Therefore, it takes a long time to acquire image data. Especially, an image file is simply stored in the storage device of the control device. In the case of only storing, there is a problem that the processing required to achieve the purpose is excessive.

【0007】本発明は、上記問題に鑑みて創作されたも
のであって、その目的は画像読み取り装置の制御プログ
ラムを従来の制御プログラムとしても、短時間に起動で
きるアプリケーションプログラムとしても動作させる画
像読み取り装置の制御方法を提供することにある。
The present invention was created in view of the above problems, and an object thereof is to make an image reading apparatus operate as a conventional control program or as an application program that can be started in a short time. It is to provide a control method of the device.

【0008】また、本発明の別の目的は従来の制御プロ
グラムとしても、短時間に起動できるアプリケーション
プログラムとしても動作する画像読み取り装置の制御プ
ログラムを提供することにある。
Another object of the present invention is to provide a control program for an image reading apparatus that operates both as a conventional control program and as an application program that can be activated in a short time.

【0009】また、本発明の別の目的は従来の制御プロ
グラムとして動作するときとアプリケーションプログラ
ムとして動作するときとでインタフェースモジュール及
びハードウェア制御モジュールを共用できる画像読み取
り装置の制御プログラムを提供することにある。
Another object of the present invention is to provide a control program for an image reading apparatus which can share an interface module and a hardware control module when operating as a conventional control program and when operating as an application program. is there.

【0010】[0010]

【課題を解決するための手段】請求項1に記載の画像読
み取り装置の制御方法は、アプリケーションプログラム
が画像の読み取りを要求するためのインタフェースを提
供するAPIモジュールと、画像の読み取り条件を入力
するための画面を表示し、インタフェースを介して画像
の読み取りを要求し取得した画像データに基づいて画像
ファイルを編成するインタフェースモジュールと、画像
の読み取り条件に応じて画像読み取り装置の制御コマン
ドを生成するハードウェア制御モジュールと、を備える
制御プログラムをコンピュータに実行させて画像読み取
り装置を制御する方法であって、インタフェースモジュ
ールが最初に呼び出されるとき、インタフェースモジュ
ールはAPIモジュールに画像の読み取りを要求し、A
PIモジュールは画像の読み取りを要求されるとハード
ウェア制御モジュールを呼び出し、インタフェースモジ
ュールは取得した画像データに基づいて画像ファイルを
編成し、APIモジュールが最初に呼び出されアプリケ
ーションプログラムから読み取り条件を指定されずに画
像の読み取りを要求されるとき、APIモジュールはイ
ンタフェースモジュールを呼び出し、インタフェースモ
ジュールはハードウェア制御モジュールを呼び出し取得
した画像データをアプリケーションプログラムに出力す
ることを特徴とする。
According to a first aspect of the present invention, there is provided an image reading apparatus control method, wherein an application program provides an API module for providing an interface for requesting image reading, and an image reading condition is input. Interface module that displays the screen of the image, requests the reading of an image through the interface, and organizes an image file based on the acquired image data, and hardware that generates a control command of the image reading device according to the image reading condition. A method for controlling a image reading device by causing a computer to execute a control program including a control module, wherein the interface module requests the API module to read an image when the interface module is first called.
When the PI module is requested to read an image, it calls the hardware control module, the interface module organizes the image file based on the acquired image data, and the API module is called first and the reading condition is not specified from the application program. When it is requested to read an image, the API module calls the interface module, and the interface module calls the hardware control module and outputs the acquired image data to the application program.

【0011】この画像読み取り装置の制御方法がコンピ
ュータに実行させる制御プログラムは、インタフェース
モジュールが画像の読み取りを要求し取得した画像デー
タに基づいて画像ファイルを編成する機能を有すること
で、インタフェースモジュールが最初に呼び出されると
き、制御プログラム自体が画像の読み取りを要求し取得
した画像データに基づいて画像ファイルを編成するアプ
リケーションプログラム、すなわち画像データを処理す
るアプリケーションプログラムとして動作できる。ここ
で画像データを処理するアプリケーションプログラムと
は、画像データを加工する画像加工プログラム、画像デ
ータをページの一部として取り込むワードプロセッサ、
画像データを文字認識するOCRプログラム等、制御プ
ログラムに画像の読み取りを要求し、取得した画像デー
タを処理するプログラムのことをいう。この制御プログ
ラムは画像データに基づいて画像ファイルを編成するの
みのアプリケーションプログラムとして動作することか
らプログラムサイズが比較的小さくて済み、短時間にメ
モリ上にロードすることができる。従ってこの画像読み
取り装置の制御方法は、制御プログラムを短時間に起動
できるアプリケーションプログラムとして動作させるこ
とができる。この画像読み取り装置の制御方法による
と、単に画像データに基づいて画像ファイルを編成する
だけの場合であれば、他のアプリケーションプログラム
を起動する必要がなく、画像データの取得に要する時間
を短縮できる。一方、この制御プログラムは、他のアプ
リケーションプログラムからAPIモジュールが最初に
呼び出され、他のアプリケーションプログラムから読み
取り条件を指定されずに画像の読み取りを要求されると
き、従来の制御プログラムと同様に動作することがで
き、画像データの加工等の処理を行うときは他のアプリ
ケーションプログラムは制御プログラムを呼び出して画
像データを取得できる。従ってこの画像読み取り装置の
制御方法は、制御プログラムを従来の制御プログラムと
しても動作させることができる。
The control program executed by the computer according to the control method of the image reading apparatus is that the interface module has the function of requesting the reading of the image and organizing the image file based on the acquired image data. When called by the control program, the control program itself can operate as an application program that requests reading of an image and organizes an image file based on the acquired image data, that is, an application program that processes the image data. Here, the application program that processes image data is an image processing program that processes image data, a word processor that captures image data as part of a page,
It refers to a program that requests a control program to read an image and processes the acquired image data, such as an OCR program for recognizing image data as characters. Since this control program operates as an application program that only organizes image files based on image data, the program size can be relatively small and can be loaded onto the memory in a short time. Therefore, the control method of the image reading apparatus can operate the control program as an application program that can be started in a short time. According to the control method of the image reading apparatus, if the image file is simply organized based on the image data, it is not necessary to start another application program, and the time required to acquire the image data can be shortened. On the other hand, this control program operates similarly to the conventional control program when the API module is first called from another application program and the image reading is requested from the other application program without specifying the reading condition. When performing processing such as image data processing, another application program can call the control program to acquire image data. Therefore, according to the control method of the image reading apparatus, the control program can be operated as a conventional control program.

【0012】請求項2に記載の画像読み取り装置の制御
方法は、APIモジュールが最初に呼び出されアプリケ
ーションプログラムから読み取り条件を指定されて画像
の読み取りを要求されるとき、APIモジュールはハー
ドウェア制御モジュールを呼び出し取得した画像データ
をアプリケーションプログラムに出力することを特徴と
する。アプリケーションプログラム自体が画像の読み取
り条件を指定するとき、インタフェースモジュールによ
り表示される画像の読み取り条件を入力するための画面
は不要である。従って、かかる画像読み取り装置の制御
方法によると、アプリケーションプログラムから読み取
り条件を指定されて画像の読み取りを要求されるとき、
画像の読み取り条件を入力するための画面が無用に表示
されないようにすることができる。
According to a second aspect of the present invention, there is provided a method of controlling an image reading apparatus, wherein when the API module is first called and an application program specifies a reading condition and an image reading is requested, the API module causes the hardware control module to operate. It is characterized in that the image data obtained by calling is output to an application program. When the application program itself specifies the image reading conditions, the screen for inputting the image reading conditions displayed by the interface module is unnecessary. Therefore, according to the control method of the image reading apparatus, when the reading condition is specified by the application program and the image reading is requested,
It is possible to prevent unnecessary display of a screen for inputting image reading conditions.

【0013】請求項3に記載の画像読み取り装置の制御
方法では、インタフェースモジュールは、編成した画像
ファイルを記憶装置に格納することを特徴とする。画像
ファイルを記憶装置に格納する処理は比較的単純で処理
が小さく、制御プログラムのサイズを小さいままに保つ
ことができる。従って、この画像読み取り装置の制御方
法によると、制御プログラムを短時間に起動できるアプ
リケーションプログラムとして動作させつつ、編成した
画像ファイルを記憶装置に記憶することができる。
According to a third aspect of the present invention, there is provided a method of controlling an image reading apparatus, wherein the interface module stores the organized image file in a storage device. The process of storing the image file in the storage device is relatively simple and small, and the size of the control program can be kept small. Therefore, according to this method of controlling the image reading apparatus, the organized image file can be stored in the storage device while operating the control program as an application program that can be started in a short time.

【0014】請求項4に記載の画像読み取り装置の制御
プログラムは、アプリケーションプログラムが画像の読
み取りを要求するためのインタフェースを提供するAP
Iモジュールと、画像の読み取り条件を入力するための
画面を表示し、インタフェースを介して画像の読み取り
を要求し取得した画像データに基づいて画像ファイルを
編成するインタフェースモジュールと、画像の読み取り
条件に応じて画像読み取り装置の制御コマンドを生成す
るハードウェア制御モジュールと、を備え、インタフェ
ースモジュールが最初に呼び出されるとき、記インタフ
ェースモジュールはAPIモジュールに画像の読み取り
を要求し、APIモジュールは画像の読み取りを要求さ
れるとハードウェア制御モジュールを呼び出し、インタ
フェースモジュールは取得した画像データに基づいて画
像ファイルを編成し、APIモジュールが最初に呼び出
されアプリケーションプログラムから読み取り条件を指
定されずに画像の読み取りを要求されるとき、APIモ
ジュールはインタフェースモジュールを呼び出し、イン
タフェースモジュールはハードウェア制御モジュールを
呼び出し取得した画像データをアプリケーションプログ
ラムに出力することを特徴とする。
The control program of the image reading device according to claim 4 is an AP that provides an interface for an application program to request image reading.
I module, an interface module that displays a screen for inputting image reading conditions, requests image reading through an interface, and organizes an image file based on the acquired image data, and depending on the image reading conditions And a hardware control module for generating a control command for the image reading device. When the interface module is first called, the interface module requests the API module to read the image, and the API module requests the image reading. Then, the hardware control module is called, the interface module organizes the image file based on the acquired image data, and the API module is called first and the image reading is performed without specifying the reading condition from the application program. When required the removal observed, API module calls the interface module, the interface module and outputs the image data obtained by calling obtain hardware control module to the application program.

【0015】この画像読み取り装置の制御プログラム
は、インタフェースモジュールが画像の読み取りを要求
し取得した画像データに基づいて画像ファイルを編成す
る機能を有することで、インタフェースモジュールが最
初に呼び出されるとき、制御プログラム自体が画像デー
タを処理するアプリケーションプログラムとして動作で
きる。ここで画像データを処理するアプリケーションプ
ログラムとは、画像データを加工する画像加工プログラ
ム、画像データをページの一部として取り込むワードプ
ロセッサ、画像データを文字認識するOCRプログラム
等、制御プログラムに画像の読み取りを要求し、取得し
た画像データを処理するプログラムのことをいう。この
制御プログラムは画像データに基づいて画像ファイルを
編成するのみのアプリケーションプログラムとして動作
することからプログラムサイズが比較的小さくて済み、
短時間にメモリ上にロードすることができる。従ってこ
の画像読み取り装置の制御プログラムは、短時間に起動
できるアプリケーションプログラムとして動作すること
ができる。この画像読み取り装置の制御プログラムによ
ると、単に画像データに基づいて画像ファイルを編成す
るだけの場合であれば、他のアプリケーションプログラ
ムを起動する必要がなく、画像データの取得に要する時
間を短縮できる。一方、この制御プログラムは、他のア
プリケーションプログラムからAPIモジュールが最初
に呼び出され、他のアプリケーションプログラムから読
み取り条件を指定されずに画像の読み取りを要求される
とき、従来の制御プログラムと同様に動作することがで
き、画像データの加工等の処理を行うときは他のアプリ
ケーションプログラムは制御プログラムを呼び出して画
像データを取得できる。従ってこの画像読み取り装置の
制御プログラムは、従来の制御プログラムとしても動作
することができる。
The control program of the image reading apparatus has a function of organizing an image file based on the image data obtained by requesting the reading of an image by the interface module, so that the control program is first called when the interface module is called. It itself can operate as an application program that processes image data. Here, the application program for processing the image data includes an image processing program for processing the image data, a word processor for loading the image data as a part of the page, an OCR program for recognizing the image data as a character, and the like, which requests the control program to read the image. A program that processes the acquired image data. Since this control program operates as an application program that only organizes image files based on image data, the program size can be relatively small,
It can be loaded on the memory in a short time. Therefore, the control program of the image reading apparatus can operate as an application program that can be started in a short time. According to the control program of the image reading apparatus, if the image file is simply organized based on the image data, it is not necessary to start another application program, and the time required to acquire the image data can be shortened. On the other hand, this control program operates similarly to the conventional control program when the API module is first called from another application program and the image reading is requested from the other application program without specifying the reading condition. When performing processing such as image data processing, another application program can call the control program to acquire image data. Therefore, the control program of this image reading apparatus can also operate as a conventional control program.

【0016】更に、この画像読み取り装置の制御プログ
ラムは、インタフェースモジュールが最初に呼び出され
るとき、すなわちアプリケーションプログラムとして動
作するときと、APIモジュールが最初に呼び出されア
プリケーションプログラムから読み取り条件を指定され
ずに画像の読み取りを要求されるとき、すなわち制御プ
ログラムが従来の制御プログラムとして動作するときと
で同じインタフェースモジュール及びハードウェア制御
モジュールを呼び出す。従ってこの画像読み取り装置の
制御プログラムは、従来の制御プログラムとして動作す
るときとアプリケーションプログラムとして動作すると
きとでインタフェースモジュール及びハードウェア制御
モジュールを共用できる。
Further, the control program of this image reading apparatus is such that when the interface module is first called, that is, when it operates as an application program, and when the API module is called first and the reading condition is not specified from the application program. The same interface module and the hardware control module are called when the control program is required to be read, that is, when the control program operates as a conventional control program. Therefore, the control program of the image reading apparatus can share the interface module and the hardware control module when operating as a conventional control program and when operating as an application program.

【0017】請求項5に記載の画像読み取り装置の制御
プログラムでは、APIモジュールが最初に呼び出され
アプリケーションプログラムから読み取り条件を指定さ
れて画像の読み取りを要求されるとき、APIモジュー
ルはハードウェア制御モジュールを呼び出し取得した画
像データをアプリケーションプログラムに出力すること
を特徴とする。
In the control program of the image reading apparatus according to the fifth aspect, when the API module is first called and the reading condition is specified by the application program to read the image, the API module causes the hardware control module to operate. It is characterized in that the image data obtained by calling is output to an application program.

【0018】アプリケーションプログラム自体が画像の
読み取り条件を指定するとき、インタフェースモジュー
ルにより表示される画像の読み取り条件を入力するため
の画面は不要である。従って、かかる画像読み取り装置
の制御プログラムによると、アプリケーションプログラ
ムから読み取り条件を指定されて画像の読み取りを要求
されるとき、画像の読み取り条件を入力するための画面
が無用に表示されないようにすることができる。
When the application program itself specifies the image reading conditions, the screen for inputting the image reading conditions displayed by the interface module is unnecessary. Therefore, according to the control program of the image reading apparatus, when the reading condition is specified by the application program and the reading of the image is requested, it is possible to prevent the screen for inputting the reading condition of the image from being displayed unnecessarily. it can.

【0019】請求項6に記載の画像読み取り装置の制御
プログラムでは、インタフェースモジュールは、編成し
た画像ファイルを記憶装置に格納することを特徴とす
る。画像ファイルを記憶装置に格納する処理は比較的単
純で処理が小さく、制御プログラムのサイズを小さいま
まに保つことができる。従って、この画像読み取り装置
の制御プログラムによると、制御プログラムを短時間に
起動できるアプリケーションプログラムとして動作させ
つつ、編成した画像ファイルを記憶装置に記憶すること
ができる。
According to a sixth aspect of the control program of the image reading apparatus, the interface module stores the organized image file in a storage device. The process of storing the image file in the storage device is relatively simple and small, and the size of the control program can be kept small. Therefore, according to the control program of this image reading apparatus, the organized image file can be stored in the storage device while operating the control program as an application program that can be started in a short time.

【0020】[0020]

【発明の実施の形態】以下、本発明の実施例を図面に基
づいて説明する。図2は、本発明の一実施例による制御
プログラムを実行する制御装置1のハードウェア構成を
示すブロック図である。図示するように、制御装置1は
CPU11、ROM12,RAM13、表示装置14、
記憶装置としてのHD(ハードディスク)15、HD
(ハードディスク)コントローラ16、I/F(デバイ
スインタフェース)17および操作部18を備え、バス
19で相互に接続されている。CPU11は、ROM1
2及びハードディスク15に格納されたプログラムを実
行して制御装置1の各部を制御する他、本発明の一実施
例による画像読み取り装置の制御プログラム、アプリケ
ーションプログラム等のプログラムを実行する。ROM
12はCPU11が動作するために最低限必要なプログ
ラムやデータを予め格納しているメモリであり、RAM
13はプログラムや各種のデータ等を一時的に格納する
メモリである。表示装置14は液晶表示装置(LCD)
やCRT等の表示装置を備え、CPU11の処理結果を
表示する。操作部18はキーボード、マウス等の入力装
置を備える。ハードディスクコントローラ16はハード
ディスク15を制御するものであり、ハードディスク1
5にはオペレーティングシステム(OS)、本発明の一
実施例による制御プログラム、アプリケーションプログ
ラム等が記憶されている。デバイスインタフェース17
は、例えばUSB、IEEE1394等のインタフェー
ス規格により1台以上の画像読み取り装置としてのイメ
ージスキャナ2と接続可能に構成されている。尚、図2
に示す複数のイメージスキャナ2は本実施例においては
それぞれ異なる機種であるとする。尚、制御装置1はL
AN等のネットワークを介してイメージスキャナ2と接
続するようにしてもよい。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. FIG. 2 is a block diagram showing the hardware configuration of the control device 1 that executes the control program according to the embodiment of the present invention. As shown in the figure, the control device 1 includes a CPU 11, a ROM 12, a RAM 13, a display device 14,
HD (hard disk) 15, HD as a storage device
A (hard disk) controller 16, an I / F (device interface) 17, and an operation unit 18 are provided and are connected to each other via a bus 19. CPU11 is ROM1
2 and a program stored in the hard disk 15 to control each part of the control device 1, and also execute a program such as a control program and an application program of the image reading device according to the embodiment of the present invention. ROM
Reference numeral 12 denotes a memory in which minimum programs and data necessary for the CPU 11 to operate are stored in advance, and a RAM
Reference numeral 13 is a memory that temporarily stores programs and various data. The display device 14 is a liquid crystal display device (LCD).
A display device such as a CRT or the like is provided to display the processing result of the CPU 11. The operation unit 18 includes input devices such as a keyboard and a mouse. The hard disk controller 16 controls the hard disk 15.
An operating system (OS), a control program according to an embodiment of the present invention, an application program, and the like are stored in the reference numeral 5. Device interface 17
Is configured to be connectable to one or more image scanners 2 as image reading devices according to interface standards such as USB and IEEE1394. Incidentally, FIG.
It is assumed that the plurality of image scanners 2 shown in FIG. 2 are different models in this embodiment. The control device 1 is L
You may make it connect with the image scanner 2 via networks, such as AN.

【0021】以上、制御装置1のハードウェア構成につ
いて説明した。以下、本発明の一実施例による制御プロ
グラムについて説明する。尚、本実施例ではTWAIN
に準拠した制御プログラムを例に説明する。TWAIN
とはイメージスキャナ等の画像読み取り装置とアプリケ
ーションプログラムとのインタフェース規格であり、画
像読み取り装置とアプリケーションプログラム間の通信
プロトコルであるTWAINプロトコルを規定してい
る。一般にTWAINに準拠した制御プログラムは、単
に画像読み取り装置のハードウェアを制御するのみでな
く、画像の読み取り条件を入力するためのユーザインタ
フェース(UI)も備えている。
The hardware configuration of the control device 1 has been described above. Hereinafter, a control program according to an embodiment of the present invention will be described. In this embodiment, TWAIN
An example of a control program conforming to is explained. TWAIN
Is an interface standard between an image reading device such as an image scanner and an application program, and defines a TWAIN protocol which is a communication protocol between the image reading device and the application program. Generally, a TWAIN-compliant control program not only controls the hardware of the image reading apparatus but also has a user interface (UI) for inputting image reading conditions.

【0022】図1は、本発明の一実施例による画像読み
取り装置の制御プログラム3(以後、「ドライバプログ
ラム3」という)のモジュール構造及びアプリケーショ
ンプログラム21を表すブロック図である。尚、図中の
破線で示す矢印は、モジュール間でTWAINプロトコ
ルに従った通信がなされることを表している。
FIG. 1 is a block diagram showing a module structure of a control program 3 (hereinafter referred to as "driver program 3") of an image reading apparatus and an application program 21 according to an embodiment of the present invention. The arrows indicated by broken lines in the figure indicate that communication is performed between modules according to the TWAIN protocol.

【0023】アプリケーションプログラム21は、画像
加工プログラム、ワードプロセッサ、OCRプログラム
等である。アプリケーションプログラムは後述するDS
マネージャ25が提供するインタフェースを介してドラ
イバプログラム3に画像の読み取りを要求し、取得した
画像データを処理するプログラムであって、これらのア
プリケーションプログラム21はTWAINに対応して
おり、TWAINプロトコルに従ってドライバプログラ
ム3に画像の読み取りを要求することが可能とされてい
る。
The application program 21 is an image processing program, a word processor, an OCR program or the like. The application program is DS, which will be described later.
A program that requests the driver program 3 to read an image through the interface provided by the manager 25 and processes the acquired image data. These application programs 21 correspond to TWAIN, and the driver program follows the TWAIN protocol. 3 is required to read an image.

【0024】ドライバ起動プログラム22は、UIモジ
ュール23を呼び出すのみのプログラムサイズの小さい
プログラムであり、本実施例においてはドライバ起動プ
ログラム22もドライバプログラム3に含まれるもので
ある。ユーザがマウス又はキーボードでドライバ起動プ
ログラム22の実行を指示する操作を行うと、インタフ
ェースモジュール、APIモジュール及びハードウェア
制御モジュールのうちインタフェースモジュールが最初
に呼び出されることになる。尚、本実施例ではドライバ
起動プログラム22もドライバプログラム3に含まれる
とするが、ドライバ起動プログラム22はドライバプロ
グラム3に含まれないとしてもよい。
The driver starting program 22 is a program having a small program size for only calling the UI module 23, and the driver starting program 22 is also included in the driver program 3 in this embodiment. When the user performs an operation for instructing the execution of the driver start-up program 22 with the mouse or the keyboard, the interface module among the interface module, the API module and the hardware control module is called first. Although the driver starting program 22 is also included in the driver program 3 in this embodiment, the driver starting program 22 may not be included in the driver program 3.

【0025】データソース(DS)マネージャ25は、
アプリケーションプログラム21がTWAINプロトコ
ルに従ってドライバプログラム3と通信するためのAP
Iをアプリケーションプログラムに提供するモジュール
である。アプリケーションプログラム21はTWAIN
プロトコルに従って処理に応じた所定のシーケンスでA
PIをコールしてDSマネージャ25と通信し、それに
より画像の読み取りを要求し画像データを取得する。一
般に制御装置1にはケーブルあるいはネットワークを介
して複数のイメージスキャナ2を接続することが可能で
ある。このためDSマネージャ25はアプリケーション
プログラム21から呼び出されると接続されているイメ
ージスキャナ2をスキャナ選択画面60(図3参照)に
一覧表示し、ユーザがイメージスキャナ2を選択する
と、選択したイメージスキャナ2の機種名をアプリケー
ションプログラム21に返す処理、及び選択された機種
の機種名が設定されたDSエントリーモジュール26を
呼び出す処理を行う。
The data source (DS) manager 25 is
AP for the application program 21 to communicate with the driver program 3 according to the TWAIN protocol
It is a module that provides I to an application program. The application program 21 is TWAIN
A in a predetermined sequence according to the processing according to the protocol
The PI is called to communicate with the DS manager 25, thereby requesting image reading and acquiring image data. Generally, it is possible to connect a plurality of image scanners 2 to the control device 1 via a cable or a network. Therefore, when the DS manager 25 is called by the application program 21, the connected image scanners 2 are displayed in a list on the scanner selection screen 60 (see FIG. 3), and when the user selects the image scanner 2, the selected image scanner 2 of the selected image scanner 2 is displayed. The process of returning the model name to the application program 21 and the process of calling the DS entry module 26 in which the model name of the selected model is set are performed.

【0026】データソース(DS)エントリーモジュー
ル26は、機種に固有の情報が格納された場所を指し示
すモジュールである。機種固有の情報とは、例えば読み
取り可能な解像度の範囲や読み取り可能な原稿サイズ等
の機種によってそれぞれ異なる固有の情報のことをい
う。こうした機種固有の情報はDSエントリーモジュー
ル26が指し示す場所に格納されている。本実施例にお
けるDSエントリーモジュール26は”xxx.ds”
というファイル名で格納されており、”xxx”部分に
は各機種の機種名が設定されている。尚、以降に説明す
る各モジュールはDSエントリーモジュール26が指し
示す場所に格納された機種固有の情報に応じて動作す
る。
The data source (DS) entry module 26 is a module that indicates the location where the information unique to the model is stored. Model-specific information refers to unique information that differs depending on the model, such as the range of readable resolution and the readable document size. Such model-specific information is stored in the location indicated by the DS entry module 26. The DS entry module 26 in the present embodiment is "xxx.ds"
The model name of each model is set in the "xxx" part. Each module described below operates according to model-specific information stored in the location indicated by the DS entry module 26.

【0027】データソース(DS)コントロールモジュ
ール27は、TWAINプロトコルマネージャ28との
通信手順と、UIモジュール23との通信手順とを有す
るモジュールである。DSコントロールモジュール27
は、UIモジュール23が最初に呼び出されたときDS
エントリーモジュール26からの命令をそのままTWA
INプロトコルマネージャ28にスルーで渡し、DSマ
ネージャ25が最初に呼び出されたとき且つアプリケー
ションプログラム21から読み取り条件を指定されずに
画像の読み取りが要求されたとき、UIモジュール23
を呼び出す処理を行う。また、DSマネージャ25が最
初に呼び出されたとき且つアプリケーションプログラム
21から読み取り条件を指定されて画像の読み取りが要
求されるとき、TWAINプロトコルマネージャ28を
呼び出す処理を行う。
The data source (DS) control module 27 is a module having a communication procedure with the TWAIN protocol manager 28 and a communication procedure with the UI module 23. DS control module 27
DS when the UI module 23 is first called
Directly from the entry module 26 TWA
When the DS manager 25 is first passed through to the IN protocol manager 28 and the image reading is requested from the application program 21 without specifying the reading condition, the UI module 23
Is called. Further, when the DS manager 25 is called for the first time and the reading condition is specified by the application program 21 to read an image, a process for calling the TWAIN protocol manager 28 is performed.

【0028】特許請求の範囲に記載のAPIモジュール
はDSマネージャ25、DSエントリーモジュール26
及びDSコントロールモジュール27に対応する。ユー
ザインタフェース(UI)モジュール23は、画像の読
み取り条件を入力するための画面としての設定画面40
(図4参照)を表示するモジュールである。この他、U
Iモジュール23は、DSマネージャ25が最初に呼び
出されたときはイメージスキャナ2に読み取らせた画像
データをDSコントロールモジュール27に戻り値とし
て返し、一方、UIモジュール23が最初に呼び出され
たときは画像ファイルを格納する際の格納場所や画像フ
ァイル名等を設定する保存設定画面50(図5参照)を
表示し、ユーザが設定を行った後、後述するUI−TW
AINブリッジ24を介してDSマネージャ25に画像
データの読み取りを要求し、読み取らせた画像データを
UI−TWAINブリッジ24を介して受け取って当該
画像データに基づいて画像ファイルを編成し、保存設定
画面50で設定されたハードディスク15上の格納場所
に設定された画像ファイル名で格納する処理を行う。ま
た、UIモジュール23は最初に呼び出されたときスキ
ャナ選択画面60(図3参照)を表示する処理を行う。
The API modules described in the claims are the DS manager 25 and the DS entry module 26.
And DS control module 27. The user interface (UI) module 23 has a setting screen 40 as a screen for inputting image reading conditions.
(See FIG. 4). Besides this, U
The I module 23 returns the image data read by the image scanner 2 as a return value to the DS control module 27 when the DS manager 25 is first called, and the image data when the UI module 23 is first called. After the save setting screen 50 (see FIG. 5) for setting the storage location when storing the file, the image file name, and the like is displayed, and the user makes the setting, the UI-TW to be described later is displayed.
The DS manager 25 is requested to read image data via the AIN bridge 24, the read image data is received via the UI-TWAIN bridge 24, an image file is organized based on the image data, and a save setting screen 50 is displayed. The image file name stored in the storage location set on the hard disk 15 is stored. The UI module 23 also performs a process of displaying the scanner selection screen 60 (see FIG. 3) when first called.

【0029】UI−TWAINブリッジ24は、常にU
Iモジュール23から呼び出されるモジュールであり、
DSマネージャ25及びTWAINプロトコルマネージ
ャ28とのTWAINプロトコルに従った通信手順を有
する。UI−TWAINブリッジ24は、DSマネージ
ャ25が最初に呼び出されたときTWAINプロトコル
マネージャ28と通信し、UIモジュール23で入力さ
れた読み取り条件に応じた画像の読み取りを要求する。
一方、UIモジュール23が最初に呼び出されたときU
Iモジュール23で入力された読み取り条件に応じてD
Sマネージャ25と通信する。
The UI-TWAIN bridge 24 is always U
Is a module called from the I module 23,
It has a communication procedure according to the TWAIN protocol with the DS manager 25 and the TWAIN protocol manager 28. The UI-TWAIN bridge 24 communicates with the TWAIN protocol manager 28 when the DS manager 25 is first called, and requests reading of an image according to the reading condition input by the UI module 23.
On the other hand, when the UI module 23 is first called, U
D according to the scanning conditions input by the I module 23
Communicate with the S manager 25.

【0030】特許請求の範囲に記載のインタフェースモ
ジュールは、UIモジュール23とUI−TWAINブ
リッジ24とに対応する。UIモジュール23及びUI
−TWAINブリッジ24は、UIモジュール23が保
存設定画面50を表示し、設定後、UI−TWAINブ
リッジ24を介してDSマネージャ25に画像データの
読み取りを要求し、読み取らせた画像データをUI−T
WAINブリッジ24を介して受け取り画像ファイルを
編成して格納する。これによりUIモジュール23及び
UI−TWAINブリッジ24は編成した画像ファイル
を記憶装置に格納する処理を行うアプリケーションプロ
グラムとして動作する。
The interface module described in the claims corresponds to the UI module 23 and the UI-TWAIN bridge 24. UI module 23 and UI
-The TWAIN bridge 24 causes the UI module 23 to display the save setting screen 50, and after setting, requests the DS manager 25 to read the image data via the UI-TWAIN bridge 24 and sends the read image data to the UI-T.
The image files received via the WAIN bridge 24 are organized and stored. As a result, the UI module 23 and the UI-TWAIN bridge 24 operate as an application program that stores the organized image file in the storage device.

【0031】TWAINプロトコルマネージャ28は、
TWAINプロトコルに従って指示された画像の読み取
り要求に応じて後述するスキャンコントロールモジュー
ル29を制御するモジュールである。アプリケーション
プログラム21又はUI−TWAINブリッジ24から
TWAINプロトコルに従って指示される要求は実質的
にTWAINプロトコルマネージャ28において処理さ
れる。
The TWAIN protocol manager 28
It is a module that controls a scan control module 29 described later in response to an image reading request instructed according to the TWAIN protocol. Requests designated by the application program 21 or the UI-TWAIN bridge 24 according to the TWAIN protocol are substantially processed by the TWAIN protocol manager 28.

【0032】スキャンコントロールモジュール29は、
デバイスコントロールモジュール30を制御して画像を
取得する処理、及び取得した画像データに対し画質に関
するフィルター処理等の画像処理を行うモジュールであ
る。
The scan control module 29 is
This is a module that controls the device control module 30 to obtain an image, and performs image processing such as filter processing relating to image quality on the obtained image data.

【0033】デバイスコントロールモジュール30は、
選択したイメージスキャナ2に固有の制御コマンドを入
力された読み取り条件に応じて生成するモジュールであ
る。この他デバイスコントロールモジュール30はイメ
ージスキャナ2から制御のための情報を取得する処理を
行う。ここでいう制御のための情報とは、例えばイメー
ジスキャナ2のオートシートフィーダが取り外し自在で
あるとき、そのオートシートフィーダが取り付けられて
いるか取り外されているか等を表すステータス情報であ
る。
The device control module 30
It is a module that generates a control command specific to the selected image scanner 2 in accordance with the input reading conditions. The other device control module 30 performs a process of acquiring information for control from the image scanner 2. The information for control here is, for example, status information indicating whether the auto sheet feeder of the image scanner 2 is detachable, whether the auto sheet feeder is attached or detached.

【0034】デバイスインタフェースモジュール31は
I/Oドライバであり、ドライバプログラム3はデバイ
スインタフェースモジュール31を通してデバイスイン
タフェース17にアクセスし、イメージスキャナ2との
コマンドの送受信や画像データの受信を行う。
The device interface module 31 is an I / O driver, and the driver program 3 accesses the device interface 17 through the device interface module 31 to exchange commands with the image scanner 2 and receive image data.

【0035】特許請求の範囲に記載のハードウェア制御
手順は、TWAINプロトコルマネージャ28、スキャ
ンコントロールモジュール29、デバイスコントロール
モジュール30及びデバイスインタフェースモジュール
31に対応する。
The hardware control procedure described in the claims corresponds to the TWAIN protocol manager 28, the scan control module 29, the device control module 30, and the device interface module 31.

【0036】以上、ドライバプログラム3のモジュール
構造及びアプリケーションプログラム21について説明
した。以下、DSマネージャ25及びUIモジュール2
3により表示される画面について説明する。
The module structure of the driver program 3 and the application program 21 have been described above. Hereinafter, the DS manager 25 and the UI module 2
The screen displayed by 3 will be described.

【0037】図3は、DSマネージャ25もしくはUI
モジュール23により表示されるスキャナ選択画面60
の一例を表す図である。一覧表示欄61には制御装置1
が利用可能なイメージスキャナ2の機種名が一覧表示さ
れ、ユーザがマウスでイメージスキャナ2を一つ選択し
た後、[OK]ボタン62をクリックすることで選択が
完了する。
FIG. 3 shows the DS manager 25 or UI.
Scanner selection screen 60 displayed by module 23
It is a figure showing an example. In the list display field 61, the control device 1
A list of model names of the image scanners 2 that can be used is displayed, and the user selects one of the image scanners 2 with the mouse and then clicks the [OK] button 62 to complete the selection.

【0038】図4は、UIモジュール23により表示さ
れる設定画面40の一例を表す図である。原稿種別欄
(Document Type)41は読み取る原稿の種別を指定す
る欄であり、ポジフィルム(Positive Film)、ネガフ
ィルム、イラスト、雑誌、新聞等の種別が選択可能とさ
れている。イメージ種別欄(Image Type)42は原稿の
色数を選択する欄であり、”カラー(Color)”、”グ
レイ(Gray Scale)”、”白黒(Black & White)”の
何れか一つを選択可能とされている。目的欄(Destinat
ion)43は読み取った画像の使用目的を指定する欄で
あり、”画面/ウェブ(Screen/Web)”、”プリンタ
(Printer)”、”カスタム(Custom)”の何れか一つ
が選択可能であり、カスタムを選択しときはその下にあ
る”解像度(Resolution)”で解像度を選択可能とされ
ている。イメージ調整欄(Image Adjustment)44
は、”明るさ(Brightness)”及び”コントラスト(Co
ntrast)”等を設定するための欄である。[Scan]
ボタン45は、ユーザが読み取りの開始を命令するため
のボタンである。[Scan Option...]ボ
タン46は、UIモジュール23が最初に呼び出された
ときのみ表示されるボタンであり、[Scan Opt
ion...]ボタン46をマウスでクリックすると、
保存設定画面50が表示される。その他の欄及びボタン
についての説明は省略する。尚、設定画面40の入力欄
に表示される選択項目等はスキャナ選択画面60で選択
したイメージスキャナ2の機種に応じて変化し、UIモ
ジュール23は選択された機種に応じた設定画面40を
表示する。例えば解像度が2400dpiまでしか読み
取れないイメージスキャナ2が選択された場合は、UI
モジュール23は解像度を選択する選択肢として最大”
2400”までしか表示しない。また、例えば透過原稿
を読み取ることのできないイメージスキャナ2であれば
原稿種別欄に透過原稿の選択肢を表示しないようにす
る。
FIG. 4 is a diagram showing an example of the setting screen 40 displayed by the UI module 23. The document type column (Document Type) 41 is a column for specifying the type of document to be read, and types such as positive film (negative film), negative film, illustration, magazine, newspaper, etc. can be selected. The image type column (Image Type) 42 is a column for selecting the number of colors of the document, and one of "Color", "Gray Scale", and "Black &White" is selected. It is possible. Purpose column (Destinat
ion) 43 is a field for specifying the purpose of using the read image, and one of "Screen / Web", "Printer", and "Custom" can be selected. When selecting Custom, the resolution can be selected with "Resolution" below. Image adjustment field (Image Adjustment) 44
Means "Brightness" and "Contrast (Co
This is a field for setting "ntrast)" etc. [Scan]
The button 45 is a button for the user to instruct the start of reading. [Scan Option. . . ] Button 46 is a button that is displayed only when UI module 23 is first called, and [Scan Opt
ion. . . ] Button 46 is clicked with the mouse,
The save setting screen 50 is displayed. Descriptions of other columns and buttons are omitted. The selection items displayed in the input fields of the setting screen 40 change according to the model of the image scanner 2 selected on the scanner selection screen 60, and the UI module 23 displays the setting screen 40 corresponding to the selected model. To do. For example, if the image scanner 2 that can read only up to 2400 dpi is selected, the UI
Module 23 is the maximum choice for choosing resolution
Up to 2400 "are displayed. For example, in the case of the image scanner 2 which cannot read a transparent original, the transparent original option is not displayed in the original type column.

【0039】図5は、UIモジュール23により表示さ
れる保存設定画面50の一例である。保存設定画面50
は、設定画面40において[Scan Optio
n...]ボタンをマウスでクリックすると表示され
る。格納場所(Location)指定欄51は、編成した画像
ファイルを格納するときのハードディスク15上の場所
を指定するための欄である。画像ファイル名(File nam
e)指定欄52は編成する画像ファイル名を指定する欄
であり、”Prefix”で指定する文字列と”Start Numbe
r”で指定する番号から始まる3桁の数字とからなる文
字列が画像ファイル名として指定される。画像フォーマ
ット(Image Format)指定欄53は画像データのフォー
マットを指定する欄である。[OK]ボタン54は、ユ
ーザが設定完了の指示を入力するためのボタンである。
その他の欄及びボタンについての説明は省略する。
FIG. 5 shows an example of the save setting screen 50 displayed by the UI module 23. Save setting screen 50
On the setting screen 40, click [Scan Optio
n. . . ] Button is displayed with the mouse. The storage location (Location) designation field 51 is a field for designating a location on the hard disk 15 when storing the organized image file. Image file name (File nam
e) The designation field 52 is a field for designating the image file name to be organized, and the character string designated by "Prefix" and "Start Numbe
A character string consisting of a three-digit number starting from the number designated by r "is designated as the image file name. The image format designation field 53 is a field for designating the image data format. [OK] The button 54 is a button for the user to input an instruction to complete the setting.
Descriptions of other columns and buttons are omitted.

【0040】以上、DSマネージャ25及びUIモジュ
ール23により表示される画面について説明した。ドラ
イバプログラム3は、DSマネージャ25が最初に呼び
出されたときとUIモジュール23が最初に呼び出され
たときとでモジュールの呼び出し関係が動的に変化す
る。以下、ドライバプログラム3の作動について、それ
ぞれの場合に分けて説明する。
The screens displayed by the DS manager 25 and the UI module 23 have been described above. In the driver program 3, the module call relationship dynamically changes depending on when the DS manager 25 is first called and when the UI module 23 is first called. Hereinafter, the operation of the driver program 3 will be described separately for each case.

【0041】図6は、UIモジュール23が最初に呼び
出されたときのモジュールの呼び出し関係を示す図であ
る。操作部18のマウス又はキーボードからドライバ起
動プログラム22の実行を指示する操作がなされると、
ドライバ起動プログラム22がRAM13にロードされ
て実行が開始される。実行が開始されるとドライバ起動
プログラム22から最初にUIモジュール23が呼び出
され、スキャナ選択画面60が表示装置14に表示され
る。ユーザがイメージスキャナ2を一つ選択すると、続
いてUI−TWAINブリッジ24からTWAINプロ
トコルに従ってDSマネージャ25が呼び出される。続
いて選択したイメージスキャナ2に対応するDSエント
リーモジュール26、DSコントロールモジュール2
7、TWAINプロトコルマネージャ28、スキャンコ
ントロールモジュール29、デバイスコントロールモジ
ュール30、デバイスインタフェースモジュール31が
順に呼び出され、機種固有の情報及びイメージスキャナ
2のステータス情報が取得される。機種固有の情報及び
ステータス情報が取得されると再びUIモジュール23
の処理に戻り、選択したイメージスキャナ2の機能に応
じた設定画面40が表示装置14に表示される。ユーザ
が画像の読み取り条件を入力して[ScanOptio
n...]ボタン46を押すと保存設定画面50が表示
され、設定後[OK]ボタン54をクリックすると設定
画面40に戻り、ここで[Scan]ボタン45をクリ
ックするとUI−TWAINブリッジ24が呼び出さ
れ、読み取り条件に応じた読み取りがDSマネージャ2
5に要求される。読み取りが要求されると、再び選択し
たイメージスキャナ2に対応するDSエントリーモジュ
ール26、DSコントロールモジュール27、TWAI
Nプロトコルマネージャ28、スキャンコントロールモ
ジュール29、デバイスコントロールモジュール30、
デバイスインタフェースモジュール31が順に呼び出さ
れ、ユーザが選択したイメージスキャナ2に固有の制御
コマンドが生成され、制御装置1のデバイスインタフェ
ース17を介してイメージスキャナ2に出力される。
FIG. 6 is a diagram showing the calling relationship of the modules when the UI module 23 is first called. When an operation for instructing execution of the driver start-up program 22 is made from the mouse or keyboard of the operation unit 18,
The driver start-up program 22 is loaded into the RAM 13 and starts executing. When the execution is started, the UI module 23 is first called from the driver activation program 22, and the scanner selection screen 60 is displayed on the display device 14. When the user selects one of the image scanners 2, the DS manager 25 is subsequently called from the UI-TWAIN bridge 24 according to the TWAIN protocol. Subsequently, the DS entry module 26 and the DS control module 2 corresponding to the selected image scanner 2
7, the TWAIN protocol manager 28, the scan control module 29, the device control module 30, and the device interface module 31 are sequentially called, and the model-specific information and the status information of the image scanner 2 are acquired. When the model-specific information and status information are acquired, the UI module 23
Then, the setting screen 40 corresponding to the selected function of the image scanner 2 is displayed on the display device 14. The user inputs the scanning conditions of the image and then clicks [ScanOptio
n. . . ] Button 46 is displayed, a save setting screen 50 is displayed. After setting, click the [OK] button 54 to return to the setting screen 40. Click the [Scan] button 45 here to call the UI-TWAIN bridge 24 and read it. Reading according to conditions is DS Manager 2
Required to 5. When reading is requested, the DS entry module 26, the DS control module 27, and the TWAI corresponding to the selected image scanner 2 again.
N protocol manager 28, scan control module 29, device control module 30,
The device interface modules 31 are sequentially called, and a control command specific to the image scanner 2 selected by the user is generated and output to the image scanner 2 via the device interface 17 of the control device 1.

【0042】イメージスキャナ2から出力された画像デ
ータを格納したRAM13上のアドレスは呼び出し元の
モジュールに呼び出しと逆の順に戻り値として返され、
最終的にUIモジュール23において画像ファイルとし
てハードディスク15に格納される。
The address on the RAM 13 storing the image data output from the image scanner 2 is returned to the calling module as a return value in the reverse order of the calling,
Finally, it is stored in the hard disk 15 as an image file in the UI module 23.

【0043】図7は、DSマネージャ25が最初に呼び
出されるときのモジュールの呼び出し関係を示す図であ
る。尚、以下の説明はアプリケーションプログラムから
読み取り条件を指定されずに画像の読み取りを要求され
る場合を例に説明する。操作部18のマウス又はキーボ
ードからアプリケーションプログラム21の実行を指示
する操作がなされると、アプリケーションプログラム2
1がRAM13にロードされて実行が開始される。アプ
リケーションプログラム21の実行によって表示される
メニュー等からマウス又はキーボードで画像の読み取り
を指示する操作がなされると、アプリケーションプログ
ラム21からTWAINプロトコルに従ってDSマネー
ジャ25が最初に呼び出され、アプリケーションプログ
ラム21とDSマネージャ25との間でTWAINプロ
トコルに従った通信がなされイメージスキャナ2の機種
名の取得が要求される。機種名の取得が要求されるとD
Sマネージャ25によりスキャナ選択画面60が表示装
置14に表示される。ユーザがイメージスキャナ2を一
つ選択すると、選択したイメージスキャナ2の機種名が
アプリケーションプログラム21に戻り値として返され
る。機種名が返されるとアプリケーションプログラム2
1から機種名を引数としてDSマネージャ25に画像の
読み取りが要求される。尚、このときアプリケーション
プログラム21は読み取り条件を指定しないものとす
る。画像の読み取りが要求されると、選択したイメージ
スキャナ2に対応するDSエントリーモジュール26、
DSコントロールモジュール27、UIモジュール2
3、UI−TWAINブリッジ24、TWAINプロト
コルマネージャ28、スキャンコントロールモジュール
29、デバイスコントロールモジュール30、デバイス
インタフェースモジュール31が順に呼び出され、機種
固有の情報及びイメージスキャナ2のステータス情報が
取得される。機種固有の情報及びステータス情報が取得
されると再びUIモジュール23の処理に戻り、イメー
ジスキャナ2の機能に応じた設定画面40が表示装置1
4に表示される。ユーザが画像の読み取り条件を入力し
て[Scan]ボタン45をクリックするとUI−TW
AINブリッジ24が呼び出され、UI−TWAINブ
リッジ24とTWAINプロトコルマネージャ28との
間でTWAINプロトコルに従った通信がなされる。続
いてスキャンコントロールモジュール29、デバイスコ
ントロールモジュール30、デバイスインタフェースモ
ジュール31が再度順に呼び出され、ユーザが選択した
イメージスキャナ2に固有の制御コマンドが生成されて
制御装置1のデバイスインタフェース17を介してイメ
ージスキャナ2に出力される。
FIG. 7 is a diagram showing the calling relationship of the modules when the DS manager 25 is called for the first time. It should be noted that the following description will be made by taking as an example the case where the image reading is requested from the application program without specifying the reading condition. When an operation for instructing execution of the application program 21 is performed from the mouse or keyboard of the operation unit 18, the application program 2
1 is loaded into the RAM 13 and execution is started. When an operation for instructing to read an image is performed with a mouse or keyboard from a menu or the like displayed by executing the application program 21, the DS manager 25 is first called from the application program 21 according to the TWAIN protocol, and the application program 21 and the DS manager are called. 25, communication according to the TWAIN protocol is performed, and acquisition of the model name of the image scanner 2 is requested. D is requested to get the model name
The scanner selection screen 60 is displayed on the display device 14 by the S manager 25. When the user selects one image scanner 2, the model name of the selected image scanner 2 is returned to the application program 21 as a return value. Application program 2 when the model name is returned
The DS manager 25 is requested to read an image from 1 using the model name as an argument. At this time, the application program 21 does not specify the reading condition. When the image reading is requested, the DS entry module 26 corresponding to the selected image scanner 2,
DS control module 27, UI module 2
3, the UI-TWAIN bridge 24, the TWAIN protocol manager 28, the scan control module 29, the device control module 30, and the device interface module 31 are sequentially called, and model-specific information and status information of the image scanner 2 are acquired. When the model-specific information and status information are acquired, the process returns to the processing of the UI module 23 again, and the setting screen 40 corresponding to the function of the image scanner 2 is displayed on the display device 1.
4 is displayed. When the user inputs image reading conditions and clicks the [Scan] button 45, UI-TW
The AIN bridge 24 is called, and communication according to the TWAIN protocol is performed between the UI-TWAIN bridge 24 and the TWAIN protocol manager 28. Then, the scan control module 29, the device control module 30, and the device interface module 31 are sequentially called again, a control command specific to the image scanner 2 selected by the user is generated, and the image scanner via the device interface 17 of the control device 1. 2 is output.

【0044】イメージスキャナ2から出力された画像デ
ータを格納したRAM13上のアドレスは呼び出し元の
モジュールに呼び出しと逆の順に戻り値として返され、
最終的にアプリケーションプログラム21において画像
データとして取得される。
The address on the RAM 13 storing the image data output from the image scanner 2 is returned to the calling module as a return value in the reverse order of the calling,
Finally, it is acquired as image data in the application program 21.

【0045】尚、上記は、DSマネージャ25が最初に
呼び出され且つアプリケーションプログラムから読み取
り条件を指定されずに画像の読み取りを要求されるとき
の処理の流れについて説明したが、DSマネージャ25
が最初に呼び出され且つアプリケーションプログラムか
ら読み取り条件を指定されて画像の読み取りを要求され
るときは、図7においてDSコントロールモジュール2
7はTWAINプロトコルマネージャ28を呼び出し、
UIモジュール23及びUI−TWAINブリッジ24
は呼び出されない。
The flow of processing when the DS manager 25 is first called and the image reading is requested from the application program without specifying the reading condition has been described above.
7 is first called and the reading condition is specified by the application program to read the image, the DS control module 2 in FIG.
7 calls the TWAIN protocol manager 28,
UI module 23 and UI-TWAIN bridge 24
Is not called.

【0046】以上、ドライバプログラム3の作動につい
て説明した。以下、本実施例の効果について説明する。
本実施例のドライバプログラム3は、UIモジュール2
3及びUI−TWAINブリッジ24が画像の読み取り
を要求し取得した画像データに基づいて画像ファイルを
編成することでアプリケーションプログラムとして動作
でき、また、プログラムサイズの小さいドライバ起動プ
ログラム22を起動することでアプリケーションプログ
ラム21を起動することなく呼び出すことができる。更
に、UIモジュール23及びUI−TWAINブリッジ
24は画像データに基づいて画像ファイルを編成するの
みのアプリケーションプログラムとして動作することか
らドライバプログラム3はプログラムサイズが比較的小
さくて済み、短時間にメモリ上にロードすることができ
る。従って、ドライバプログラム3は、短時間に起動で
きるアプリケーションプログラムとして動作できる。本
実施例のドライバプログラム3によると、単に画像デー
タに基づいて画像ファイルを編成するだけの場合であれ
ばアプリケーションプログラム21を起動する必要がな
く、画像データの取得に要する時間を短縮できる。一
方、本実施例のドライバプログラム3は、DSマネージ
ャ25が最初に呼び出され且つアプリケーションプログ
ラムから読み取り条件を指定されずに画像の読み取りを
要求されるとき、図7に示す順でモジュールが呼び出さ
れることにより従来の制御プログラムとしても動作する
ことができ、画像データの加工等の処理を行うときはア
プリケーションプログラムは制御プログラムを呼び出し
て画像データを取得できる。尚、図7においてはDSマ
ネージャ25が最初に呼び出され且つアプリケーション
プログラムから読み取り条件を指定されずに画像の読み
取りを要求されるときは、DSコントロールモジュール
27はUIモジュール23を呼び出し、TWAINプロ
トコルマネージャ28はDSコントロールモジュール2
7からは呼び出されない。
The operation of the driver program 3 has been described above. The effects of this embodiment will be described below.
The driver program 3 of this embodiment is the UI module 2
3 and the UI-TWAIN bridge 24 can operate as an application program by organizing an image file based on the image data acquired by requesting the reading of an image, and by activating the driver starting program 22 having a small program size It can be called without starting the program 21. Furthermore, since the UI module 23 and the UI-TWAIN bridge 24 operate as an application program that only organizes image files based on image data, the driver program 3 can have a relatively small program size and can be stored in the memory in a short time. Can be loaded. Therefore, the driver program 3 can operate as an application program that can be started in a short time. According to the driver program 3 of this embodiment, if the image file is simply organized based on the image data, it is not necessary to start the application program 21, and the time required to acquire the image data can be shortened. On the other hand, in the driver program 3 of this embodiment, when the DS manager 25 is first called and the application program requests the reading of an image without specifying the reading condition, the modules are called in the order shown in FIG. Thus, it can also operate as a conventional control program, and when performing processing such as image data processing, the application program can call the control program to acquire image data. In FIG. 7, when the DS manager 25 is first called and the image reading is requested from the application program without specifying the reading condition, the DS control module 27 calls the UI module 23 and the TWAIN protocol manager 28. Is the DS control module 2
Not called from 7.

【0047】更に、本実施例のドライバプログラム3
は、DSマネージャ25が最初に呼び出され且つアプリ
ケーションプログラムから読み取り条件を指定されて画
像の読み取りを要求されるとき、図7においてDSコン
トロールモジュール27はTWAINプロトコルマネー
ジャ28を呼び出し、UIモジュール23及びUI−T
WAINブリッジ24は呼び出されない。従って、アプ
リケーションプログラムから読み取り条件を指定されて
画像の読み取りを要求されるとき、設定画面40が無用
に表示されない。
Further, the driver program 3 of this embodiment
When the DS manager 25 is first called and the reading condition is specified by the application program to read an image, the DS control module 27 calls the TWAIN protocol manager 28 in FIG. 7, and the UI module 23 and UI- T
The WAIN bridge 24 is not called. Therefore, when the reading condition is designated by the application program and the reading of the image is requested, the setting screen 40 is not displayed unnecessarily.

【0048】更に、本実施例のドライバプログラム3
は、UIモジュール23が最初に呼び出されるとき、す
なわちアプリケーションプログラムとして動作するとき
と、DSマネージャ25が最初に呼び出されアプリケー
ションプログラムから読み取り条件を指定されずに画像
の読み取りを要求されるとき、すなわち制御プログラム
が従来の制御プログラムとして動作するときとで同じイ
ンタフェースモジュール(23、24)及びハードウェ
ア制御モジュール(28、29、30及び31)を呼び
出す。従ってこの画像読み取り装置の制御プログラム
は、従来の制御プログラムとして動作するときとアプリ
ケーションプログラムとして動作するときとでインタフ
ェースモジュール及びハードウェア制御モジュールを共
用できる。
Further, the driver program 3 of this embodiment
Is the control when the UI module 23 is first called, that is, when it operates as an application program, and when the DS manager 25 is first called and the application program requests reading of an image without specifying a reading condition, that is, control. When the program operates as a conventional control program, it calls the same interface module (23, 24) and hardware control module (28, 29, 30 and 31). Therefore, the control program of the image reading apparatus can share the interface module and the hardware control module when operating as a conventional control program and when operating as an application program.

【0049】更に、本実施例では、インタフェースモジ
ュールをUIモジュール23とUI−TWAINブリッ
ジ24とに分割した。これによりUI−TWAINブリ
ッジを他の規格に適合させることで、本発明を他の規格
に容易に適用することができる。
Further, in this embodiment, the interface module is divided into the UI module 23 and the UI-TWAIN bridge 24. By adapting the UI-TWAIN bridge to other standards, the present invention can be easily applied to other standards.

【0050】尚、本実施例では、TWAINに準拠した
ドライバプログラム3を例に説明したが、TWAINに
準拠しないドライバプログラムに本発明を適用してもよ
い。また、本実施例では、ドライバプログラム3を、編
成した画像ファイルを制御装置に格納するアプリケーシ
ョンプログラムとして説明したが、編成した画像ファイ
ルを電子メールとして送信するアプリケーションプログ
ラムとして動作してもよい。
In this embodiment, the driver program 3 conforming to TWAIN has been described as an example, but the present invention may be applied to a driver program not conforming to TWAIN. Further, in the present embodiment, the driver program 3 has been described as an application program for storing the organized image file in the control device, but may be operated as an application program for transmitting the organized image file as an electronic mail.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例による制御プログラムのモジ
ュール構造及びアプリケーションプログラムを表すブロ
ック図である。
FIG. 1 is a block diagram showing a module structure of a control program and an application program according to an embodiment of the present invention.

【図2】本発明の一実施例による制御プログラムを実行
する制御装置のハードウェア構成を示すブロック図であ
る。
FIG. 2 is a block diagram showing a hardware configuration of a control device that executes a control program according to an embodiment of the present invention.

【図3】本発明の一実施例による制御プログラムにより
表示されるスキャナを選択する画面の一例を表す図であ
る。
FIG. 3 is a diagram showing an example of a screen for selecting a scanner displayed by a control program according to an embodiment of the present invention.

【図4】本発明の一実施例による制御プログラムにより
表示される画像の読み取り条件を入力するための画面の
一例を表す図である。
FIG. 4 is a diagram showing an example of a screen for inputting image reading conditions displayed by a control program according to an embodiment of the present invention.

【図5】本発明の一実施例による制御プログラムにより
表示される画像データの保存に関する条件を指定するた
めの画面の一例を表す図である。
FIG. 5 is a diagram showing an example of a screen for designating a condition regarding storage of image data displayed by a control program according to an embodiment of the present invention.

【図6】本発明の一実施例による制御プログラムがアプ
リケーションプログラムとして動作するときのモジュー
ルの呼び出し関係を示すフ図である。
FIG. 6 is a diagram showing a module calling relationship when a control program according to an embodiment of the present invention operates as an application program.

【図7】本発明の一実施例による制御プログラムがアプ
リケーションプログラムから呼び出されるときのモジュ
ールの呼び出し関係を示す図である。
FIG. 7 is a diagram showing a calling relationship of modules when a control program according to an embodiment of the present invention is called from an application program.

【符号の説明】[Explanation of symbols]

1 制御装置 2 イメージスキャナ(画像読み取り装置) 3 ドライバプログラム(制御プログラム) 14 表示装置 15 ハードディスク(記憶装置) 16 ハードディスクコントローラ 17 デバイスインタフェース 18 操作部 19 バス 21 アプリケーションプログラム 22 ドライバ起動プログラム 23 ユーザインタフェースモジュール(インタフェー
スモジュール) 24 UI−TWAINブリッジ(インタフェースモジ
ュール) 25 データソースマネージャ(APIモジュール) 26 データソースエントリーモジュール(APIモジ
ュール) 27 データソースコントロールモジュール(APIモ
ジュール) 28 TWAINプロトコルマネージャ(ハードウェア
制御モジュール) 29 スキャンコントロールモジュール(ハードウェア
制御モジュール) 30 デバイスコントロールモジュール(ハードウェア
制御モジュール) 31 デバイスインタフェースモジュール(ハードウェ
ア制御モジュール) 40 設定画面(画面) 50 保存設定画面 60 スキャナ選択画面
1 control device 2 image scanner (image reading device) 3 driver program (control program) 14 display device 15 hard disk (storage device) 16 hard disk controller 17 device interface 18 operation unit 19 bus 21 application program 22 driver startup program 23 user interface module ( Interface module) 24 UI-TWAIN bridge (interface module) 25 Data source manager (API module) 26 Data source entry module (API module) 27 Data source control module (API module) 28 TWAIN protocol manager (hardware control module) 29 Scan Control module (hardware Control module) 30 device control module (hardware control module) 31 device interface module (hardware control module) 40 setting screen (screen) 50 storage setting screen 60 scanner selection screen

フロントページの続き (72)発明者 池田 洋一 長野県諏訪市大和3丁目3番5号 セイコ ーエプソン株式会社内 (72)発明者 水野 守倫 長野県諏訪市大和3丁目3番5号 セイコ ーエプソン株式会社内 Fターム(参考) 2H109 DA03 5C062 AA05 AA13 AB41 AB42 AB43 AB44 AC22 BA04 Continued front page    (72) Inventor Yoichi Ikeda             Seiko, 3-3-3 Yamato, Suwa City, Nagano Prefecture             -In Epson Corporation (72) Inventor Morinori Mizuno             Seiko, 3-3-3 Yamato, Suwa City, Nagano Prefecture             -In Epson Corporation F-term (reference) 2H109 DA03                 5C062 AA05 AA13 AB41 AB42 AB43                       AB44 AC22 BA04

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションプログラムが画像の読
み取りを要求するためのインタフェースを提供するAP
Iモジュールと、 画像の読み取り条件を入力するための画面を表示し、前
記インタフェースを介して画像の読み取りを要求し取得
した画像データに基づいて画像ファイルを編成するイン
タフェースモジュールと、 画像の読み取り条件に応じて画像読み取り装置の制御コ
マンドを生成するハードウェア制御モジュールと、を備
える制御プログラムをコンピュータに実行させて画像読
み取り装置を制御する方法であって、 前記インタフェースモジュールが最初に呼び出されると
き、前記インタフェースモジュールは前記APIモジュ
ールに画像の読み取りを要求し、前記APIモジュール
は画像の読み取りを要求されると前記ハードウェア制御
モジュールを呼び出し、前記インタフェースモジュール
は取得した画像データに基づいて画像ファイルを編成
し、 前記APIモジュールが最初に呼び出されアプリケーシ
ョンプログラムから読み取り条件を指定されずに画像の
読み取りを要求されるとき、前記APIモジュールは前
記インタフェースモジュールを呼び出し、前記インタフ
ェースモジュールは前記ハードウェア制御モジュールを
呼び出し取得した画像データをアプリケーションプログ
ラムに出力することを特徴とする画像読み取り装置の制
御方法。
1. An AP that provides an interface for an application program to request image reading.
I module, an interface module that displays a screen for inputting image reading conditions, requests image reading through the interface, and organizes an image file based on the acquired image data, and an image reading condition. A hardware control module for generating a control command for the image reading apparatus according to the method, and a method for controlling the image reading apparatus by causing a computer to execute a control program, wherein the interface module is first called. The module requests the API module to read an image, the API module calls the hardware control module when requested to read the image, and the interface module based on the acquired image data. When the API module is first called and an image reading is requested from the application program without specifying a reading condition, the API module calls the interface module, and the interface module calls the hardware control module. And outputting the acquired image data to an application program.
【請求項2】 前記APIモジュールが最初に呼び出さ
れアプリケーションプログラムから読み取り条件を指定
されて画像の読み取りを要求されるとき、前記APIモ
ジュールは前記ハードウェア制御モジュールを呼び出し
取得した画像データをアプリケーションプログラムに出
力することを特徴とする請求項1に記載の画像読み取り
装置の制御方法。
2. When the API module is first called and a reading condition is designated by an application program to request reading of an image, the API module calls the hardware control module to obtain the acquired image data to the application program. The method of controlling an image reading apparatus according to claim 1, wherein the image is output.
【請求項3】 前記インタフェースモジュールは、編成
した画像ファイルを記憶装置に格納することを特徴とす
る請求項1又は2に記載の画像読み取り装置の制御方
法。
3. The control method of the image reading apparatus according to claim 1, wherein the interface module stores the organized image file in a storage device.
【請求項4】 アプリケーションプログラムが画像の読
み取りを要求するためのインタフェースを提供するAP
Iモジュールと、 画像の読み取り条件を入力するための画面を表示し、前
記インタフェースを介して画像の読み取りを要求し取得
した画像データに基づいて画像ファイルを編成するイン
タフェースモジュールと、 画像の読み取り条件に応じて画像読み取り装置の制御コ
マンドを生成するハードウェア制御モジュールと、を備
え、前記インタフェースモジュールが最初に呼び出され
るとき、前記インタフェースモジュールは前記APIモ
ジュールに画像の読み取りを要求し、前記APIモジュ
ールは画像の読み取りを要求されると前記ハードウェア
制御モジュールを呼び出し、前記インタフェースモジュ
ールは取得した画像データに基づいて画像ファイルを編
成し、 前記APIモジュールが最初に呼び出されアプリケーシ
ョンプログラムから読み取り条件を指定されずに画像の
読み取りを要求されるとき、前記APIモジュールは前
記インタフェースモジュールを呼び出し、前記インタフ
ェースモジュールは前記ハードウェア制御モジュールを
呼び出し取得した画像データをアプリケーションプログ
ラムに出力することを特徴とする画像読み取り装置の制
御プログラム。
4. An AP that provides an interface for an application program to request image reading.
I module, an interface module that displays a screen for inputting image reading conditions, requests image reading through the interface, and organizes an image file based on the acquired image data, and an image reading condition. A hardware control module for generating control commands for the image reading device according to the present invention, wherein the interface module requests the API module to read an image when the interface module is first called, and the API module Is requested, the hardware control module is called, the interface module organizes an image file based on the acquired image data, and the API module is called first and the application program calls it. When an image is requested to be read without specifying a sampling condition, the API module calls the interface module, and the interface module calls the hardware control module and outputs the acquired image data to an application program. A control program for a characteristic image reading device.
【請求項5】 前記APIモジュールが最初に呼び出さ
れアプリケーションプログラムから読み取り条件を指定
されて画像の読み取りを要求されるとき、前記APIモ
ジュールは前記ハードウェア制御モジュールを呼び出し
取得した画像データをアプリケーションプログラムに出
力することを特徴とする請求項4に記載の画像読み取り
装置の制御プログラム。
5. When the API module is first called and a reading condition is designated by an application program to read an image, the API module calls the hardware control module to obtain the acquired image data to the application program. The control program of the image reading apparatus according to claim 4, wherein the control program is output.
【請求項6】 前記インタフェースモジュールは、編成
した画像ファイルを記憶装置に格納することを特徴とす
る請求項4又は5に記載の画像読み取り装置の制御プロ
グラム。
6. The control program for an image reading apparatus according to claim 4, wherein the interface module stores the organized image file in a storage device.
【請求項7】 請求項4、5又は6に記載の画像読み取
り装置の制御プログラムを記録したコンピュータ読み取
り可能な記録媒体。
7. A computer-readable recording medium in which the control program of the image reading device according to claim 4, 5 or 6 is recorded.
JP2002106901A 2002-04-09 2002-04-09 Image reading apparatus control method and program Expired - Fee Related JP3864412B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002106901A JP3864412B2 (en) 2002-04-09 2002-04-09 Image reading apparatus control method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002106901A JP3864412B2 (en) 2002-04-09 2002-04-09 Image reading apparatus control method and program

Publications (2)

Publication Number Publication Date
JP2003304354A true JP2003304354A (en) 2003-10-24
JP3864412B2 JP3864412B2 (en) 2006-12-27

Family

ID=29391094

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002106901A Expired - Fee Related JP3864412B2 (en) 2002-04-09 2002-04-09 Image reading apparatus control method and program

Country Status (1)

Country Link
JP (1) JP3864412B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008109498A (en) * 2006-10-26 2008-05-08 Kyocera Mita Corp Image forming apparatus and interface api program for image formation control
JP2011232949A (en) * 2010-04-27 2011-11-17 Canon Inc Information processor, its control method and program
US8649045B2 (en) 2009-05-22 2014-02-11 Canon Kabushiki Kaisha Information processing apparatus, processing method thereof, and computer-readable storage medium
CN111506437A (en) * 2020-03-31 2020-08-07 北京安码科技有限公司 Target range application program calling method and system based on windows original calling interface, electronic equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008109498A (en) * 2006-10-26 2008-05-08 Kyocera Mita Corp Image forming apparatus and interface api program for image formation control
US8649045B2 (en) 2009-05-22 2014-02-11 Canon Kabushiki Kaisha Information processing apparatus, processing method thereof, and computer-readable storage medium
JP2011232949A (en) * 2010-04-27 2011-11-17 Canon Inc Information processor, its control method and program
CN111506437A (en) * 2020-03-31 2020-08-07 北京安码科技有限公司 Target range application program calling method and system based on windows original calling interface, electronic equipment and storage medium

Also Published As

Publication number Publication date
JP3864412B2 (en) 2006-12-27

Similar Documents

Publication Publication Date Title
US9225872B2 (en) Data processing device automatically reading scan instruction data and determining scanning condition by analyzing scan instruction data
JP4576770B2 (en) Generating image files
US20110261399A1 (en) Image processing apparatus and information processing system
JP2000148649A (en) Method for operating scanning peripheral device on network
JP5554931B2 (en) Image processing system, image processing apparatus, image processing method, and program
US7605938B2 (en) System and method for printing out image data and text data
JP2008236421A (en) Data conversion system and computer program
JP2010072679A (en) Image forming system, image forming apparatus, terminal device, printing control method and program
JP3864412B2 (en) Image reading apparatus control method and program
JP4821547B2 (en) Data processing device
JP2003259074A (en) Image processing apparatus, image processing content setting program, and image processing system
JP3428435B2 (en) Image reading system and storage medium
JP2019140555A (en) Control program, and information processing unit
JP4124078B2 (en) Image processing apparatus and image processing method
JPH10275209A (en) Image data processing system and its method
JP2001218075A (en) Device and method for image processing and storage medium
KR20090027089A (en) Image forming method and apparatus
JPH11331468A (en) Reader, environment setting method and storage medium
JP2001282694A (en) Data input/output device and storage medium
JP2002118765A (en) Image processing system and its control method
JP2003348287A (en) Method and program for controlling image reader
JP2003174537A (en) Image read system
JP2003308187A (en) Print system
JP2001337808A (en) Hard copy system
JP2023074278A (en) Information processing apparatus, control method for 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: 20041013

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051221

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060807

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060924

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20131013

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees