JP2008250980A - Image processor, image processing method and image processing program - Google Patents

Image processor, image processing method and image processing program Download PDF

Info

Publication number
JP2008250980A
JP2008250980A JP2007260173A JP2007260173A JP2008250980A JP 2008250980 A JP2008250980 A JP 2008250980A JP 2007260173 A JP2007260173 A JP 2007260173A JP 2007260173 A JP2007260173 A JP 2007260173A JP 2008250980 A JP2008250980 A JP 2008250980A
Authority
JP
Japan
Prior art keywords
image data
output
filter
processing
image
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.)
Pending
Application number
JP2007260173A
Other languages
Japanese (ja)
Inventor
Yuzo Oshima
雄三 大島
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2007260173A priority Critical patent/JP2008250980A/en
Priority to US12/043,637 priority patent/US8595623B2/en
Publication of JP2008250980A publication Critical patent/JP2008250980A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)
  • Facsimiles In General (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processor, an image processing method and an image processing program to simplify the customization or extension of functions. <P>SOLUTION: Software architecture based on an idea called pipe and filter is applied to the image processor 100. Further, a preview filter 136 is provided for outputting a preview image of image data output from the image processor 100. A preview function of image data can thereby be achieved without changing existing components. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、画像処理装置、画像処理方法及び画像処理プログラムに関する。   The present invention relates to an image processing apparatus, an image processing method, and an image processing program.

近年において、プリンタ、コピー機、スキャナ、ファクシミリ、又はこれらの機能を一台の筐体で実現する複合機等の画像処理装置では、汎用的にコンピュータと同様にCPUを備え、各機能はアプリケーションの制御によって実現されるようになっている。   In recent years, an image processing apparatus such as a printer, a copier, a scanner, a facsimile machine, or a multi-function machine that realizes these functions in a single housing is equipped with a CPU for general purposes as in a computer. It is realized by control.

例えば特許第3679349号公報(特許文献1)に記載された画像形成装置では、各アプリケーションから共通して利用される機能をプラットフォームとして備えており、このプラットフォームのAPI(Application Programming Interface)を利用してアプリケーションを実装することができる。係る画像形成装置によれば、共通して利用される機能がプラットフォームとして備えられていることにより、アプリケーションごとに重複した機能の実装が回避され、アプリケーション全体の開発効率を向上させることができる。
特許第3679349号公報
For example, the image forming apparatus described in Japanese Patent No. 3679349 (Patent Document 1) includes a function commonly used by each application as a platform, and uses an API (Application Programming Interface) of this platform. An application can be implemented. According to such an image forming apparatus, since a function that is commonly used is provided as a platform, it is possible to avoid the duplication of functions for each application, and to improve the development efficiency of the entire application.
Japanese Patent No. 3679349

しかしながら、係る構成では、このプラットフォームによって提供される機能又はインターフェースの粒度が適切に設計されないと、アプリケーションの開発効率の向上が期待以上にはかれない場合がある。   However, in such a configuration, if the function or interface granularity provided by this platform is not designed appropriately, the application development efficiency may not be improved more than expected.

例えば、この粒度が小さすぎると、単純なサービスを提供するアプリケーションであるにも関わらず、多くのAPIの呼び出しが必要とされ、そのソースコードは複雑なものとなってしまう。   For example, if the granularity is too small, many API calls are required even though the application provides a simple service, and the source code becomes complicated.

一方、粒度が大きすぎると、ある機能の一部について変更を加えたサービスを提供するアプリケーションを実装したい場合、プラットフォーム内を修正しなければならず、開発工数の増加を招きかねない。特に、プラットフォーム内における各モジュールの依存関係が強い場合は、プラットフォームに新規機能を追加するだけでなく、既存部分の修正も必要とされる場合があり、事態はより複雑となる。   On the other hand, if the granularity is too large, it is necessary to modify the platform to implement an application that provides a service in which a part of a certain function is changed, which may increase the development man-hours. In particular, when the dependence of each module in the platform is strong, not only a new function is added to the platform but also a modification of an existing part may be required, and the situation becomes more complicated.

また、既存のアプリケーションによって提供されているサービスの一部(例えば、画像の入力処理)を変更したアプリケーションを実装したい場合、変更部分以外の部分については既存のアプリケーションを呼び出すといったようなことはできない。したがって、改めてソースコードを記述して新たなアプリケーションを実装しなければならない。   Further, when it is desired to implement an application in which a part of a service provided by an existing application (for example, image input processing) is changed, the existing application cannot be called for a part other than the changed part. Therefore, a new application must be implemented by rewriting the source code.

本発明は、上記の点を鑑みてなされたものであって、機能のカスタマイズ又は拡張などを簡略化させることのできる画像処理装置、画像処理方法及び画像処理プログラムを提供することを目的とするものである。   The present invention has been made in view of the above points, and an object thereof is to provide an image processing apparatus, an image processing method, and an image processing program capable of simplifying customization or expansion of functions. It is.

本発明は、上記目的を達成するために、以下の如き構成を採用した。   The present invention employs the following configuration in order to achieve the above object.

本発明の画像処理装置は、画像処理の対象となる画像データが入力される入力部と、前記入力部により入力される画像データの入力処理を制御する入力フィルタと、前記画像処理の結果を出力する出力部と、前記出力部による画像データの出力処理を制御する第一の出力フィルタと、前記入力フィルタと前記第一の出力フィルタとの間に接続されて画像データの加工処理を制御する加工フィルタと、前記出力部から出力される画像データのプレビュー画像データの出力処理を制御する第二の出力フィルタとを有し、前記出力部から出力される画像データのプレビュー表示指示を受けたとき、前記第二の出力フィルタが前記加工フィルタへ接続される構成とした。   The image processing apparatus of the present invention outputs an input unit for inputting image data to be subjected to image processing, an input filter for controlling input processing of image data input by the input unit, and a result of the image processing A first output filter that controls output processing of the image data by the output unit, and processing that is connected between the input filter and the first output filter to control processing of the image data A filter and a second output filter that controls output processing of preview image data of the image data output from the output unit, and when receiving a preview display instruction of image data output from the output unit, The second output filter is connected to the processing filter.

係る構成によれば、機能のカスタマイズ又は拡張などを簡略化させることができ、かつ既存のコンポーネントを変更せずにプレビュー機能を実現できる。   According to such a configuration, customization or expansion of functions can be simplified, and a preview function can be realized without changing existing components.

また、前記入力フィルタは、前記入力処理において、第一の画像データと、前記第一の画像データよりも解像度の低い第二の画像データとを生成する構成とすることができる。   The input filter may be configured to generate first image data and second image data having a lower resolution than the first image data in the input process.

係る構成によれば、プレビュー画像の表示処理に係る時間を短縮することができる。   According to this configuration, it is possible to reduce the time related to the preview image display process.

また、前記第一の画像データのデータ形式と、前記第二の画像データのデータ形式とが同一である構成とすることができる。   Further, the data format of the first image data and the data format of the second image data can be the same.

係る構成によれば、出力される画像と同等の画質のプレビュー画像を表示させることができる。   According to such a configuration, it is possible to display a preview image having the same image quality as the output image.

また、本発明の画像処理装置は、前記第一の出力フィルタから出力される画像データに対する仕上げ処理に係るパラメータを決定する仕上がり決定手段を有する構成とした。   Further, the image processing apparatus of the present invention is configured to have finish determination means for determining parameters relating to finishing processing for the image data output from the first output filter.

係る構成によれば、フィルタ間に依存関係を持たせることなく仕上げ処理に係るパラメータを決定することができる。   According to such a configuration, it is possible to determine a parameter related to the finishing process without having a dependency relationship between the filters.

また、本発明の画像処理装置は、前記仕上げ処理における条件である仕上げ処理条件が保持される条件保持手段を有し、前記第一の出力フィルタは、前記仕上げ処理条件を、前記条件保持手段へ保持させる保持指示手段と、前記仕上がり決定手段に対し、前記仕上げ処理条件に基づき前記パラメータを決定させる決定指示手段とを備え、前記仕上がり決定手段で決定されたパラメータを用いて前記画像データの出力処理の制御を行う構成とすることができる。   The image processing apparatus of the present invention further includes a condition holding unit that holds a finishing process condition that is a condition in the finishing process, and the first output filter sends the finishing process condition to the condition holding unit. Holding instruction means for holding, and determination instruction means for causing the finish determination means to determine the parameter based on the finishing process condition, and output processing of the image data using the parameter determined by the finish determination means It can be set as the structure which performs control.

係る構成によれば、フィルタ間に依存関係を持たせることなく仕上げ処理における条件が反映された画像データを出力することができる。   According to such a configuration, it is possible to output image data in which conditions in the finishing process are reflected without having a dependency relationship between the filters.

また、前記第二の出力フィルタは、前記条件保持手段から前記仕上げ処理条件を取得する条件取得手段と、前記仕上がり決定手段に対し、前記仕上げ処理条件に基づく前記パラメータを決定させる決定指示手段とを備え、前記仕上がり決定手段で決定されたパラメータを用いて前記プレビュー画像データの出力処理の制御を行う構成とすることができる。   The second output filter includes: a condition acquisition unit that acquires the finishing process condition from the condition holding unit; and a determination instruction unit that causes the finish determination unit to determine the parameter based on the finishing process condition. And the output processing of the preview image data can be controlled using the parameters determined by the finish determination means.

係る構成によれば、フィルタ間に依存関係を持たせることなく仕上げ処理における条件が反映された画像データのプレビュー画像を表示させることができる。   According to such a configuration, it is possible to display a preview image of image data in which conditions in the finishing process are reflected without having a dependency relationship between the filters.

また、前記第二の出力フィルタは、前記条件保持手段から前記仕上げ処理条件を取得する条件取得手段と、前記仕上がり決定手段に対し、前記仕上げ処理条件に基づく前記パラメータを決定させる決定指示手段とを備え、前記仕上がり決定手段で決定されたパラメータを用いて、前記出力部から出力される画像データに前記仕上げ処理に対応した合成用画像データが合成されたプレビュー画像データの出力処理の制御を行う構成とした。   The second output filter includes: a condition acquisition unit that acquires the finishing process condition from the condition holding unit; and a determination instruction unit that causes the finish determination unit to determine the parameter based on the finishing process condition. And a configuration for controlling output processing of preview image data in which image data for synthesis corresponding to the finishing processing is combined with image data output from the output unit, using the parameters determined by the finish determination means It was.

係る構成によれば、容易にプレビュー画像を表示させることができる。   According to such a configuration, a preview image can be easily displayed.

また、当該画像処理装置は、前記仕上げ処理条件と、前記仕上げ処理条件に対応した合成用画像データを識別する識別情報とが格納されたテーブルと、前記合成用画像データの識別情報と、前記仕上げ処理条件に対応した合成用画像データとが格納されたデータベースとを有し、前記第二の出力フィルタは、前記条件取得手段により取得された仕上げ処理条件で前記テーブルを検索する検索手段と、前記仕上げ処理条件に対応した識別情報により識別される合成用画像データと、前記出力部から出力される画像データとの合成指示を出す合成指示手段とを有する構成とした。   Further, the image processing apparatus includes a table storing the finishing processing conditions, identification information for identifying the image data for synthesis corresponding to the finishing processing conditions, identification information of the image data for synthesis, and the finishing A database storing synthesis image data corresponding to the processing conditions, and the second output filter includes a search unit that searches the table with the finishing processing condition acquired by the condition acquisition unit, The composition includes composition image data identified by identification information corresponding to finishing processing conditions, and composition instruction means for issuing a composition instruction with the image data output from the output unit.

係る構成によれば、容易にプレビュー画像を表示させることができる。   According to such a configuration, a preview image can be easily displayed.

また、前記仕上がり決定手段は、前記条件保持手段を備える構成とすることができる。   Further, the finish determining means may include the condition holding means.

係る構成によれば、仕上がり決定手段を用いて設定条件の受け渡しを行うことができる。   According to such a configuration, the setting conditions can be transferred using the finish determination means.

また本発明の画像処理装置は、当該画像処理装置に係る操作が行われる操作部を有し、前記操作部は、前記仕上げ処理における条件が設定される第一の操作領域と、前記加工フィルタにおける画像データの加工処理の制御に係る操作が行われる第二の操作領域と、前記第二の出力フィルタから出力されるプレビュー画像データが表示される表示領域とを有する構成とすることができる。   The image processing apparatus of the present invention includes an operation unit that performs an operation related to the image processing apparatus, the operation unit including a first operation region in which a condition in the finishing process is set, and the processing filter. It can be configured to have a second operation area in which an operation related to control of image data processing is performed, and a display area in which preview image data output from the second output filter is displayed.

係る構成によれば、画像処理装置の操作性を向上させることができる。   According to such a configuration, the operability of the image processing apparatus can be improved.

本発明の画像処理方法は、画像処理の対象となる画像データが入力される入力部により入力される画像データの入力処理を制御する入力制御手順と、前記画像処理の結果を出力する出力部による画像データの出力処理を制御する第一の出力制御手順と、前記出力部から出力される画像データのプレビュー画像データの出力処理を制御する第二の出力制御手順と、前記画像データの加工処理を制御する加工制御手順とを有し、前記出力部から出力される画像データのプレビュー表示指示を受けたとき、前記入力制御手順と前記第一の出力制御手順との間、及び前記入力制御手順と前記第二の出力制御手順との間で前記加工手順を実行する方法とした。   An image processing method according to the present invention includes an input control procedure for controlling input processing of image data input by an input unit to which image data to be subjected to image processing is input, and an output unit for outputting the result of the image processing. A first output control procedure for controlling output processing of image data, a second output control procedure for controlling output processing of preview image data of image data output from the output unit, and processing of the image data A processing control procedure to control, and when receiving a preview display instruction of image data output from the output unit, between the input control procedure and the first output control procedure, and the input control procedure The processing procedure is executed between the second output control procedure and the second output control procedure.

係る方法によれば、機能のカスタマイズ又は拡張などを簡略化させることができ、かつ既存のコンポーネントを変更せずにプレビュー機能を実現できる。   According to such a method, customization or expansion of functions can be simplified, and a preview function can be realized without changing existing components.

本発明の画像処理プログラムは、コンピュータに、画像処理の対象となる画像データが入力される入力部により入力される画像データの入力処理を制御する入力制御ステップと、前記画像処理の結果を出力する出力部による画像データの出力処理を制御する第一の出力制御ステップと、前記出力部から出力される画像データのプレビュー画像データの出力処理を制御する第二の出力制御ステップと、前記画像データの加工処理を制御する加工制御ステップとを実行させ、前記出力部から出力される画像データのプレビュー表示指示を受けたとき、前記入力制御ステップと前記第一の出力制御ステップとの間、及び前記入力制御ステップと前記第二の出力制御ステップとの間で前記加工ステップを実行させるプログラムとした。   An image processing program according to the present invention outputs to a computer an input control step for controlling input processing of image data input by an input unit to which image data to be subjected to image processing is input, and the result of the image processing. A first output control step for controlling output processing of image data by the output unit; a second output control step for controlling output processing of preview image data of image data output from the output unit; A processing control step for controlling processing, and when receiving a preview display instruction for image data output from the output unit, between the input control step and the first output control step, and the input The machining step is executed between the control step and the second output control step.

係るプログラムによれば、機能のカスタマイズ又は拡張などを簡略化させることができ、かつ既存のコンポーネントを変更せずにプレビュー機能を実現できる。   According to such a program, customization or expansion of functions can be simplified, and a preview function can be realized without changing existing components.

本発明によれば、機能のカスタマイズ又は拡張などを簡略化させることができ、さらに既存のコンポーネントを変更せずに画像データのプレビュー機能を実現することができる。   According to the present invention, customization or expansion of functions can be simplified, and a preview function of image data can be realized without changing existing components.

本発明では、パイプ&フィルタと呼ばれる考え方に基づくソフトウェアアーキテクチャを画像処理装置に適用することで、機能のカスタマイズ又は拡張などを簡略化する。さらに本発明では、画像処理装置から出力される画像データのプレビュー画像を出力するプレビュー画像用の出力フィルタを設けることにより、既存のコンポーネントを変更せずに画像データのプレビュー機能を実現する。
(第一の実施形態)
以下に、本発明の第一の実施形態の説明に先立ち、本発明の画像処理装置に適用されたパイプ&フィルタの概念について説明する。図1は、パイプ&フィルタの概念を説明する図である。図1に示す「P」はパイプを示し、「F」はフィルタを示す。
In the present invention, by applying a software architecture based on a concept called pipe and filter to an image processing apparatus, customization or expansion of functions is simplified. Furthermore, in the present invention, a preview image output filter that outputs a preview image of the image data output from the image processing apparatus is provided, thereby realizing an image data preview function without changing existing components.
(First embodiment)
Prior to the description of the first embodiment of the present invention, the concept of the pipe and filter applied to the image processing apparatus of the present invention will be described below. FIG. 1 is a diagram for explaining the concept of pipes and filters. In FIG. 1, “P” indicates a pipe, and “F” indicates a filter.

フィルタとは、入力されたデータに対して所定の処理を施して、その処理結果を出力するプログラムである。そしてパイプは、フィルタとフィルタを連結する手段であり、パイプの入力側に連結されたフィルタから出力される処理結果を一時的に保持し、その後パイプの出力側へ連結されたフィルタへデータを伝達する。このように、パイプ&フィルタの概念によれば、パイプを介在させてフィルタにおける処理を連続したものとすることができる。   A filter is a program that performs predetermined processing on input data and outputs the processing result. The pipe is a means for connecting the filter to the filter, temporarily holds the processing result output from the filter connected to the input side of the pipe, and then transmits the data to the filter connected to the output side of the pipe. To do. Thus, according to the concept of the pipe and filter, the processing in the filter can be continued through the pipe.

本実施形態では、フィルタにおいて施される所定の処理を、入力されたデータに対し、所定の変換を施す処理と考える。すなわち、本実施形態の画像処理装置では、画像処理装置で実現される各機能をドキュメント(入力データ)に対する「変換処理」の連続として捉える。画像処理装置の各機能は、ドキュメントすなわちデータの入力、加工及び出力によって構成されるものと考える。そこで、本実施形態では「入力処理」、「加工処理」及び「出力処理」のそれぞれを「変換処理」として捉え、一つの変換処理を実現するソフトウェア部品をフィルタとして構成した。   In the present embodiment, the predetermined processing performed in the filter is considered as processing for performing predetermined conversion on input data. That is, in the image processing apparatus according to the present embodiment, each function realized by the image processing apparatus is regarded as a series of “conversion processes” for a document (input data). Each function of the image processing apparatus is considered to be configured by input, processing, and output of a document, that is, data. Therefore, in this embodiment, each of “input processing”, “processing processing”, and “output processing” is regarded as “conversion processing”, and a software component that realizes one conversion processing is configured as a filter.

本実施形態では、データの入力処理を制御するフィルタを入力フィルタ、データの加工処理を制御するフィルタを加工フィルタ、データの出力処理を制御するフィルタを出力フィルタとした。これらの各フィルタはそれぞれ独立したプログラムであって、フィルタ間の依存関係は存在しない。よって、各フィルタは、画像処理装置において独立してフィルタ単位で追加(インストール)、削除(アンインストール)することが可能である。   In the present embodiment, a filter that controls data input processing is an input filter, a filter that controls data processing is a processing filter, and a filter that controls data output processing is an output filter. Each of these filters is an independent program, and there is no dependency between the filters. Therefore, each filter can be added (installed) or deleted (uninstalled) in units of filters independently in the image processing apparatus.

以下に、本実施形態の画像処理装置100について図面を参照して説明する。   Hereinafter, an image processing apparatus 100 according to the present embodiment will be described with reference to the drawings.

図2は、本発明の第一の実施形態の画像処理装置100のソフトウェア構成を示す構成図である。画像処理装置100は、例えばプリンタ、コピー、スキャナ、又はFAX等の複数の機能を一台の筐体において実現する複合機である。   FIG. 2 is a configuration diagram showing a software configuration of the image processing apparatus 100 according to the first embodiment of the present invention. The image processing apparatus 100 is a multifunction machine that realizes a plurality of functions such as a printer, a copy, a scanner, or a FAX in a single housing.

画像処理装置100の機能を実現するソフトウェアは階層構造となっており、ユーザインターフェイス層110、コントロール層120、アプリケーションロジック層130、デバイスサービス層140及びデバイス層150により構成されている。これらの各層における上下関係は、層間の呼び出し関係に基づいている。すなわち、図中において上位層が下位層を呼び出す。   Software that implements the functions of the image processing apparatus 100 has a hierarchical structure, and includes a user interface layer 110, a control layer 120, an application logic layer 130, a device service layer 140, and a device layer 150. The vertical relationship in each of these layers is based on the calling relationship between layers. That is, in the figure, the upper layer calls the lower layer.

画像処理装置100において、ユーザインターフェイス層110によりユーザから各種機能の実行指示が成されると、ユーザインターフェイス層110は、コントロール層120を呼び出しこの実行指示に基づきアプリケーションロジック層130を制御する。アプリケーションロジック層130では、コントロール層120からの指示に基づき要求された機能を実現させるアプリケーションを実行する。そして、この実行結果に基づきデバイスサービス層140、デバイス層150が画像処理装置100のハードウェア資源を制御する。画像処理装置100では、このような動作によりユーザインターフェイス層110が受け付けた機能に対応した出力結果を得る。   In the image processing apparatus 100, when an instruction to execute various functions is issued from the user by the user interface layer 110, the user interface layer 110 calls the control layer 120 and controls the application logic layer 130 based on the execution instruction. The application logic layer 130 executes an application that realizes the requested function based on an instruction from the control layer 120. Based on the execution result, the device service layer 140 and the device layer 150 control hardware resources of the image processing apparatus 100. The image processing apparatus 100 obtains an output result corresponding to the function accepted by the user interface layer 110 by such an operation.

以下に各層について説明する。   Each layer will be described below.

ユーザインターフェイス層110には、例えばローカルUI(user interface)部111が実装されており、画像処理装置100の各種機能を実現するための実行指示を受け付ける機能を有する。ここで言う各種機能とは、例えばコピー機能、印刷機能、スキャン機能、FAX機能などである。ローカルUI部111は、例えば画像処理装置100で実行される処理の操作が行われる操作部(図示せず)に設けられていても良い。この操作部は、例えば表示領域を備えるオペレーションパネルなどにより実現されても良い。ユーザインターフェイス層110において受け付けられた実行指示は、コントロール層120へ伝達される。   For example, a local UI (user interface) unit 111 is mounted on the user interface layer 110 and has a function of receiving execution instructions for realizing various functions of the image processing apparatus 100. Examples of the various functions include a copy function, a print function, a scan function, and a FAX function. For example, the local UI unit 111 may be provided in an operation unit (not shown) in which operation of processing executed by the image processing apparatus 100 is performed. This operation unit may be realized by an operation panel having a display area, for example. The execution instruction received in the user interface layer 110 is transmitted to the control layer 120.

コントロール層120では、画像処理装置100の各機能を実現する処理を制御するための機能が実装されている。具体的には、要求された機能に応じてアプリケーションロジック層130における各フィルタを接続し、接続されたフィルタを用いて機能の実行を制御する機能を有する。尚、以下の本実施形態において述べる画像処理装置100の機能とは、画像処理装置100がユーザに対して提供する一つのまとまった単位(要求が入力されて最終的な出力が得られるまで)のサービスの定義であり、ソフトウェア的には一つのまとまった単位のサービスを提供するアプリケーションと同義である。   In the control layer 120, functions for controlling processing for realizing each function of the image processing apparatus 100 are implemented. Specifically, each filter in the application logic layer 130 is connected in accordance with the requested function, and the function execution is controlled using the connected filter. Note that the function of the image processing apparatus 100 described in the following embodiment is a unit of units provided by the image processing apparatus 100 to the user (until a request is input and a final output is obtained). It is a service definition and is synonymous with an application that provides a single unit of service in terms of software.

アプリケーションロジック層130には、画像処理装置100において提供される機能の一部を実現する部品群である各種フィルタが実装されている。アプリケーションロジック層130では、コントロール層120の制御により、複数のフィルタを組み合わせて一つの機能が実現される。本実施形態におけるアプリケーションロジック層130には、入力フィルタ131、加工フィルタ132、出力フィルタ133及びアクティビティ134とが実装されている。アプリケーションロジック層130に実装された各フィルタは、同一の定義に基づき動作するものであり、この定義に基づきコントロール層120に制御される。これら各フィルタの詳細は後述する。また、アクティビティ134は、各フィルタの実行をとりまとめるコンポーネントである。   Various filters, which are component groups that realize part of the functions provided in the image processing apparatus 100, are mounted on the application logic layer 130. In the application logic layer 130, one function is realized by combining a plurality of filters under the control of the control layer 120. In the application logic layer 130 in this embodiment, an input filter 131, a processing filter 132, an output filter 133, and an activity 134 are mounted. Each filter implemented in the application logic layer 130 operates based on the same definition, and is controlled by the control layer 120 based on this definition. Details of these filters will be described later. The activity 134 is a component that organizes execution of each filter.

デバイスサービス層140には、アプリケーションロジック層130に実装された各フィルタが共通して利用する下位の機能が実装されている。本実施形態のデバイスサービス層140には画像パイプ141が実装されている。画像パイプ141は上で述べたパイプの機能を実現するものであり、アプリケーションロジック層130に実装されている各フィルタのうち、一のフィルタからの出力結果を、一のフィルタへ伝達する。ここで画像パイプ141は、例えば入力フィルタ131と加工フィルタ132とを接続しても良いし、加工フィルタ132と出力フィルタ133とを接続しても良い。   In the device service layer 140, lower functions commonly used by the filters mounted in the application logic layer 130 are mounted. An image pipe 141 is mounted on the device service layer 140 of this embodiment. The image pipe 141 implements the pipe function described above, and transmits the output result from one of the filters mounted on the application logic layer 130 to one filter. Here, the image pipe 141 may connect, for example, the input filter 131 and the processing filter 132, or may connect the processing filter 132 and the output filter 133.

デバイス層150には、ハードウェアを制御するプログラムであるドライバが実装されている。本実施形態のデバイス層150には、例えばスキャナ部151、プロッタ部152等が実装されている。これらの各制御部は、それぞれの名称に付けられたデバイスを制御するものである。   The device layer 150 is mounted with a driver that is a program for controlling hardware. For example, a scanner unit 151, a plotter unit 152, and the like are mounted on the device layer 150 of the present embodiment. Each of these control units controls a device assigned to each name.

以下に、アプリケーションロジック層130に実装された各フィルタについてさらに説明する。   Hereinafter, each filter mounted on the application logic layer 130 will be further described.

本実施形態の入力フィルタ131は、画像処理装置100の外部より入力されたデータに対する入力処理を制御する。入力フィルタ131には、例えば読取フィルタ、メール受信フィルタ、FAX受信フィルタ、PC文書受信フィルタ等が含まれる(図示せず)。読取フィルタは、例えばスキャナによる画像データの読取を制御し、読み取られた画像データを出力する。メール受信フィルタは、画像処理装置100において電子メールを受信し、受信した電子メールに含まれるデータを出力する。FAX受信フィルタはFAX受信を制御し、受信されたデータを出力する。PC文書受信フィルタは、図示しないクライアントPCなどから印刷データを受信し、この印刷データを出力する。レポートフィルタ306は、画像処理装置100の設定情報や履歴情報などを例えば表形式などに整え、この整えられたデータを出力する。   The input filter 131 according to the present embodiment controls input processing for data input from the outside of the image processing apparatus 100. The input filter 131 includes, for example, a reading filter, a mail reception filter, a FAX reception filter, a PC document reception filter, and the like (not shown). The reading filter controls reading of image data by a scanner, for example, and outputs the read image data. The mail reception filter receives an electronic mail in the image processing apparatus 100 and outputs data included in the received electronic mail. The FAX reception filter controls FAX reception and outputs received data. The PC document reception filter receives print data from a client PC (not shown) and outputs the print data. The report filter 306 arranges the setting information and history information of the image processing apparatus 100 in, for example, a table format, and outputs the arranged data.

本実施形態の加工フィルタ132は、加工フィルタ132の入力側のフィルタより入力された画像データに所定の加工処理を施し、加工フィルタ132の出力側にあるフィルタへ処理結果を出力する。ここで言う加工処理とは、例えば入力されたデータの集約、拡大、縮小、回転処理等である。   The processing filter 132 according to the present embodiment performs predetermined processing on the image data input from the filter on the input side of the processing filter 132 and outputs the processing result to the filter on the output side of the processing filter 132. The processing referred to here is, for example, input data aggregation, enlargement, reduction, rotation processing, and the like.

本実施形態の出力フィルタ133は、入力されたデータ対する出力処理を制御し、画像処理装置100の外部へ出力する。出力フィルタ133には、印刷フィルタ135、プレビューフィルタ136が含まれる。また図2に示すこれら2つの出力フィルタの他にも、例えばメール送信フィルタ、FAX送信フィルタ、PC文書送信フィルタ等が含まれる。   The output filter 133 of this embodiment controls output processing for input data and outputs the data to the outside of the image processing apparatus 100. The output filter 133 includes a print filter 135 and a preview filter 136. In addition to these two output filters shown in FIG. 2, for example, a mail transmission filter, a FAX transmission filter, a PC document transmission filter, and the like are included.

印刷フィルタ135は、入力されたデータをプロッタ部152に出力(印刷)させる。プレビューフィルタ136は、入力されたデータを画像処理装置100の有する図示しない例えば操作部などにプレビュー表示させる。   The print filter 135 causes the plotter unit 152 to output (print) the input data. The preview filter 136 displays the input data on a preview screen (not shown) of the image processing apparatus 100, for example.

その他の出力フィルタに含まれるフィルタでは、例えばメール送信フィルタは、データを電子メールに添付して送信する。またFAX送信フィルタは、入力されたデータをFAX送信する。PC文書送信フィルタは、入力されたデータを図示しないクライアントPCなどに送信する。   In the filters included in other output filters, for example, a mail transmission filter transmits data attached to an electronic mail. The FAX transmission filter transmits the input data by FAX. The PC document transmission filter transmits input data to a client PC (not shown).

本実施形態のアクティビティ134には、ユーザインターフェース層110においてローカルUI部111から入力された指示がコントロール層120を介して伝達される。アクティビティ134は、この指示にしたがって、入力フィルタ131、加工フィルタ132、出力フィルタ133におけるジョブの実行を制御する。   An instruction input from the local UI unit 111 in the user interface layer 110 is transmitted to the activity 134 of the present embodiment via the control layer 120. The activity 134 controls job execution in the input filter 131, the processing filter 132, and the output filter 133 in accordance with this instruction.

アプリケーションロジック層130では、上記各フィルタを組み合わせることにより、画像処理装置100の各機能を実現している。係る構成によれば、画像処理装置100では、フィルタとパイプの組み合わせにより各種の機能を実現することができる。具体的には、例えばコピー機能を実現したい場合には、入力フィルタ131に含まれる読取フィルタ、加工フィルタ132、印刷フィルタ135を組み合わせれば良い。   In the application logic layer 130, the functions of the image processing apparatus 100 are realized by combining the filters. According to this configuration, the image processing apparatus 100 can realize various functions by a combination of a filter and a pipe. Specifically, for example, when it is desired to realize a copy function, a reading filter, a processing filter 132, and a printing filter 135 included in the input filter 131 may be combined.

以下に、本実施形態の画像処理装置100における印刷処理について説明する。図3は、第一の実施形態の画像処理装置100における印刷処理を説明する図である。   Below, the printing process in the image processing apparatus 100 of this embodiment is demonstrated. FIG. 3 is a diagram for explaining print processing in the image processing apparatus 100 according to the first embodiment.

本実施形態の画像処理装置100においてコントロール層120は、アクティビティ134に対し、各フィルタで実行されるジョブの生成を指示する。(S31)。本実施形態の画像処理装置100では、例えば画像処理装置100においてユーザにより例えばコピー機能などの操作が選択されたときや、画像処理装置100における全体の実行が指示されたとき(スタートボタンが押下されたとき)に、コントロール層120からアクティビティ134に対する指示が出されても良い。また本実施形態の画像処理装置100では、画像形成装置100の電源が投入されたときに、コントロール層120からアクティビティ134に対する指示が出されても良い。   In the image processing apparatus 100 of the present embodiment, the control layer 120 instructs the activity 134 to generate a job to be executed by each filter. (S31). In the image processing apparatus 100 of the present embodiment, for example, when an operation such as a copy function is selected by the user in the image processing apparatus 100, or when the entire execution in the image processing apparatus 100 is instructed (a start button is pressed). The control layer 120 may issue an instruction to the activity 134. In the image processing apparatus 100 of the present embodiment, an instruction for the activity 134 may be issued from the control layer 120 when the power of the image forming apparatus 100 is turned on.

ここで画像処理装置100では、ローカルUI部111により印刷処理の実行要求がなされると、ローカルUI部111は、この要求をコントロール層120へ伝達する(S32)。尚本実施形態では、印刷処理の一つであるコピー処理が選択されたものとして説明する。この場合、ローカルUI部111では、紙原稿の読取及び印刷を指示する操作がなされる。   Here, in the image processing apparatus 100, when a print processing execution request is made by the local UI unit 111, the local UI unit 111 transmits this request to the control layer 120 (S32). In the present embodiment, a description will be given assuming that a copy process, which is one of print processes, is selected. In this case, the local UI unit 111 performs an operation for instructing reading and printing of a paper document.

コントロール層120は、紙原稿の読取及び印刷指示を受けると、入力フィルタ131、加工フィルタ132、印刷フィルタ135とを画像パイプにより接続する。尚このとき、実際には入力フィルタ131に含まれる読取フィルタが加工フィルタ132に接続される。そしてコントロール層120は、入力フィルタ131により実行されるジョブ(S33)、加工フィルタ132により実行されるジョブ(S34)、印刷フィルタ135により実行されるジョブを各フィルタに生成させる(S35)。   When receiving an instruction to read and print a paper document, the control layer 120 connects the input filter 131, the processing filter 132, and the print filter 135 with an image pipe. At this time, the reading filter included in the input filter 131 is actually connected to the processing filter 132. The control layer 120 causes each filter to generate a job executed by the input filter 131 (S33), a job executed by the processing filter 132 (S34), and a job executed by the print filter 135 (S35).

各フィルタにおいて実行されるジョブが生成されると、アクティビティ134は、各フィルタに対しジョブの実行を指示する。すると、入力フィルタ131により、入力部であるスキャナ部151から紙原稿の読取る処理が実行され、紙原稿が画像データとして読み込まれる。この画像データが入力フィルタ131から出力されて、画像パイプ141を介して加工フィルタ132へ伝達される。   When a job to be executed in each filter is generated, the activity 134 instructs each filter to execute the job. Then, the input filter 131 executes processing for reading a paper document from the scanner unit 151 as an input unit, and the paper document is read as image data. This image data is output from the input filter 131 and transmitted to the processing filter 132 via the image pipe 141.

加工フィルタ132では、この画像データに予め設定された所定の加工処理を施し、加工された画像データとして出力する。加工された画像データは、次に出力フィルタ133の一つである印刷フィルタ135へ伝達される。印刷フィルタ135では、この加工された画像データを出力部であるプロッタ部152から出力する処理を行う。本実施形態の画像処理装置100では、このようにしてコピー処理を行う。   The processing filter 132 performs predetermined processing on the image data in advance, and outputs the processed image data. The processed image data is then transmitted to a print filter 135 that is one of the output filters 133. The print filter 135 performs processing for outputting the processed image data from the plotter unit 152 as an output unit. In the image processing apparatus 100 of the present embodiment, the copy process is performed in this way.

ここで、本実施形態の画像処理装置100において、上述したコピー処理が実行される際に、出力画像のプレビュー表示指示がなされた場合について説明する。   Here, a case where an output image preview display instruction is given when the above-described copy processing is executed in the image processing apparatus 100 of the present embodiment will be described.

本実施形態の画像処理装置100では、出力画像のプレビュー表示指示がなされた場合に、出力フィルタ133に含まれるプレビューフィルタ136を加工フィルタ132に接続することにより、既存のコンポーネントを変更せずに画像データのプレビュー機能を実現している。   In the image processing apparatus 100 according to the present embodiment, when an output image preview display instruction is given, the preview filter 136 included in the output filter 133 is connected to the processing filter 132, so that the image can be displayed without changing the existing components. The data preview function is realized.

以下に図4を参照して、本実施形態の画像処理装置100におけるプレビュー機能の実現について説明する。図4は、第一の実施形態の画像処理装置100におけるプレビュー表示処理について説明する図である。   Hereinafter, with reference to FIG. 4, the realization of the preview function in the image processing apparatus 100 of the present embodiment will be described. FIG. 4 is a diagram illustrating the preview display process in the image processing apparatus 100 according to the first embodiment.

画像処理装置100において、ローカルUI部111により、出力画像データのプレビュー表示指示がなされると、ローカルUI部111はこの指示をコントロール層120へ伝達する(S41)。   In the image processing apparatus 100, when a preview display instruction for output image data is given by the local UI unit 111, the local UI unit 111 transmits this instruction to the control layer 120 (S41).

コントロール層120では、この指示を受けると、プレビューフィルタ136を画像パイプ141を介して加工フィルタ134へ接続する。そしてコントロール層120は、加工フィルタ134に、プレビューフィルタ136へ出力される画像データを生成するために加工フィルタ134で実行されるジョブを生成させる(S42)。さらにコントロール層120は、プレビューフィルタ136に、プレビュー機能を実現させるジョブを生成させる(S43)。   Upon receiving this instruction, the control layer 120 connects the preview filter 136 to the processing filter 134 via the image pipe 141. Then, the control layer 120 causes the processing filter 134 to generate a job to be executed by the processing filter 134 in order to generate image data to be output to the preview filter 136 (S42). Further, the control layer 120 causes the preview filter 136 to generate a job for realizing the preview function (S43).

アクティビティ134は、プレビュー機能を実現させるジョブが生成されると、加工フィルタ132とプレビューフィルタ136とに対しジョブの実行指示を出す。加工フィルタ132は、ジョブの実行指示を受けると入力フィルタ131から出力された画像データに所定の加工処理を施し、加工された画像データとして出力する。加工された画像データは、プレビューフィルタ136へ伝達される。プレビューフィルタ136では、加工された画像データをプレビュー表示画像として出力する処理を行う。   When a job for realizing the preview function is generated, the activity 134 issues a job execution instruction to the processing filter 132 and the preview filter 136. Upon receiving a job execution instruction, the processing filter 132 performs predetermined processing on the image data output from the input filter 131 and outputs the processed image data. The processed image data is transmitted to the preview filter 136. The preview filter 136 performs processing for outputting the processed image data as a preview display image.

ここで、プレビューフィルタ136から出力されたプレビュー画像データは、ローカルUI部111が備えられた表示手段を有する操作部(図示せず)に表示されても良い。操作部についての詳細は後述する。   Here, the preview image data output from the preview filter 136 may be displayed on an operation unit (not shown) having a display unit provided with the local UI unit 111. Details of the operation unit will be described later.

尚ここで、S42において加工フィルタ132で生成されたジョブとは、図3のS34において生成されたジョブと同様のものである。したがって、加工フィルタ132は、図3で説明したコピー処理の場合と同様の処理を行う。すなわち加工フィルタ132は、印刷処理であろうとプレビュー表示処理であろうと関係なく、「コントロール層120の指示により生成したジョブをアクティビティ134からの実行指示により実行する」という振る舞いをすれば良い。   Here, the job generated by the processing filter 132 in S42 is the same as the job generated in S34 of FIG. Therefore, the processing filter 132 performs the same process as the copy process described with reference to FIG. That is, the processing filter 132 may behave as “execute a job generated by an instruction from the control layer 120 according to an execution instruction from the activity 134” regardless of whether it is a printing process or a preview display process.

このように、本実施形態の画像処理装置100では、プレビューフィルタ136を加工フィルタ132に接続することで、加工フィルタ132や、その他の既存のフィルタを変更することなくプレビュー機能を実現することができる。すなわち、機能のカスタマイズ又は拡張などを簡略化させることができる。   As described above, in the image processing apparatus 100 of the present embodiment, the preview function can be realized without changing the processing filter 132 or other existing filters by connecting the preview filter 136 to the processing filter 132. . That is, customization or expansion of functions can be simplified.

また、加工フィルタ132が常に一定の振る舞いをすることにより、印刷フィルタ135に供給される画像データと同様の画像データをプレビューフィルタ136にも提供することができる。よって、出力される画像データと同程度の画像データをプレビュー表示させることができる。   Further, since the processing filter 132 always behaves constantly, image data similar to the image data supplied to the print filter 135 can be provided to the preview filter 136. Therefore, it is possible to display a preview of image data that is about the same as the output image data.

ここで、図5を参照して、本実施形態の画像処理装置100においてプレビュー表示指示後に印刷指示がなされ場合の動作についてより詳細に説明する。図5は、第一の実施形態の画像処理装置100においてプレビュー表示処理を実行した際の動作を説明する図である。   Here, with reference to FIG. 5, the operation when a print instruction is given after a preview display instruction in the image processing apparatus 100 of the present embodiment will be described in more detail. FIG. 5 is a diagram illustrating an operation when the preview display process is executed in the image processing apparatus 100 according to the first embodiment.

ローカルUI部111において、出力画像データのプレビュー表示指示がなされると、コントロール層120により各フィルタで実行されるジョブの生成指示がなされる。各フィルタにおいてジョブが生成されると、アクティビティ134は、入力フィルタ131に対し、画像データの読取(入力)処理の実行を指示する(S51)。   When the local UI unit 111 issues a preview display instruction for output image data, the control layer 120 issues a job generation instruction to be executed by each filter. When a job is generated in each filter, the activity 134 instructs the input filter 131 to execute image data reading (input) processing (S51).

入力フィルタ131は、この指示を受けて画像処理対象となる画像データの読取処理を実行する。尚ここで実行される読取処理は、コントロール層120により生成された入力フィルタ131で実行されるジョブに該当する。入力フィルタ131は、画像データを読み取ると、この読み取った画像データを画像パイプ141aと画像パイプ141bに出力する(S52)。ここで、入力フィルタ131から画像パイプ141aと画像パイプ141bとに出力される画像データは同一の画像データである。   In response to this instruction, the input filter 131 executes reading processing of image data to be subjected to image processing. The reading process executed here corresponds to a job executed by the input filter 131 generated by the control layer 120. When reading the image data, the input filter 131 outputs the read image data to the image pipe 141a and the image pipe 141b (S52). Here, the image data output from the input filter 131 to the image pipe 141a and the image pipe 141b are the same image data.

入力フィルタ131により画像データが読み込まれると、アクティビティ134は、プレビューフィルタ136に対し、画像データのプレビュー表示処理の実行を指示する(S53)。ここで実行されるプレビュー表示処理は、コントロール層120の指示によりプレビューフィルタ136で生成されたジョブに該当する。   When the image data is read by the input filter 131, the activity 134 instructs the preview filter 136 to execute the image data preview display process (S53). The preview display process executed here corresponds to a job generated by the preview filter 136 according to an instruction from the control layer 120.

プレビューフィルタ136は、この実行指示を受けると、画像パイプ141cへプレビュー画像データの読込要求を出す(S54)。この時、画像パイプ141cには画像データが保持されていないため、画像パイプ141cは、この読込要求を加工フィルタ132へ伝達する(S55)。加工フィルタ132は、この読込要求を受けると、画像パイプ141aから画像データを読み込む(S56)。そして読み込んだ画像データに対し加工処理を施し、加工済みの画像データを画像パイプ141cに対して出力する。   Upon receiving this execution instruction, the preview filter 136 issues a preview image data read request to the image pipe 141c (S54). At this time, since image data is not held in the image pipe 141c, the image pipe 141c transmits this read request to the processing filter 132 (S55). When receiving the read request, the processing filter 132 reads the image data from the image pipe 141a (S56). Then, the read image data is processed, and the processed image data is output to the image pipe 141c.

ここでプレビューフィルタ136は、プレビュー画像データを読み込むまで画像パイプ141cに対して読込要求を出している。よって加工フィルタ132から出力された加工済みの画像データは、画像パイプ141cを介してプレビューフィルタ136により読み出される。   Here, the preview filter 136 issues a read request to the image pipe 141c until the preview image data is read. Therefore, the processed image data output from the processing filter 132 is read by the preview filter 136 via the image pipe 141c.

プレビューフィルタ136は、加工済みの画像データを画像パイプ141cから読み出すと、この画像データをプレビュー画像データとして出力する出力処理を行い、プレビュー画像を出力する(S57)。S57においてプレビューフィルタ136から出力されたプレビュー画像データは、操作部に設けられたプレビュー画像用のUIであるプレビューUI部112に表示される。   When the processed image data is read from the image pipe 141c, the preview filter 136 performs an output process for outputting the image data as preview image data, and outputs a preview image (S57). The preview image data output from the preview filter 136 in S57 is displayed on the preview UI unit 112, which is a preview image UI provided in the operation unit.

プレビューフィルタ136は、プレビューUI部112において、プレビュー画像通りの印刷処理の実行を決定する指示が成されると(S58)、プレビュー表示処理の終了をアクティビティ134へ伝達する(S59)。尚ここで、プレビューフィルタ136で実行される各処理は、コントロール層120の指示によりプレビューフィルタ136で生成されたジョブに該当する。   When the preview UI 136 is instructed to determine the execution of the printing process according to the preview image (S58), the preview filter 136 transmits the end of the preview display process to the activity 134 (S59). Here, each process executed by the preview filter 136 corresponds to a job generated by the preview filter 136 according to an instruction from the control layer 120.

アクティビティ134は、プレビュー表示処理の終了を受けて、印刷フィルタ135へ印刷処理の実行を指示する(S60)。印刷フィルタ135は、この指示をうけると画像パイプ141dに対して印刷される画像データの読込要求を出す(S61)。画像パイプ141dは、この読込要求を加工フィルタ132へ伝達する(S62)。   In response to the end of the preview display process, the activity 134 instructs the print filter 135 to execute the print process (S60). Upon receiving this instruction, the print filter 135 issues a read request for image data to be printed to the image pipe 141d (S61). The image pipe 141d transmits this read request to the processing filter 132 (S62).

加工フィルタ132は、この読込要求を受けると、画像パイプ141bから画像データを読み込む(S63)。そして読み込んだ画像データに対し加工処理を施し、加工済みの画像データを画像パイプ141dに対して出力する。ここで印刷フィルタ135は、印刷される画像データを読み込むまで画像パイプ141dに対して読込要求を出している。よって加工フィルタ132から出力された加工済みの画像データは、画像パイプ141dを介して印刷フィルタ135により読み出される。   When receiving the read request, the processing filter 132 reads the image data from the image pipe 141b (S63). Then, the read image data is processed, and the processed image data is output to the image pipe 141d. Here, the print filter 135 issues a read request to the image pipe 141d until the image data to be printed is read. Therefore, the processed image data output from the processing filter 132 is read out by the print filter 135 via the image pipe 141d.

印刷フィルタ135は、加工済みの画像データを画像パイプ141dから読み出すと、この画像データを印刷される画像データとして出力する出力処理を行い、プロッタ部152から印刷された画像データを出力する。   When the processed image data is read from the image pipe 141d, the print filter 135 performs an output process of outputting the image data as image data to be printed, and outputs the printed image data from the plotter unit 152.

本実施形態の画像処理装置100では、以上のようなにしてプロッタ部152から出力される画像データのプレビュー表示処理を行っている。   In the image processing apparatus 100 of the present embodiment, the preview display processing of the image data output from the plotter unit 152 is performed as described above.

尚、本実施形態の画像処理装置100では、入力フィルタ131においてプロッタ部152から出力される出力画像用の画像データと、プレビュー表示用の画像データとを出力しても良い。   In the image processing apparatus 100 according to the present embodiment, the image data for output image output from the plotter unit 152 and the image data for preview display may be output by the input filter 131.

以下に図6を参照して、本実施形態の画像処理装置100の入力フィルタ131から2種類の画像データが出力される場合について説明する。図6は、第一の実施形態の画像処理装置100において、入力フィルタ131から2つの画像データが出力される場合を説明する図である。   Hereinafter, a case where two types of image data are output from the input filter 131 of the image processing apparatus 100 of the present embodiment will be described with reference to FIG. FIG. 6 is a diagram illustrating a case where two image data are output from the input filter 131 in the image processing apparatus 100 of the first embodiment.

画像処理装置100では、入力フィルタ131で実行される入力処理において、プロッタ部152から出力される出力画像用の画像データAと、プレビュー表示用の画像データBとを生成する。ここで入力フィルタ131は、プレビュー画像用の画像データBを、出力画像用の画像データAよりも解像度の低い画像データとして生成する。   The image processing apparatus 100 generates image data A for output image and image data B for preview display output from the plotter unit 152 in input processing executed by the input filter 131. Here, the input filter 131 generates the image data B for the preview image as image data having a lower resolution than the image data A for the output image.

画像データAは、画像パイプ141bに対して出力され、この画像データAが加工フィルタ132により加工されて印刷フィルタ135へ出力される。画像データBは、画像パイプ141aに対して出力され、この画データBが加工フィルタ132により加工されてプレビューフィルタ136へ出力される。   The image data A is output to the image pipe 141 b, and the image data A is processed by the processing filter 132 and output to the print filter 135. The image data B is output to the image pipe 141 a, and the image data B is processed by the processing filter 132 and output to the preview filter 136.

このようにすれば、プレビュー表示処理における加工フィルタ132による画像データの加工処理に係る時間を短縮することができる。また、プレビューフィルタ136による出力処理において、プレビュー画像データを表示する際の解像度変換処理を行う必要がなくなる。したがって、プレビュー表示処理におけるパフォーマンスを向上させることができる。尚本実施形態の画像処理装置100では、例えばプレビュー表示用の画像データBの解像度を、出力画像用の画像データAの解像度の1/16とした。   In this way, it is possible to reduce the time required for the image data processing by the processing filter 132 in the preview display processing. Further, in the output processing by the preview filter 136, it is not necessary to perform resolution conversion processing when displaying preview image data. Therefore, the performance in the preview display process can be improved. In the image processing apparatus 100 of this embodiment, for example, the resolution of the image data B for preview display is set to 1/16 of the resolution of the image data A for output images.

また、本実施形態の画像処理装置100において入力フィルタ131は、画像データAのデータ形式と画像データBのデータ形式とが同一のデータ形式となるように2つの画像データを生成する。本実施形態の画像処理装置100では、画像データAと画像データBとに対し、加工フィルタ132により同様の加工処理が施される。よって、画像データBのデータ形式を画像データAと同じデータ形式とすれば、出力画像と同等の画質の画像データをプレビュー表示させることができる。   In the image processing apparatus 100 of the present embodiment, the input filter 131 generates two image data so that the data format of the image data A and the data format of the image data B are the same data format. In the image processing apparatus 100 of this embodiment, the same processing is performed on the image data A and the image data B by the processing filter 132. Therefore, if the data format of the image data B is the same as that of the image data A, the image data having the same image quality as the output image can be displayed as a preview.

尚本実施形態の画像処理装置100では、画像データAと画像データBのデータ形式をRGBデータ形式としたが、これに限定されるものではない。画像データA及び画像データBのデータ形式は、再加工可能なデータ形式であれば良い。   In the image processing apparatus 100 of the present embodiment, the data format of the image data A and the image data B is the RGB data format, but the present invention is not limited to this. The data format of the image data A and the image data B may be any data format that can be reprocessed.

以上に説明したように、本実施形態の画像処理装置100では、プレビュー表示指示がなされたとき、出力フィルタの一つであるプレビューフィルタ136を加工フィルタ132に接続することで、既存のコンポーネント(フィルタ)を変更することなくのプレビュー機能を実現することができる。   As described above, in the image processing apparatus 100 according to the present embodiment, when a preview display instruction is given, the preview filter 136, which is one of the output filters, is connected to the processing filter 132, whereby an existing component (filter ) Can be realized without changing.

また、プレビュー表示用の画像データのデータ形式と出力画像用の画像データのデータ形式とを同一とし、プレビュー表示用の画像データの解像度を出力画像用の画像データの解像度よりも低くすることで、プレビュー表示処理に係る処理時間を短縮し、出力画像と同等の画質のプレビュー画像を表示させることができる。   Further, the data format of the image data for preview display is the same as the data format of the image data for output image, and the resolution of the image data for preview display is lower than the resolution of the image data for output image, The processing time related to the preview display process can be shortened, and a preview image having the same image quality as the output image can be displayed.

(第二の実施形態)
以下に図面を参照して本発明の第二の実施形態について説明する。本発明の第二の実施形態の画像処理装置100Aは、出力用の画像データに対する仕上げ処理に係るパラメータを決定する仕上がり決定手段を有する点が、第一の実施形態の画像処理装置100と異なる。よって、以下の説明では本実施形態と第一の実施形態との相違点についてのみ説明し、第一の実施形態の画像処理装置100と同様の機能構成を有するものには第一の実施形態の説明で用いた符号と同様の符号を付与し、説明を省略する。
(Second embodiment)
A second embodiment of the present invention will be described below with reference to the drawings. The image processing apparatus 100A according to the second embodiment of the present invention is different from the image processing apparatus 100 according to the first embodiment in that the image processing apparatus 100A includes a finish determination unit that determines parameters related to finishing processing for output image data. Therefore, in the following description, only differences between the present embodiment and the first embodiment will be described, and those having the same functional configuration as the image processing apparatus 100 of the first embodiment will be described in the first embodiment. The same reference numerals as those used in the description are given, and the description is omitted.

図7は、本発明の第二の実施形態の画像処理装置100Aのソフトウェア構成を示す構成図である。   FIG. 7 is a block diagram showing the software configuration of the image processing apparatus 100A according to the second embodiment of the present invention.

本実施形態の画像処理装置100Aは、デバイスサービス層140に仕上がり決定サービス142が実装されている。この仕上がり決定サービス142は、プロッタ部152が出力された画像データに対する仕上げ処理を実行する際に用いられるパラメータを算出して決定する。   In the image processing apparatus 100 </ b> A of the present embodiment, a finish determination service 142 is mounted on the device service layer 140. The finish determination service 142 calculates and determines parameters used when finishing processing is performed on the image data output by the plotter unit 152.

尚ここで言う仕上げ処理とは、例えば印刷出力された記録紙に対するステープル処理やパンチ処理などである。画像処理装置100Aにおいてプロッタ部152がこのような仕上げ処理を行う場合には、この仕上げ処理に係るパラメータが決定されている必要がある。   The finishing process referred to here is, for example, a stapling process or a punching process on a printed recording sheet. When the plotter unit 152 performs such a finishing process in the image processing apparatus 100A, it is necessary to determine parameters relating to the finishing process.

具体的には、例えばステープル処理の場合には、ステープル位置を示すパラメータが決定されている必要がある。また例えばパンチ処理の場合には、パンチ位置を示すパラメータが決定されている必要がある。本実施形態の画像処理装置100Aの有する仕上がり決定サービス142では、上述のような仕上げ処理に必要となるパラメータを算出して決定する。   Specifically, for example, in the case of stapling processing, a parameter indicating the stapling position needs to be determined. For example, in the case of punch processing, a parameter indicating a punch position needs to be determined. The finish determination service 142 included in the image processing apparatus 100A according to the present embodiment calculates and determines parameters necessary for the finishing process as described above.

本実施形態の画像処理装置100Aでは、この仕上がり決定サービス142をデバイスサービス層140に設けることにより、仕上がり決定サービス142を印刷フィルタ135とプレビューフィルタ136との両方から利用できる。係る構成によれば、仕上がり決定サービス142は、印刷フィルタ135とプレビューフィルタ136のそれぞれに対し、仕上げ処理に必要となるパラメータを供給することができる。よって、印刷フィルタ135とプレビューフィルタ136との間に依存関係を持たせることなく、仕上げ処理が実行された後のプレビュー画像を表示させることができる。   In the image processing apparatus 100A according to the present embodiment, by providing the finish determination service 142 in the device service layer 140, the finish determination service 142 can be used from both the print filter 135 and the preview filter 136. According to such a configuration, the finish determination service 142 can supply parameters necessary for the finishing process to each of the print filter 135 and the preview filter 136. Therefore, it is possible to display the preview image after the finishing process is performed without having a dependency between the print filter 135 and the preview filter 136.

以下に、図8を参照して本実施形態の画像処理装置100Aにおいて仕上げ処理が行われる場合のプレビュー表示処理について説明する。図8は、第二の実施形態の画像処理装置100Aにおいて仕上げ処理が行われる場合のプレビュー表示処理を説明する図である。   The preview display process when the finishing process is performed in the image processing apparatus 100A of the present embodiment will be described below with reference to FIG. FIG. 8 is a diagram illustrating a preview display process when a finishing process is performed in the image processing apparatus 100A of the second embodiment.

図8に示すように、本実施形態の画像処理装置100Aにおける仕上がり決定サービス142は、仕上がり決定部143と条件保持部144とを有する。また本実施形態の画像処理装置100Aの印刷フィルタ135は、設定条件保持指示部135aと仕上がり決定指示部135bとを備える。そして本実施形態の画像処理装置100Aのプレビューフィルタ136は、設定条件取得部136aと仕上がり決定指示部136bとを有する。   As illustrated in FIG. 8, the finish determination service 142 in the image processing apparatus 100 </ b> A according to the present embodiment includes a finish determination unit 143 and a condition holding unit 144. The print filter 135 of the image processing apparatus 100A according to the present embodiment includes a setting condition holding instruction unit 135a and a finish determination instruction unit 135b. The preview filter 136 of the image processing apparatus 100A according to the present embodiment includes a setting condition acquisition unit 136a and a finish determination instruction unit 136b.

ここで本実施形態の画像処理装置100Aにおけるプレビュー表示の説明に先立ち、上記各部について説明する。   Prior to the description of the preview display in the image processing apparatus 100A of the present embodiment, each of the above units will be described.

仕上がり決定サービス142の有する仕上がり決定部143は、仕上げ処理の実行に当たり設定された仕上げ処理条件に基づき、仕上げ処理の実行に必要なパラメータを算出して決定する機能である。また仕上がり決定サービス142の有する条件保持部144は、仕上げ処理条件を保持する。尚ここでの条件は、一時的に保持されるものであっても良い。   The finish determination unit 143 included in the finish determination service 142 has a function of calculating and determining parameters necessary for executing the finishing process based on the finishing process conditions set in executing the finishing process. The condition holding unit 144 included in the finish determination service 142 holds finishing process conditions. The conditions here may be temporarily held.

印刷フィルタ135の有する条件保持指示部135aは、印刷フィルタ135に対して設定された仕上げ処理設定を、仕上がり決定サービス142に保持させる機能である。また印刷フィルタ135の有する仕上がり決定指示部135bは、仕上がり決定サービス142に対し、仕上げ処理の実行に必要なパラメータを算出及び決定を指示する機能である。   The condition holding instruction unit 135 a included in the print filter 135 is a function that causes the finish determination service 142 to hold the finishing process setting set for the print filter 135. The finish determination instruction unit 135b of the print filter 135 is a function for instructing the finish determination service 142 to calculate and determine parameters necessary for executing the finishing process.

プレビューフィルタ136の有する条件取得部136aは、仕上がり決定サービス142の条件保持部144により保持されている仕上げ処理条件を取得する機能である。またプレビューフィルタ136の有する仕上がり決定指示部136bは、仕上がり決定サービス142に対し、仕上げ処理の実行に必要なパラメータを算出及び決定を指示する機能である。   The condition acquisition unit 136 a included in the preview filter 136 is a function for acquiring the finishing process conditions held by the condition holding unit 144 of the finish determination service 142. The finish determination instruction unit 136b of the preview filter 136 is a function for instructing the finish determination service 142 to calculate and determine parameters necessary for executing the finishing process.

本実施形態の画像処理装置100Aでは、上記の各機能を有することにより、仕上げ処理条件が設定された場合に、この条件を反映させたプレビュー表示を行うことができる。以下に本実施形態の画像処理装置100Aの動作を説明する。   The image processing apparatus 100A according to the present embodiment has the above-described functions, so that when a finishing process condition is set, a preview display that reflects the condition can be performed. The operation of the image processing apparatus 100A according to this embodiment will be described below.

本実施形態の画像処理装置100Aにおいて、印刷UI部113において仕上げ処理条件が入力されると、この条件が印刷フィルタ135に設定される(S81)。ここで印刷UI部113は、印刷処理に係る設定が行われるUIであり、画像処理装置100Aの操作部に備えられているものとした。尚、印刷処理に係る設定には、仕上げ処理条件の設定も含まれるものとした。また本実施形態の画像処理装置100Aでは、印刷UI部113において受け付けた設定は、印刷フィルタ135に対してのみ設定されるものである。   In the image processing apparatus 100A of the present embodiment, when a finishing process condition is input in the print UI unit 113, this condition is set in the print filter 135 (S81). Here, the print UI unit 113 is a UI in which settings related to print processing are performed, and is provided in the operation unit of the image processing apparatus 100A. It should be noted that the setting relating to the printing process includes the setting of finishing process conditions. In the image processing apparatus 100 </ b> A of the present embodiment, the settings received by the print UI unit 113 are set only for the print filter 135.

S81において印刷UI部113から仕上げ処理条件が入力されると、この条件は印刷フィルタ135へ設定される。ここでは仕上げ処理としてステープル処理が選択され、仕上げ処理条件としてステープルの位置が設定されたものとして説明する。   When finishing processing conditions are input from the printing UI unit 113 in S81, these conditions are set in the printing filter 135. Here, description will be made assuming that the staple process is selected as the finishing process, and the staple position is set as the finishing process condition.

印刷フィルタ135は、ステープル処理の条件が設定されると、条件保持指示部135aによりこの条件を仕上がり決定サービス142の条件保持部144に保持させる(S82)。尚ここで条件に含まれる情報としては、例えば紙面上におけるステープル位置を示す情報などである。   When the conditions for stapling are set, the print filter 135 causes the condition holding instruction unit 135a to hold the conditions in the condition holding unit 144 of the finish determination service 142 (S82). Here, the information included in the condition is, for example, information indicating the staple position on the paper.

仕上げ処理条件が仕上がり決定サービス142に保持されると、アクティビティ134はプレビューフィルタ136に対してプレビュー表示処理の実行を指示する(S83)。プレビューフィルタ136はこの指示を受けると、条件取得部136aにより、仕上がり決定サービス142の条件保持部144に保持された設定に係る情報を取得する(S84)。   When the finishing process condition is held in the finish determination service 142, the activity 134 instructs the preview filter 136 to execute the preview display process (S83). When the preview filter 136 receives this instruction, the condition acquisition unit 136a acquires information related to the settings held in the condition holding unit 144 of the finish determination service 142 (S84).

仕上がり決定サービス142では、プレビューフィルタ136からの条件取得要求を受けて、条件保持部144に保持された仕上げ処理条件をプレビューフィルタ136へ渡す(S85)。プレビューフィルタ136では、仕上げ処理条件を取得すると、プレビュー表示用の画像データを画像パイプ141cから読み出す(S86)。そしてプレビューフィルタ136は、仕上がり決定指示部136bにより、読み出した画像データに係る情報、仕上げ処理条件、及び画像データに対する仕上げ処理の決定指示とを仕上がり決定サービス142に対して出力する(S87)。尚ここで言う画像データに係る情報とは、画像データの向き、サイズなどである。   In response to the condition acquisition request from the preview filter 136, the finish determination service 142 passes the finishing process condition held in the condition holding unit 144 to the preview filter 136 (S85). When the finish filter condition is acquired, the preview filter 136 reads image data for preview display from the image pipe 141c (S86). The preview filter 136 uses the finish determination instruction unit 136b to output information related to the read image data, finishing processing conditions, and a finishing processing determination instruction for the image data to the finishing determination service 142 (S87). The information related to the image data mentioned here is the direction and size of the image data.

仕上がり決定サービス142において仕上がり決定部143は、この指示と画像データを受けると、画像データと条件保持部144に保持された設定とに基づき仕上げ処理の実行において必要とされるパラメータを決定する。具体的には、ステープル処理の実行において、ステープルの位置を示すパラメータを決定する。そして仕上がり決定サービス142は、ここで決定したパラメータをプレビューフィルタ136に対して出力する(S88)。   In the finish determination service 142, when the finish determination unit 143 receives this instruction and image data, the finish determination unit 143 determines parameters required for execution of the finishing process based on the image data and the settings held in the condition holding unit 144. Specifically, in the execution of the staple process, a parameter indicating the staple position is determined. Then, the finish determination service 142 outputs the parameters determined here to the preview filter 136 (S88).

プレビューフィルタ136では、このパラメータを受けると、S86で画像パイプ141cから読み出した画像データとこのパラメータとに基づき仕上げ処理が実行された後の状態のプレビュー画像を生成し、プレビューUI部112へ出力して表示させる(S89)。   Upon receiving this parameter, the preview filter 136 generates a preview image after the finishing process is executed based on the image data read from the image pipe 141c in S86 and the parameter, and outputs the preview image to the preview UI unit 112. Are displayed (S89).

本実施形態の画像処理装置100Aでは、以上のようにして仕上げ処理後の状態のプレビュー画像を表示する。   In the image processing apparatus 100A of the present embodiment, the preview image after the finishing process is displayed as described above.

S89において表示されたプレビュー画像通りの印刷が確定された場合、アクティビティ134は印刷フィルタ135に出力用画像データの出力処理の実行を指示する。印刷フィルタ135は、この指示を受けて仕上がり決定指示部135bにより、S87とS88の処理と同様の処理を実行する。即ち印刷フィルタ135は、仕上がり決定サービス142に対し、仕上げ処理で必要とされるパラメータを決定させ、決定されたパラメータを取得する。そして印刷フィルタ135は、取得したパラメータを用いて出力用画像データの出力処理を行う。   When the printing according to the preview image displayed in S89 is confirmed, the activity 134 instructs the print filter 135 to execute the output image data output process. Upon receiving this instruction, the print filter 135 performs the same processing as the processing of S87 and S88 by the finish determination instructing unit 135b. That is, the print filter 135 causes the finish determination service 142 to determine parameters required for the finishing process, and acquires the determined parameters. The print filter 135 performs output processing of output image data using the acquired parameters.

このように、本実施形態によれば、仕上がり決定サービス142をデバイスサービス層140に設け、この仕上がり決定サービス142を印刷フィルタ135とプレビューフィルタ136との両方が利用する。係る構成によれば、プレビューフィルタ136は、実際に出力される仕上がりと同様のイメージをプレビュー画像として表示することができる。   As described above, according to the present embodiment, the finish determination service 142 is provided in the device service layer 140, and the finish determination service 142 is used by both the print filter 135 and the preview filter 136. According to this configuration, the preview filter 136 can display an image similar to the actually output finish as a preview image.

次に、図9及び図10を参照して、本実施形態の画像処理装置100Aにおける仕上げ処理の設定およびパラメータの決定における印刷フィルタ135、プレビューフィルタ136、仕上がり決定サービス142の動作をそれぞれ説明する。   Next, operations of the print filter 135, the preview filter 136, and the finish determination service 142 in setting of finishing processing and determination of parameters in the image processing apparatus 100A of the present embodiment will be described with reference to FIGS.

図9は、第二の実施形態の画像処理装置100Aにおける仕上げ処理の設定を説明するフローチャートである。   FIG. 9 is a flowchart for describing setting of finishing processing in the image processing apparatus 100A of the second embodiment.

始めに仕上げ処理条件の設定における印刷フィルタ135の動作を説明する。   First, the operation of the print filter 135 in setting finishing processing conditions will be described.

本実施形態の画像処理装置100Aにおいて、画像データの印刷出力指示が入力されると、印刷フィルタ135はこの指示を受け付ける(S901)。ここで印刷フィルタ135は、仕上げ処理条件が入力されたか否かを判断する(S902)。ここで仕上げ処理条件が入力されていた場合、印刷フィルタ135に仕上げ処理条件が設定される(S903)。そして印刷フィルタ135は、条件保持指示部135aにより、この仕上げ処理条件を仕上がり決定サービス142の条件保持部144へ保持させる設定指示を出す(S904)。   In the image processing apparatus 100A of the present embodiment, when an image data printout instruction is input, the print filter 135 accepts this instruction (S901). Here, the print filter 135 determines whether or not finishing processing conditions have been input (S902). If finishing processing conditions are input here, finishing processing conditions are set in the print filter 135 (S903). Then, the print filter 135 issues a setting instruction to cause the condition holding instruction unit 135a to hold the finishing process condition in the condition holding unit 144 of the finish determination service 142 (S904).

また、S902において仕上げ処理条件が入力されていない場合、印刷フィルタ135には予め設定されているデフォルト条件が設定され(S905)、条件保持指示部135aにより、条件保持部144へデフォルト条件を保持させる設定指示が出される。   If no finishing process condition is input in S902, a preset default condition is set in the print filter 135 (S905), and the condition holding instruction unit 135a causes the condition holding unit 144 to hold the default condition. A setting instruction is issued.

本実施形態の印刷フィルタ135は、仕上げ処理条件が入力されない場合でも、仕上がり決定サービス142に対してデフォルト条件を設定させる構成となっている。係る構成によれば、印刷フィルタ135は、仕上げ処理条件の入力の有無に関わらず仕上がり決定サービス142を利用したS901からS905までの処理を行えば良い。   The print filter 135 of the present embodiment is configured to cause the finish determination service 142 to set default conditions even when finishing processing conditions are not input. According to such a configuration, the print filter 135 may perform the processes from S901 to S905 using the finish determination service 142 regardless of whether the finishing process condition is input.

次に仕上げ処理条件の設定におけるプレビューフィルタ136の動作を説明する。   Next, the operation of the preview filter 136 in setting finishing processing conditions will be described.

本実施形態の画像処理装置100Aにおいて、プレビュー表示処理の指示が入力されると、プレビューフィルタ136がこの指示を受け付ける(S910)。次にプレビューフィルタ136は、アクティビティ134によるプレビュー表示処理の実行指示を受け付ける(S911)。   In the image processing apparatus 100A of the present embodiment, when an instruction for preview display processing is input, the preview filter 136 receives this instruction (S910). Next, the preview filter 136 receives an instruction to execute preview display processing by the activity 134 (S911).

プレビューフィルタ136は、この実行指示を受け付けると、条件取得部136aにより仕上がり決定サービス142に対して仕上げ処理条件の取得要求をだし、仕上げ処理条件を取得する(S912)。ここで取得された仕上げ処理条件は、プレビューフィルタ136に設定されて(S913)、その後の処理が実行される(S914)。   When the preview filter 136 receives this execution instruction, the condition acquisition unit 136a issues a finishing processing condition acquisition request to the finishing determination service 142 and acquires the finishing processing condition (S912). The finishing processing conditions acquired here are set in the preview filter 136 (S913), and the subsequent processing is executed (S914).

本実施形態のプレビューフィルタ136では、仕上げ処理条件の設定の有無にかかわらず仕上がり決定サービス142へ保持された条件を取得する。よってプレビューフィルタ136は仕上げ処理条件が設定されていない場合はデフォルト条件を取得する。そしてプレビューフィルタ136には、取得した条件が設定されてその後の処理が実行される。このためプレビューフィルタ136は、仕上げ処理条件の設定の有無に関わらずS910からS914までの処理を行えば良い。   In the preview filter 136 of the present embodiment, the condition held in the finish determination service 142 is acquired regardless of whether or not the finishing process condition is set. Therefore, the preview filter 136 acquires the default condition when the finishing process condition is not set. Then, the acquired condition is set in the preview filter 136, and the subsequent processing is executed. For this reason, the preview filter 136 may perform the processing from S910 to S914 regardless of whether the finishing processing conditions are set.

次に仕上げ処理条件の設定における仕上がり決定サービス142の動作を説明する。   Next, the operation of the finish determination service 142 in setting finishing processing conditions will be described.

仕上がり決定サービス142では、印刷フィルタ135からの仕上げ処理条件保持の指示を受けて、仕上げ処理条件を条件保持部144に保持する。これにより仕上がり決定サービス142に仕上げ処理条件が設定される(S920)。仕上がり決定サービス142では、プレビューフィルタ136から、仕上げ処理条件の取得要求を受けると(S921)、条件保持部144に保持されている仕上げ処理条件をプレビューフィルタ136へ通知する(S922)。   The finish determination service 142 receives the finish processing condition holding instruction from the print filter 135 and holds the finishing processing condition in the condition holding unit 144. As a result, finishing processing conditions are set in the finishing determination service 142 (S920). When the finishing determination service 142 receives a finishing process condition acquisition request from the preview filter 136 (S921), the finishing process condition held in the condition holding unit 144 is notified to the preview filter 136 (S922).

即ち本実施形態の画像処理装置100Aにおける仕上がり決定サービス142の動作は、仕上げ処理条件の保持指示を受けたとき、この仕上げ処理条件を条件保持部144へ保持させ、仕上げ処理条件の取得要求を受けたとき、保持している仕上げ処理条件を出力するものである。よって本実施形態の画像処理装置100Aにおける仕上がり決定サービス142と印刷フィルタ135及びプレビューフィルタ136との間に依存関係は存在しない。このため仕上がり決定サービス142は、印刷フィルタ135及びプレビューフィルタ136が変更されて場合にも影響を受けずに仕上げ処理条件の受け渡しを行うことができる。   That is, in the operation of the finish determination service 142 in the image processing apparatus 100A of the present embodiment, when the finishing processing condition holding instruction is received, the finishing processing condition is held in the condition holding unit 144, and the finishing processing condition acquisition request is received. Output finishing processing conditions. Therefore, there is no dependency between the finish determination service 142, the print filter 135, and the preview filter 136 in the image processing apparatus 100A of the present embodiment. Therefore, the finish determination service 142 can deliver the finishing process conditions without being affected even when the print filter 135 and the preview filter 136 are changed.

以上のように、本実施形態の画像処理装置100Aでは、以上に説明した印刷フィルタ135、プレビューフィルタ136、仕上がり決定サービス142により仕上げ処理条件が設定される。   As described above, in the image processing apparatus 100A according to the present embodiment, finishing processing conditions are set by the print filter 135, the preview filter 136, and the finish determination service 142 described above.

本実施形態の画像処理装置100Aでは、印刷フィルタ135とプレビューフィルタ136がとの間に依存関係を持たせずに、各フィルタに同一の仕上げ処理条件を取得させることができる。したがって、いずれか一方のフィルタに変更が生じた場合でも、他方のフィルタに影響を及ぼすことなく仕上げ処理条件の設定を行うことができる。よってフィルタの機能の拡張やカスタマイズ等を容易に行うことができる。   In the image processing apparatus 100A of the present embodiment, the same finishing process condition can be acquired by each filter without having a dependency between the print filter 135 and the preview filter 136. Therefore, even when any one of the filters is changed, the finishing process condition can be set without affecting the other filter. Therefore, it is possible to easily expand or customize the filter function.

次に図10を参照して本実施形態の画像処理装置100Aの仕上げ処理の実行について説明する。図10は、第二の実施形態の画像処理装置100Aにおける仕上げ処理条件に基づくパラメータの決定を説明するフローチャートである。   Next, execution of the finishing process of the image processing apparatus 100A according to the present embodiment will be described with reference to FIG. FIG. 10 is a flowchart illustrating determination of parameters based on finishing processing conditions in the image processing apparatus 100A of the second embodiment.

まず始めに、仕上げ処理条件に基づくパラメータの決定処理における印刷フィルタ135の動作を説明する。   First, the operation of the print filter 135 in the parameter determination process based on the finishing process condition will be described.

印刷フィルタ135は、アクティビティ134より出力用の画像データの出力処理の実行指示をうけて(S1010)、出力処理の実行を開始する(S1011)。印刷フィルタ135は、画像パイプ141dから、出力用の画像データを取得する(S1012)。次に印刷フィルタ135は、S1012で取得した画像データに係る情報と、仕上げ処理条件と、仕上がり決定指示部135bによる仕上がり決定指示とを仕上がり決定サービス142に対して出力する(S1013)。尚ここでの画像データに係る情報とは、画像の向き、大きさ等である。   The print filter 135 receives an instruction to execute output processing of output image data from the activity 134 (S1010), and starts execution of output processing (S1011). The print filter 135 acquires image data for output from the image pipe 141d (S1012). Next, the print filter 135 outputs the information related to the image data acquired in S1012, the finishing process condition, and the finish determination instruction by the finish determination instruction unit 135b to the finish determination service 142 (S1013). Here, the information related to the image data includes the orientation and size of the image.

そして印刷フィルタ135は、仕上がり決定サービス142で算出されて決定された、仕上げ処理の実行において必要となるパラメータを取得する。即ち仕上がりが決定される。そして印刷フィルタ135は、このパラメータを用いてS1012で取得した画像データの出力処理を実行する(S1014)。即ち出力画像データを印刷する。そして印刷フィルタ135は、画像パイプ141dに保持された全ての出力用の画像データを出力したか否かを判断し(S1015)、全ての出力用の画像データが出力されたとき、処理を終了する。   The print filter 135 acquires parameters necessary for executing the finishing process calculated and determined by the finish determination service 142. That is, the finish is determined. The print filter 135 executes output processing of the image data acquired in S1012 using this parameter (S1014). That is, the output image data is printed. The print filter 135 determines whether all output image data held in the image pipe 141d has been output (S1015). When all output image data has been output, the process ends. .

以上のように、本実施形態の印刷フィルタ135では、仕上げ処理条件が設定された後は、プレビューフィルタ136の存在に関わらず仕上がり決定サービス142により決定されたパラメータを取得し、このパラメータを用いて出力用の画像データを出力する処理を行う。したがって本実施形態の画像処理装置100Aでは、仕上げ処理条件を反映させた出力処理の実行において、印刷フィルタ135とプレビューフィルタ136との間に依存関係は存在せず、プレビューフィルタ136の追加、削除を自由に行うことができる。   As described above, in the print filter 135 of the present embodiment, after the finishing process condition is set, the parameter determined by the finish determination service 142 is acquired regardless of the presence of the preview filter 136, and this parameter is used. Processing for outputting image data for output is performed. Therefore, in the image processing apparatus 100A of the present embodiment, there is no dependency between the print filter 135 and the preview filter 136 in the execution of the output process reflecting the finishing process condition, and the preview filter 136 is added or deleted. Can be done freely.

次に、仕上げ処理条件に基づくパラメータの決定処理におけるプレビューフィルタ136の動作を説明する。   Next, the operation of the preview filter 136 in the parameter determination process based on the finishing process condition will be described.

プレビューフィルタ136の動作において、S1020からS1022の処理は、図9のS911からS914の処理と同様であるから説明を省略する。   In the operation of the preview filter 136, the processing from S1020 to S1022 is the same as the processing from S911 to S914 in FIG.

プレビューフィルタ136は、S1022において仕上げ処理条件が反映されたプレビュー画像の表示処理の実行を開始すると、画像パイプ141cからプレビュー表示用の画像データを取得する(S1023)。プレビューフィルタ136は、S1022で取得した画像データに係る情報と、仕上げ処理条件と、仕上がり決定指示部136bによる仕上がり決定指示とを仕上がり決定サービス142に対して出力する(S1024)。尚ここで画像データに係る情報とは、画像の向き、大きさ等である。   When the preview filter 136 starts executing the display processing of the preview image in which the finishing process condition is reflected in S1022, the preview filter 136 acquires image data for preview display from the image pipe 141c (S1023). The preview filter 136 outputs the information related to the image data acquired in S1022, the finishing process condition, and the finish determination instruction by the finish determination instruction unit 136b to the finish determination service 142 (S1024). Here, the information related to the image data includes the orientation and size of the image.

そしてプレビューフィルタ136は、仕上がり決定サービス142で算出されて決定された、仕上げ処理の実行において必要となるパラメータを取得する。即ち仕上がりが決定される。プレビューフィルタ136は、このパラメータを用いてS1022で取得した画像データの出力処理を実行する(S1025)。即ちプレビュー表示用の画像データを表示する。プレビューフィルタ136は、画像パイプ141cに保持された全てのプレビュー表示用の画像データを出力したか否かを判断し(S1026)、指示されたプレビュー表示用の画像データが出力されたとき、処理を終了する。   Then, the preview filter 136 acquires parameters necessary for executing the finishing process, which are calculated and determined by the finish determination service 142. That is, the finish is determined. The preview filter 136 executes output processing of the image data acquired in S1022 using this parameter (S1025). That is, image data for preview display is displayed. The preview filter 136 determines whether or not all preview display image data held in the image pipe 141c has been output (S1026), and performs processing when the instructed preview display image data is output. finish.

S1206においてすべてのプレビュー表示用の画像データが出力されていなかった場合、プレビューフィルタ136は、別の画像データのプレビュー表示指示があるか否かを判断する(S1027)。ここで別の画像データのプレビュー表示指示がある場合、プレビューフィルタ136はS1023からの処理を繰り返す。S1027において別の画像データのプレビュー表示指示がない場合、プレビューフィルタ136は処理を終了して待機する。   If all the image data for preview display has not been output in S1206, the preview filter 136 determines whether there is an instruction to display another image data (S1027). If there is a preview display instruction for another image data, the preview filter 136 repeats the processing from S1023. If there is no preview display instruction for another image data in S1027, the preview filter 136 ends the process and waits.

以上のように、本実施形態のプレビューフィルタ136では、仕上げ処理条件を反映させたプレビュー表示処理の実行において、印刷フィルタ135との依存関係が存在しない。したがって、本実施形態の画像処理装置100Aでは、プレビューフィルタ136の存在に関わらず、自由に印刷フィルタ135の機能のカスタマイズや拡張を行うことができる。   As described above, in the preview filter 136 of the present embodiment, there is no dependency relationship with the print filter 135 in the execution of the preview display process reflecting the finishing process condition. Therefore, in the image processing apparatus 100A of the present embodiment, the function of the print filter 135 can be freely customized or expanded regardless of the presence of the preview filter 136.

次に、仕上げ処理条件に基づくパラメータの決定処理における仕上がり決定サービス142の動作を説明する。   Next, the operation of the finish determination service 142 in the parameter determination process based on the finishing process condition will be described.

本実施形態の仕上がり決定サービス142では、印刷フィルタ135から画像データに係る情報と、仕上げ処理条件と、仕上がり決定指示部135bによる仕上がり決定指示とを受けると(S1030)、仕上げ処理の実行に必要となるパラメータを算出して決定し、これを印刷フィルタ135へ通知する(S1031)。   In the finish determination service 142 of the present embodiment, when receiving information related to image data, finishing process conditions, and a finish determination instruction from the finish determination instruction unit 135b from the print filter 135 (S1030), the finish determination service 142 is necessary for executing the finishing process. This parameter is calculated and determined, and this is notified to the print filter 135 (S1031).

また仕上がり決定サービス142は、プレビューフィルタ136から画像データに係る情報と、仕上げ処理条件と、仕上がり決定指示部136bによる仕上がり決定指示とを受けたときも同様の処理を行う。即ち本実施形態の画像処理装置100Aにおける仕上がり決定サービス142は、印刷フィルタ135から仕上がり決定指示を受けた場合とプレビューフィルタ136より仕上がり決定指示を受けた場合とにおいて、同様の動作を行う。   The finish determination service 142 performs the same processing when receiving information related to image data, finishing processing conditions, and a finish determination instruction from the finish determination instruction unit 136b from the preview filter 136. That is, the finish determination service 142 in the image processing apparatus 100A of the present embodiment performs the same operation when receiving a finish determination instruction from the print filter 135 and when receiving a finish determination instruction from the preview filter 136.

このように、本実施形態の画像処理装置100Aにおける仕上がり決定サービス142と印刷フィルタ135及びプレビューフィルタ136との間に依存関係は存在しない。したがって仕上がり決定サービス142では、いずれか一方のフィルタに変更が生じた場合でも、他方のフィルタに影響を及ぼすことなく仕上がり決定を行うことができる。このため、本実施形態の画像処理装置100Aでは、フィルタの機能の拡張やカスタマイズ等を容易に行うことができる。   As described above, there is no dependency relationship between the finish determination service 142, the print filter 135, and the preview filter 136 in the image processing apparatus 100A of the present embodiment. Therefore, in the finish determination service 142, even if any one of the filters is changed, the finish determination can be performed without affecting the other filter. For this reason, in the image processing apparatus 100A of the present embodiment, it is possible to easily expand or customize the filter function.

ここで本実施形態の画像処理装置100Aの操作部について図面を参照して説明する。図11は第二の実施形態の画像処理装置100Aの操作部を説明する図である。図11(A)は、従来の画像処理装置における操作部200を説明する図であり、図11(B)は、第二の実施形態の画像処理装置100Aの操作部300を説明する図である。   Here, the operation unit of the image processing apparatus 100A of the present embodiment will be described with reference to the drawings. FIG. 11 is a diagram illustrating an operation unit of the image processing apparatus 100A according to the second embodiment. FIG. 11A is a diagram illustrating the operation unit 200 in the conventional image processing apparatus, and FIG. 11B is a diagram illustrating the operation unit 300 of the image processing apparatus 100A according to the second embodiment. .

まず図11(A)を参照して従来の画像処理装置の操作部200について説明する。尚ここでは操作部200は、オペレーションパネルなどの表示機能を有する部材により実現されている。   First, an operation unit 200 of a conventional image processing apparatus will be described with reference to FIG. Here, the operation unit 200 is realized by a member having a display function such as an operation panel.

操作部200では、印刷処理における画像データの加工についての設定を行う加工設定画面と、画像データの出力処理における仕上げ処理条件を設定する仕上げ設定画面とが独立して設けられている。例えば図11(A)に示すように、加工設定画面では、主に加工フィルタで行われる加工処理に含まれる回転、編倍、濃度の設定などがなされる。操作部200において、この加工設定画面で入力された設定が反映されたプレビュー画像を表示させるためには、プレビューボタン210を選択すれば良い。操作部200では、プレビューボタン210が選択されると、操作部200における表示が加工設定画面から、プレビュー表示画面へ遷移する。プレビュー表示画面では、加工設定画面での設定が反映されたプレビュー画像が表示される。   The operation unit 200 is provided independently with a processing setting screen for setting image data processing in print processing and a finishing setting screen for setting finishing processing conditions in image data output processing. For example, as shown in FIG. 11A, on the processing setting screen, settings of rotation, knitting, density, and the like included in processing performed mainly by the processing filter are made. In order to display a preview image in which the setting input on the processing setting screen is reflected on the operation unit 200, the preview button 210 may be selected. In the operation unit 200, when the preview button 210 is selected, the display on the operation unit 200 transitions from the processing setting screen to the preview display screen. On the preview display screen, a preview image reflecting the settings on the processing setting screen is displayed.

ここで、再度加工設定を変更する場合には、プレビュー表示画面に表示された加工設定画面選択ボタン220を選択して加工設定画面に戻り、再度設定を行う。   Here, when changing the processing setting again, the processing setting screen selection button 220 displayed on the preview display screen is selected to return to the processing setting screen, and the setting is performed again.

また仕上がり設定画面にける仕上げ処理条件の設定の際も同様である。すなわち操作部200に仕上がり設定画面で入力された設定が反映されたプレビュー画像を表示させるためには、操作部200における表示をプレビュー表示画面へ遷移させる必要がある。   The same applies to the setting of finishing processing conditions on the finish setting screen. That is, in order to display a preview image in which the setting input on the finish setting screen is reflected on the operation unit 200, the display on the operation unit 200 needs to be changed to the preview display screen.

このように従来の画像処理装置の操作部200では、各種設定画面とプレビュー表示画面とが独立しており、それぞれの画面を確認するために画面を遷移させなければならず、ユーザは設定の変更において繁雑な操作を要求される。また、従来の画像処理装置の操作部200では、プレビュー画像を表示させながら各種設定を行うことができないので、ユーザがプレビュー画像で設定条件を確認する際に設定条件を記憶する必要があり操作性に優れていない。   As described above, in the operation unit 200 of the conventional image processing apparatus, the various setting screens and the preview display screen are independent, the screens must be changed to check each screen, and the user can change the settings. Is required for complicated operations. In addition, since the operation unit 200 of the conventional image processing apparatus cannot perform various settings while displaying a preview image, it is necessary for the user to store the setting conditions when confirming the setting conditions with the preview image. Not good for.

本実施形態の画像処理装置100Aでは、操作部に加工設定領域、仕上げ処理条件設定領域、プレビュー画像表示領域を設けることで、このような問題点を解決している。   In the image processing apparatus 100A of the present embodiment, such a problem is solved by providing a processing setting area, a finishing process condition setting area, and a preview image display area in the operation unit.

以下に図11(B)を参照して本実施形態の画像処理装置100Aの操作部300について説明する。本実施形態の画像処理装置100Aの有する操作部300は、オペレーションパネルなどの表示機能を有する部材により実現されている。   The operation unit 300 of the image processing apparatus 100A according to the present embodiment will be described below with reference to FIG. The operation unit 300 included in the image processing apparatus 100A of the present embodiment is realized by a member having a display function such as an operation panel.

本実施形態の画像処理装置100Aの有する操作部300は、画像データの加工についての設定が行われる加工設定領域310、仕上げ処理条件の設定が行われる仕上がり設定領域320、各種設定が反映されたプレビュー画像が表示されるプレビュー画像表示領域330とが同時に表示される。   The operation unit 300 included in the image processing apparatus 100A according to the present embodiment includes a processing setting area 310 in which settings for image data processing are set, a finish setting area 320 in which finishing processing conditions are set, and a preview in which various settings are reflected. A preview image display area 330 on which an image is displayed is displayed at the same time.

例えば操作部300において、仕上がり条件設定領域320に表示されたパンチボタンが選択された場合、プレビュー画像表示領域330に表示されたプレビュー画像は、仕上げ処理としてパンチ処理が施された状態を示すプレビュー画像へ切り替えられる。   For example, when the punch button displayed in the finish condition setting area 320 is selected on the operation unit 300, the preview image displayed in the preview image display area 330 is a preview image indicating a state in which punch processing is performed as finishing processing. Can be switched to.

このように、本実施形態の画像処理装置100Aの有する操作部300では、操作部300に表示されているプレビュー画像を、画面を遷移させることなく各種設定が反映されたプレビュー画像へ切り替えることができる。このため、設定に係る操作を簡略化し、操作性を向上させることができる。   As described above, in the operation unit 300 included in the image processing apparatus 100A of the present embodiment, the preview image displayed on the operation unit 300 can be switched to a preview image reflecting various settings without changing the screen. . For this reason, the operation which concerns on a setting can be simplified and operativity can be improved.

(第三の実施形態)
以下に図面を参照して本発明の第三の実施形態について説明する。本発明の第三の実施形態は、プレビューフィルタ136Aが仕上げ処理条件に基づき合成されたプレビュー画像データを取得する点で第二の実施形態と異なる。よって、以下の説明では本実施形態と第二の実施形態との相違点についてのみ説明し、第二の実施形態の画像処理装置100Aと同様の機能構成を有するものには第二の実施形態の説明で用いた符号と同様の符号を付与し、説明を省略する。
(Third embodiment)
A third embodiment of the present invention will be described below with reference to the drawings. The third embodiment of the present invention is different from the second embodiment in that the preview filter 136A acquires preview image data synthesized based on finishing processing conditions. Therefore, in the following description, only differences between the present embodiment and the second embodiment will be described, and those having the same functional configuration as the image processing apparatus 100A of the second embodiment will be described in the second embodiment. The same reference numerals as those used in the description are given, and the description is omitted.

本実施形態は、第二の実施形態をさらに改良したものである。本発明の第二の実施形態では、プレビューフィルタ136は、画像パイプ141cから読み出した画像データと仕上がり決定サービス142で決定されたパラメータとに基づき仕上げ処理が実行された後の状態のプレビュー画像を生成する。すなわち第二の実施形態では、プレビューフィルタ136は、プレビュー画像データの生成を動的に行っており、プレビューフィルタ136の動作は出力フィルタに依存している。   This embodiment is a further improvement of the second embodiment. In the second embodiment of the present invention, the preview filter 136 generates a preview image after the finishing process is executed based on the image data read from the image pipe 141c and the parameters determined by the finish determination service 142. To do. That is, in the second embodiment, the preview filter 136 dynamically generates preview image data, and the operation of the preview filter 136 depends on the output filter.

このため第二の実施形態では、例えば新たな出力フィルタが追加された場合には、追加された出力フィルタに合わせてプレビューフィルタ136も変更する必要がある。また例えば出力フィルタがカスタマイズなどにより変更された場合も同様に、変更後の出力フィルタに合わせてプレビューフィルタ136も変更する必要がある。より具体的には、第二の実施形態では、出力フィルタの追加、変更があった場合には、その都度プレビューフィルタ136のソースコードの修正が必要となる。   Therefore, in the second embodiment, for example, when a new output filter is added, it is necessary to change the preview filter 136 in accordance with the added output filter. For example, when the output filter is changed by customization or the like, the preview filter 136 needs to be changed in accordance with the changed output filter. More specifically, in the second embodiment, whenever an output filter is added or changed, the source code of the preview filter 136 needs to be corrected.

よって第二の実施形態では、出力フィルタの追加、変更があった場合には、容易にプレビュー画像を表示させることができないという問題点があった。   Therefore, the second embodiment has a problem that the preview image cannot be easily displayed when the output filter is added or changed.

本実施形態は、上記の問題点を解決するものであり、出力フィルタの追加、変更があった場合にも、容易にプレビュー画像データを表示させることができる。   The present embodiment solves the above-described problems, and can easily display preview image data even when an output filter is added or changed.

本実施形態のプレビューフィルタ136Aは、仕上がりサービス142の有する条件保持部144に保持されている仕上げ処理条件に基づき、画像パイプ141cから読み出された画像データに後述する合成用画像データが合成されたプレビュー画像データを取得して出力する。   The preview filter 136A according to the present embodiment combines image data for later-described synthesis with image data read from the image pipe 141c based on the finishing process conditions held in the condition holding unit 144 of the finishing service 142. Obtain and output preview image data.

以下に図面を参照して本実施形態のプレビューフィルタ136Aについて説明する。図12は、第三の実施形態のプレビューフィルタ136Aについて説明する図である。   The preview filter 136A of the present embodiment will be described below with reference to the drawings. FIG. 12 is a diagram illustrating a preview filter 136A according to the third embodiment.

本実施形態のプレビューフィルタ136Aは、第二の実施形態のプレビューフィルタ136の有する条件取得部136a、仕上がり決定指示部136bの他に、検索部136c、合成指示部136dを有する。検索部136cは、後述する仕上げ処理条件テーブルから、仕上げ処理条件に対応する合成用画像データのファイル名を検索する。合成指示部136dは、合成処理部170に対し、画像パイプ141cから読み出した画像データと、合成用画像データとの合成指示を出す。   The preview filter 136A of the present embodiment includes a search unit 136c and a composition instruction unit 136d in addition to the condition acquisition unit 136a and the finish determination instruction unit 136b of the preview filter 136 of the second embodiment. The retrieval unit 136c retrieves the file name of the image data for synthesis corresponding to the finishing process condition from the finishing process condition table described later. The compositing instruction unit 136d instructs the compositing processing unit 170 to composit the image data read from the image pipe 141c and the compositing image data.

ここで、プレビューフィルタ136Aの動作の説明に先立ち、本実施形態の画像処理装置の有する仕上げ処理条件テーブル250、合成用画像データベース251について説明する。仕上げ処理条件テーブル250及び合成用画像データベース251は、後述するハードディスク等に格納されている。   Prior to the description of the operation of the preview filter 136A, the finishing process condition table 250 and the composition image database 251 included in the image processing apparatus according to the present embodiment will be described. The finishing process condition table 250 and the composition image database 251 are stored in a hard disk or the like to be described later.

仕上げ処理条件テーブル250には、仕上げ処理条件と、合成用画像データのファイル名とが格納されている。合成用画像データのファイル名は、仕上げ処理条件に対応した合成用画像データを識別するための識別情報である。合成用画像データベース251には、合成用画像データが格納されている。尚本実施形態の合成用画像データとは、例えば仕上げ処理条件に対応したアイコンの画像データである。より具体的には、例えばステープル処理を示すステープルのアイコンや、パンチ処理を示すパンチ穴のアイコンなどである。   The finishing processing condition table 250 stores finishing processing conditions and the file name of the image data for synthesis. The file name of the composition image data is identification information for identifying the composition image data corresponding to the finishing process condition. The composition image database 251 stores composition image data. Note that the composition image data in this embodiment is, for example, icon image data corresponding to finishing processing conditions. More specifically, for example, a staple icon indicating a staple process, a punch hole icon indicating a punch process, and the like.

次に本実施形態のプレビューフィルタ136Aの動作を説明する。図12で説明する本実施形態のプレビューフィルタ136Aの処理は、第二の実施形態において図8で説明したS88の後に行われる処理である。   Next, the operation of the preview filter 136A of this embodiment will be described. The process of the preview filter 136A of this embodiment described in FIG. 12 is a process performed after S88 described in FIG. 8 in the second embodiment.

すなわち以下に説明する処理は、プレビューフィルタ136Aにおいて、画像パイプ141cから画像データが読み出されており、仕上がりサービス142において算出された仕上げ処理の実行において必要とされるパラメータがプレビューフィルタ136Aに渡されている状態で開始される。   That is, in the process described below, image data is read from the image pipe 141c in the preview filter 136A, and parameters necessary for executing the finishing process calculated in the finishing service 142 are passed to the preview filter 136A. It starts in the state.

本実施形態のプレビューフィルタ136Aにおいて検索部136cは、条件取得部136aにより取得した(S121)仕上げ処理条件をキーとして、仕上げ処理条件テーブル250を検索する(S122)。プレビューフィルタ136Aは、仕上げ処理条件テーブル250から、取得した仕上げ処理条件と対応した合成用画像データのファイル名を取得する(S123)。   In the preview filter 136A of the present embodiment, the search unit 136c searches the finishing process condition table 250 using the finishing process condition acquired by the condition acquisition unit 136a (S121) as a key (S122). The preview filter 136A acquires the file name of the image data for synthesis corresponding to the acquired finishing process condition from the finishing process condition table 250 (S123).

例えば図12に示す例では、仕上げ処理条件として、「左上にステープル」が設定されている。よってプレビューフィルタ136Aは、「左上にステープル」をキーとして仕上げ処理条件テーブル250を検索し、対応するファイル名「staple_Reft_Up.jpg」を取得する。   For example, in the example shown in FIG. 12, “staple on the upper left” is set as the finishing process condition. Therefore, the preview filter 136A searches the finishing process condition table 250 using “staple in the upper left” as a key, and acquires the corresponding file name “staple_Reft_Up.jpg”.

尚ここで、仕上げ処理条件と対応した合成用画像データのファイル名が取得できなかった場合、プレビューフィルタ136Aは、画像パイプ141cから読み出した画像データをそのままプレビュー画像として表示する。   Here, when the file name of the image data for synthesis corresponding to the finishing process condition cannot be acquired, the preview filter 136A displays the image data read from the image pipe 141c as it is as a preview image.

合成用画像データのファイル名を取得すると、プレビューフィルタ136Aにおいて合成指示部136dは、合成処理部170へ合成指示を出す(S124)。より具体的には合成指示部136dは、合成処理部170に対し、画像パイプ141cから読み出した画像データと、取得されたファイル名に該当する合成用画像データとを合成する指示を出す。尚このときプレビューフィルタ136Aは、合成指示と共に、合成用画像データのファイル名、画像パイプ141cから読み出した画像データ、仕上がりサービス142から渡されたパラメータを合成処理部170へ渡す。   When the file name of the image data for composition is acquired, the composition instruction unit 136d in the preview filter 136A issues a composition instruction to the composition processing unit 170 (S124). More specifically, the compositing instruction unit 136d instructs the compositing processing unit 170 to composit the image data read from the image pipe 141c and the compositing image data corresponding to the acquired file name. At this time, the preview filter 136A passes the file name of the image data for synthesis, the image data read from the image pipe 141c, and the parameters passed from the finishing service 142 to the synthesis processing unit 170 together with the synthesis instruction.

合成処理部170は、合成指示を受けると、画像データの合成を行う。以下に合成処理部170による合成処理について説明する。   The composition processing unit 170 synthesizes image data upon receiving a composition instruction. Hereinafter, the synthesis processing by the synthesis processing unit 170 will be described.

合成処理部170は、合成用画像データのファイル名を取得すると、合成用画像データベース251を参照し(S125)、取得したファイル名と対応する合成用画像データを取得する(S126)。尚ここでファイル名に対応した合成用画像データが取得できなかった場合、操作部などにエラーメッセージ等を表示させても良い。   When the synthesis processing unit 170 acquires the file name of the image data for synthesis, the synthesis processing unit 170 refers to the image database for synthesis 251 (S125), and acquires the image data for synthesis corresponding to the acquired file name (S126). Here, when the image data for synthesis corresponding to the file name cannot be acquired, an error message or the like may be displayed on the operation unit or the like.

次に合成処理部170は、画像パイプ141cから読み出した画像データ上において、プレビューフィルタ136Aから渡されたパラメータにより示される位置へ、取得した合成用画像データを合成する。合成処理部170は、合成用画像データが合成された合成後の画像データを、プレビューフィルタ136Aへ出力する。プレビューフィルタ136Aは、合成処理部170から出力された画像データをプレビュー画像として表示させる。   Next, the synthesis processing unit 170 synthesizes the obtained synthesis image data at the position indicated by the parameter passed from the preview filter 136A on the image data read from the image pipe 141c. The composition processing unit 170 outputs the combined image data obtained by combining the composition image data to the preview filter 136A. The preview filter 136A displays the image data output from the composition processing unit 170 as a preview image.

図12に示す例では、合成処理部170は、ファイル名「staple_Reft_Up.jpg」を取得している。よって合成処理部170は、このファイル名で合成用画像データベース251を検索し、該当する合成用画像データ171を取得する。ここでの合成用画像データ171は、ステープル処理を示すアイコンである。画像処理部170は、この合成用画像データ171と、画像パイプ141cから読み出された画像データ172とを合成し、合成画像データ173を生成する。   In the example illustrated in FIG. 12, the composition processing unit 170 acquires the file name “staple_Reft_Up.jpg”. Therefore, the composition processing unit 170 searches the composition image database 251 with this file name, and acquires the corresponding composition image data 171. The composition image data 171 here is an icon indicating stapling processing. The image processing unit 170 synthesizes the synthesis image data 171 and the image data 172 read from the image pipe 141 c to generate synthesized image data 173.

ここで生成された合成画像データ173は、プレビューフィルタ136Aへ出力されてプレビュー画像とし表示される。尚本実施形態の合成処理部170は、上記した合成処理を行う機能を有するプログラムがAISC(Application Specific Integrated Circuit)に組み込まれて実現されても良い。   The composite image data 173 generated here is output to the preview filter 136A and displayed as a preview image. Note that the synthesis processing unit 170 of this embodiment may be realized by incorporating a program having a function of performing the above-described synthesis processing into an AISC (Application Specific Integrated Circuit).

このように本実施形態によれば、プレビューフィルタ136Aは、動的にプレビュー画像を生成せずに、プレビュー画像を表示させることができる。すなわち本実施形態のプレビューフィルタ136Aは、仕上げ処理条件テーブル250から仕上げ処理条件に対応する合成用画像データのファイル名を取得し、取得したファイル名を合成処理部170へ渡す、という動作のみを行えば良い。   As described above, according to the present embodiment, the preview filter 136A can display a preview image without dynamically generating a preview image. That is, the preview filter 136A according to the present embodiment performs only the operation of acquiring the file name of the image data for synthesis corresponding to the finishing process condition from the finishing process condition table 250 and passing the acquired file name to the combining processing unit 170. Just do it.

よって本実施形態のプレビューフィルタ136Aは、出力フィルタに依存することなくプレビュー画像を表示させることができる。このため本実施形態では、出力フィルタの追加、変更があった場合には、容易にプレビュー画像を表示させることができる。   Therefore, the preview filter 136A of this embodiment can display a preview image without depending on the output filter. Therefore, in this embodiment, when an output filter is added or changed, a preview image can be easily displayed.

尚本実施形態では、仕上げ処理条件テーブル250と、合成用画像データベース251とは画像処理装置のハードディスク内に格納されているものとしたが、これに限定されない。例えば仕上げ処理条件テーブル250と、合成用画像データベース251とを汎用の外部ファイルとしても良い。この場合本実施形態では、新たに出力フィルタが追加されたときに、出力フィルタと同時に画像処理装置に仕上げ処理条件テーブル250と、合成用画像データベース251とが追加される。よって本実施形態では、新たな出力フィルタが追加された場合にも、プレビューフィルタ136Aに変更を加えることなく、追加された出力フィルタに対応したプレビュー画像を容易に表示させることができる。   In this embodiment, the finishing process condition table 250 and the compositing image database 251 are stored in the hard disk of the image processing apparatus. However, the present invention is not limited to this. For example, the finishing process condition table 250 and the composition image database 251 may be general-purpose external files. In this case, in this embodiment, when a new output filter is added, the finishing process condition table 250 and the composition image database 251 are added to the image processing apparatus simultaneously with the output filter. Therefore, in this embodiment, even when a new output filter is added, a preview image corresponding to the added output filter can be easily displayed without changing the preview filter 136A.

ここで図13を参照して、本実施形態において新たに出力フィルタが追加された場合の処理について説明する。図13は、第三の実施形態における出力フィルタの追加について説明する図である。   Here, with reference to FIG. 13, a process when a new output filter is added in the present embodiment will be described. FIG. 13 is a diagram illustrating addition of an output filter in the third embodiment.

図13では、出力フィルタの1つとして、マーキングフィルタ135aが追加された場合を示している。マーキングフィルタ135aとは、画像データに所定のバーコードを付与して印刷する処理を行うフィルタである。   FIG. 13 shows a case where a marking filter 135a is added as one of the output filters. The marking filter 135a is a filter that performs printing processing by adding a predetermined barcode to image data.

本実施形態では、マーキングフィルタ135aが追加される際に、同時にマーキングフィルタ135aに対応した仕上げ処理条件テーブル250aと合成用画像データベース251aも追加される。   In this embodiment, when the marking filter 135a is added, the finishing process condition table 250a and the composition image database 251a corresponding to the marking filter 135a are also added at the same time.

ここでプレビューUI112よりプレビュー指示がなされると、プレビューフィルタ136Aは、マーキングフィルタ135aにおいて設定されている仕上げ処理条件を取得して、合成されたプレビュー画像データを取得する。   Here, when a preview instruction is given from the preview UI 112, the preview filter 136A acquires finishing processing conditions set in the marking filter 135a, and acquires synthesized preview image data.

より具体的には、プレビューフィルタ136Aは、マーキングフィルタ135aの仕上げ処理条件である「バーコード」をキーとして仕上げ処理条件テーブル250aを検索し合成用画像データのファイル名「Barcode.jpg」を取得する。プレビューフィルタ136Aは、このファイル名を合成処理部170(図12参照)へ出力する。合成処理部170では、ファイル名「Barcode.jpg」に対応する合成用画像データ251bと、画像パイプ141cから読み出した画像データ172とを合成し、合成画像データをプレビューフィルタ136Aへ出力する。   More specifically, the preview filter 136A searches the finishing process condition table 250a using “barcode” that is the finishing process condition of the marking filter 135a as a key, and acquires the file name “Barcode.jpg” of the image data for synthesis. . The preview filter 136A outputs this file name to the composition processing unit 170 (see FIG. 12). The composition processing unit 170 composes the composition image data 251b corresponding to the file name “Barcode.jpg” and the image data 172 read from the image pipe 141c, and outputs the composite image data to the preview filter 136A.

プレビューフィルタ136Aは、この合成画像データをプレビュー画像180として表示する。   The preview filter 136A displays this composite image data as a preview image 180.

このように本実施形態では、新たに出力フィルタが追加された場合にも、プレビューフィルタ136Aを変更せずに容易にプレビュー画像を表示させることができる。   As described above, in this embodiment, even when an output filter is newly added, a preview image can be easily displayed without changing the preview filter 136A.

次に本実施形態において出力フィルタがカスタマイズ等により変更された場合について説明する。   Next, a case where the output filter is changed by customization or the like in the present embodiment will be described.

本実施形態では、例えば出力フィルタにおける仕上げ処理条件の設定に変更があった場合には、仕上げ処理条件テーブル250や合成用画像データベース251を書き換えるだけで、変更後の出力フィルタの仕上げ処理条件を反映させたプレビュー画像を表示させることができる。   In this embodiment, for example, when the setting of the finishing process condition in the output filter is changed, the finishing process condition of the output filter after the change is reflected only by rewriting the finishing process condition table 250 or the composition image database 251. The preview image can be displayed.

図14は、出力フィルタの仕上げ処理条件の設定が変更された場合を説明する図である。図14では、印刷フィルタ135における仕上げ処理条件に、両面印刷処理を示す「両面」という条件が追加された場合を示している。   FIG. 14 is a diagram for explaining a case where the setting of the finishing condition of the output filter is changed. FIG. 14 shows a case where a condition “double-sided” indicating double-sided printing processing is added to the finishing processing conditions in the print filter 135.

この場合、合成用画像データベース251Aに、「両面」という仕上げ処理条件を示す合成用画像データ175が追加される。また仕上げ処理条件テーブル250Aには、「両面」という仕上げ処理条件と、この仕上げ処理条件と対応させた合成用画像データ175のファイル名とが追加される。   In this case, composition image data 175 indicating a finishing process condition of “both sides” is added to the composition image database 251A. In addition, the finishing process condition table 250A is added with a finishing process condition of “both sides” and a file name of the image data for synthesis 175 corresponding to the finishing process condition.

このように本実施形態では、出力フィルタにおいて仕上げ処理条件が追加された場合にも、仕上げ処理条件テーブル250Aと合成用画像データベース251Aを更新することにより、プレビューフィルタ136Aを修正せずに追加された仕上げ処理条件を反映させたプレビュー画像を表示させることできる。   As described above, in this embodiment, even when finishing processing conditions are added in the output filter, the preview processing 136A is added without modification by updating the finishing processing condition table 250A and the composition image database 251A. A preview image reflecting finishing processing conditions can be displayed.

また本実施形態では、例えば合成用画像データベース251に格納された合成用画像データを修正すれば、プレビュー画像を修正することができる。図15は合成用画像データを修正する場合を説明する図である。   In this embodiment, for example, if the image data for synthesis stored in the image database for synthesis 251 is corrected, the preview image can be corrected. FIG. 15 is a diagram for explaining a case where the image data for synthesis is corrected.

図15では、仕上げ処理条件であるパンチ処理に対応した合成用画像データ252を修正する場合を示している。   FIG. 15 shows a case where the image data for synthesis 252 corresponding to the punching process that is the finishing process condition is corrected.

本実施形態では、合成用画像データベース251Bに格納されている合成用画像データ252を、修正後の合成用画像データ253に置き換えるだけで、合成用画像データ253をプレビュー表示させることができる。このとき、合成用画像データ253のファイル名は、仕上げ処理条件テーブル250Bに格納されているファイル名、すなわち合成用画像データ252のファイル名と同様とされる。   In the present embodiment, the composition image data 253 can be displayed as a preview only by replacing the composition image data 252 stored in the composition image database 251B with the modified composition image data 253. At this time, the file name of the composition image data 253 is the same as the file name stored in the finishing process condition table 250B, that is, the file name of the composition image data 252.

また、以上に説明した実施形態における各機能を実現する手順は、コンピュータに読み取り可能なプログラムとして記録媒体に記録されていても良い。   In addition, the procedure for realizing each function in the embodiment described above may be recorded on a recording medium as a computer-readable program.

図16は、各実施形態で説明した各機能を実現させるプログラムが記録された記録媒体を説明する図である。記録媒体410に記録されたプログラムが、画像処理装置500の有する演算処理装置に読み込まれて実行されることにより各本実施形態で説明した機能を実現することができる。   FIG. 16 is a diagram illustrating a recording medium on which a program for realizing each function described in each embodiment is recorded. The functions recorded in the present embodiment can be realized by the program recorded in the recording medium 410 being read and executed by the arithmetic processing apparatus of the image processing apparatus 500.

例えば画像処理装置500は、CPU510、ハードディスク520、メモリ530、表示部540、スキャナ部550、通信部560、記録媒体読込部570、プロッタ部580とを備えている。CPU510は演算処理装置であって、画像処理装置500において実行される演算や処理を実行する。ハードディスク520は、データを格納する記録手段であって、画像処理装置500上で動作するアプリケーションや、このアプリケーションにより作成されたデータなどが格納されている。メモリ530には、画像処理装置500に係る各種の設定値や、CPU510での演算結果などが格納される。   For example, the image processing apparatus 500 includes a CPU 510, a hard disk 520, a memory 530, a display unit 540, a scanner unit 550, a communication unit 560, a recording medium reading unit 570, and a plotter unit 580. The CPU 510 is an arithmetic processing device, and executes arithmetic operations and processes executed in the image processing device 500. The hard disk 520 is a recording unit for storing data, and stores an application that operates on the image processing apparatus 500, data created by the application, and the like. The memory 530 stores various setting values related to the image processing apparatus 500, calculation results in the CPU 510, and the like.

表示部540はディスプレイなどであり、画像処理装置500の装置情報や処理の進捗に係る情報などをユーザに閲覧可能に表示する。スキャナ部550は、スキャン手段とスキャン手段を制御するスキャナエンジンなどにより構成され、紙文書がスキャンされて電子化された画像データとして入力される。通信部560は例えばネットワークコントロールユニットなどであり、画像処理装置500が外部の装置と通信を行うためのものである。記録媒体読込部570は、各種記録媒体に記録されたデータやプログラムなどを読み込むものであり、例えばフロッピー(登録商標)ディスクドライバなどである。プロッタ部580は、プロッタとプロッタを制御するプロッタエンジンなどにより構成され、画像データの印刷出力を行う。   The display unit 540 is a display or the like, and displays device information of the image processing device 500, information related to processing progress, and the like so that the user can browse. The scanner unit 550 includes a scanning unit and a scanner engine that controls the scanning unit, and a paper document is scanned and input as digitized image data. The communication unit 560 is a network control unit, for example, and is used for the image processing apparatus 500 to communicate with an external apparatus. The recording medium reading unit 570 reads data and programs recorded on various recording media, and is, for example, a floppy (registered trademark) disk driver. The plotter unit 580 includes a plotter and a plotter engine that controls the plotter, and prints out image data.

記録媒体410は、本実施形態の各機能を実現させる画像処理プログラム400が記録されている。この画像処理プログラム400は、記録媒体読込部570により読み込まれてCPU510において実行される。記録媒体410は、例えばメモリカードやフロッピー(登録商標)ディスク等であっても良く、画像処理装置500において読み取り可能なに媒体であれば良い。また、画像処理プログラム400はネットワークを介して通信部560により受信されて、ハードディスク520等に格納されても良い。   The recording medium 410 records an image processing program 400 that realizes each function of the present embodiment. The image processing program 400 is read by the recording medium reading unit 570 and executed by the CPU 510. The recording medium 410 may be, for example, a memory card or a floppy (registered trademark) disk, and may be any medium that can be read by the image processing apparatus 500. The image processing program 400 may be received by the communication unit 560 via a network and stored in the hard disk 520 or the like.

以上、各実施形態に基づき本発明の説明を行ってきたが、上記実施形態にあげた構成、その他の要素との組み合わせなど、ここで示した要件に本発明が限定されるものではない。これらの点に関しては、本発明の主旨をそこなわない範囲で変更することが可能であり、その応用形態に応じて適切に定めることができる。   As described above, the present invention has been described based on each embodiment. However, the present invention is not limited to the requirements shown here, such as the configurations described in the above embodiment and combinations with other elements. With respect to these points, the present invention can be changed within a range that does not detract from the gist of the present invention, and can be appropriately determined according to the application form.

本発明はパイプ&フィルタの概念を適用した画像処理装置において利用可能である。   The present invention can be used in an image processing apparatus to which the concept of pipe and filter is applied.

パイプ&フィルタの概念を説明する図である。It is a figure explaining the concept of a pipe & filter. 第一の実施形態の画像処理装置100のソフトウェア構成を示す構成図である。It is a block diagram which shows the software structure of the image processing apparatus 100 of 1st embodiment. 第一の実施形態の画像処理装置100における印刷処理を説明する図である。It is a figure explaining the printing process in the image processing apparatus 100 of 1st embodiment. 第一の実施形態の画像処理装置100におけるプレビュー表示処理について説明する図であるIt is a figure explaining the preview display process in the image processing apparatus 100 of 1st embodiment. 第一の実施形態の画像処理装置100においてプレビュー表示処理を実行した際の動作を説明する図である。It is a figure explaining the operation | movement at the time of performing the preview display process in the image processing apparatus 100 of 1st embodiment. 第一の実施形態の画像処理装置100において、入力フィルタ131から2つの画像データが出力される場合を説明する図である。In the image processing apparatus 100 of 1st embodiment, it is a figure explaining the case where two image data are output from the input filter 131. FIG. 本発明の第二の実施形態の画像処理装置100Aのソフトウェア構成を示す構成図である。It is a block diagram which shows the software structure of 100 A of image processing apparatuses of 2nd embodiment of this invention. 第二の実施形態の画像処理装置100Aにおいて仕上げ処理が行われる場合のプレビュー表示処理を説明する図である。It is a figure explaining the preview display process in case finishing processing is performed in the image processing apparatus 100A of 2nd embodiment. 第二の実施形態の画像処理装置100Aにおける仕上げ処理の設定を説明するフローチャートである。It is a flowchart explaining the setting of the finishing process in 100 A of image processing apparatuses of 2nd embodiment. 第二の実施形態の画像処理装置100Aにおける仕上げ処理条件に基づくパラメータの決定を説明するフローチャートである。It is a flowchart explaining the determination of the parameter based on the finishing process conditions in the image processing apparatus 100A of the second embodiment. 第二の実施形態の画像処理装置100Aの操作部を説明する図である。It is a figure explaining the operation part of 100 A of image processing apparatuses of 2nd embodiment. 第三の実施形態のプレビューフィルタ136Aについて説明する図である。It is a figure explaining the preview filter 136A of 3rd embodiment. 第三の実施形態における出力フィルタの追加について説明する図である。It is a figure explaining the addition of the output filter in 3rd embodiment. 出力フィルタの仕上げ処理条件の設定が変更された場合を説明する図である。It is a figure explaining the case where the setting of the finishing process condition of an output filter is changed. 合成用画像データを修正する場合を説明する図である。It is a figure explaining the case where image data for composition is amended. 各実施形態で説明した各機能を実現させるプログラムが記録された記録媒体を説明する図である。It is a figure explaining the recording medium with which the program which implement | achieves each function demonstrated in each embodiment was recorded.

符号の説明Explanation of symbols

100、100A 画像処理装置
110 ユーザインタフェース層
111 ローカルUI部
120 コントロール層
130 アプリケーションロジック層
131 入力フィルタ
132 加工フィルタ
133 出力フィルタ
134 アクティビティ
135 印刷フィルタ
136、136A プレビューフィルタ
140 デバイスサービス層
141 画像パイプ
142 仕上がり決定サービス
170 合成処理部
200、300 操作部
310 加工設定領域
320 仕上がり条件設定領域
250 仕上げ処理条件テーブル
251 合成用画像データベース
330 プレビュー画像表示領域
100, 100A Image processing apparatus 110 User interface layer 111 Local UI unit 120 Control layer 130 Application logic layer 131 Input filter 132 Processing filter 133 Output filter 134 Activity 135 Print filter 136, 136A Preview filter 140 Device service layer 141 Image pipe 142 Finish determination Service 170 Composition processing unit 200, 300 Operation unit 310 Processing setting area 320 Finishing condition setting area 250 Finishing processing condition table 251 Composition image database 330 Preview image display area

Claims (12)

画像処理の対象となる画像データが入力される入力部と、
前記入力部により入力される画像データの入力処理を制御する入力フィルタと、
前記画像処理の結果を出力する出力部と、
前記出力部による画像データの出力処理を制御する第一の出力フィルタと、
前記入力フィルタと前記第一の出力フィルタとの間に接続されて画像データの加工処理を制御する加工フィルタと、
前記出力部から出力される画像データのプレビュー画像データの出力処理を制御する第二の出力フィルタとを有し、
前記出力部から出力される画像データのプレビュー表示指示を受けたとき、前記第二の出力フィルタが前記加工フィルタへ接続されることを特徴とする画像処理装置。
An input unit for inputting image data to be subjected to image processing;
An input filter that controls input processing of image data input by the input unit;
An output unit for outputting the result of the image processing;
A first output filter that controls output processing of image data by the output unit;
A processing filter connected between the input filter and the first output filter to control processing of image data;
A second output filter that controls output processing of preview image data of image data output from the output unit;
The image processing apparatus, wherein upon receiving an instruction to display a preview of image data output from the output unit, the second output filter is connected to the processing filter.
前記入力フィルタは、前記入力処理において、
第一の画像データと、前記第一の画像データよりも解像度の低い第二の画像データとを生成することを特徴とする請求項1に記載の画像処理装置。
In the input process, the input filter
The image processing apparatus according to claim 1, wherein the first image data and second image data having a resolution lower than that of the first image data are generated.
前記第一の画像データのデータ形式と、前記第二の画像データのデータ形式とが同一であることを特徴とする請求項2に記載の画像処理装置。   The image processing apparatus according to claim 2, wherein a data format of the first image data and a data format of the second image data are the same. 前記第一の出力フィルタから出力される画像データに対する仕上げ処理に係るパラメータを決定する仕上がり決定手段を有することを特徴とする請求項1ないし3の何れか一項に記載の画像処理装置。   The image processing apparatus according to claim 1, further comprising a finish determination unit that determines a parameter related to a finishing process for the image data output from the first output filter. 前記仕上げ処理における条件である仕上げ処理条件が保持される条件保持手段を有し、
前記第一の出力フィルタは、
前記仕上げ処理条件を、前記条件保持手段へ保持させる保持指示手段と、
前記仕上がり決定手段に対し、前記仕上げ処理条件に基づき前記パラメータを決定させる決定指示手段とを備え、
前記仕上がり決定手段で決定されたパラメータを用いて前記画像データの出力処理の制御を行うことを特徴とする請求項4に記載の画像処理装置。
Having a condition holding means for holding a finishing process condition which is a condition in the finishing process;
The first output filter is:
Holding instruction means for holding the finishing process condition in the condition holding means;
A determination instructing unit for determining the parameter based on the finishing processing condition to the finish determining unit;
The image processing apparatus according to claim 4, wherein output processing of the image data is controlled using a parameter determined by the finish determination unit.
前記第二の出力フィルタは、
前記条件保持手段から前記仕上げ処理条件を取得する条件取得手段と、
前記仕上がり決定手段に対し、前記仕上げ処理条件に基づく前記パラメータを決定させる決定指示手段とを備え、
前記仕上がり決定手段で決定されたパラメータを用いて前記プレビュー画像データの出力処理の制御を行うことを特徴とする請求項4または5に記載の画像処理装置。
The second output filter is:
Condition acquisition means for acquiring the finishing process condition from the condition holding means;
A determination instructing unit that causes the finish determining unit to determine the parameter based on the finishing process condition;
6. The image processing apparatus according to claim 4, wherein the output processing of the preview image data is controlled using the parameter determined by the finish determination means.
前記第二の出力フィルタは、
前記条件保持手段から前記仕上げ処理条件を取得する条件取得手段と、
前記仕上がり決定手段に対し、前記仕上げ処理条件に基づく前記パラメータを決定させる決定指示手段とを備え、
前記仕上がり決定手段で決定されたパラメータを用いて、前記出力部から出力される画像データに前記仕上げ処理に対応した合成用画像データが合成されたプレビュー画像データの出力処理の制御を行うことを特徴とする請求項4または5に記載の画像処理装置。
The second output filter is:
Condition acquisition means for acquiring the finishing process condition from the condition holding means;
A determination instructing unit that causes the finish determining unit to determine the parameter based on the finishing process condition;
Controlling output processing of preview image data in which image data for synthesis corresponding to the finishing processing is combined with image data output from the output unit is performed using the parameters determined by the finish determination means. The image processing apparatus according to claim 4 or 5.
前記仕上げ処理条件と、前記仕上げ処理条件に対応した合成用画像データを識別する識別情報とが格納されたテーブルと、
前記合成用画像データの識別情報と、前記仕上げ処理条件に対応した合成用画像データとが格納されたデータベースとを有し、
前記第二の出力フィルタは、
前記条件取得手段により取得された仕上げ処理条件で前記テーブルを検索する検索手段と、
前記仕上げ処理条件に対応した識別情報により識別される合成用画像データと、前記出力部から出力される画像データとの合成指示を出す合成指示手段とを有することを特徴とする請求項7記載の画像処理装置。
A table in which the finishing processing conditions and identification information for identifying image data for synthesis corresponding to the finishing processing conditions are stored;
A database storing identification information of the image data for synthesis and image data for synthesis corresponding to the finishing process condition;
The second output filter is:
Search means for searching the table with the finishing process conditions acquired by the condition acquisition means;
8. The composition instruction means for issuing a composition instruction for compositing image data identified by identification information corresponding to the finishing process condition and image data output from the output unit. Image processing device.
前記仕上がり決定手段は、前記条件保持手段を備えることを特徴とする請求項4ないし8の何れか一項に記載の画像処理装置。   The image processing apparatus according to claim 4, wherein the finish determination unit includes the condition holding unit. 当該画像処理装置に係る操作が行われる操作部を有し、
前記操作部は、
前記仕上げ処理における条件が設定される第一の操作領域と、
前記加工フィルタにおける画像データの加工処理の制御に係る操作が行われる第二の操作領域と、
前記第二の出力フィルタから出力されるプレビュー画像データが表示される表示領域とを有することを特徴とする請求項1ないし9の何れか一項に記載の画像処理装置。
An operation unit for performing operations related to the image processing apparatus;
The operation unit is
A first operation area in which conditions in the finishing process are set;
A second operation area in which an operation related to control of processing of image data in the processing filter is performed;
The image processing apparatus according to claim 1, further comprising: a display area in which preview image data output from the second output filter is displayed.
画像処理の対象となる画像データが入力される入力部により入力される画像データの入力処理を制御する入力制御手順と、
前記画像処理の結果を出力する出力部による画像データの出力処理を制御する第一の出力制御手順と、
前記出力部から出力される画像データのプレビュー画像データの出力処理を制御する第二の出力制御手順と、
前記画像データの加工処理を制御する加工制御手順とを有し、
前記出力部から出力される画像データのプレビュー表示指示を受けたとき、
前記入力制御手順と前記第一の出力制御手順との間、及び前記入力制御手順と前記第二の出力制御手順との間で前記加工手順を実行することを特徴とする画像処理方法。
An input control procedure for controlling input processing of image data input by an input unit to which image data to be subjected to image processing is input;
A first output control procedure for controlling output processing of image data by an output unit that outputs the result of the image processing;
A second output control procedure for controlling output processing of preview image data of image data output from the output unit;
A processing control procedure for controlling processing of the image data,
When receiving a preview display instruction of the image data output from the output unit,
An image processing method, wherein the processing procedure is executed between the input control procedure and the first output control procedure, and between the input control procedure and the second output control procedure.
コンピュータに、
画像処理の対象となる画像データが入力される入力部により入力される画像データの入力処理を制御する入力制御ステップと、
前記画像処理の結果を出力する出力部による画像データの出力処理を制御する第一の出力制御ステップと、
前記出力部から出力される画像データのプレビュー画像データの出力処理を制御する第二の出力制御ステップと、
前記画像データの加工処理を制御する加工制御ステップとを実行させ、
前記出力部から出力される画像データのプレビュー表示指示を受けたとき、
前記入力制御ステップと前記第一の出力制御ステップとの間、及び前記入力制御ステップと前記第二の出力制御ステップとの間で前記加工ステップを実行させることを特徴とする画像処理プログラム。
On the computer,
An input control step for controlling input processing of image data input by an input unit to which image data to be subjected to image processing is input;
A first output control step for controlling output processing of image data by an output unit that outputs the result of the image processing;
A second output control step for controlling output processing of preview image data of the image data output from the output unit;
And a processing control step for controlling the processing of the image data,
When receiving a preview display instruction of the image data output from the output unit,
An image processing program that causes the processing step to be executed between the input control step and the first output control step and between the input control step and the second output control step.
JP2007260173A 2007-03-07 2007-10-03 Image processor, image processing method and image processing program Pending JP2008250980A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2007260173A JP2008250980A (en) 2007-03-07 2007-10-03 Image processor, image processing method and image processing program
US12/043,637 US8595623B2 (en) 2007-03-07 2008-03-06 Image processing including process of outputting preview image using database storing synthesizing data corresponding to finish processing condition

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2007057882 2007-03-07
JP2007260173A JP2008250980A (en) 2007-03-07 2007-10-03 Image processor, image processing method and image processing program

Publications (1)

Publication Number Publication Date
JP2008250980A true JP2008250980A (en) 2008-10-16

Family

ID=39975791

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007260173A Pending JP2008250980A (en) 2007-03-07 2007-10-03 Image processor, image processing method and image processing program

Country Status (1)

Country Link
JP (1) JP2008250980A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010128767A (en) * 2008-11-27 2010-06-10 Fuji Xerox Co Ltd Image processing apparatus and program
JP2015022326A (en) * 2013-07-16 2015-02-02 コニカミノルタ株式会社 Image forming apparatus, method and program for generating application program
CN113168368A (en) * 2018-11-28 2021-07-23 株式会社特拉斯特技术 Programming device and program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001051814A (en) * 1999-08-16 2001-02-23 Ricoh Co Ltd Image data processing method for preview of printer
JP2001101436A (en) * 1999-09-30 2001-04-13 Seiko Epson Corp Device and method for processing image
JP2002196901A (en) * 2000-09-21 2002-07-12 Ricoh Co Ltd Virtual method of print preview
JP2005070886A (en) * 2003-08-28 2005-03-17 Canon Finetech Inc Printer driver
JP2006048535A (en) * 2004-08-06 2006-02-16 Canon Inc Image processor and its control method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001051814A (en) * 1999-08-16 2001-02-23 Ricoh Co Ltd Image data processing method for preview of printer
JP2001101436A (en) * 1999-09-30 2001-04-13 Seiko Epson Corp Device and method for processing image
JP2002196901A (en) * 2000-09-21 2002-07-12 Ricoh Co Ltd Virtual method of print preview
JP2005070886A (en) * 2003-08-28 2005-03-17 Canon Finetech Inc Printer driver
JP2006048535A (en) * 2004-08-06 2006-02-16 Canon Inc Image processor and its control method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010128767A (en) * 2008-11-27 2010-06-10 Fuji Xerox Co Ltd Image processing apparatus and program
JP2015022326A (en) * 2013-07-16 2015-02-02 コニカミノルタ株式会社 Image forming apparatus, method and program for generating application program
CN113168368A (en) * 2018-11-28 2021-07-23 株式会社特拉斯特技术 Programming device and program
CN113168368B (en) * 2018-11-28 2023-09-29 株式会社特拉斯特技术 Programming device and recording medium

Similar Documents

Publication Publication Date Title
JP4115474B2 (en) Image forming apparatus, image forming apparatus control method, image forming system, program, and storage medium
JP5975666B2 (en) Information processing apparatus, information processing method, and program
JP2006297632A (en) Image processor
JP2007325251A (en) Image forming apparatus and application execution method
CN103312923B (en) Information processor and control method
JP2012216147A (en) Data processing apparatus, data processing method, and program
JP2011254235A (en) Information processing system, information processing device, and method and program for controlling the system and device
JP5564323B2 (en) Display screen generation program, display screen generation device, and display screen generation method
JP2009301336A (en) Image forming system, display screen generation program and display screen generation device
JP4906673B2 (en) Image processing apparatus, image processing method, and image processing program
JP2008250980A (en) Image processor, image processing method and image processing program
JP4978935B2 (en) Image forming system
JP5303198B2 (en) Display screen generation program, display screen generation apparatus, and image forming apparatus
JP2008311941A (en) Information processor and information processing method
US20080218794A1 (en) Image processing apparatus, image processing method, and computer-readable recording medium storing image processing program
JP2008211747A (en) Image processing apparatus, server apparatus, task processing method, storage medium, and program
JP5340113B2 (en) Motion control system
JP4455640B2 (en) Image forming apparatus, image forming apparatus control method, image forming system, program, and storage medium
JP2008287363A (en) Image processing apparatus, method, and program
JP5103291B2 (en) Image forming system and electrical apparatus
JP7179502B2 (en) Information processing device, control method, and program
JP5256098B2 (en) Image forming system, information processing apparatus, and screen data management program
JP2019101778A (en) Print instruction device and program
JP5140624B2 (en) Image forming system, server, and screen data management program
JP2013030117A (en) Information processing device, application generation system, and application generation program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100803

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120321

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120518

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20121023