JP2012008585A - Display control device and program - Google Patents

Display control device and program Download PDF

Info

Publication number
JP2012008585A
JP2012008585A JP2011171539A JP2011171539A JP2012008585A JP 2012008585 A JP2012008585 A JP 2012008585A JP 2011171539 A JP2011171539 A JP 2011171539A JP 2011171539 A JP2011171539 A JP 2011171539A JP 2012008585 A JP2012008585 A JP 2012008585A
Authority
JP
Japan
Prior art keywords
window
display
image quality
image
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2011171539A
Other languages
Japanese (ja)
Inventor
Akihide Takasu
晶英 高須
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2011171539A priority Critical patent/JP2012008585A/en
Publication of JP2012008585A publication Critical patent/JP2012008585A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To allow an image quality to be optimized per use of display data.SOLUTION: A display control device (8) takes in image data of a display object window and a use attribute of the window, which are sent from a personal computer (1), takes out image quality correction data corresponding to the use attribute from image quality correction data preliminarily held in an image quality correction data table (18), uses the image quality correction data to correct the image data of the display object window, and displays a resultant image on a screen (10). Thus, the image which has the image quality optimized per use attribute of the display object window can be displayed.

Description

本発明は、表示制御装置及び表示制御方法に関し、詳しくは、グラフィカルユーザインターフェース(GUI)対応の汎用オペレーティングシステム(OS)を搭載したパーソナルコンピュータと組み合わせて使用される表示制御装置及び表示制御方法に関する。   The present invention relates to a display control device and a display control method, and more particularly to a display control device and a display control method used in combination with a personal computer equipped with a general-purpose operating system (OS) compatible with a graphical user interface (GUI).

GUIとは、ユーザに対する情報の表示にグラフィックを多用し、大半の基礎的な操作をマウスなどのポインティングデバイスによって行うことができるユーザインターフェースのことをいう。現行OSの多くは、GUIを利用するための基本的な仕組みを実装しており、アプリケーションプログラムの設計者は、それらの仕組みを適宜に使用しながら所望の機能を実現する。このため、当該OS上で動作する様々なアプリケーションプログラムの操作感を統一することができ、しかも、アプリケーションプログラムの開発効率を高めることができる。   The GUI refers to a user interface that uses a lot of graphics for displaying information to the user and can perform most basic operations with a pointing device such as a mouse. Many of the current OSs implement a basic mechanism for using the GUI, and the designer of the application program realizes a desired function while appropriately using these mechanisms. For this reason, it is possible to unify the operational feeling of various application programs operating on the OS, and to improve the development efficiency of application programs.

多くのアプリケーションプログラムは、ユーザに対して情報を表示したり、ユーザからの入力を受け付けたりするためのインターフェースとして、OS提供の「ウィンドウ」と呼ばれるGUIオブジェクトを利用する。このウィンドウは、上端に配置したタイトルバーの下にクライアントエリアと呼ばれるアプリケーション領域を備えており、このクライアントエリアに、ユーザに対して情報を表示したり、ユーザからの入力を受け付けたりするための様々なコントロールを自由にレイアウトすることができる。   Many application programs use a GUI object called a “window” provided by the OS as an interface for displaying information to the user or receiving input from the user. This window has an application area called a client area under the title bar placed at the top. Various information for displaying information to the user and receiving input from the user are displayed in the client area. Can be laid out freely.

たとえば、ワードプロセッサ等の文章作成用アプリケーションプログラムでは、クライアントエリアに文章表示や編集のためのコントロールを配置し、または、プレゼンテーション用のアプリケーションプログラムでは、クライアントエリアにプレゼンテーションデータの表示や編集のためのコントロールを配置し、あるいは、画像閲覧加工用のアプリケーションプログラムでは、クライアントエリアに画像表示や加工のためのコントロールを配置する。   For example, a text processing application program such as a word processor places text display and editing controls in the client area, or a presentation application program controls presentation data display and editing in the client area. In an application program for arranging or viewing images, controls for image display and processing are arranged in the client area.

一般的にGUI対応のOSは、マルチタスク処理が可能であり、複数のアプリケーションプログラムを同時に実行させることができる。たとえば、上記の三つのアプリケーションプログラムを同時に実行した場合には、パーソナルコンピュータのディスプレイ上に三つのウィンドウ、すなわち、文章作成用アプリケーションプログラムのウィンドウ、プレゼンテーション用アプリケーションプログラムのウィンドウ、及び、画像閲覧加工用アプリケーションプログラムのウィンドウが表示される。   In general, a GUI-compatible OS can perform multitask processing, and can execute a plurality of application programs simultaneously. For example, when the above three application programs are executed at the same time, three windows on the display of the personal computer, that is, a text creation application program window, a presentation application program window, and an image viewing and processing application The program window is displayed.

かかる三つのウィンドウのうち、ユーザ操作の対象となっているウィンドウのことを「アクティブウィンドウ」という。どのウィンドウがアクティブになっているかはタイトルバーの色調で識別できる。通常、タイトルバーが濃いめの色調になっているウィンドウが「アクティブウィンドウ」である。また、複数のウィンドウの全部または一部が重なっているときには、特殊な場合を除き、最前面に位置しているウィンドウが「アクティブウィンドウ」である。   Of these three windows, the window that is the target of the user operation is called an “active window”. Which window is active can be identified by the color of the title bar. Usually, a window whose title bar has a darker tone is an “active window”. When all or some of the plurality of windows are overlapped, the window located in the foreground is the “active window” except in special cases.

さらに、ウィンドウサイズの変更が許可されているときには、アクティブウィンドウの縦横のサイズを個別に若しくは同時に変更したり、最小化したり最大化したりできるようになっており、また、ウィンドウの表示位置の変更が許可されているときには、パソコンディスプレイ上のアクティブウィンドウの表示位置を任意に移動できるようにもなっている。   In addition, when changing the window size is permitted, the vertical and horizontal sizes of the active window can be changed individually or simultaneously, minimized or maximized, and the display position of the window can be changed. When permitted, the display position of the active window on the personal computer display can be moved arbitrarily.

ところで、このようなGUI対応のOSで動作するパーソナルコンピュータの表示画面を、たとえば、プロジェクタなどの外部表示装置に出力して多人数で見るという使い方をすることがある。この場合、パーソナルコンピュータのディスプレイと同じ画面を外部表示装置に出力すると、表示対象のアクティブウィンドウと一緒に、デスクトップ画面や表示操作用のメニュー画面なども表示されてしまうので見栄えが悪い。このようなとき、通常は、アクティブウィンドウを「最大化」(パーソナルコンピュータのディスプレイ画面一杯に広げて表示すること)して対処する。最大化することにより、デスクトップ画面や表示操作用のメニュー画面などがアクティブウィンドウの下に隠れて見えなくなるからである。   By the way, a display screen of a personal computer that operates on such a GUI-compatible OS may be used by being output to an external display device such as a projector and viewed by a large number of people. In this case, when the same screen as the display of the personal computer is output to the external display device, the desktop screen, the menu screen for display operation, and the like are displayed together with the active window to be displayed, so that it does not look good. In such a case, normally, the active window is dealt with by “maximizing” (displaying the entire display screen of the personal computer). This is because by maximizing, the desktop screen, the menu screen for display operation, and the like are hidden under the active window and cannot be seen.

しかしながら、一般的にプレゼンテーション等の状況においては、プレゼンテーションの進行に伴って臨機応変的な操作が必要であり、このような場合、デスクトップ画面や表示操作用のメニュー画面などの使用は不可欠であるが、上記のように、アクティブウィンドウを最大化した場合には、デスクトップ画面や表示操作用のメニュー画面などがアクティブウィンドウの陰に隠れてしまうため、臨機応変的操作の妨げになる。   However, in general, in situations such as presentations, it is necessary to perform flexible operations as the presentation progresses. In such cases, the use of a desktop screen or a menu screen for display operations is indispensable. As described above, when the active window is maximized, the desktop screen, the menu screen for display operation, and the like are hidden behind the active window, which hinders flexible operation.

したがって、このような場合には、一時的にアクティブウィンドウの最大化を解除(最小化したり、元のサイズに戻したりする)しなければならず、その結果、一時的にせよ不要な画面がプロジェクタに映し出されるので、やはり、見栄えの悪さを改善できない。   Therefore, in such a case, the maximization of the active window must be temporarily canceled (minimized or restored to the original size), and as a result, an unnecessary screen may be temporarily displayed. Since it is projected on the screen, it is still impossible to improve the appearance.

そこで、特許文献1には、かかる点に着目して、対象ウィンドウの情報のみを表示できるようにした「表示制御装置及び表示制御プロラムを記録した記録媒体」(以下、従来技術という)が記載されている。この従来技術では、パーソナルコンピュータの液晶表示部に対し、後にモニタ表示させたい複数のファイルデータをウィンドウとして呼び出し表示させた状態で、いずれか一つのウィンドウデータをモニタ出力すべきアクティブウィンドウとしてポインタで選択すると、この選択されたウィンドウデータを、あらかじめ入力されている外部モニタの表示画面サイズに合わせて拡大処理し、同外部モニタの表示画面サイズに合わせて確保された外部出力用画像データの記憶領域である仮想外部記憶装置エリアに書き込み、ビデオ信号に変換して外部モニタに出力する、という仕組みになっている。   Therefore, Patent Document 1 describes a “recording medium on which a display control device and a display control program are recorded” (hereinafter, referred to as conventional technology) that can display only the information of the target window, focusing on this point. ing. In this conventional technique, a plurality of file data to be displayed on a monitor later are called and displayed as a window on the liquid crystal display unit of the personal computer, and any one of the window data is selected as an active window to be output by monitoring with a pointer. Then, the selected window data is enlarged in accordance with the display screen size of the external monitor input in advance, and in the storage area of the image data for external output secured in accordance with the display screen size of the external monitor. The system is such that data is written into a certain virtual external storage area, converted into a video signal, and output to an external monitor.

これによると、パーソナルコンピュータの液晶表示部に複数のウィンドウやその他のデータが表示されていたとしても、モニタ側には、必要なウィンドウのみが出力されるので、余計な画面がモニタに映し出されず、見栄えの悪さを改善できるとされている。   According to this, even if multiple windows and other data are displayed on the liquid crystal display part of the personal computer, only the necessary windows are output on the monitor side, so an extra screen is not displayed on the monitor, It is said that the poor appearance can be improved.

特開2000−339130号公報JP 2000-339130 A

しかしながら、上記の従来技術にあっては、余計な画面がモニタに映し出されず、見栄えの悪さを改善できる点で有益であるものの、表示対象ウィンドウの用途(たとえば、ワードプロセッサ用、プレゼンテーション用、画像閲覧用など)についてまったく考慮されていないため、用途ごとの表示画質を最適化できないという問題点がある。   However, the above-described conventional technique is advantageous in that an unnecessary screen is not displayed on the monitor and can improve an unpleasant appearance. However, the display target window is used (for example, for word processors, for presentations, for viewing images). Etc.) is not considered at all, and there is a problem that the display image quality for each application cannot be optimized.

たとえば、ワードプロセッサなどのように文字主体の表示データの場合は高輝度で強めのコントラストにした方が見やすく、一方、プレゼンテーションや画像閲覧ソフトのように画像主体の表示データの場合には色純度等を高めた方が見やすいものの、上記の従来技術にあっては、かかる用途にかかわらず一律の表示画質とせざるを得ないため、文字主体の表示データを重視した場合には画像主体の表示データの画質が劣り、その逆に、画像主体の表示データを重視した場合には文字主体の表示データの画質が劣るという欠点がある。   For example, in the case of character-based display data such as a word processor, it is easier to see with high brightness and strong contrast, while in the case of image-based display data such as presentation and image browsing software, color purity etc. Although it is easier to see, the above-mentioned conventional technology has to have a uniform display image quality regardless of the application. Therefore, when character-oriented display data is important, the image quality of image-oriented display data On the other hand, when the image-based display data is emphasized, the image quality of the character-based display data is inferior.

そこで、本発明は、表示データの用途ごとに画質を最適化できるようにした表示制御装置及び表示制御方法を提供することを目的とする。   Therefore, an object of the present invention is to provide a display control apparatus and a display control method that can optimize image quality for each application of display data.

請求項1記載の発明は、表示対象ウィンドウの画像データと該ウィンドウの用途属性とを取り込む取り込み手段と、前記用途属性ごとの画質補正データを保持する保持手段と、前記取り込み手段によって取り込まれた用途属性に対応した画質補正データを前記保持手段から取り出す取り出し手段と、前記取り込み手段によって取り込まれた表示対象ウィンドウの画像データを、前記取り出し手段によって取り出された画質補正データを用いて補正する補正手段と、該補正手段によって画質補正が行われた画像データを表示する表示手段とを備えたことを特徴とする表示制御装置である。
請求項2記載の発明は、前記表示対象ウィンドウは、パーソナルコンピュータのディスプレイ上に表示されたウィンドウであり、前記用途属性は、該ディスプレイ上に表示されたウィンドウの用途種別を表す指標であり、且つ、前記取り込み手段は、該パーソナルコンピュータから送られてくる表示対象ウィンドウの画像データと該ウィンドウの用途属性とを取り込むことを特徴とする請求項1記載の表示制御装置である。
請求項3記載の発明は、前記用途属性は、前記ウィンドウを呼び出したアプリケーションの名前またはそのアプリケーションを識別するための情報であることを特徴とする請求項2記載の表示制御装置である。
請求項4記載の発明は、前記用途属性は、前記ウィンドウに表示するデータを納めたファイルの拡張子またはその拡張子を識別するための情報であることを特徴とする請求項2記載の表示制御装置である。
請求項5記載の発明は、表示対象ウィンドウの画像データと該ウィンドウの用途属性とを取り込む取り込み工程と、前記用途属性ごとの画質補正データを保持する保持工程と、前記取り込み工程によって取り込まれた用途属性に対応した画質補正データを前記保持工程で保持されたデータの中から取り出す取り出し工程と、前記取り込み工程によって取り込まれた表示対象ウィンドウの画像データを、前記取り出し工程によって取り出された画質補正データを用いて補正する補正工程と、該補正工程によって画質補正が行われた画像データを表示する表示工程とを含むことを特徴とする表示制御方法である。
請求項6記載の発明は、前記表示対象ウィンドウは、パーソナルコンピュータのディスプレイ上に表示されたウィンドウであり、前記用途属性は、該ディスプレイ上に表示されたウィンドウの用途種別を表す指標であり、且つ、前記取り込み工程は、該パーソナルコンピュータから送られてくる表示対象ウィンドウの画像データと該ウィンドウの用途属性とを取り込むことを特徴とする請求項5記載の表示制御方法である。
According to the first aspect of the present invention, a capturing unit that captures image data of a display target window and a usage attribute of the window, a holding unit that stores image quality correction data for each usage attribute, and a usage captured by the capturing unit Extraction means for extracting image quality correction data corresponding to the attribute from the holding means; and correction means for correcting the image data of the display target window acquired by the acquisition means using the image quality correction data extracted by the extraction means; A display control device comprising display means for displaying image data that has been subjected to image quality correction by the correction means.
According to a second aspect of the present invention, the display target window is a window displayed on a display of a personal computer, and the usage attribute is an index indicating a usage type of the window displayed on the display, and 2. The display control apparatus according to claim 1, wherein the capturing unit captures image data of a display target window and a use attribute of the window sent from the personal computer.
According to a third aspect of the present invention, in the display control apparatus according to the second aspect, the usage attribute is a name of an application that has called the window or information for identifying the application.
4. The display control according to claim 2, wherein the use attribute is an extension of a file storing data to be displayed in the window or information for identifying the extension. Device.
The invention described in claim 5 is a capturing step for capturing image data of a window to be displayed and a usage attribute of the window, a holding step for storing image quality correction data for each usage attribute, and a usage captured by the capturing step. The image quality correction data corresponding to the attribute is extracted from the data held in the holding step, and the image data of the display target window acquired in the acquisition step is used as the image quality correction data extracted in the extraction step. A display control method comprising: a correction step that uses and corrects, and a display step that displays image data that has undergone image quality correction by the correction step.
According to a sixth aspect of the present invention, the display target window is a window displayed on a display of a personal computer, and the usage attribute is an index indicating a usage type of the window displayed on the display, and 6. The display control method according to claim 5, wherein the capturing step captures image data of a display target window sent from the personal computer and usage attributes of the window.

本発明の表示制御装置または表示制御方法によれば、パーソナルコンピュータから送られてくる表示対象ウィンドウの画像データと該ウィンドウの用途属性とを取り込み、その用途属性に対応した画質補正データを、あらかじめ保持されている画質補正データの中から取り出し、その画質補正データを用いて表示対象ウィンドウの画像データを補正して表示するので、表示対象ウィンドウの用途属性ごとに画質を最適化した画像を表示することができる。   According to the display control apparatus or the display control method of the present invention, the image data of the display target window sent from the personal computer and the usage attribute of the window are captured, and the image quality correction data corresponding to the usage attribute is stored in advance. Since the image data of the display target window is corrected and displayed using the image quality correction data, the image with optimized image quality is displayed for each use attribute of the display target window. Can do.

本実施形態のシステム構成図である。It is a system configuration figure of this embodiment. パーソナルコンピュータ1の表示装置3の画面構成図である。FIG. 3 is a screen configuration diagram of a display device 3 of the personal computer 1. パーソナルコンピュータ1の簡略ブロック図である。1 is a simplified block diagram of a personal computer 1. FIG. プロジェクタ8の簡略ブロック図である。3 is a simplified block diagram of a projector 8. FIG. 画質補正データテーブル18の構造図である。3 is a structural diagram of an image quality correction data table 18. FIG. パーソナルコンピュータ1で実行される「画像出力機能」の簡略フローチャートを示す図である。FIG. 3 is a diagram illustrating a simplified flowchart of an “image output function” executed by the personal computer 1. プロジェクタ8で実行される「画像投影機能」の簡略フローチャートを示す図である。FIG. 5 is a diagram showing a simplified flowchart of an “image projection function” executed by the projector 8. 用途属性取得のバリエーションを示す図(その1)である。It is a figure (the 1) which shows the variation of use attribute acquisition. 用途属性取得のバリエーションを示す図(その2)である。It is a figure (the 2) which shows the variation of use attribute acquisition. 用途属性取得のバリエーションを示す図(その3)である。It is FIG. (The 3) which shows the variation of use attribute acquisition.

以下、本発明の実施形態を、プロジェクタへの適用を例にして、図面を参照しながら説明する。なお、以下の説明における様々な細部の特定ないし実例および数値や文字列その他の記号の例示は、本発明の思想を明瞭にするための、あくまでも参考であって、それらのすべてまたは一部によって本発明の思想が限定されないことは明らかである。また、周知の手法、周知の手順、周知のアーキテクチャおよび周知の回路構成等(以下「周知事項」)についてはその細部にわたる説明を避けるが、これも説明を簡潔にするためであって、これら周知事項のすべてまたは一部を意図的に排除するものではない。かかる周知事項は本発明の出願時点で当業者の知り得るところであるので、以下の説明に当然含まれている。   Hereinafter, embodiments of the present invention will be described with reference to the drawings, taking application to a projector as an example. It should be noted that the specific details or examples in the following description and the illustrations of numerical values, character strings, and other symbols are only for reference in order to clarify the idea of the present invention, and the present invention may be used in whole or in part. Obviously, the idea of the invention is not limited. In addition, a well-known technique, a well-known procedure, a well-known architecture, a well-known circuit configuration, and the like (hereinafter, “well-known matter”) are not described in detail, but this is also to simplify the description. Not all or part of the matter is intentionally excluded. Such well-known matters are known to those skilled in the art at the time of filing of the present invention, and are naturally included in the following description.

図1は、本実施形態のシステム構成図である。この図において、パーソナルコンピュータ1は、キーボード2と、液晶ディスプレイ等の表示装置3とを同一の筐体4に納めるとともに、外付けのマウス5を接続したラップトップ型であるが、これに限定されない。マウス5の代わりにタッチパッド等の内蔵ポインティングデバイスを備えたものであってもよく、あるいは、デスクトップ型やその他の型式であっても構わない。   FIG. 1 is a system configuration diagram of this embodiment. In this figure, the personal computer 1 is a laptop type in which a keyboard 2 and a display device 3 such as a liquid crystal display are housed in the same housing 4 and an external mouse 5 is connected. However, the present invention is not limited to this. . Instead of the mouse 5, it may be provided with a built-in pointing device such as a touch pad, or may be a desktop type or other types.

このパーソナルコンピュータ1には、GUI対応の汎用OSと、そのOS上で動作する様々なアプリケーションプログラムが実装されている。図示の表示装置3には、OS提供の背景画面(以下「デスクトップ画面」という)の上に、便宜的に示す二つのウィンドウW1、W2が描かれている。これらのウィンドウW1、W2は、このパーソナルコンピュータ1で現在実行中の任意のアプリケーションプログラムのユーザインターフェース画面である。ただし、前面側のウィンドウW1はオンフォーカス中のアクティブウィンドウであり、背面側のウィンドウW2は非アクティブウィンドウである。   The personal computer 1 is mounted with a general-purpose OS that supports GUI and various application programs that run on the OS. In the illustrated display device 3, two windows W 1 and W 2 shown for convenience are drawn on a background screen (hereinafter referred to as “desktop screen”) provided by the OS. These windows W1 and W2 are user interface screens of arbitrary application programs currently being executed on the personal computer 1. However, the front window W1 is an active window during on-focus, and the rear window W2 is an inactive window.

パーソナルコンピュータ1の外部モニタ出力端子6には、ケーブル7を介してプロジェクタ8が接続されている。このプロジェクタ8は、パーソナルコンピュータ1から出力される画像信号を取り込み、投影レンズ9を介してスクリーン10に拡大投影する。   A projector 8 is connected to the external monitor output terminal 6 of the personal computer 1 via a cable 7. The projector 8 takes in an image signal output from the personal computer 1 and enlarges and projects it on a screen 10 via a projection lens 9.

通常、プロジェクタ8によってスクリーン10に拡大投影される画像と、パーソナルコンピュータ1の表示装置3の画像は同じである。すなわち、図示の例の場合でいえば、スクリーン10の上にも、デスクトップ画面と二つのウィンドウW1、W2が表示されることになる。しかし、プレゼンテーションを行う場合などにおいては、表示対象となるウィンドウW1以外(デスクトップ画面や非アクティブのウィンドウW2など)は邪魔である。そこで、本実施形態においても、冒頭で説明した特許文献1の技術と同様に、表示対象のウィンドウW1だけをスクリーン10の上に拡大投影する。   Usually, the image enlarged and projected on the screen 10 by the projector 8 and the image of the display device 3 of the personal computer 1 are the same. That is, in the case of the illustrated example, the desktop screen and the two windows W1 and W2 are also displayed on the screen 10. However, when a presentation or the like is performed, other than the display target window W1 (desktop screen, inactive window W2, etc.) is an obstacle. Therefore, in the present embodiment as well, only the window W1 to be displayed is enlarged and projected onto the screen 10 as in the technique of Patent Document 1 described at the beginning.

図2は、パーソナルコンピュータ1の表示装置3の画面構成図である。この図において、表示装置3の解像度(デスクトップ画面のサイズ)を、たとえば、1024×768(画素)のXGA(extended graphics array)とする。デスクトップ画面の原点座標は左上隅の(0,0)である。デスクトップ画面に表示されるウィンドウW1の位置(SX1,SY1)はデスクトップ画面の原点座標(0,0)からの相対位置であり、同様に、ウィンドウW2の位置(SX2,SY2)もデスクトップ画面の原点座標(0,0)からの相対位置である。また、ウィンドウW1のサイズは、CY1(縦)とCX1(横)で示されており、同様に、ウィンドウW2のサイズも、CY2(縦)とCX2(横)で示されている。   FIG. 2 is a screen configuration diagram of the display device 3 of the personal computer 1. In this figure, the resolution (desktop screen size) of the display device 3 is, for example, an XGA (extended graphics array) of 1024 × 768 (pixels). The origin coordinate of the desktop screen is (0, 0) in the upper left corner. The position (SX1, SY1) of the window W1 displayed on the desktop screen is a relative position from the origin coordinate (0, 0) of the desktop screen. Similarly, the position (SX2, SY2) of the window W2 is also the origin of the desktop screen. The relative position from the coordinates (0, 0). The size of the window W1 is indicated by CY1 (vertical) and CX1 (horizontal). Similarly, the size of the window W2 is indicated by CY2 (vertical) and CX2 (horizontal).

実線のウィンドウW1は、スクリーン10に拡大投影するための表示対象ウィンドウ(アクティブウィンドウ)であり、破線のウィンドウW2は、表示対象ウィンドウ内の画像を入れ替えたりするための操作用ウィンドウ(非アクティブウィンドウ)である。   A solid-line window W1 is a display target window (active window) for enlarging and projecting onto the screen 10, and a broken-line window W2 is an operation window (inactive window) for replacing images in the display target window. It is.

図3は、パーソナルコンピュータ1の簡略ブロック図である。この図において、パーソナルコンピュータ1は、先に説明した表示装置3、キーボード2、マウス5を備えると共に、CPU11、記憶装置12、RAM13及び出力制御部14などを備える。   FIG. 3 is a simplified block diagram of the personal computer 1. In this figure, the personal computer 1 includes the display device 3, the keyboard 2, and the mouse 5 described above, and also includes a CPU 11, a storage device 12, a RAM 13, an output control unit 14, and the like.

CPU11は、キーボード2やマウス5からの操作入力に応答して、記憶装置12にあらかじめ記憶されているOSやアプリケーションプログラム等の所望のソフトウェアリソースをRAM13にロードして実行することにより、当該ソフトウェアリソースと、パーソナルコンピュータ1のハードウェアリソースとの有機的結合により所望の機能を実現する。   In response to an operation input from the keyboard 2 or the mouse 5, the CPU 11 loads a desired software resource such as an OS or an application program stored in the storage device 12 in advance into the RAM 13 and executes the software resource. And a desired function is realized by organic coupling with hardware resources of the personal computer 1.

所望の機能の一つは、このパーソナルコンピュータ1に接続されたプロジェクタ8への画像出力機能である。この画像出力機能を実行しているとき、CPU11は、表示装置3のデスクトップ画面上のアクティブウィンドウ(ウィンドウW1)のサイズとそのウィンドウW1の画像をプロジェクタ8に出力する。   One of the desired functions is an image output function to the projector 8 connected to the personal computer 1. When executing this image output function, the CPU 11 outputs the size of the active window (window W1) on the desktop screen of the display device 3 and the image of the window W1 to the projector 8.

すなわち、図2の例において、表示画面のうち、座標(SX1,SY1)を原点とし、その原点から横方向にCX1、縦方向にCY1の画像を切り出して、その切り出し画像(すなわち、ウィンドウW1の画像)と、切り出しサイズ(CX1、CY1)とをプロジェクタ8に出力する。   That is, in the example of FIG. 2, the coordinates (SX1, SY1) of the display screen are set as the origin, and an image of CX1 in the horizontal direction and CY1 in the vertical direction are cut out from the origin, and the cut image (that is, the window W1) Image) and the cutout size (CX1, CY1) are output to the projector 8.

プロジェクタ8は、後述するように、パーソナルコンピュータ1から送られてきたウィンドウW1の画像のサイズ(CX1、CY1)を、プロジェクタ8の投影画像サイズ一杯になるようにスケーリング処理し、そのスケーリング画像をスクリーン10に投影する。なお、スケーリング処理は、ウィンドウW1の画像サイズに対してプロジェクタ8の投影画像サイズが大きい場合は拡大処理となり、その逆に、ウィンドウW1の画像サイズに対してプロジェクタ8の投影画像サイズが小さい場合は縮小処理となる。   As will be described later, the projector 8 performs a scaling process on the size (CX1, CY1) of the image of the window W1 sent from the personal computer 1 so that the projection image size of the projector 8 becomes full, and the scaled image is displayed on the screen. 10 is projected. The scaling process is an enlargement process when the projected image size of the projector 8 is larger than the image size of the window W1, and conversely, when the projected image size of the projector 8 is smaller than the image size of the window W1. Reduction processing is performed.

このように、表示対象のウィンドウW1の画像と、その画像サイズをプロジェクタ8に出力し、プロジェクタ8でスケーリング処理してスクリーン10に投影することにより、デスクトップ画面や非アクティブのウィンドウW2などの不要画面を非表示とすることができ、不要な画像を見せないようにして、たとえば、プレゼンテーションの効果を高めることができる。   In this way, an unnecessary screen such as a desktop screen or an inactive window W2 is output by outputting the image of the window W1 to be displayed and its image size to the projector 8, projecting the scaled processing by the projector 8, and projecting it onto the screen 10. Can be hidden, and an unnecessary image is not shown, for example, so that the effect of the presentation can be enhanced.

かかるメリットは、冒頭で説明した従来技術(特許文献1)と同じであるが、本実施形態では、さらに、以下に説明する特徴を備えることにより、表示データの用途属性ごとに画質を最適化できるという利点が得られる。   This merit is the same as that of the prior art (Patent Document 1) described at the beginning. In the present embodiment, the image quality can be optimized for each use attribute of the display data by further providing the features described below. The advantage is obtained.

すなわち、本実施形態のパーソナルコンピュータ1のCPU11は、上記の画像出力機能を実行しているときに、表示対象のウィンドウW1の用途属性もプロジェクタ8に出力する。“用途属性”とは、個々のウィンドウの用途種別(文章編集用、画像閲覧用、プレゼンテーション用、等々)を表す指標であり、たとえば、ウィンドウの名前またはそのウィンドウの名前を識別するための情報、あるいは、ウィンドウに表示するデータを納めたファイルの拡張子またはその拡張子を識別するための情報などを用途属性として使用することができる。   That is, the CPU 11 of the personal computer 1 according to the present embodiment outputs the usage attribute of the display target window W1 to the projector 8 while executing the image output function. The “use attribute” is an index indicating the use type of each window (for text editing, image viewing, presentation, etc.), for example, the name of the window or information for identifying the name of the window, Alternatively, an extension of a file containing data to be displayed in the window or information for identifying the extension can be used as a use attribute.

ただし、個々のウィンドウの実際の名前は固有の名称ではない。そのウィンドウの呼び出し元アプリケーション(そのウィンドウを作成するウィンドウ)によってその都度付与される単なるコード情報(ウィンドウがオープンされている間だけ有効となるウィンドウIDやインスタンスハンドル)に過ぎない。   However, the actual name of each window is not unique. It is merely code information (a window ID or an instance handle that is valid only while the window is open) given each time by the calling application of the window (the window that creates the window).

このため、ウィンドウの名前を用途属性として利用する際には、ウィンドウの名前それ自体(ウィンドウIDやインスタンスハンドル)を直接利用するのではなく、たとえば、そのウィンドウの呼び出し元アプリケーションの名前またはそのアプリケーションの名前を識別するための情報を、ウィンドウの名前またはそのウィンドウの名前を識別するための情報の代わりに用いるなどの工夫が必要である。ちなみに、ウィンドウの呼び出し元アプリケーションの名前は、そのウィンドウに渡された親ウィンドウ(呼び出し元アプリケーションのウィンドウ)のハンドル(hWnd)を手がかりにして取得することができる。   For this reason, when using the name of a window as a usage attribute, the name of the window itself (window ID or instance handle) is not directly used. For example, the name of the calling application of the window or the name of the application It is necessary to devise such as using information for identifying the name instead of the name of the window or the information for identifying the name of the window. Incidentally, the name of the caller application of the window can be obtained by using the handle (hWnd) of the parent window (caller application window) passed to the window.

図4は、プロジェクタ8の簡略ブロック図である。プロジェクタ8は、位置制御部15、スケーラ部16、画質制御部17、画質補正データテーブル18、画質変換部19、表示制御部20、光源21、表示素子22及び投影光学系23などを備える。   FIG. 4 is a simplified block diagram of the projector 8. The projector 8 includes a position control unit 15, a scaler unit 16, an image quality control unit 17, an image quality correction data table 18, an image quality conversion unit 19, a display control unit 20, a light source 21, a display element 22, a projection optical system 23, and the like.

位置制御部15は、コンピュータ1から送られてくる表示対象ウィンドウの大きさ(サイズ:SX1,SY1)と、あらかじめ与えられているプロジェクタ8の投影サイズとに基づいて、コンピュータ1から送られてくる表示対象ウィンドウの画像のスケーリング率(拡大率または縮小率)を計算する。スケーラ部16は、そのスケーリング率を用いて、コンピュータ1から送られてくる表示対象ウィンドウの画像をスケーリング処理する。   The position control unit 15 is sent from the computer 1 based on the size of the display target window (size: SX1, SY1) sent from the computer 1 and the projection size of the projector 8 given in advance. Calculate the scaling ratio (enlargement ratio or reduction ratio) of the image of the display target window. The scaler unit 16 performs a scaling process on the image of the display target window sent from the computer 1 using the scaling rate.

画質制御部17は、コンピュータ1から送られてくる表示対象ウィンドウの用途属性に基づき、画質補正データテーブル18を参照して、この画質補正データテーブル18から適切な画質補正データをルックアップする。画質変換部19は、ルックアップされた画質補正データに基づいて、スケーリング処理後の画像の画質(コントラスト、明度、色相、色空間、彩度等)を補正する。   The image quality control unit 17 refers to the image quality correction data table 18 based on the usage attribute of the display target window sent from the computer 1 and looks up appropriate image quality correction data from the image quality correction data table 18. The image quality conversion unit 19 corrects the image quality (contrast, brightness, hue, color space, saturation, etc.) of the image after the scaling process based on the looked up image quality correction data.

表示制御部20は、スケーリング処理と画質補正が施された画像の画素単位に表示素子22を駆動する。表示素子22は、たとえば、DMD(デジタルマイクロミラーデバイス)や液晶パネルなどの光変調デバイスであり、光源21からの高輝度白色光を、表示制御部20からの画素情報で変調する。投影光学系23は、1枚乃至複数枚の光学レンズで構成されており、表示素子22からの変調光をスクリーン10に拡大投影する。なお、本実施形態のプロジェクタ8は、当然ながらカラー画像対応であり、表示素子22は、表示制御部20から送られてくる色分解画像(1枚のカラー画像を光の三原色に分解した画像)の各々で時分割駆動されるようになっている。そして、表示素子22がDMDで構成されている場合には、光源21と表示素子22の間に設けられた不図示のカラーフィルタを、上記の時分割駆動のタイミングに同期させて回転させることにより、光源21からの高輝度白色光を色分解して、その各色光を表示素子22に順次に照射し、または、表示素子22が液晶パネルで構成されている場合には、液晶パネル前面のカラーフィルタを用いて色分解する。   The display control unit 20 drives the display element 22 in units of pixels of an image that has been subjected to scaling processing and image quality correction. The display element 22 is a light modulation device such as a DMD (digital micromirror device) or a liquid crystal panel, for example, and modulates high-intensity white light from the light source 21 with pixel information from the display control unit 20. The projection optical system 23 includes one or more optical lenses, and magnifies and projects the modulated light from the display element 22 onto the screen 10. The projector 8 according to the present embodiment is naturally compatible with color images, and the display element 22 is a color separation image (an image obtained by separating one color image into the three primary colors of light) sent from the display control unit 20. Each is driven in a time-sharing manner. When the display element 22 is constituted by DMD, a color filter (not shown) provided between the light source 21 and the display element 22 is rotated in synchronization with the timing of the time division drive. The high-luminance white light from the light source 21 is color-separated, and each color light is sequentially irradiated to the display element 22, or when the display element 22 is constituted by a liquid crystal panel, the color on the front surface of the liquid crystal panel Color separation is performed using a filter.

図5は、画質補正データテーブル18の構造図である。この図において、画質補正データテーブル18は、用途属性フィールド18aと画質補正データフィールド18bとを備え、さらに、画質補正データフィールド18bは、コントラストフィールド18c、明度フィールド18d、色相フィールド18e、色空間フィールド18f及び彩度フィールド18gを備えている。   FIG. 5 is a structural diagram of the image quality correction data table 18. In this figure, the image quality correction data table 18 includes a use attribute field 18a and an image quality correction data field 18b. The image quality correction data field 18b further includes a contrast field 18c, a lightness field 18d, a hue field 18e, and a color space field 18f. And a saturation field 18g.

用途属性フィールド18aには、パーソナルコンピュータ1からプロジェクタ8に送られてくる可能性がある代表的な用途属性が格納されている。たとえば、図示の例では、第1レコードに“プレゼンテーション”、第2レコードに“写真”、第3レコードに“モノクロ”、第4レコードに“高彩度”、第5レコードに“セピア”などといった用途属性が格納されている。“プレゼンテーション”はプレゼンテーション用アプリケーションプログラムで作成されたドキュメントを意味し、例えば、プレゼンテーション用アプリケーションプログラムの名前またはその名前を識別するための情報、あるいは、そのプレゼンテーション用アプリケーションプログラムのファイル拡張子またはその拡張子を識別するための情報である。また、“写真”は画像閲覧用アプリケーションプログラムで作成されたドキュメントを意味し、例えば、画像閲覧用アプリケーションプログラムの名前またはその名前を識別するための情報、あるいは、その画像閲覧用アプリケーションプログラムのファイル拡張子またはその拡張子を識別するための情報である。さらに、“モノクロ”や“高彩度”または“セピア”などは、同じ画像閲覧用アプリケーションプログラムで作成されたドキュメントのうち特殊な画質若しくは加工が施されたキュメントを意味し、例えば、画像閲覧用アプリケーションプログラムの名前またはその名前を識別するための情報に所定の加工情報を付加したもの、あるいは、その画像閲覧用アプリケーションプログラムのファイル拡張子またはその拡張子を識別するための情報に所定の加工情報を付加したものである。   In the use attribute field 18a, typical use attributes that may be sent from the personal computer 1 to the projector 8 are stored. For example, in the example shown in the figure, usage attributes such as “presentation” in the first record, “photograph” in the second record, “monochrome” in the third record, “high saturation” in the fourth record, “sepia” in the fifth record, etc. Is stored. “Presentation” means a document created by a presentation application program, for example, the name of the presentation application program or information for identifying the name, or the file extension or extension of the presentation application program It is information for identifying. “Photo” means a document created by the image viewing application program, for example, the name of the image viewing application program or information for identifying the name, or the file extension of the image viewing application program. Information for identifying a child or its extension. Furthermore, “monochrome”, “high saturation”, or “sepia” means a document having a special image quality or processing among documents created by the same image viewing application program, for example, an image viewing application program The name or the information for identifying the name is added with the specified processing information, or the file extension of the image viewing application program or the information for identifying the extension is added with the specified processing information. It is a thing.

画質補正データテーブル18に格納されている様々なデータは、上記の用途属性ごとの適正な画質補正データである。たとえば、プレゼンテーションの場合は、コントラスト高め、明度高め、色相そのまま、色空間ノーマル、彩度高めに補正すると良好な画質が得られることが経験的に知られている。   Various data stored in the image quality correction data table 18 are appropriate image quality correction data for each use attribute. For example, in the case of a presentation, it is empirically known that a good image quality can be obtained by correcting the contrast, brightness, hue as they are, normal color space, and saturation.

同様に、写真の場合は、コントラストノーマル、明度ノーマル、色相そのまま、色空間sRGB、彩度ノーマルに補正すると良好な画質が得られることが経験的に知られており、モノクロの場合は、コントラスト高め、明度ノーマル、色相そのまま、色空間ノーマル、彩度0に補正すると良好な画質が得られることが経験的に知られており、高彩度の場合は、コントラスト高め、明度ノーマル、色相そのまま、色空間ノーマル、彩度高めに補正すると良好な画質が得られることが経験的に知られており、セピアの場合は、コントラスト低め、明度低め、色相赤方向、色空間ノーマル、彩度0に補正すると良好な画質が得られることが経験的に知られているので、これらの経験則に基づいた用途属性ごとの適切な画質補正データを画質補正データテーブル18に格納しておけばよい。   Similarly, it has been empirically known that, in the case of photographs, good image quality can be obtained by correcting the contrast to normal, lightness normal, and hue as they are, and correcting to the color space sRGB and normal saturation. It has been empirically known that good image quality can be obtained by correcting to normal, lightness, hue, color space normal, and saturation 0. In the case of high saturation, the contrast is increased, lightness normal, hue unchanged, color space normal. It has been empirically known that good image quality can be obtained by correcting to higher saturation. In the case of sepia, it is better to correct to lower contrast, lower brightness, hue red direction, normal color space, and saturation 0. Since it is empirically known that image quality can be obtained, appropriate image quality correction data for each application attribute based on these rules of thumb is used. It may be stored in the table 18.

なお、いうまでもなく、以上の用途属性や画質制御データは、説明上の一例に過ぎない。   Needless to say, the above-described use attributes and image quality control data are merely examples for explanation.

図6は、パーソナルコンピュータ1で実行される「画像出力機能」の簡略フローチャートを示す図である。この図において、まず、表示対象のアクティブウィンドウが指定されているか否かを判定する(ステップS11)。表示対象のアクティブウィンドウが指定されていない場合には、指定されるまで待機し、指定されている場合には、そのウィンドウのサイズと用途属性とを取得し(ステップS12、ステップS13)、取得したウィンドウのサイズと用途属性とをプロジェクタ8に出力(ステップS14)するとともに、表示対象ウィンドウの画像をプロジェクタ8に出力(ステップS15)した後、以上のステップS11〜ステップS15を繰り返し実行する。   FIG. 6 is a diagram illustrating a simplified flowchart of the “image output function” executed by the personal computer 1. In this figure, first, it is determined whether or not an active window to be displayed is designated (step S11). If the active window to be displayed is not specified, it waits until it is specified. If it is specified, the size and usage attribute of the window are acquired (step S12, step S13), and acquired. The window size and usage attributes are output to the projector 8 (step S14), and the image of the window to be displayed is output to the projector 8 (step S15), and then the above steps S11 to S15 are repeatedly executed.

図7は、プロジェクタ8で実行される「画像投影機能」の簡略フローチャートを示す図である。この図において、まず、パーソナルコンピュータ1からウィンドウサイズとウィンドウ用途属性が入力されたか否かを判定する(ステップS21)。入力されていない場合には、入力されるまで待機し、入力されている場合には、そのウィンドウサイズとプロジェクタ8の表示サイズとから入力されたウィンドウのスケーリング率を計算する(ステップS22)。次いで、入力されたウィンドウ用途属性に対応した画質補正データを、図5の画質補正データテーブル18から取り出し(ステップS23)、表示対象ウィンドウの画像(ウィンドウ表示データ)がパーソナルコンピュータ1から入力されるまで待機する(ステップS24)。   FIG. 7 is a diagram showing a simplified flowchart of the “image projection function” executed by the projector 8. In this figure, first, it is determined whether or not a window size and a window usage attribute are input from the personal computer 1 (step S21). If it has not been input, it waits until it is input. If it has been input, the scaling ratio of the input window is calculated from the window size and the display size of the projector 8 (step S22). Next, the image quality correction data corresponding to the input window usage attribute is extracted from the image quality correction data table 18 of FIG. 5 (step S23), and the image of the display target window (window display data) is input from the personal computer 1. Wait (step S24).

そして、パーソナルコンピュータ1から表示対象ウィンドウの画像(表示データ)が入力されると、その表示データを、ステップS22で計算したスケーリング率でスケーリングし(ステップS25)、次いで、スケーリング後の表示データを、上記のステップS23で取り出しておいた画質補正データで補正した後、補正後の表示データをスクリーン10に拡大投影するという処理を繰り返し実行する。   When an image (display data) of the display target window is input from the personal computer 1, the display data is scaled by the scaling rate calculated in step S22 (step S25), and then the display data after scaling is converted to After correcting with the image quality correction data extracted in step S23, the process of enlarging and projecting the corrected display data on the screen 10 is repeatedly executed.

以上のとおりであるから、本実施形態によれば次の効果を得ることができる。
(1) パーソナルコンピュータ1の表示装置3の表示態様にかかわらず、特定のウィンドウ(アクティブのウィンドウW1)の画像のみをプロジェクタ8に出力し、プロジェクタ8でスケーリング処理してスクリーン10に拡大投影することができる。したがって、表示装置3の不要な画像、たとえば、デスクトップ画面や非アクティブのウィンドウW2などを非表示にして、スクリーン10の上で見えないようにすることができるので、たとえば、プレゼンテーションの効果を高めることができる。
As described above, according to the present embodiment, the following effects can be obtained.
(1) Regardless of the display mode of the display device 3 of the personal computer 1, only an image of a specific window (active window W 1) is output to the projector 8, and scaled by the projector 8 and enlarged and projected onto the screen 10. Can do. Therefore, an unnecessary image of the display device 3, for example, a desktop screen or an inactive window W2 can be hidden so that it cannot be seen on the screen 10. For example, the effect of the presentation is enhanced. Can do.

(2) 加えて、パーソナルコンピュータ1からプロジェクタ8へ表示対象ウィンドウW1の用途属性を送るとともに、プロジェクタ8で、その用途属性に対応した画質補正データを用いて表示対象ウィンドウW1の画質を補正するようにしたので、たとえば、文字主体の画像(ワードプロセッサ用途等)の場合にはコントラストや明るさを強めに補正して見やすくすることができ、または、写真(画像閲覧用途等)の場合には彩度を高めるなどの補正を行って、これも見やすくすることができる。したがって、様々な用途のアプリケーション画像の各々に対応して適切な画質補正を行うことができ、プロジェクタ8の商品価値を高めることができる。   (2) In addition, the usage attribute of the display target window W1 is sent from the personal computer 1 to the projector 8, and the projector 8 corrects the image quality of the display target window W1 using the image quality correction data corresponding to the usage attribute. Therefore, for example, in the case of a character-based image (for word processor use, etc.), the contrast and brightness can be corrected to make it easier to see, or in the case of a photo (for image viewing use, etc.) This can also be made easier to see by performing corrections such as increasing the image quality. Therefore, appropriate image quality correction can be performed corresponding to each application image for various uses, and the commercial value of the projector 8 can be increased.

なお、本発明は、以上の実施形態に限定されず、その技術思想の範囲内において多様な変形例や発展例を包含することはもちろんである。   In addition, this invention is not limited to the above embodiment, Of course, various modifications and development examples are included within the scope of the technical idea.

たとえば、図4の構成では、スケーリング処理後に画質変換を行っているが、逆にしても構わない。すなわち、スケーラ部16と画質変換部19の順番を入れ替えてもよい。   For example, in the configuration of FIG. 4, the image quality conversion is performed after the scaling process, but it may be reversed. That is, the order of the scaler unit 16 and the image quality conversion unit 19 may be switched.

また、以上の実施形態では、プロジェクタ8を含むシステム構成を例にしたが、このプロジェクタ8の代わりに、液晶ディスプレイ、有機ディスプレイ、プラズマディスプレイまたはプロジェクタテレビなどの外部モニター装置を用いたシステム構成としてもよい。   In the above embodiment, the system configuration including the projector 8 is taken as an example. However, instead of the projector 8, a system configuration using an external monitor device such as a liquid crystal display, an organic display, a plasma display, or a projector TV may be used. Good.

また、以上の実施形態では、画質補正を行うための「用途属性」を、個々のウィンドウの用途種別(文章編集用、画像閲覧用、プレゼンテーション用、等々)を表す指標と定義しているが、この定義のうちの“用途”に特段の意味はない。要は、プロジェクタ8で画質補正を行う際のキーワードとなり得る属性であればよく、たとえば、ファイルの拡張子、ファイル内に埋め込まれているファイル種別情報などを「用途属性」に相当するものとして取り扱ってもよい。   In the above embodiment, the “use attribute” for performing image quality correction is defined as an index indicating the use type of each window (for text editing, image viewing, for presentation, etc.) Of these definitions, “use” has no particular meaning. In short, any attribute that can be a keyword when image quality correction is performed by the projector 8 may be used. For example, a file extension, file type information embedded in the file, and the like are treated as equivalent to “use attribute”. May be.

図8〜図10は、用途属性取得のバリエーションを示す図である。まず、図8を説明すると、このバリエーションは、パーソナルコンピュータ1の表示装置3に表示されたいくつかのウィンドウW1、W2のうち、プロジェクタ8に出力したい所望のウィンドウ(便宜的にウィンドウW1)を選択すると(ステップS31)、その選択ウィンドウW1のアプリケーション(ウィンドウW1を作成したアプリケーション)の名前を取得し(ステップS32)、次いで、取得したアプリケーション名を用途属性とするというものである(ステップS33)。   8-10 is a figure which shows the variation of use attribute acquisition. First, FIG. 8 will be described. In this variation, a desired window (for convenience, the window W1) to be output to the projector 8 is selected from several windows W1 and W2 displayed on the display device 3 of the personal computer 1. Then (step S31), the name of the application of the selected window W1 (the application that created the window W1) is acquired (step S32), and then the acquired application name is used as a use attribute (step S33).

また、図9を説明すると、このバリエーションは、パーソナルコンピュータ1上で任意のアプリケーションプログラム(例えば、文章作成用のアプリケーションプログラム)を実行すると(ステップS34)、その実行したアプリケーションプログラムの名前を取得し(ステップS35)、次いで、取得したアプリケーション名を用途属性とするというものである(ステップS36)。   Also, FIG. 9 will be described. In this variation, when an arbitrary application program (for example, an application program for creating a sentence) is executed on the personal computer 1 (step S34), the name of the executed application program is acquired (step S34). Then, the acquired application name is used as a usage attribute (step S36).

また、図10を説明すると、このバリエーションは、パーソナルコンピュータ1上で任意のファイル(例えば、文章作成用のアプリケーションプログラムのファイル)をオープンすると(ステップS37)、そのオープンしたファイルの拡張子を用途属性とするというものである(ステップS38)。   Further, FIG. 10 will be described. In this variation, when an arbitrary file (for example, a file of an application program for creating a sentence) is opened on the personal computer 1 (step S37), the extension of the opened file is used as a use attribute. (Step S38).

このように、いずれのバリエーションにおいても、パーソナルコンピュータ1からプロジェクタ8へ個々のウィンドウの用途種別(文章編集用、画像閲覧用、プレゼンテーション用、等々)を出力することができ、用途種別に対応した画質補正を行うことができる。   As described above, in any variation, the usage type (for text editing, image browsing, presentation, etc.) of each window can be output from the personal computer 1 to the projector 8, and the image quality corresponding to the usage type can be output. Correction can be performed.

W1 ウィンドウ(表示対象ウィンドウ)
1 パーソナルコンピュータ
8 プロジェクタ(表示制御装置)
17 画質制御部(取り込み手段、取り出し手段)
18 画質補正データテーブル(保持手段)
19 画質変換部(補正手段)
20 表示制御部(表示手段)
22 表示素子(表示手段)
W1 window (window to display)
1 Personal computer 8 Projector (display control device)
17 Image quality control unit (take-in means, take-out means)
18 Image quality correction data table (holding means)
19 Image quality converter (correction means)
20 Display control unit (display means)
22 Display element (display means)

本発明は、表示対象となる画像データを表示する表示制御装置に関する。 The present invention relates to a display control apparatus that displays image data to be displayed .

本発明の課題は、表示対象となる画像データを最適化して画像表示できるようにすることである。An object of the present invention is to optimize image data to be displayed so that an image can be displayed.

請求項1記載の発明は、表示対象となる画像データを表示する表示制御装置であって、複数のファイル識別情報毎に、画像の画質を制御する画質制御情報を記憶する記憶手段と、前記表示対象となる画像データのファイル属性を識別するためのファイル識別情報を取得する取得手段と、前記取得手段で取得したファイル識別情報に対応した画質制御情報を前記記憶手段から取得し、その取得した画質制御情報に基づいて、前記表示対象となる画像データの画質を制御する画質制御手段と、前記画質制御手段で制御された画像データを表示する表示制御手段と、を備えたことを特徴とする。
請求項7記載の発明は、外部装置から表示対象となる画像データを取得して所定の表示サイズで表示する表示制御装置であって、前記表示対象となる画像データの画像サイズを取得する取得手段と、前記取得手段で取得した画像サイズと前記表示サイズとを比較し、前記表示対象となる画像データが前記所定の表示サイズで表示されるようにスケーリング処理するスケーリング制御手段と、前記スケーリング制御手段で制御された画像データを表示する表示制御手段と、を備えたことを特徴とする。
The invention according to claim 1 is a display control apparatus for displaying image data to be displayed, and storing means for storing image quality control information for controlling image quality of an image for each of a plurality of file identification information, and the display Acquisition means for acquiring file identification information for identifying file attributes of target image data, and image quality control information corresponding to the file identification information acquired by the acquisition means is acquired from the storage means, and the acquired image quality The image processing apparatus includes image quality control means for controlling the image quality of the image data to be displayed based on control information, and display control means for displaying the image data controlled by the image quality control means.
The invention according to claim 7 is a display control device for acquiring image data to be displayed from an external device and displaying the image data at a predetermined display size, and acquiring means for acquiring an image size of the image data to be displayed A scaling control unit that compares the image size acquired by the acquisition unit with the display size, and performs a scaling process so that the image data to be displayed is displayed at the predetermined display size, and the scaling control unit And display control means for displaying the image data controlled in step (1).

本発明によれば、表示対象となる画像データを最適化して画像表示することができる。 According to the present invention, it is possible to optimize image data to be displayed and display an image .

W1 ウィンド
1 パーソナルコンピュータ
8 プロジェク
17 画質制御
18 画質補正データテーブ
19 画質変換
20 表示制御
22 表示素
W1 window <br/> 1 personal computer 8 projector <br/> 17 image quality control unit 18 the image quality correction data table 19 the image quality converting unit 20 display control unit 22 display element

Claims (6)

表示対象ウィンドウの画像データと該ウィンドウの用途属性とを取り込む取り込み手段と、
前記用途属性ごとの画質補正データを保持する保持手段と、
前記取り込み手段によって取り込まれた用途属性に対応した画質補正データを前記保持手段から取り出す取り出し手段と、
前記取り込み手段によって取り込まれた表示対象ウィンドウの画像データを、前記取り出し手段によって取り出された画質補正データを用いて補正する補正手段と、
該補正手段によって画質補正が行われた画像データを表示する表示手段と
を備えたことを特徴とする表示制御装置。
Capture means for capturing image data of a display target window and usage attributes of the window;
Holding means for holding image quality correction data for each use attribute;
A take-out means for taking out the image quality correction data corresponding to the use attribute taken in by the take-in means from the holding means;
Correction means for correcting the image data of the display target window captured by the capturing means using the image quality correction data extracted by the extracting means;
A display control apparatus comprising: display means for displaying image data that has been subjected to image quality correction by the correction means.
前記表示対象ウィンドウは、パーソナルコンピュータのディスプレイ上に表示されたウィンドウであり、前記用途属性は、該ディスプレイ上に表示されたウィンドウの用途種別を表す指標であり、且つ、前記取り込み手段は、該パーソナルコンピュータから送られてくる表示対象ウィンドウの画像データと該ウィンドウの用途属性とを取り込むことを特徴とする請求項1記載の表示制御装置。 The display target window is a window displayed on a display of a personal computer, the usage attribute is an index indicating a usage type of the window displayed on the display, and the capturing unit includes the personal computer. 2. The display control apparatus according to claim 1, wherein image data of a display target window sent from a computer and a use attribute of the window are fetched. 前記用途属性は、前記ウィンドウを呼び出したアプリケーションの名前またはそのアプリケーションを識別するための情報であることを特徴とする請求項2記載の表示制御装置。 The display control apparatus according to claim 2, wherein the use attribute is a name of an application that has called the window or information for identifying the application. 前記用途属性は、前記ウィンドウに表示するデータを納めたファイルの拡張子またはその拡張子を識別するための情報であることを特徴とする請求項2記載の表示制御装置。 3. The display control apparatus according to claim 2, wherein the use attribute is an extension of a file storing data to be displayed in the window or information for identifying the extension. 表示対象ウィンドウの画像データと該ウィンドウの用途属性とを取り込む取り込み工程と、
前記用途属性ごとの画質補正データを保持する保持工程と、
前記取り込み工程によって取り込まれた用途属性に対応した画質補正データを前記保持工程で保持されたデータの中から取り出す取り出し工程と、
前記取り込み工程によって取り込まれた表示対象ウィンドウの画像データを、前記取り出し工程によって取り出された画質補正データを用いて補正する補正工程と、
該補正工程によって画質補正が行われた画像データを表示する表示工程と
を含むことを特徴とする表示制御方法。
A capturing step of capturing image data of a display target window and usage attributes of the window;
Holding step for holding image quality correction data for each use attribute;
An extraction step of taking out image quality correction data corresponding to the use attribute acquired in the acquisition step from the data held in the holding step;
A correction step of correcting the image data of the display target window captured by the capture step using the image quality correction data extracted by the extraction step;
A display step of displaying image data that has been subjected to image quality correction by the correction step.
前記表示対象ウィンドウは、パーソナルコンピュータのディスプレイ上に表示されたウィンドウであり、前記用途属性は、該ディスプレイ上に表示されたウィンドウの用途種別を表す指標であり、且つ、前記取り込み工程は、該パーソナルコンピュータから送られてくる表示対象ウィンドウの画像データと該ウィンドウの用途属性とを取り込むことを特徴とする請求項5記載の表示制御方法。 The display target window is a window displayed on a display of a personal computer, the usage attribute is an index indicating a usage type of the window displayed on the display, and the capturing step includes the personal computer 6. The display control method according to claim 5, wherein image data of a display target window sent from a computer and usage attributes of the window are captured.
JP2011171539A 2011-08-05 2011-08-05 Display control device and program Pending JP2012008585A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011171539A JP2012008585A (en) 2011-08-05 2011-08-05 Display control device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011171539A JP2012008585A (en) 2011-08-05 2011-08-05 Display control device and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2005222658A Division JP4849302B2 (en) 2005-08-01 2005-08-01 Display control apparatus, display control method, and program

Publications (1)

Publication Number Publication Date
JP2012008585A true JP2012008585A (en) 2012-01-12

Family

ID=45539102

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011171539A Pending JP2012008585A (en) 2011-08-05 2011-08-05 Display control device and program

Country Status (1)

Country Link
JP (1) JP2012008585A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1145078A (en) * 1997-07-28 1999-02-16 Sharp Corp Picture display device
JP2000339130A (en) * 1999-05-31 2000-12-08 Casio Comput Co Ltd Display controller and recording medium for recording display control program
JP2003162270A (en) * 2001-11-27 2003-06-06 Nec Mitsubishi Denki Visual Systems Kk Image display system and image display device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1145078A (en) * 1997-07-28 1999-02-16 Sharp Corp Picture display device
JP2000339130A (en) * 1999-05-31 2000-12-08 Casio Comput Co Ltd Display controller and recording medium for recording display control program
JP2003162270A (en) * 2001-11-27 2003-06-06 Nec Mitsubishi Denki Visual Systems Kk Image display system and image display device

Similar Documents

Publication Publication Date Title
EP2678771B1 (en) Gesture visualization and sharing between electronic devices and remote displays
US7317458B2 (en) Image display apparatus, image display program, image display method, and recording medium for recording the image display program
US8736585B2 (en) Information processing apparatus and method, program, and recording medium
US20060079214A1 (en) Method and apparatus for showing wireless mobile device data content on an external viewer
US7535455B2 (en) Display apparatus, control method therefor, and control program for implementing the control method
US8171400B2 (en) Image transmission apparatus for transmitting image to a plurality of image projection apparatuses and image display control method in image transmission apparatus
JP2009063727A (en) Image display device, imaging apparatus, and program
JP4849302B2 (en) Display control apparatus, display control method, and program
JP4134874B2 (en) Camera used for photographed image projection system, computer used for photographed image projection system, projector used for photographed image projection system, image processing method and program
JP4646735B2 (en) Image processing apparatus and image processing method
JP2008122800A (en) Image display device
US20070040763A1 (en) Image display system
TWI653540B (en) Display apparatus, projector, and display control method
JP6091133B2 (en) Projection type display device, control method used therefor, and program
JP2007079240A (en) Image display device and image display method
JP2012008585A (en) Display control device and program
JP2009192670A (en) Information processor, image display method, and program
JP2017191144A (en) Display control apparatus, control method thereof, and program
JP5626821B2 (en) Screen display device, screen output device, screen display method, and screen output method
JP2007071900A (en) Display device and method
EP2535807A1 (en) Computer system
JP2020035176A (en) Projection apparatus, control method of projection apparatus, program, and storage medium
JP2008141698A (en) Chroma key device and video picture synthesizing device
CN113687750B (en) Screenshot processing method and device
EP3073482A1 (en) Display apparatus and display method thereof

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120214

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120411

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120717