JP5370561B1 - Information processing apparatus, control method thereof, and program - Google Patents
Information processing apparatus, control method thereof, and program Download PDFInfo
- Publication number
- JP5370561B1 JP5370561B1 JP2012218509A JP2012218509A JP5370561B1 JP 5370561 B1 JP5370561 B1 JP 5370561B1 JP 2012218509 A JP2012218509 A JP 2012218509A JP 2012218509 A JP2012218509 A JP 2012218509A JP 5370561 B1 JP5370561 B1 JP 5370561B1
- Authority
- JP
- Japan
- Prior art keywords
- capture
- instruction
- screen
- processing apparatus
- information processing
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 230000010365 information processing Effects 0.000 title claims description 107
- 238000000034 method Methods 0.000 title claims description 51
- 230000008859 change Effects 0.000 claims abstract description 39
- 238000012545 processing Methods 0.000 claims description 30
- 230000006870 function Effects 0.000 claims description 29
- 230000004044 response Effects 0.000 claims description 15
- 238000006243 chemical reaction Methods 0.000 claims description 11
- 230000007246 mechanism Effects 0.000 abstract description 9
- 238000007726 management method Methods 0.000 description 43
- 230000008569 process Effects 0.000 description 41
- 238000010586 diagram Methods 0.000 description 14
- 238000013500 data storage Methods 0.000 description 11
- 238000004891 communication Methods 0.000 description 6
- 238000004590 computer program Methods 0.000 description 2
- 238000013461 design Methods 0.000 description 2
- 230000007704 transition Effects 0.000 description 2
- 239000008186 active pharmaceutical agent Substances 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000004321 preservation Methods 0.000 description 1
Images
Landscapes
- Processing Or Creating Images (AREA)
Abstract
【課題】不要なオブジェクトが写り込むことなく、3次元モデルをキャプチャすることの可能な仕組みを提供すること。また、キャプチャを行う際にユーザの望む背景色でキャプチャ可能な仕組みを提供すること。
【解決手段】3次元モデルのキャプチャ指示を受け付けると、キャプチャする3次元モデルを隠すような不要なオブジェクトを非表示とし、その後にキャプチャを実行することで不要物の写り込みを防止できる。また、3次元モデルのキャプチャ指示を受け付けると、その3次元モデルの背景色を任意の色に変更し、変更した後にキャプチャを実行することで、ユーザの望む背景色でキャプチャができる。
【選択図】図5An object of the present invention is to provide a mechanism capable of capturing a three-dimensional model without reflecting unnecessary objects. Also, provide a mechanism that can capture with the background color desired by the user when capturing.
When an instruction to capture a three-dimensional model is received, unnecessary objects that hide the three-dimensional model to be captured are hidden, and subsequent capture is performed to prevent reflection of unnecessary objects. Further, when a capture instruction for a three-dimensional model is received, the background color of the three-dimensional model is changed to an arbitrary color, and the capture is executed after the change, so that the background color desired by the user can be captured.
[Selection] Figure 5
Description
本発明は、3次元CADシステムで管理されている3次元モデルの画面キャプチャに関し、特に画面キャプチャ時に不要なものを取り除いて画面キャプチャすることが可能な情報処理装置、その制御方法、及びプログラムに関する。 The present invention relates to a screen capture of a three-dimensional model managed by a three-dimensional CAD system, and more particularly to an information processing apparatus capable of capturing a screen by removing unnecessary ones during screen capture, a control method thereof, and a program.
従来、PC等のディスプレイに表示された画面をOS(Operating System)のスクリーンショット機能によってキャプチャし、画像データ(キャプチャ画像)として保存する仕組みが存在する。具体的には、ユーザが所定の操作を行うことで、OSが持つキャプチャのためのAPI(Application Programming Interface)を動作させ、ディスプレイに表示されている画面をキャプチャし、キャプチャ画像を生成する。そして、生成されたキャプチャ画像は、OSのクリップボード機能で呼び出し可能なように、RAM等のメモリ領域に一時保存される。 2. Description of the Related Art Conventionally, there is a mechanism for capturing a screen displayed on a display such as a PC by using a screen shot function of an OS (Operating System) and saving it as image data (captured image). Specifically, when a user performs a predetermined operation, an API (Application Programming Interface) for capturing that the OS has is operated, a screen displayed on the display is captured, and a captured image is generated. The generated captured image is temporarily saved in a memory area such as a RAM so that it can be called by the clipboard function of the OS.
一時保存されたキャプチャ画像は、ユーザからの貼り付け操作に応じて、指定された場所にキャプチャ画像として貼り付けられている。利用用途としては、例えば、アプリケーションのマニュアル作成や技術資料作成がある。マニュアルや技術資料において文章だけで説明を行ったとしても、理解しにくい場合も多い。このような場合に、キャプチャ画像を使用することで、文章だけで説明するよりも、資料の理解度をより深めることができる。 The temporarily stored captured image is pasted as a captured image at a designated location in accordance with a pasting operation from the user. Examples of usage include creation of application manuals and technical data. There are many cases where it is difficult to understand even if it is explained only in text in a manual or technical document. In such a case, by using the captured image, it is possible to deepen the understanding of the material, rather than explaining only with text.
キャプチャ画像の作成や管理は非常に手間であるが、上述したように、ユーザの理解を深めるためには重要なコンテンツである。下記の特許文献1では、スクリーンショット画像(キャプチャ画像)と、スクリーンショットされたコンテンツの表示内容や状態を保存したメタデータとを対応づけて記憶しておき、スクリーンショット画像の検索がなされたときに、メタデータから検索を行い、対応するスクリーンショット画像を検索結果として出力する仕組みが存在する。 Although creation and management of a captured image is very troublesome, as described above, it is important content for deepening the understanding of the user. In Patent Document 1 below, when a screenshot image (capture image) is stored in association with metadata storing the display content and state of the screened content, the screen shot image is searched. In addition, there is a mechanism for performing a search from metadata and outputting a corresponding screenshot image as a search result.
キャプチャする際には、キャプチャ対象となるウィンドウやオブジェクト(被写体)がユーザの望むような形態でキャプチャされないといけないが、キャプチャ対象となる被写体に他のウィンドウやオブジェクトが重なっていると、被写体が隠れてしまう。このような場合には、ユーザが不要なウィンドウやオブジェクトを移動または非表示にして、被写体が隠れないように調整する必要があるため、非常に手間となっている。 When capturing, the window or object (subject) to be captured must be captured in the form desired by the user. However, if another window or object overlaps the subject to be captured, the subject is hidden. End up. In such a case, it is very troublesome because the user needs to move or hide unnecessary windows and objects and make adjustments so that the subject is not hidden.
また、画面の広さが限られており、被写体の大きさが大きい場合には、ウィンドウやオブジェクトを移動しても被写体が隠れてしまう場合がある。特に3次元CADアプリケーションで表示された3次元モデルをキャプチャする場合、3次元モデルがなるべく大きく写るようにキャプチャしたいが、3次元モデルを編集するためのサブウィンドウや、画面キャプチャの指示を行うサブウィンドウなどが存在するため、3次元モデルをユーザの望む大きさにしてしまうと、ウィンドウによって被写体が隠れてしまう。この場合には、移動ではなく非表示にするしかない。しかしながら、被写体を隠しているウィンドウが必要なウィンドウであった場合は非表示とすることもできないため、結果、キャプチャできなくなってしまう問題もある。 In addition, when the size of the subject is large and the subject is large, the subject may be hidden even if the window or object is moved. In particular, when capturing a 3D model displayed in a 3D CAD application, you want to capture the 3D model so that it appears as large as possible, but there are subwindows for editing the 3D model and subwindows for instructing screen capture. Therefore, if the size of the three-dimensional model is set as desired by the user, the subject is hidden by the window. In this case, there is no choice but to hide instead of moving. However, if the window that hides the subject is a necessary window, it cannot be hidden, and as a result, there is a problem that it cannot be captured.
また、ユーザの望むような形態として、被写体の背景がある。特に3次元CADアプリケーションでは、3次元モデルを閲覧しやすくするために所定の色が設定されているが、技術資料等を作成する際には別の背景色でキャプチャしたい場合がある。この場合であっても、従来のキャプチャ方法では、OSが保有する標準のスクリーンショット機能を使用してキャプチャするため、3次元CADアプリケーションに対して背景色の変更指示を行うことはできない。よって、ユーザはキャプチャする前に、3次元CADアプリケーションを操作して背景色を変え、その後にOSの機能によってキャプチャするという手間が発生していた。 Further, there is a background of the subject as a form desired by the user. In particular, in a three-dimensional CAD application, a predetermined color is set to facilitate browsing of a three-dimensional model, but there are cases where it is desired to capture with a different background color when creating technical data or the like. Even in this case, since the conventional capture method uses the standard screen shot function possessed by the OS, the background color cannot be instructed to the three-dimensional CAD application. Therefore, the user has to operate the three-dimensional CAD application to change the background color before capturing, and then to capture with the OS function.
本発明は上記の課題を鑑みてなされたもので、オペレーティングシステムの機能により画面をキャプチャする場合であっても、不要なウィンドウが写り込むことなく、任意の被写体をキャプチャすると共に、当該被写体の背景色を容易に変更することの可能な仕組みを提供することを目的とする。
The present invention has been made in view of the above problems, and even when the screen is captured by the function of the operating system, an arbitrary subject can be captured without an unnecessary window being reflected , and the background of the subject can be captured. It is an object to provide a mechanism capable of easily changing the color .
上記の目的を達成するために、本発明の情報処理装置は、オペレーティングシステムの機能により画面をキャプチャすることで、当該画面の画像データを生成する情報処理装置であって、前記画面のキャプチャの実行指示を受け付けるキャプチャ指示受付手段と、前記キャプチャ指示受付手段で受け付けた前記画面のキャプチャの実行指示に応じて、前記画面に表示されたウィンドウに含まれる被写体をキャプチャできるように、当該ウィンドウとは異なるウィンドウを一時的に非表示にする表示制御手段と、前記キャプチャ指示受付手段で受け付けた前記画面のキャプチャの実行指示に応じて、前記ウィンドウに含まれる被写体の背景色を所定の色に変更するよう、前記ウィンドウを表示するアプリケーションに指示をする背景色変更指示手段と、前記表示制御手段で前記ウィンドウが非表示にされると共に、前記背景色変更指示手段で背景色の変更が指示された場合に、前記画面をキャプチャするよう、前記情報処理装置のオペレーティングシステムに対して指示をするキャプチャ指示手段と、前記キャプチャ指示手段のキャプチャ指示に応じて前記オペレーティングシステムの機能によりキャプチャを実行した後、前記ウィンドウに含まれる被写体の背景色を元の色に戻すよう、前記ウィンドウを表示するアプリケーションに指示をする背景色復帰指示手段とを備えることを特徴とする。
In order to achieve the above object, an information processing apparatus of the present invention is an information processing apparatus that generates image data of a screen by capturing the screen by a function of an operating system, and executes the screen capture. A capture instruction accepting unit that accepts an instruction, and a window that is different from the window so that a subject included in the window displayed on the screen can be captured in response to a capture execution instruction for the screen accepted by the capture instruction accepting unit The background color of the subject included in the window is changed to a predetermined color in response to the display control means for temporarily hiding the window and the screen capture execution instruction received by the capture instruction reception means. , Background color change instruction to instruct the application to display the window If a stage, wherein the said window display control means hides Rutotomoni, the change of the background color with the background color change instruction means is instructed, to capture the screen, the operating system of the information processing apparatus Capture instruction means for instructing to, and after performing capture by the function of the operating system according to the capture instruction of the capture instruction means, so as to return the background color of the subject included in the window to the original color, And a background color return instruction means for instructing an application for displaying the window .
本発明によれば、不要なウィンドウが非表示にされ、被写体の背景色が変更された場合に、情報処理装置のオペレーティングシステムに対して、キャプチャするよう指示し、キャプチャがなされた後に、元の背景色に戻すことが可能となるので、キャプチャしたい被写体がウィンドウによって隠れることなく、かつ任意の背景色でキャプチャすることができ、キャプチャ前とキャプチャ後の手間を軽減することのできる効果を奏する。
According to the present invention, when an unnecessary window is hidden and the background color of the subject is changed , the operating system of the information processing apparatus is instructed to capture, and after the capture is performed, the original Since it is possible to return to the background color, the subject to be captured can be captured with an arbitrary background color without being hidden by the window, and it is possible to reduce the labor before and after the capture .
以下、図面を参照して、本発明の実施の形態の一例について説明する。 Hereinafter, an example of an embodiment of the present invention will be described with reference to the drawings.
図1は、本発明の3次元CADシステム100のシステム構成の一例を示す図である。本発明の3次元CADシステム100は、情報処理装置101、サーバ102が設置されており、それら装置はLAN(Local Area Network)等のネットワーク103を介して相互にデータ通信可能に接続されている。図1のネットワーク103上に接続される各種端末あるいはサーバの構成は一例であり、用途や目的に応じて様々な構成例があることは言うまでもない。
FIG. 1 is a diagram showing an example of a system configuration of a three-
情報処理装置101は、オペレーティングシステム上で3次元CADアプリケーションと画面キャプチャプログラムを実行する装置である。3次元CADアプリケーションと画面キャプチャプログラムは後述する図2のROM202または外部メモリ211に記憶されており、ユーザからの指示に応じて、CPU201がRAM203に読み出して各種動作を行う。
The
オペレーティングシステムは、情報処理装置101を動作させるための基本的なアプリケーションである。オペレーティングシステム上で3次元CADアプリケーションや画面キャプチャプログラム、その他各種プログラムを動作させることができる。また、オペレーティングシステムが備える機能を3次元CADアプリケーションや画面キャプチャプログラムから呼び出すことで、当該機能を実行することが可能である。例えば、画面キャプチャプログラムからオペレーティングシステムが備えるキャプチャに関する機能(例えば、API)を呼び出すと、情報処理装置101の画面全体をキャプチャしたり、任意の範囲だけキャプチャしたりすることができる。
The operating system is a basic application for operating the
3次元CADアプリケーションは、ユーザからの操作に応じて、設計物の立体形状を示す3次元モデルの作成や構築、また3次元モデルに基づく2次元図面の作成を行う。更に、3次元CADアプリケーションでは、3次元モデルを表示し、ユーザからの操作によって、任意の表示方向に変更することができる。 The three-dimensional CAD application creates or constructs a three-dimensional model indicating a three-dimensional shape of a design object and creates a two-dimensional drawing based on the three-dimensional model in accordance with an operation from the user. Further, in the three-dimensional CAD application, a three-dimensional model can be displayed and changed to an arbitrary display direction by an operation from the user.
画面キャプチャプログラムは、3次元モデルに表示された3次元モデルを所定の条件でキャプチャすることの可能なプログラムである。3次元モデルをキャプチャする際には、画面キャプチャプログラムは、前述したオペレーティングシステムのキャプチャを行うAPIに対して、画面のキャプチャ指示を行う。また、3次元CADアプリケーションのAPIに対して表示方向の変更指示を送ることもできる。3次元CADアプリケーションは、この指示を受けると、表示方向を変更するAPIが指定された表示方向に変更する。更に、3次元CADアプリケーションのAPIに対して背景色の変更指示を出すと、当該APIが指定された背景色に変更する。このように、画面キャプチャプログラムは、オペレーティングシステムと3次元CADアプリケーションに備えられた各種APIに対して指示を送付することが可能なプログラムである。画面キャプチャプログラムは、3次元CADアプリケーションのアドオンであってもよいし、別個の独立したプログラムであってもよい。 The screen capture program is a program that can capture the three-dimensional model displayed on the three-dimensional model under predetermined conditions. When capturing a three-dimensional model, the screen capture program issues a screen capture instruction to the API that captures the operating system described above. It is also possible to send a display direction change instruction to the API of the three-dimensional CAD application. Upon receiving this instruction, the three-dimensional CAD application changes the display direction to the designated display direction. Further, when a background color change instruction is issued to the API of the three-dimensional CAD application, the API is changed to the designated background color. As described above, the screen capture program is a program capable of sending instructions to various APIs provided in the operating system and the three-dimensional CAD application. The screen capture program may be an add-on to the three-dimensional CAD application or may be a separate and independent program.
サーバ102は、情報処理装置101で作成された各種データを記憶管理する装置である。3次元モデルは、複数のユーザによって作成される場合があり、その場合には1つのサーバ102に各ユーザの情報処理装置101で作成された3次元モデルを一元管理する。
The
尚、情報処理装置101が、サーバ102の構成を含んでもよいし、サーバ102が情報処理装置101の構成を含んでもよい。また、本実施例においては、情報処理装置101に各種データが記憶され、ユーザからの操作によって動作させる形態に基づいて説明を行う。
The
図2は、本発明の実施形態における各種端末のハードウェア構成を示す図である。 FIG. 2 is a diagram illustrating a hardware configuration of various terminals according to the embodiment of the present invention.
CPU201は、システムバス204に接続される各デバイスやコントローラを統括的に制御する。
The
また、ROM202あるいは外部メモリ211(記憶手段)には、CPU201の制御プログラムであるBIOS(Basic Input / OutputSystem)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。RAM203は、CPU201の主メモリ、ワークエリア等として機能する。
Further, the
CPU201は、処理の実行に際して必要なプログラム等をRAM203にロードして、プログラムを実行することで各種動作を実現するものである。
The
また、入力コントローラ(入力C)205は、キーボード209や不図示のマウス等のポインティングデバイスからの入力を制御する。
An input controller (input C) 205 controls input from a pointing device such as a
ビデオコントローラ(VC)206は、CRTディスプレイ(CRT)210等の表示器への表示を制御する。表示器はCRTだけでなく、液晶ディスプレイでも構わない。これらは必要に応じて管理者が使用するものである。 A video controller (VC) 206 controls display on a display device such as a CRT display (CRT) 210. The display device may be a liquid crystal display as well as a CRT. These are used by the administrator as needed.
メモリコントローラ(MC)207は、ブートプログラム、ブラウザソフトウエア、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、各種データ等を記憶するハードディスク(HD)やフロッピーディスク(登録商標 FD)或いはPCMCIAカードスロットにアダプタを介して接続されるカード型メモリ等の外部メモリ211へのアクセスを制御する。
A memory controller (MC) 207 is a hard disk (HD), floppy disk (registered trademark FD) or PCMCIA card slot for storing boot programs, browser software, various applications, font data, user files, editing files, various data, and the like. Controls access to an
通信I/Fコントローラ(通信I/FC)208は、ネットワークを介して、外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いたインターネット通信等が可能である。 A communication I / F controller (communication I / FC) 208 is connected to and communicates with an external device via a network, and executes communication control processing in the network. For example, Internet communication using TCP / IP is possible.
尚、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、CRT210上での表示を可能としている。また、CPU201は、CRT210上の不図示のマウスカーソル等でのユーザ指示を可能とする。
For example, the
本発明の情報処理装置101が後述する各種処理を実行するために用いられる各種プログラム等は外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。さらに、本発明に係わるプログラムが用いる定義ファイルや各種情報テーブルは外部メモリ211に格納されている。
Various programs used by the
次に、情報処理装置101及びサーバ102のモジュール構成を示す機能構成図について、図3を用いて説明する。尚、図3の各種端末あるいはサーバのモジュール構成は一例であり、用途や目的に応じて様々な構成例があることは言うまでもない。
Next, a functional configuration diagram showing module configurations of the
情報処理装置101の3次元CADアプリケーション300は、CADデータ記憶モジュール301、CADデータ表示モジュール302、表示方向管理モジュール303、背景色管理モジュール304を備える。
The three-dimensional CAD application 300 of the
CADデータ記憶モジュール301は、3次元CADアプリケーションによって作成された設計物の立体形状を示す3次元モデルを記憶するモジュールである。CADデータ記憶モジュール301によって記憶された3次元モデルは、情報処理装置101の外部メモリ211等に記憶され、必要に応じて、CADデータ記憶モジュール301によって読みだされる。
The CAD
CADデータ表示モジュール302は、CADデータ記憶モジュール301によって記憶された3次元モデルを情報処理装置101のCRT210に表示させるためのモジュールである。3次元CADアプリケーションでユーザから3次元モデルを表示する指示があった場合には、ユーザに対して閲覧可能に3次元モデルを表示する。
The CAD
表示方向管理モジュール303は、CADデータ表示モジュール302によって表示された3次元モデルの表示方向を変更するためのモジュール(API)である。ユーザからの指示に応じて3次元モデルを回転させる他、画面キャプチャプログラム310からの指示に応じて3次元モデルを回転させることができる。また、画面キャプチャプログラム310からの指示に応じて、現在の表示方向を取得し、画面キャプチャプログラム310に対して返すことができる。
The display
背景色管理モジュール304は、3次元CADアプリケーションの背景色を変更するためのモジュール(API)である。ユーザからの指示に応じて3次元CADアプリケーションの背景色を変更する他、画面キャプチャプログラム310からの指示に応じて背景色を変更することができる。また、画面キャプチャプログラム310からの指示に応じて、現在の背景色を取得し、画面キャプチャプログラム310に対して返すことができる。尚、本実施形態における背景色とは、3次元モデルの背景となっている背景色を示す。
The background
情報処理装置101の画面キャプチャプログラム310は、テーブル管理モジュール311、画面表示制御モジュール312、キャプチャ設定モジュール313、キャプチャ指示モジュール314、キャプチャ画像変換モジュール315、表示方向指示モジュール316、背景色指示モジュール317、キャプチャ範囲設定モジュール318、属性情報管理モジュール319、タイマーモジュール320、サムネイル画像管理モジュール321を備える。
The screen capture program 310 of the
テーブル管理モジュール311は、後述する図12の設定テーブル1200や属性情報テーブル1210の記憶や更新等を行うためのモジュールである。各種テーブルは、外部メモリ211に記憶され、必要に応じてRAM203に読み出す。
The
画面表示制御モジュール312は、各種ウィンドウやダイアログといったオブジェクトを情報処理装置101のCRT210に表示するためのモジュールである。表示だけでなく、必要に応じてウィンドウ等のオブジェクトを非表示とすることもできる。本実施形態においては、後述する図8のキャプチャ処理受付画面800、図9のキャプチャ情報設定画面900、図11のタイマー画面1100、図14のキャプチャ処理受付画面1400の表示制御を行う。尚、本実施形態において、ウィンドウといった場合にはダイアログ等の他の形態のGUI(Graphical User Interface)も含むものとする。
The screen
キャプチャ設定モジュール313は、キャプチャのための各種設定を行うためのモジュールである。キャプチャ設定モジュール313では、図9のキャプチャ情報設定画面900を通じてキャプチャの設定を受け付け、確定された設定情報を図12の設定テーブル1200に登録する。
The
キャプチャ指示モジュール314は、ユーザからキャプチャの指示を受け付けた場合に、オペレーティングシステム330のキャプチャ制御モジュール331に対して、画面のキャプチャ指示を出すモジュールである。キャプチャ指示を出す場合には、キャプチャ範囲設定モジュール318で設定された範囲の座標値を渡す。
The
キャプチャ画像変換モジュール315は、オペレーティングシステム330のキャプチャ制御モジュール331でキャプチャされた画像を取得して、キャプチャ設定モジュール313で設定された設定に応じて、キャプチャ画像を変換するモジュールである。また、キャプチャ画像変換モジュール315は、ファイル形式が「PNG」で透過色を設定されている場合には、指定された色を透過色にした「PNG」形式の画像に変換する。
The captured
表示方向指示モジュール316は、画面キャプチャプログラム310を通じてユーザから指示された表示方向に変更するべく、3次元CADアプリケーション300の表示方向管理モジュール303に対して表示方向の変更指示を出すモジュールである。表示方向の変更指示を行う際には、ユーザから指定された表示方向に対応する回転角度を表示方向管理モジュール303に渡す。
The display
背景色指示モジュール317は、画面キャプチャプログラム310のキャプチャ設定モジュール313で設定された背景色に変更するべく、3次元CADアプリケーション300の背景色管理モジュール304に対して背景色の変更指示を出すモジュールである。背景色の変更指示を行う際には、ユーザから指示された背景色を背景色管理モジュール304に渡す。
The background
キャプチャ範囲設定モジュール318は、3次元モデルのキャプチャ範囲を設定するためのモジュールである。図10のキャプチャウィンドウ枠1000に示すようなインターフェースを3次元CADアプリケーションの表示画面上に表示させ、キャプチャ範囲設定モジュール318は、ユーザからの指示に応じてこのキャプチャウィンドウ枠1000の大きさを変更することで、キャプチャ範囲を設定できる。
The capture
属性情報管理モジュール319は、オペレーティングシステム330のキャプチャ制御モジュール331でキャプチャされた3次元モデルの状態を図12の属性情報テーブル1210に登録するモジュールである。登録する情報は、キャプチャされた時の表示方向やキャプチャウィンドウ枠の大きさ等である。これらは、表示方向管理モジュール303やキャプチャ範囲設定モジュール318等から取得する。
The attribute
タイマーモジュール320は、キャプチャ設定モジュール313で設定された所定時間だけキャプチャを待機するためのモジュールである。所定時間経過すると、キャプチャ指示モジュール314でキャプチャの指示がなされる。
The
サムネイル画像管理モジュール321は、キャプチャ画像変換モジュール315で生成されたキャプチャ画像からサムネイル画像を生成し、属性情報テーブル1210に登録するモジュールである。また、サムネイル画像管理モジュール321は、画面表示制御モジュール312で表示するキャプチャ処理受付画面800に生成したサムネイル画像を渡す。
The thumbnail
オペレーティングシステム330は、キャプチャ制御モジュール331を備える。
The operating system 330 includes a
キャプチャ制御モジュール331は、情報処理装置101のCRT210に表示された画面をキャプチャするためのモジュールである。また、画面キャプチャプログラム310のキャプチャ指示モジュール314からの指示を受け付けて、その指示に応じて画面をキャプチャし、キャプチャ画像を画面キャプチャプログラム310に渡す。画面キャプチャプログラムのキャプチャ指示モジュール314からキャプチャ範囲の指定があった場合には、指定された座標値に基づいて指定された範囲をキャプチャする。
The
サーバ102は、CADデータ記憶モジュール340を備える。CADデータ記憶モジュール340は、前述した情報処理装置101のCADデータ記憶モジュール301と同様である。情報処理装置101に3次元モデルを記憶管理させる場合には情報処理装置101のCADデータ記憶モジュール301を利用し、サーバ102に3次元モデルを記憶管理させる場合にはサーバ102のCADデータ記憶モジュール340を利用する。本実施例では、情報処理装置101のCADデータ記憶モジュール301を利用するものとして説明を行う。
The
次に、本発明の実施形態における情報処理装置101によって行われる一連の処理について、図4に示すフローチャートを用いて説明する。尚、ステップS401乃至ステップS422の各ステップは情報処理装置101におけるCPU201の制御の下、処理が行われる。
Next, a series of processing performed by the
まず、ステップS401では、情報処理装置101は、ユーザからの指示に応じて3次元CADアプリケーション300を起動させ、CADデータ表示モジュール302によって外部メモリ211に記憶された3次元モデルを開く。
First, in step S401, the
ステップS402では、情報処理装置101の3次元CADアプリケーション300は、ユーザからの指示に応じて画面キャプチャプログラム310を起動し、画面キャプチャプログラム310は、画面表示制御モジュール312によって図8に示すキャプチャ処理受付画面800を表示する。キャプチャ処理受付画面800は、キャプチャの実行指示を受け付けるキャプチャボタン801、設定を受け付ける設定ボタン802、サムネイル画像一覧803、即キャプチャチェックボックス804から構成される。
In step S402, the three-dimensional CAD application 300 of the
ステップS403では、情報処理装置101の画面キャプチャプログラム310は、ステップS401で開いた3次元モデルの前回キャプチャ状態を、図12に示す属性情報テーブル1210を用いて再現する。具体的には、ステップS401で開いた3次元モデルのファイル名と一致するCADファイル名1211を特定し、当該レコードのモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221を3次元CADアプリケーション300に渡して、表示方向管理モジュール303によってキャプチャ時の3次元モデルの表示状態を再現する。モデル表示方向のパラメータは、正面から見て、X、Y、Z軸に基づいて指定されたパラメータ分の角度だけ3次元モデルを回転させる。拡大率1221は、表示されている3次元モデルの大きさを指定されたパラメータだけ拡大する
In step S403, the screen capture program 310 of the
また、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220を用いて、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318でキャプチャウィンドウ枠の大きさと位置を設定する。キャプチャウィンドウ枠の大きさで縦と横の大きさを設定し、キャプチャウィンドウ枠位置で画面の左上を原点とした位置を設定する。途中でキャプチャ作業が中断してしまうと、表示方向やキャプチャウィンドウ枠の設定をし直す必要があるのだが、こうすることによって、前回キャプチャ作業していた続きを再現することが可能となる。尚、3次元モデルの回転や拡大、キャプチャウィンドウ枠の大きさや位置の設定の詳細な仕組みは、従来技術を用いるため、説明を省略する。
Also, a screen capture program using a capture window frame size (horizontal) 1217, a capture window frame size (vertical) 1218, a capture window frame position (X position) 1219, and a capture window frame position (Y position) 1220. A capture window frame size and position are set by a capture
属性情報テーブル1210(図12参照)は、CADファイル名1211、キャプチャファイル名1212、サムネイル画像名1213、モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220、拡大率1221から構成される。CADファイル名1211は、3次元モデルのファイル名を示す。キャプチャファイル名1212は、当該3次元モデルをキャプチャしたキャプチャ画像のファイル名を示す。サムネイル画像名1213は、キャプチャ画像から生成したサムネイル画像のファイル名を示す。モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216は、キャプチャ時の3次元モデルの表示方向を示すパラメータである。キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218は、キャプチャ時のキャプチャウィンドウ枠の大きさを示すパラメータである。キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220は、キャプチャ時のキャプチャウィンドウ枠の位置を示すパラメータである。拡大率1221は、キャプチャ時の拡大率を示すパラメータである。
The attribute information table 1210 (see FIG. 12) includes a
ステップS404では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によって図9に示すキャプチャ情報設定画面900を表示し、ユーザからの入力を受け付ける。キャプチャ情報設定画面900は、キャプチャ画像の保存場所やキャプチャ画像名を設定する保存設定欄901、変換するファイル形式やその品質を設定する形式設定欄902、背景色を設定する背景色設定欄903、タイマーを設定するタイマー設定欄904から構成されるダイアログである。キャプチャ情報設定画面900は自動的に表示されてもよいし、キャプチャ処理受付画面800に備えられた設定ボタン802の押下を受け付けた場合に表示するようにしてもよい。
In step S404, the screen capture program 310 of the
ステップS405では、情報処理装置101の画面キャプチャプログラム310は、ステップS404で入力を受け付けた各種設定を、図12に示す設定テーブル1200に登録する。
In step S405, the screen capture program 310 of the
設定テーブル1200(図12参照)は、フォルダパス1201、ファイル名1202、ファイル形式1203、品質1204、背景色1205、タイマー1206から構成される。フォルダパス1201は、キャプチャ画像の保存場所である。ファイル名1202は、キャプチャ画像の命名ルールである。ファイル形式1203は、キャプチャ画像を変換するファイル形式である。品質1204は、変換する際の品質を示す。背景色1205は、キャプチャする際の3次元CADアプリケーション300の背景色を示す。タイマー1206は、キャプチャ指示があってからキャプチャするまでの待機時間を示す。
The setting table 1200 (see FIG. 12) includes a folder path 1201, a
ステップS406では、情報処理装置101の画面キャプチャプログラム310は、所定のフォルダにサムネイル画像が存在するか否かを判定する。所定のフォルダにサムネイル画像が存在する場合には、ステップS407に処理を進め、所定のフォルダにサムネイル画像が存在しない場合には、ステップS408に処理を進める
In step S406, the screen capture program 310 of the
本実施形態では、後述するステップS408で表示されるキャプチャ処理受付画面800で、過去にキャプチャした3次元モデルのサムネイル画像をサムネイル画像一覧803に一覧表示する。ユーザは、このサムネイル画像をクリックすることで、サムネイル画像に対応する表示方向に、表示中の3次元モデルを変更できる。つまり、ステップS406では、そのサムネイル画像があるか否か、つまり過去にキャプチャした3次元モデルの状態を再現できるか否かを判定することになる。ステップS403では、表示中の3次元モデルが以前キャプチャした際の表示状態を再現するのに対し、こちらは表示中の3次元モデルも含めて、情報処理装置101でキャプチャされたすべての3次元モデルの表示状態を再現するものである
In the present embodiment, the thumbnail images of the three-dimensional model captured in the past are displayed in a list in the
また、本実施形態では、以前の表示方向を再現するために、その時キャプチャしたキャプチャ画像のサムネイル画像を一覧表示し、選択されたサムネイル画像に対応する表示方向で3次元モデルを回転させるものである。しかしながら、右斜め45度や真上といった所定の角度でキャプチャしたい場合には、図14に示すようなGUIを表示し、格子の各アイコンに対して選択を受け付けるような形態でもよい。図14に示すキャプチャ処理受付画面1400には、キャプチャ方向選択アイコン1401が表示されている。この格子上の中点や四隅に付されたアイコンをクリックすると、そのアイコンの位置に応じて3次元モデルを回転させることができる。具体的には、各アイコンに対応するように3次元モデルの回転角度が記憶されており、アイコンが選択されるとそのアイコンに対応する回転角度が取得できる。そして、3次元CADアプリケーション300にそのパラメータを渡すと、表示方向管理モジュール303が表示方向を変更する。このようなGUIで変更したい表示方向を選択させ、キャプチャさせる仕組みでもよい。
In this embodiment, in order to reproduce the previous display direction, thumbnail images of the captured images captured at that time are displayed as a list, and the three-dimensional model is rotated in the display direction corresponding to the selected thumbnail image. . However, when it is desired to capture at a predetermined angle such as 45 degrees to the right or directly above, a GUI as shown in FIG. 14 may be displayed to accept selection for each icon of the grid. A capture
ステップS407では、情報処理装置101の画面キャプチャプログラム310は、所定のフォルダからサムネイル画像を取得し、RAM203に記憶しておく。
In step S <b> 407, the screen capture program 310 of the
ステップS408では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によってキャプチャ処理受付画面800のサムネイル画像一覧803を更新する。具体的には、ステップS407で取得したサムネイル画像をユーザから選択可能に表示する。
In step S <b> 408, the screen capture program 310 of the
ステップS409では、情報処理装置101の画面キャプチャプログラム310は、ステップS408で表示されたサムネイル画像が選択されたか否かを判定する(表示方向指定受付手段)。サムネイル画像が選択されたと判定された場合には、ステップS410に処理を進め、そうでない場合には、ステップS415に処理を進める。
In step S409, the screen capture program 310 of the
ステップS410では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ処理受付画面800の即キャプチャチェックボックス804にチェックが入っているか否かを判定する。即キャプチャチェックボックス804にチェックを入れて、サムネイル画像を選択した場合には、選択したサムネイル画像に対応する表示方向に3次元モデルを変更させた後、すぐにキャプチャが実行される。チェックが入っていない場合には、表示方向は変更されるが、キャプチャはなされないので、別途キャプチャボタン801を押下する必要がある。表示方向の再調整をしないのであれば、サムネイル画像をクリックするだけでその表示方向でキャプチャができるため、表示方向を調整する手間が大幅に軽減される。キャプチャしたい3次元モデルを開いて、サムネイルをクリックするという2つのステップを繰り返すだけでキャプチャ画像が生成できるということである。即キャプチャチェックボックス804にチェックが入っていると判定された場合には、ステップS411に処理を進め、即キャプチャチェックボックス804にチェックが入っていないと判定された場合には、ステップS413に処理を進める。
In step S410, the screen capture program 310 of the
ステップS411は、情報処理装置101の画面キャプチャプログラム310は、選択されたサムネイル画像に対応する表示方向になるように3次元モデルを回転させ、すぐにキャプチャする処理を実行する。サムネイルキャプチャ処理の詳細は、後述する図7に示す。
In step S411, the screen capture program 310 of the
ステップS413では、情報処理装置101の画面キャプチャプログラム310は、ステップS409で選択されたサムネイル画像に対応する属性情報を属性情報テーブル1210から取得する。具体的には、サムネイル画像のファイル名と一致するサムネイル画像名1213を特定し、当該レコードのモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220、拡大率1221を取得する。
In step S413, the screen capture program 310 of the
ステップS414では、情報処理装置101の画面キャプチャプログラム310は、ステップS413で取得した属性情報に基づいて、3次元モデルの表示方向とキャプチャウィンドウ枠の設定を行う(表示方向変更手段)。画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して表示方向や大きさの制御を指示する。表示方向管理モジュール303は、その指示に応じて表示されている3次元モデルの表示方向と大きさを調整する。表示方向指示モジュール316から表示方向管理モジュール303に対する指示には、取得したモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221が含まれているため、これらに基づいて設定を行う。また、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318は、取得したキャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に基づいて、キャプチャウィンドウ枠の大きさと位置を設定する。
In step S414, the screen capture program 310 of the
ステップS415では、情報処理装置101の3次元CADアプリケーション300は、3次元CADアプリケーションによって表示された3次元モデルの表示方向を変更する指示が、ユーザから3次元CADアプリケーションに対してあったか否かを判定する。つまり、マウス等を用いて直接3次元モデルの表示方向を変える操作の検知がなされたか否かを判定することになる。3次元モデルの表示方向を変更する指示が、ユーザから3次元CADアプリケーションに対してあったと判定された場合には、ステップS416に処理を進め、そうでない場合には、ステップS417に処理を進める。
In step S415, the 3D CAD application 300 of the
ステップS416では、情報処理装置101の3次元CADアプリケーションは、ユーザからの指示に応じて、表示されている3次元モデルの表示方向を変更する。ここでの表示方向の変更は自由回転による変更である。よって、ユーザが3次元モデルに対してドラッグ操作することで3次元モデルが回転する。こうすることで、キャプチャする表示方向を微調整することができる。
In step S416, the three-dimensional CAD application of the
ステップS417では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ範囲の変更が指示されたか否かを判定する。具体的には、図10のキャプチャウィンドウ枠1000に示すようなキャプチャウィンドウ枠が図10に示すような形態で3次元モデル上に表示されているので、このキャプチャウィンドウ枠1000の4辺、4隅に対してドラッグ操作が行われたか、または移動受付領域1001をクリックしてドラッグ操作が行われることで、キャプチャウィンドウ枠1000の移動指示がなされたか否かを判定することになる。キャプチャ範囲の変更が指示されたと判定された場合には、ステップS418に処理を進め、そうでない場合には、ステップS419に処理を進める。
In step S417, the screen capture program 310 of the
ステップS418では、情報処理装置101の画面キャプチャプログラム310は、ユーザからの操作に応じて、キャプチャウィンドウ枠1000の大きさを変更、またはキャプチャウィンドウ枠1000の移動を実行する(キャプチャ範囲設定手段)。これらのキャプチャウィンドウ枠1000の変更処理は、キャプチャ範囲設定モジュール318によって行われる。
In step S418, the screen capture program 310 of the
ステップS419では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ処理受付画面800に備えられたキャプチャボタン801が押下されたか否かを判定する。つまり、3次元モデルのキャプチャ指示があったか否かを判定することになる(キャプチャ指示受付手段)。キャプチャボタン801が押下されたと判定された場合には、ステップS420に処理を進め、そうでない場合には、ステップS422に処理を進める。
In step S419, the screen capture program 310 of the
ステップS420では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーションによって表示されている3次元モデルのキャプチャを実行する処理を行う。キャプチャ処理は、後述する図5に示す。
In step S420, the screen capture program 310 of the
ステップS421では、情報処理装置101の画面キャプチャプログラム310は、キャプチャした3次元モデルの表示状態を保存する処理を実行する。属性情報保存処理の詳細は、後述する図6に示す。
In step S421, the screen capture program 310 of the
ステップS422では、情報処理装置101の画面キャプチャプログラム310は、ユーザから画面キャプチャプログラム310の終了指示があったか否かを判定する。具体的には、キャプチャ処理受付画面800に備えられた閉じるボタンが押下されたか否かで判定してもよいし、3次元CADアプリケーション300の終了が指示されたか否かを判定してもよい。画面キャプチャプログラム310の終了指示があったと判定された場合には、画面キャプチャプログラム310を終了させ、本一連の処理を終了し、そうでない場合にはステップS409に処理を戻し、処理を繰り返す。3次元CADアプリケーション300は起動したままでもよいし、画面キャプチャプログラム310の終了と共に終了させてもよい。
In step S422, the screen capture program 310 of the
次に、キャプチャ処理について図5を用いて説明する。尚、ステップS501乃至ステップS514の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。
Next, the capture process will be described with reference to FIG. Note that steps S501 to S514 are performed under the control of the
まず、ステップS501では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーション300の背景色を取得する(背景色取得手段)。ここでいう背景色は、前述した通り、3次元モデルの背景に設定された色のことである。具体的には、画面キャプチャプログラム310の背景色指示モジュール317から3次元CADアプリケーション300の背景色管理モジュール304に対して、3次元CADアプリケーション300で表示されている背景色の取得を指示する。そして、指示を受けた背景色管理モジュール304は、現在設定されている背景色を取得し、背景色指示モジュール317に返す。こうすることで背景色が取得できる。取得した背景色は、背景色指示モジュール317によってRAM203に記憶される。
First, in step S501, the screen capture program 310 of the
ステップS502では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーション300の背景色を前述したステップS405で設定された色に変更する(背景色変更手段)。具体的には、画面キャプチャプログラム310の背景色指示モジュール317から3次元CADアプリケーション300の背景色管理モジュール304に対して、3次元CADアプリケーション300で表示されている背景色の変更を指示する。変更する背景色は、前述したステップS405で設定された色、つまり、図9に示すキャプチャ情報設定画面900の背景色設定欄903に入力された色である。指示を受けた背景色管理モジュール304は、現在設定されている背景色を指示された色に変更する。このように、キャプチャを行う前に背景色を変更しておくように指示を出せれば、ユーザがキャプチャの都度、背景色を変更する必要はない。
In step S502, the screen capture program 310 of the
また、本実施形態では、3次元CADアプリケーション300に表示された3次元モデルの背景色を全体的に変更する仕組みとして説明したが、キャプチャウィンドウ枠1000内のみ変更するようにしてもよい。具体的には、ステップS502で画面キャプチャプログラム310の背景色指示モジュール317から3次元CADアプリケーション300の背景色管理モジュール304に対して、背景色の変更を指示する際に、前述したステップS418で設定されたキャプチャ範囲も背景色管理モジュール304に渡す。背景色管理モジュール304に渡すパラメータは、キャプチャウィンドウ枠1000を調整することで設定され、キャプチャ範囲設定モジュール318で取得したキャプチャウィンドウ枠の左上X,Y座標と、縦横の大きさである。キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220と同様のパラメータを渡すことになる。背景色管理モジュール304は、これらのパラメータを受け取ると、そのキャプチャ範囲に対してのみ、指定された色で背景色を変更する。必要な範囲だけ変更することができるので、どの範囲をキャプチャするのかがわかりやすくなる。
Further, in the present embodiment, the mechanism for changing the background color of the three-dimensional model displayed on the three-dimensional CAD application 300 as a whole is described. However, it may be changed only in the
ステップS503では、情報処理装置101の画面キャプチャプログラム310は、前述したステップS405でタイマーが設定されているか否かを判定する。具体的には、図9に示すキャプチャ情報設定画面900のタイマー設定欄904に待機時間が設定されているか否かで判定することになる。タイマーを設定することで、キャプチャ指示を行ってからキャプチャが行われるまで設定された時間だけ待機し、待機が終了したらキャプチャするようになる。キャプチャまでの待機時間を設けることで、キャプチャウィンドウ枠の調整など、最終調整を行うことができる。タイマーが設定されていると判定された場合には、ステップS504に処理を進め、タイマーが設定されていないと判定された場合には、すぐにキャプチャするべく、ステップS508に処理を進める。
In step S503, the screen capture program 310 of the
ステップS504では、情報処理装置101の画面キャプチャプログラム310は、図11に示すようなタイマー画面1100をCRT210に表示させる。画面キャプチャプログラム310のタイマーモジュール320がタイマー設定欄904に設定された時間をセットしたタイマー画面1100を生成し、画面表示制御モジュール312が画面に表示させる。
In step S504, the screen capture program 310 of the
ステップS505では、情報処理装置101の画面キャプチャプログラム310は、タイマーモジュール320により、ステップS504でセットされたタイマーを開始する。つまり、撮影までのカウントダウンを開始することになる。本実施形態では、カウントダウンを行い、「0」になったらキャプチャが行われるものとするが、カウントアップでも構わない。
In step S505, the screen capture program 310 of the
ステップS506では、情報処理装置101の画面キャプチャプログラム310は、タイマーモジュール320によりステップS505で開始されたタイマーが「0」になったか否かを判定する(待機手段)。つまり、所定時間待機し、待機時間が終了したかどうかを判定することになる。タイマーが「0」になったと判定された場合には、ステップS507に処理を進め、そうでない場合には、タイマーが「0」になるまでステップS506の処理を繰り返す。
In step S506, the screen capture program 310 of the
ステップS507では、情報処理装置101の画面キャプチャプログラム310は、ステップS504で表示されたタイマー画面1100を、画面表示制御モジュール312によって非表示にする。こうすることで不要なタイマー画面1100がキャプチャされないように制御する。
In step S507, the screen capture program 310 of the
ステップS508では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によって表示された各種ウィンドウが、前述したステップS418でキャプチャ範囲設定モジュール318によって設定されたキャプチャ範囲に含まれているか否かを判定する。画面のキャプチャは、3次元CADアプリケーション300ではなく、オペレーティングシステム330のキャプチャ制御モジュール331が行うため、情報処理装置101のCRT210に表示されている情報すべてがキャプチャ対象となる。つまり、3次元CADアプリケーション300が生成したウィンドウでなくとも、キャプチャ対象となってしまう。よって、被写体である3次元モデルに他のウィンドウが重なると3次元モデルが隠れてしまい、うまくキャプチャできない問題が発生する。特に、キャプチャ範囲外にウィンドウが表示されているのは問題ないが、キャプチャ範囲内にウィンドウが重なってくる場合には、これを非表示としなければいけない。よって、ステップS508では、キャプチャ範囲にウィンドウが含まれているかどうか判定している。
In step S508, the screen capture program 310 of the
ウィンドウが枠内にあるかとうか判定する方法は、キャプチャウィンドウ枠1000の画面位置座標の左下隅の座標を(X1,Y1)、右上隅の座標を(X2,Y2)とし、キャプチャウィンドウの画面位置座標の左下隅の座標を(X’1,Y’1)、右上隅の座標を(X’2,Y’2)とする。このとき、次の条件式、(X1<=X’1<=X2 または X1<=X’2<=X2) かつ (Y1<=Y’1<=Y2 または Y1<=Y’2<=Y2)を満たすとき、枠内にウィンドウがあると判断する。
The method for determining whether or not the window is inside the frame is that the coordinates of the lower left corner of the screen position coordinates of the
キャプチャ範囲内にウィンドウが存在すると判定された場合には、ステップS509に処理を進め、そうでない場合には、ステップS510に処理を進める。 If it is determined that there is a window in the capture range, the process proceeds to step S509. If not, the process proceeds to step S510.
ステップS509では、情報処理装置101の画面キャプチャプログラム310は、ステップS508でキャプチャ範囲に含まれると判定されたウィンドウを、画面表示制御モジュール312によって非表示にする(表示制御手段)。こうすることで、キャプチャ範囲にある不要なウィンドウを非表示とすることができるので、オペレーティングシステム330による画面のキャプチャであっても不要物の写り込みを防止できる。尚、本実施形態ではキャプチャ範囲内にあるウィンドウのみを非表示としたが、キャプチャ時には3次元モデルを表示する画面以外をすべて非表示としてもよい。つまり、画面キャプチャプログラム310の画面表示制御モジュール312によって表示されたウィンドウをすべて非表示としてもよい。更に、非表示でなくても、ウィンドウの最小化であってもよいし、キャプチャ範囲外にウィンドウを移動させてもよい。一時的に削除してしまってもよい。また、3次元CADアプリケーション300と画面キャプチャプログラム310以外のアプリケーションまたはプログラムが表示したウィンドウについても非表示とする仕組みも考えられる。具体的には、オペレーティングシステム330が備える画面表示制御モジュール(不図示)を用いて、キャプチャ対象となるウィンドウを表示しているアプリケーション以外を非表示にする、最小化する、削除する等を実行することで、不要物の写り込みを防止する。また、画面についてのみ非表示にしているが、カーソルのようなオブジェクトも含む。
In step S509, the screen capture program 310 of the
ステップS510では、情報処理装置101の画面キャプチャプログラム310は、CRT210に表示された画面をキャプチャする(キャプチャ実行手段)。具体的には、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318で取得したキャプチャウィンドウ枠1000の座標値や大きさを含めて、キャプチャ指示モジュール314からオペレーティングシステム330のキャプチャ制御モジュール331に対して指示を出す。キャプチャ制御モジュール331は、受け取った座標値や大きさに基づいてキャプチャ範囲を設定し、当該キャプチャ範囲に対して画面キャプチャを実行する。キャプチャが完了したら、キャプチャ制御モジュール331は、キャプチャしたキャプチャ画像をRAM203に記憶する。
In step S510, the screen capture program 310 of the
ステップS511では、情報処理装置101の画面キャプチャプログラム310は、ステップS510でRAM203に記憶されたキャプチャ画像を、キャプチャ画像変換モジュール315によって取得する。
In step S511, the screen capture program 310 of the
ステップS512では、情報処理装置101の画面キャプチャプログラム310は、ステップS511で取得したキャプチャ画像をユーザから指定された形式に変換する(キャプチャ画像変換手段)。具体的には、画面キャプチャプログラム310のキャプチャ画像変換モジュール315によって、設定テーブル1200で設定されたファイル形式1203と品質1204でキャプチャ画像を変換する。背景色設定欄903で透過色が設定されていれば、その色を透過色として変換する。画像の変換については従来技術を用いるものとするので、詳細な説明は省略する。変換が終わったら、設定テーブル1200のファイル名1202に格納されたファイル名の命名ルールに基づいて、変換したキャプチャ画像のファイル名を変更し、フォルダパス1201が示すフォルダにキャプチャ画像を格納する。
In step S512, the screen capture program 310 of the
ステップS513では、情報処理装置101の画面キャプチャプログラム310は、ステップS501で記憶した背景色をRAM203から取得し、取得した色で3次元CADアプリケーション300の背景色を変更する。つまり、元の背景色に戻すということである。具体的には、画面キャプチャプログラム310の背景色指示モジュール317が取得した色に変更するよう、3次元CADアプリケーション300の背景色管理モジュール304に対して指示を出す。背景色管理モジュール304は、受け取った色で3次元CADアプリケーション300の背景色を変更する。背景色の指定はカラーパレットやRGB値によって指定することが多く、元の色を覚えておくことはユーザにとって大きな負担となるし、元の色を再現することも非常に手間である。このようにキャプチャ前に背景色を保存しておき、キャプチャ後に復元することで、キャプチャを行うときだけ背景色を変更することができるので、ユーザが手作業で元の背景色に戻す手間が軽減される。
In step S513, the screen capture program 310 of the
ステップS514では、情報処理装置101の画面キャプチャプログラム310は、ステップS509で非表示としたウィンドウを画面表示制御モジュール312によって再表示する。つまり、ウィンドウについてもキャプチャ前の状態に戻す。非表示のままではその後の作業に影響が出るため、キャプチャ前の状態を復元することでスムーズな作業が可能となる。尚、ウィンドウが最小化されている場合には元のサイズに戻す処理を行い、キャプチャ範囲外に移動されている場合には、それらを元の位置に戻す。移動の場合には、ステップS509で移動前の座標値をウィンドウごとに保持しておき、その座標値に基づいて元の位置に戻すような仕組みにすれば実現可能である。
In step S514, the screen capture program 310 of the
図5のキャプチャ処理について図13を用いて説明する。図13はキャプチャ処理の遷移を示す図である。まず、キャプチャ前に3次元モデルの背景として設定されている背景色を取得しておく(ステップS501)。その後、キャプチャを実行するのだが、画面例1301ではキャプチャウィンドウ枠内に不要なウィンドウが存在していることがわかる(ステップS508)。よって、この不要なウィンドウを非表示とし(ステップS509)、背景色を変更して(ステップS502)、画面例1302のような状態にする。こうすることで邪魔なオブジェクトは存在しなくなり、ユーザの望む背景色に変更されたので、指定されたキャプチャウィンドウ枠に基づいてキャプチャを実行する(ステップS510)。キャプチャが終了したら、保存した背景色に自動的に戻し(ステップS513)、非表示にしたウィンドウを再表示する(ステップS514)。つまり、画面例1301の状態に戻る。以上のようにすることで、不要なウィンドウの非表示、背景色の変更、キャプチャ後の復元が可能となる。 The capture process in FIG. 5 will be described with reference to FIG. FIG. 13 is a diagram showing transition of capture processing. First, the background color set as the background of the three-dimensional model is acquired before capture (step S501). Thereafter, the capture is executed, but it can be seen that an unnecessary window exists in the capture window frame in the screen example 1301 (step S508). Therefore, this unnecessary window is not displayed (step S509), the background color is changed (step S502), and a state like the screen example 1302 is obtained. By doing so, the disturbing object does not exist and the background color desired by the user is changed, so that the capture is executed based on the designated capture window frame (step S510). When the capture is completed, the background color is automatically restored (step S513), and the hidden window is displayed again (step S514). That is, the screen returns to the state of the screen example 1301. By doing so, it is possible to hide unnecessary windows, change the background color, and restore after capture.
次に、属性情報保存処理について図6を用いて説明する。尚、ステップS601乃至ステップS605の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。
Next, attribute information storage processing will be described with reference to FIG. Note that steps S601 to S605 are performed under the control of the
まず、ステップS601では、情報処理装置101の画面キャプチャプログラム310は、キャプチャした3次元モデルに設定された表示方向を取得する。具体的には、画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して、キャプチャした3次元モデルの表示方向の取得指示を出す。指示を受けた表示方向管理モジュール303は、3次元モデルに設定された表示方向を取得し、表示方向指示モジュール316に返す。取得するパラメータは、モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221に相当するパラメータである。取得した表示方向は、前述したステップS403で前回のキャプチャ状態を再現する時や、ステップS411のサムネイルキャプチャ処理、ステップS413、ステップS414でサムネイル画像が選択されたときに表示方向を再現するために使用される。
First, in step S601, the screen capture program 310 of the
ステップS602では、情報処理装置101の画面キャプチャプログラム310は、キャプチャした際のキャプチャウィンドウ枠1000の位置や大きさを取得する。具体的には、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318がキャプチャした際に設定されていたキャプチャウィンドウ枠1000の位置や大きさを取得する。取得するパラメータとしては、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に相当するパラメータである。こちらも、前述したステップS403で前回のキャプチャ状態を再現する時や、ステップS411のサムネイルキャプチャ処理、ステップS413、ステップS414でサムネイル画像が選択されたときにキャプチャウィンドウ枠1000を再現するために使用される。
In step S602, the screen capture program 310 of the
ステップS603では、情報処理装置101の画面キャプチャプログラム310は、ステップS601とステップS602で取得した各種パラメータを、属性情報管理モジュール319によって属性情報テーブル1210に登録する(履歴登録手段)。キャプチャされた3次元モデルのファイル名をCADファイル名1211に格納し、ステップS512で保存されたキャプチャ画像のファイル名をキャプチャファイル名1212に格納する。そして、モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220、拡大率1221に、ステップS601、ステップS602で取得したパラメータをそれぞれ格納する。
In step S603, the screen capture program 310 of the
ステップS604では、情報処理装置101の画面キャプチャプログラム310は、前述したステップS512で保存されたキャプチャ画像に基づいて、サムネイル画像管理モジュール321によりサムネイル画像を生成する。サムネイル画像は前述したステップS407、ステップS408で使用される。図8に示すキャプチャ処理受付画面800のサムネイル画像一覧803のように表示し、ユーザからの選択を受け付けるために使用される画像である。
In step S604, the screen capture program 310 of the
ステップS605では、情報処理装置101の画面キャプチャプログラム310は、ステップS604で生成されたサムネイル画像を、サムネイル画像管理モジュール321により所定のフォルダに保存する。保存場所は、ステップS406、ステップS407で参照するフォルダが望ましい。保存が完了したら、当該サムネイル画像のファイル名を属性情報テーブル1210のサムネイル画像名1213に格納する。このようにすることで、キャプチャ時の表示状態を保存することができ、これらを用いて、前述したステップS411やステップS414でその表示状態を再現することができる。
In step S605, the screen capture program 310 of the
次に、サムネイルキャプチャ処理について図7を用いて説明する。尚、ステップS701乃至ステップS705の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。
Next, thumbnail capture processing will be described with reference to FIG. Note that steps S701 to S705 are performed under the control of the
まず、ステップS701では、情報処理装置101の画面キャプチャプログラム310は、ステップS409で選択されたサムネイル画像に対応する属性情報を属性情報テーブル1210から取得する(表示方向取得手段)。具体的には、サムネイル画像のファイル名と一致するサムネイル画像名1213を特定し、当該レコードのモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220、拡大率1221を取得する。
First, in step S701, the screen capture program 310 of the
ステップS702では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ前の表示状態を保存する。具体的には、画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して、キャプチャした3次元モデルの表示方向の取得指示を出す。指示を受けた表示方向管理モジュール303は、3次元モデルに設定された表示方向を取得し、表示方向指示モジュール316に返す。取得するパラメータは、モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221に相当するパラメータである。また、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318がキャプチャした際に設定されていたキャプチャウィンドウ枠1000の位置や大きさを取得する。取得するパラメータとしては、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に相当するパラメータである。取得した各種パラメータはRAM203に記憶しておく。
In step S702, the screen capture program 310 of the
ステップS703では、情報処理装置101の画面キャプチャプログラム310は、ステップS701で取得した属性情報に基づいて、表示されている3次元モデルの表示方向やキャプチャ範囲を設定する(表示方向変更手段)。画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して、ステップS701で取得したモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221に基づく、3次元モデルの表示方向の変更指示を出す。指示を受けた表示方向管理モジュール303は、3次元モデルに設定された表示方向を指定されたパラメータに基づいて変更する。また、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318が、ステップS701で取得したキャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に基づいて、キャプチャウィンドウ枠1000の設定を行う。表示方向やキャプチャウィンドウの設定方法は前述の通りである。
In step S703, the screen capture program 310 of the
ステップS704では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーションによって表示されている3次元モデルのキャプチャを実行する処理を行う。キャプチャ処理は、前述した通りである。
In step S <b> 704, the screen capture program 310 of the
ステップS705では、情報処理装置101の画面キャプチャプログラム310は、キャプチャが終了したので、ステップS702で保存した表示方向とキャプチャウィンドウ枠に戻す。具体的には、画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して、ステップS702で保存したモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221に基づく、3次元モデルの表示方向の変更指示を出す。指示を受けた表示方向管理モジュール303は、3次元モデルに設定された表示方向を指定されたパラメータに基づいて変更する。また、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318が、ステップS702で保存したキャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に基づいて、キャプチャウィンドウ枠1000の設定を行う。表示方向やキャプチャウィンドウの設定方法は前述の通りである。
In step S705, the screen capture program 310 of the
以上説明したように、本実施形態によれば、不要なオブジェクトを非表示にした後にキャプチャに関する処理を実行することが可能となるので、キャプチャしたい被写体が隠れることなく、キャプチャすることのできる効果を奏する。また、本実施形態によれば、背景色を変更した後にキャプチャに関する処理を実行することが可能となるので、ユーザの望む背景色でキャプチャすることのできる効果を奏する。 As described above, according to the present embodiment, since it is possible to execute processing related to capture after hiding unnecessary objects, an effect of capturing without hiding the subject to be captured is provided. Play. In addition, according to the present embodiment, it is possible to execute processing related to capture after changing the background color, so that it is possible to capture with the background color desired by the user.
本発明は、例えば、システム、装置、方法、プログラム若しくは記憶媒体等としての実施形態も可能であり、具体的には、複数の機器から構成されるシステムに適用してもよいし、また、1つの機器からなる装置に適用してもよい。 The present invention can be implemented as a system, apparatus, method, program, storage medium, or the like, and can be applied to a system including a plurality of devices. You may apply to the apparatus which consists of one apparatus.
なお、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラムを、システム或いは装置に直接、或いは遠隔から供給するものを含む。そして、そのシステム或いは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合も本発明に含まれる。 Note that the present invention includes a software program that implements the functions of the above-described embodiments directly or remotely from a system or apparatus. The present invention also includes a case where the system or the computer of the apparatus is achieved by reading and executing the supplied program code.
したがって、本発明の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。 Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention.
その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。 In that case, as long as it has the function of a program, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, and the like.
プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RWなどがある。また、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)などもある。 Examples of the recording medium for supplying the program include a flexible disk, hard disk, optical disk, magneto-optical disk, MO, CD-ROM, CD-R, and CD-RW. There are also magnetic tape, nonvolatile memory card, ROM, DVD (DVD-ROM, DVD-R) and the like.
その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する。そして、前記ホームページから本発明のコンピュータプログラムそのもの、若しくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。 As another program supply method, a browser on a client computer is used to connect to an Internet home page. The computer program itself of the present invention or a compressed file including an automatic installation function can be downloaded from the homepage by downloading it to a recording medium such as a hard disk.
また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。 It can also be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. That is, a WWW server that allows a plurality of users to download a program file for realizing the functional processing of the present invention on a computer is also included in the present invention.
また、本発明のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、ダウンロードした鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。 In addition, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, distributed to users, and key information for decryption is downloaded from a homepage via the Internet to users who have cleared predetermined conditions. Let me. It is also possible to execute the encrypted program by using the downloaded key information and install the program on a computer.
また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。その他、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現され得る。 Further, the functions of the above-described embodiments are realized by the computer executing the read program. In addition, based on the instructions of the program, an OS or the like running on the computer performs part or all of the actual processing, and the functions of the above-described embodiments can also be realized by the processing.
さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。その後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現される。 Further, the program read from the recording medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Thereafter, the CPU of the function expansion board or function expansion unit performs part or all of the actual processing based on the instructions of the program, and the functions of the above-described embodiments are realized by the processing.
なお、前述した実施形態は、本発明を実施するにあたっての具体化の例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。即ち、本発明はその技術思想、又はその主要な特徴から逸脱することなく、様々な形で実施することができる。 The above-described embodiments are merely examples of implementation in carrying out the present invention, and the technical scope of the present invention should not be construed as being limited thereto. That is, the present invention can be implemented in various forms without departing from the technical idea or the main features thereof.
100 3次元CADシステム
101 情報処理装置
102 サーバ
103 ネットワーク
201 CPU
202 RAM
203 ROM
204 システムバス
205 入力コントローラ
206 ビデオコントローラ
207 メモリコントローラ
208 通信I/F(インターフェース)コントローラ
209 入力装置
210 ディスプレイ装置
211 外部メモリ
100 three-
202 RAM
203 ROM
204
Claims (10)
前記画面のキャプチャの実行指示を受け付けるキャプチャ指示受付手段と、
前記キャプチャ指示受付手段で受け付けた前記画面のキャプチャの実行指示に応じて、前記画面に表示されたウィンドウに含まれる被写体をキャプチャできるように、当該ウィンドウとは異なるウィンドウを一時的に非表示にする表示制御手段と、
前記キャプチャ指示受付手段で受け付けた前記画面のキャプチャの実行指示に応じて、前記ウィンドウに含まれる被写体の背景色を所定の色に変更するよう、前記ウィンドウを表示するアプリケーションに指示をする背景色変更指示手段と、
前記表示制御手段で前記ウィンドウが非表示にされると共に、前記背景色変更指示手段で背景色の変更が指示された場合に、前記画面をキャプチャするよう、前記情報処理装置のオペレーティングシステムに対して指示をするキャプチャ指示手段と、
前記キャプチャ指示手段のキャプチャ指示に応じて前記オペレーティングシステムの機能によりキャプチャを実行した後、前記ウィンドウに含まれる被写体の背景色を元の色に戻すよう、前記ウィンドウを表示するアプリケーションに指示をする背景色復帰指示手段と
を備えることを特徴とする情報処理装置。 An information processing apparatus that generates screen image data by capturing a screen using a function of an operating system,
Capture instruction receiving means for receiving an instruction to execute capture of the screen;
A window different from the window is temporarily hidden so that the subject included in the window displayed on the screen can be captured in response to the screen capture execution instruction received by the capture instruction receiving unit. Display control means;
In response to an instruction to execute capture of the screen received by the capture instruction receiving means, a background color change that instructs an application that displays the window to change the background color of the subject included in the window to a predetermined color Instruction means;
Wherein is the window display control means hides Rutotomoni, when a change of the background color by the background color change instruction means is instructed, to capture the screen, the operating system of the information processing apparatus Capture instruction means for instructing ;
A background for instructing an application for displaying the window to return the background color of the subject included in the window to the original color after performing the capture by the function of the operating system according to the capture instruction of the capture instruction unit An information processing apparatus comprising: a color return instruction unit .
前記被写体の背景色を取得するよう、当該被写体が含まれるウィンドウを表示するアプリケーションに対して指示をする背景色取得指示手段を更に備え、
前記背景色復帰指示手段は、前記背景色取得指示手段で指示することにより取得した背景色となるよう、前記被写体が含まれるウィンドウを表示するアプリケーションに指示をすることを特徴とする請求項1に記載の情報処理装置。 The information processing apparatus includes:
A background color acquisition instruction means for instructing an application for displaying a window including the subject so as to acquire the background color of the subject;
2. The background color return instruction means instructs an application that displays a window including the subject so as to obtain a background color acquired by instructing by the background color acquisition instruction means. The information processing apparatus described.
前記画面に表示されたウィンドウに含まれる被写体をキャプチャできるように、前記画面においてキャプチャする範囲の指定を受け付けるキャプチャ範囲受付手段を更に備え、
前記キャプチャ指示手段は、前記表示制御手段で前記ウィンドウが非表示にされた場合に、前記キャプチャ範囲受付手段で受け付けた範囲をキャプチャするよう、前記情報処理装置のオペレーティングシステムに対して指示をすることを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。 The information processing apparatus includes:
In order to capture a subject included in the window displayed on the screen, further comprising a capture range receiving means for receiving designation of a range to be captured on the screen,
The capture instruction unit instructs the operating system of the information processing apparatus to capture the range received by the capture range reception unit when the window is hidden by the display control unit. The information processing apparatus according to any one of claims 1 to 3 .
前記キャプチャ指示受付手段で受け付けた前記画面のキャプチャの実行指示に応じて、前記キャプチャ指示手段によるキャプチャ指示を所定時間待機する待機手段を更に備え、
前記キャプチャ指示手段は、前記待機手段で所定時間待機した後、前記画面をキャプチャするよう、前記情報処理装置のオペレーティングシステムに対して指示をすることを特徴とする請求項1乃至5のいずれか1項に記載の情報処理装置。 The information processing apparatus includes:
In response to an instruction to execute the capture of the screen received by the capture instruction receiving unit, the image processing apparatus further includes a waiting unit that waits for a predetermined time for a capture instruction by the capture instruction unit,
6. The capture instruction unit according to claim 1 , wherein the capture unit instructs the operating system of the information processing apparatus to capture the screen after waiting for a predetermined time by the standby unit. The information processing apparatus according to item.
前記キャプチャ指示受付手段で受け付けた前記画面のキャプチャの実行指示に応じて生成された画像データを所定の画像形式に変換する画像形式変換手段を更に備えることを特徴とする請求項1乃至6のいずれか1項に記載の情報処理装置。 The information processing apparatus includes:
7. The image processing apparatus according to claim 1, further comprising image format conversion means for converting image data generated in response to the screen capture execution instruction received by the capture instruction reception means into a predetermined image format. The information processing apparatus according to claim 1.
前記情報処理装置のキャプチャ指示受付手段が、前記画面のキャプチャの実行指示を受け付けるキャプチャ指示受付ステップと、
前記情報処理装置の表示制御手段が、前記キャプチャ指示受付ステップで受け付けた前記画面のキャプチャの実行指示に応じて、前記画面に表示されたウィンドウに含まれる被写体をキャプチャできるように、当該ウィンドウとは異なるウィンドウを一時的に非表示にする表示制御ステップと、
前記情報処理装置の背景色変更指示手段が、前記キャプチャ指示受付ステップで受け付けた前記画面のキャプチャの実行指示に応じて、前記ウィンドウに含まれる被写体の背景色を所定の色に変更するよう、前記ウィンドウを表示するアプリケーションに指示をする背景色変更指示ステップと、
前記情報処理装置のキャプチャ指示手段が、前記表示制御ステップで前記ウィンドウが非表示にされると共に、前記背景色変更指示ステップで背景色の変更が指示された場合に、前記画面をキャプチャするよう、前記情報処理装置のオペレーティングシステムに対して指示をするキャプチャ指示ステップと
を備えることを特徴とする情報処理装置の制御方法。 A method of controlling an information processing apparatus that generates image data of a screen by capturing the screen with a function of an operating system,
A capture instruction accepting step in which the capture instruction accepting means of the information processing apparatus accepts an instruction to execute capture of the screen;
What is the window so that the display control means of the information processing apparatus can capture a subject included in the window displayed on the screen in response to the capture execution instruction of the screen received in the capture instruction reception step A display control step for temporarily hiding different windows;
The background color change instructing means of the information processing apparatus changes the background color of the subject included in the window to a predetermined color in accordance with the screen capture execution instruction received in the capture instruction receiving step. A background color change instruction step for instructing the application to display the window;
Capturing instruction unit of the information processing apparatus, wherein, when said window display control step Rutotomoni is hidden, changing the background color in the background color change instruction step is instructed, to capture the screen, And a capture instruction step for instructing an operating system of the information processing apparatus.
前記情報処理装置を、
前記画面のキャプチャの実行指示を受け付けるキャプチャ指示受付手段と、
前記キャプチャ指示受付手段で受け付けた前記画面のキャプチャの実行指示に応じて、前記画面に表示されたウィンドウに含まれる被写体をキャプチャできるように、当該ウィンドウとは異なるウィンドウを一時的に非表示にする表示制御手段と、
前記キャプチャ指示受付手段で受け付けた前記画面のキャプチャの実行指示に応じて、前記ウィンドウに含まれる被写体の背景色を所定の色に変更するよう、前記ウィンドウを表示するアプリケーションに指示をする背景色変更指示手段と、
前記表示制御手段で前記ウィンドウが非表示にされると共に、前記背景色変更指示手段で背景色の変更が指示された場合に、前記画面をキャプチャするよう、前記情報処理装置のオペレーティングシステムに対して指示をするキャプチャ指示手段
として機能させることを特徴とするコンピュータに読み取り実行可能なプログラム。
A program that can be read and executed by a computer for causing a computer to execute a control method of an information processing apparatus that generates image data of the screen by capturing a screen by a function of an operating system,
The information processing apparatus;
Capture instruction receiving means for receiving an instruction to execute capture of the screen;
A window different from the window is temporarily hidden so that the subject included in the window displayed on the screen can be captured in response to the screen capture execution instruction received by the capture instruction receiving unit. Display control means;
In response to an instruction to execute capture of the screen received by the capture instruction receiving means, a background color change that instructs an application that displays the window to change the background color of the subject included in the window to a predetermined color Instruction means;
Wherein is the window display control means hides Rutotomoni, when a change of the background color by the background color change instruction means is instructed, to capture the screen, the operating system of the information processing apparatus A program readable and executable by a computer, which functions as a capture instruction means for instructing.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012218509A JP5370561B1 (en) | 2012-09-28 | 2012-09-28 | Information processing apparatus, control method thereof, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012218509A JP5370561B1 (en) | 2012-09-28 | 2012-09-28 | Information processing apparatus, control method thereof, and program |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013193148A Division JP5664731B2 (en) | 2013-09-18 | 2013-09-18 | Information processing apparatus, control method thereof, and program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP5370561B1 true JP5370561B1 (en) | 2013-12-18 |
JP2014071750A JP2014071750A (en) | 2014-04-21 |
Family
ID=49954894
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012218509A Active JP5370561B1 (en) | 2012-09-28 | 2012-09-28 | Information processing apparatus, control method thereof, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5370561B1 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015215765A (en) * | 2014-05-10 | 2015-12-03 | コニカミノルタ株式会社 | Portable terminal device, image file storage processing method, and storage processing program |
JP6646200B2 (en) * | 2015-04-28 | 2020-02-14 | キヤノンマーケティングジャパン株式会社 | Information processing apparatus, processing method thereof, and program |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10333870A (en) * | 1997-05-30 | 1998-12-18 | Nec Corp | Image display system and method therefor |
JP2000013719A (en) * | 1998-06-26 | 2000-01-14 | Victor Co Of Japan Ltd | Printer |
JP2002259005A (en) * | 2001-03-02 | 2002-09-13 | Canon Inc | Window display device, information processor, window display method, and storage medium |
JP2004030051A (en) * | 2002-06-24 | 2004-01-29 | Brother Ind Ltd | Printing controller and program |
JP2009187081A (en) * | 2008-02-04 | 2009-08-20 | Community Engine Kk | Screen shot management device and screen shot management program |
JP2010147905A (en) * | 2008-12-19 | 2010-07-01 | Canon Inc | Display control device and image processor |
JP2011076368A (en) * | 2009-09-30 | 2011-04-14 | Canon Inc | Information processing apparatus, method for controlling the same, and program |
JP2012159889A (en) * | 2011-01-28 | 2012-08-23 | Fujitsu Ltd | Information management device, information management method and program for information management |
-
2012
- 2012-09-28 JP JP2012218509A patent/JP5370561B1/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10333870A (en) * | 1997-05-30 | 1998-12-18 | Nec Corp | Image display system and method therefor |
JP2000013719A (en) * | 1998-06-26 | 2000-01-14 | Victor Co Of Japan Ltd | Printer |
JP2002259005A (en) * | 2001-03-02 | 2002-09-13 | Canon Inc | Window display device, information processor, window display method, and storage medium |
JP2004030051A (en) * | 2002-06-24 | 2004-01-29 | Brother Ind Ltd | Printing controller and program |
JP2009187081A (en) * | 2008-02-04 | 2009-08-20 | Community Engine Kk | Screen shot management device and screen shot management program |
JP2010147905A (en) * | 2008-12-19 | 2010-07-01 | Canon Inc | Display control device and image processor |
JP2011076368A (en) * | 2009-09-30 | 2011-04-14 | Canon Inc | Information processing apparatus, method for controlling the same, and program |
JP2012159889A (en) * | 2011-01-28 | 2012-08-23 | Fujitsu Ltd | Information management device, information management method and program for information management |
Non-Patent Citations (2)
Title |
---|
CSND200501118008; 中村靖, 外2名: '"できたらいいのに!、すぐに使える! 続 定番フリーソフト厳選10+1"' YOMIURI PC 第10巻, 第4号, 20050401, p.46-51, 読売新聞東京本社 * |
JPN6013024624; 中村靖, 外2名: '"できたらいいのに!、すぐに使える! 続 定番フリーソフト厳選10+1"' YOMIURI PC 第10巻, 第4号, 20050401, p.46-51, 読売新聞東京本社 * |
Also Published As
Publication number | Publication date |
---|---|
JP2014071750A (en) | 2014-04-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10984579B2 (en) | Playback for embedded and preset 3D animations | |
JP4981147B2 (en) | Parameter setting unit superimposed on the image | |
US10380723B2 (en) | Editing dynamically selected portions of target images in a mask-based editing interface | |
JP2012157080A (en) | Image processing apparatus and image processing method | |
JP2008269575A (en) | Source code generating device | |
US10990344B2 (en) | Information processing apparatus, information processing system, and information processing method | |
US20040196299A1 (en) | Three-dimensional compositing | |
US20050028101A1 (en) | Multidimensional image data processing | |
JP5370561B1 (en) | Information processing apparatus, control method thereof, and program | |
JP5999227B2 (en) | Information processing apparatus, control method thereof, and program | |
JP6011603B2 (en) | Information processing apparatus, control method thereof, and program | |
JP5664731B2 (en) | Information processing apparatus, control method thereof, and program | |
JP2006134230A (en) | Image editing device | |
JP6646200B2 (en) | Information processing apparatus, processing method thereof, and program | |
JP6149915B2 (en) | Information processing apparatus, control method thereof, and program | |
KR20180116708A (en) | Method and apparatus for providing contents for layered hologram | |
JP2016012899A (en) | Projector, image projection method and program | |
JP2012064156A (en) | Information processing apparatus, and processing method and program thereof | |
JP7381900B2 (en) | Information processing system, its control method and program | |
JP2016012106A (en) | Projector, image projection method and program | |
JP2022101746A (en) | Information processing apparatus, information processing method, and program | |
JP2021105775A (en) | Information sharing system, processing method thereof and program | |
CN117853662A (en) | Method and device for realizing real-time interaction of three-dimensional model in demonstration text by player | |
JP2019106151A (en) | Program, information processing device and its processing method | |
KR101307192B1 (en) | 3 Dimensional Electronic Writting System |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20130820 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130902 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5370561 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313115 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |