JP6646200B2 - Information processing apparatus, processing method thereof, and program - Google Patents

Information processing apparatus, processing method thereof, and program Download PDF

Info

Publication number
JP6646200B2
JP6646200B2 JP2015091566A JP2015091566A JP6646200B2 JP 6646200 B2 JP6646200 B2 JP 6646200B2 JP 2015091566 A JP2015091566 A JP 2015091566A JP 2015091566 A JP2015091566 A JP 2015091566A JP 6646200 B2 JP6646200 B2 JP 6646200B2
Authority
JP
Japan
Prior art keywords
capture
screen
instruction
information processing
dimensional model
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
Application number
JP2015091566A
Other languages
Japanese (ja)
Other versions
JP2016207143A (en
JP2016207143A5 (en
Inventor
拓史 上田
拓史 上田
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.)
Canon Marketing Japan Inc
Canon IT Solutions Inc
Original Assignee
Canon Marketing Japan Inc
Canon IT Solutions Inc
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 Canon Marketing Japan Inc, Canon IT Solutions Inc filed Critical Canon Marketing Japan Inc
Priority to JP2015091566A priority Critical patent/JP6646200B2/en
Publication of JP2016207143A publication Critical patent/JP2016207143A/en
Publication of JP2016207143A5 publication Critical patent/JP2016207143A5/ja
Application granted granted Critical
Publication of JP6646200B2 publication Critical patent/JP6646200B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)

Description

本発明は、画面キャプチャをすることが可能な情報処理装置、その処理方法、及びプログラムに関する。 The present invention relates to an information processing apparatus capable of the screen capture, the processing method, 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 that captures a screen displayed on a display of a PC or the like by a screen shot function of an OS (Operating System) and saves it as image data (captured image). Specifically, when a user performs a predetermined operation, an API (Application Programming Interface) for capturing possessed by the OS is operated, a screen displayed on a display is captured, and a captured image is generated. Then, the generated captured image is temporarily stored in a memory area such as a RAM so that it can be called by the clipboard function of the OS.

一時保存されたキャプチャ画像は、ユーザからの貼り付け操作に応じて、指定された場所にキャプチャ画像として貼り付けられている。利用用途としては、例えば、アプリケーションのマニュアル作成や技術資料作成がある。マニュアルや技術資料において文章だけで説明を行ったとしても、理解しにくい場合も多い。このような場合に、キャプチャ画像を使用することで、文章だけで説明するよりも、資料の理解度をより深めることができる。   The temporarily saved capture image is pasted as a capture image at a designated location in response to a paste operation from the user. The usage is, for example, creation of an application manual or technical data. It is often difficult to understand even if explanations are given only in sentences in manuals and technical documents. In such a case, by using the captured image, it is possible to deepen the understanding of the material as compared with the case where only the text is explained.

キャプチャ画像の作成や管理は非常に手間であるが、上述したように、ユーザの理解を深めるためには重要なコンテンツである。下記の特許文献1では、スクリーンショット画像(キャプチャ画像)と、スクリーンショットされたコンテンツの表示内容や状態を保存したメタデータとを対応づけて記憶しておき、スクリーンショット画像の検索がなされたときに、メタデータから検索を行い、対応するスクリーンショット画像を検索結果として出力する仕組みが存在する。   Creating and managing a captured image is very troublesome, but as described above, it is an important content to deepen the user's understanding. In Patent Literature 1 below, a screen shot image (captured image) is stored in association with metadata in which the display content and the state of the screen shot content are stored, and the screen shot image is searched. There is a mechanism for performing a search from metadata and outputting a corresponding screen shot image as a search result.

特開2009−187081号公報JP 2009-187081 A

このように、画面をキャプチャする機能が種々存在するが、アプリケーションの独自の機能として、アプリケーションが表示しているファイルの画像を保存する機能を有する場合がある。その場合は、アプリケーションの機能を実行して、ファイル画像保存を実行する操作がなされる。また、ファイル画像ではなく、画面全体や画面の一部をキャプチャしたい場合には、OSの画面キャプチャ機能を実行して、クリップボードに登録された画像を任意のファイルに保存する操作がなされる。
つまり、ファイル画像のキャプチャする場合と、画面の一部分をキャプチャする場合とで使用するプログラムが異なってしまう。
As described above, there are various functions for capturing a screen, and an application may have a function of saving an image of a file displayed by the application as a function unique to the application. In that case, an operation of executing the function of the application and executing the saving of the file image is performed. If the user wants to capture not the file image but the entire screen or a part of the screen, an operation of executing the screen capture function of the OS and saving the image registered on the clipboard to an arbitrary file is performed.
In other words, the programs used for capturing a file image and capturing a part of the screen are different.

そのため、画面の一部分をキャプチャするため、一方のプログラムで範囲指定している際に、ファイル画像(表示データ全体)のキャプチャがしたくなったら他方のプログラムを実行し、他のプログラムでの操作に切り替えを行わなければならず、作業が煩雑となってしまうという問題があった。ファイル画像のキャプチャをしようとプログラムを立ち上げている場合から、画面の一部分のキャプチャへ切り替える場合も同様の問題があった。
また、プログラムを切り替えてキャプチャすることで、キャプチャの設定を誤ってしまい、ユーザが所望する画像が得られないという問題があった。
Therefore, if you want to capture a file image (entire display data) while specifying the range in one program to capture a part of the screen, execute the other program and use it in another program. There is a problem that the switching has to be performed and the operation becomes complicated. A similar problem occurs when switching from capturing a file image to launching a program to capturing part of the screen.
In addition, there is a problem in that the capture setting is erroneously made by switching the program and capturing, so that an image desired by the user cannot be obtained.

このように、2つのプログラムを用いることになると、ユーザがその都度操作するプログラムを切り替える、設定を適切に行わなければならず、多大な手間が発生してしまっていた。   As described above, when two programs are used, the user must switch the program to be operated each time and appropriately perform the setting, which causes a great deal of trouble.

そこで、本発明の目的は、全体キャプチャボタンと範囲キャプチャボタンとを表示して、ユーザがアプリケーションを意識することなく所定の画面キャプチャを容易に行う仕組みを提供することである。   Therefore, an object of the present invention is to provide a mechanism for displaying a whole capture button and a range capture button to easily perform a predetermined screen capture without the user being conscious of the application.

本発明の目的を達成するための、次元モデルを表示するアプリケーションとオペレーションシステムを有する情報処理装置であって、前記3次元モデルの全体のキャプチャの実行指示、または、前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付ける受付手段と、前記受付手段で前記3次元モデルの全体のキャプチャの実行指示を受け付けた場合に前記アプリケーションにキャプチャ要求を出力し、また、前記受付手段で前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付けた場合に前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力手段とを備えることを特徴とする。 To achieve the object of the present invention, an information processing apparatus having an application and an operating system for displaying a three-dimensional model, the execution instruction of the whole of the capture of the three-dimensional model, or any of the three-dimensional model Receiving means for receiving an instruction to execute the capture of a range of, and outputting a capture request to the application when the receiving means receives an instruction to execute the entire capture of the three-dimensional model; when receiving an instruction to execute capture any range of the three-dimensional model is characterized in that an output means for outputting the capture request for the given range in the operation system.

本発明によれば、全体キャプチャボタンと範囲キャプチャボタンとを表示して、ユーザがアプリケーションを意識することなく所定の画面キャプチャを容易に行うことができる。   According to the present invention, the entire capture button and the range capture button are displayed, so that the user can easily perform a predetermined screen capture without being conscious of the application.

本発明の実施形態における3次元CADシステム100の一例を示す構成図である。1 is a configuration diagram illustrating an example of a three-dimensional CAD system 100 according to an embodiment of the present invention. 情報処理装置101及びサーバ102のハードウェア構成の一例を示す構成図である。FIG. 2 is a configuration diagram illustrating an example of a hardware configuration of an information processing apparatus 101 and a server 102. 情報処理装置101及びサーバ102のモジュール構成の一例を示す構成図である。FIG. 2 is a configuration diagram illustrating an example of a module configuration of an information processing apparatus 101 and a server 102. 本発明の実施形態における一連の処理の流れを示すフローチャートである。5 is a flowchart illustrating a flow of a series of processes according to the embodiment of the present invention. 範囲キャプチャ処理の詳細を示すフローチャートである。It is a flowchart which shows the detail of a range capture process. 全体キャプチャ処理の詳細を示すフローチャートである。It is a flowchart which shows the detail of whole capture processing. 属性情報保存処理の詳細を示すフローチャートである。9 is a flowchart illustrating details of attribute information storage processing. サムネイルキャプチャ処理の詳細を示すフローチャートである。It is a flowchart which shows the detail of a thumbnail capture process. キャプチャ処理受付画面800の一例を示す構成図である。FIG. 9 is a configuration diagram illustrating an example of a capture processing reception screen 800. キャプチャ情報設定画面900の一例を示す構成図である。FIG. 9 is a configuration diagram illustrating an example of a capture information setting screen 900. キャプチャ範囲が設定されている状態を示す模式図と、キャプチャウィンドウ枠を示す模式図である。FIG. 3 is a schematic diagram illustrating a state in which a capture range is set, and a schematic diagram illustrating a capture window frame. タイマー画面1100の一例を示す構成図である。FIG. 9 is a configuration diagram illustrating an example of a timer screen 1100. 設定テーブル1200と、属性情報テーブル1210の構成の一例を示す構成図である。5 is a configuration diagram illustrating an example of a configuration of a setting table 1200 and an attribute information table 1210. FIG. キャプチャ前からキャプチャ後までの画面遷移を示す模式図である。It is a schematic diagram which shows the screen transition from before capture to after capture. キャプチャ処理受付画面1400の一例を示す構成図である。FIG. 14 is a configuration diagram illustrating an example of a capture processing reception screen 1400. 全体キャプチャ通知画面1500の一例を示す構成図である。13 is a configuration diagram illustrating an example of an entire capture notification screen 1500. FIG.

以下、図面を参照して、本発明の実施の形態の一例について説明する。   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-dimensional CAD system 100 according to the present invention. An information processing apparatus 101 and a server 102 are installed in a three-dimensional CAD system 100 according to the present invention, and these apparatuses are connected to each other via a network 103 such as a LAN (Local Area Network) so as to be able to perform data communication. The configuration of various terminals or servers connected to the network 103 in FIG. 1 is merely an example, and it goes without saying that there are various configuration examples depending on the application and purpose.

情報処理装置101は、オペレーティングシステム上で3次元CADアプリケーションと画面キャプチャプログラムを実行する装置である。3次元CADアプリケーションと画面キャプチャプログラムは後述する図2のROM202または外部メモリ211に記憶されており、ユーザからの指示に応じて、CPU201がRAM203に読み出して各種動作を行う。すなわち、設計物の立体形状を示す3次元モデルを表示するアプリケーションとオペレーティングシステムを有する情報処理装置の一例を示す。   The information processing device 101 is a device that executes a three-dimensional CAD application and a screen capture program on an operating system. The three-dimensional CAD application and the screen capture program are stored in the ROM 202 or the external memory 211 shown in FIG. 2 described later, and the CPU 201 reads out to the RAM 203 and performs various operations according to an instruction from the user. That is, an example of an information processing apparatus having an application and an operating system for displaying a three-dimensional model indicating a three-dimensional shape of a design object is shown.

オペレーティングシステムは、情報処理装置101を動作させるための基本的なアプリケーションである。オペレーティングシステム上で3次元CADアプリケーションや画面キャプチャプログラム、その他各種プログラムを動作させることができる。また、オペレーティングシステムが備える機能を3次元CADアプリケーションや画面キャプチャプログラムから呼び出すことで、当該機能を実行することが可能である。例えば、画面キャプチャプログラムからオペレーティングシステムが備えるキャプチャに関する機能(例えば、API)を呼び出すと、情報処理装置101の画面全体をキャプチャしたり、任意の範囲だけキャプチャしたりすることができる。   The operating system is a basic application for operating the information processing device 101. A three-dimensional CAD application, a screen capture program, and other various programs can be operated on the operating system. Further, by calling a function included in the operating system from a three-dimensional CAD application or a screen capture program, the function can be executed. For example, when a function (for example, an API) related to capture provided in the operating system is called from the screen capture program, the entire screen of the information processing apparatus 101 can be captured or an arbitrary range can be captured.

3次元CADアプリケーションは、ユーザからの操作に応じて、設計物の立体形状を示す3次元モデルの作成や構築、また3次元モデルに基づく2次元図面の作成を行う。更に、3次元CADアプリケーションでは、3次元モデルを表示し、ユーザからの操作によって、任意の表示方向に変更することができる。   The three-dimensional CAD application creates and builds a three-dimensional model showing the three-dimensional shape of the design, and creates a two-dimensional drawing based on the three-dimensional model according to an operation from the user. Further, in a three-dimensional CAD application, a three-dimensional model is displayed, and can be changed to an arbitrary display direction by a user operation.

画面キャプチャプログラムは、3次元モデルに表示された3次元モデルを所定の条件でキャプチャすることの可能なプログラムである。3次元モデルをキャプチャする際には、画面キャプチャプログラムは、前述したオペレーティングシステムのキャプチャを行うAPIに対して、画面のキャプチャ指示を行う。また、3次元CADアプリケーションのAPIに対して表示方向の変更指示を送ることもできる。3次元CADアプリケーションは、この指示を受けると、表示方向を変更するAPIが指定された表示方向に変更する。更に、3次元CADアプリケーションのAPIに対して背景色の変更指示を出すと、当該APIが指定された背景色に変更する。このように、画面キャプチャプログラムは、オペレーティングシステムと3次元CADアプリケーションに備えられた各種APIに対して指示を送付することが可能なプログラムである。画面キャプチャプログラムは、3次元CADアプリケーションのアドオン(アドイン)であることが望ましいが、3次元CADアプリケーションとオペレーティングシステムにキャプチャ要求ができるものであれば別個の独立したプログラムであってもよい。   The screen capture program is a program capable of capturing a three-dimensional model displayed on the three-dimensional model under predetermined conditions. When capturing the three-dimensional model, the screen capture program instructs the API for capturing the operating system described above to capture the screen. 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 API for changing the display direction to the specified display direction. Further, when an instruction to change the background color is issued to the API of the three-dimensional CAD application, the API is changed to the specified background color. As described above, the screen capture program is a program that can send instructions to various APIs provided in the operating system and the three-dimensional CAD application. The screen capture program is desirably an add-on (add-in) for the three-dimensional CAD application, but may be a separate and independent program as long as it can issue a capture request to the three-dimensional CAD application and the operating system.

サーバ102は、情報処理装置101で作成された各種データを記憶管理する装置である。3次元モデルは、複数のユーザによって作成される場合があり、その場合には1つのサーバ102に各ユーザの情報処理装置101で作成された3次元モデルを一元管理する。   The server 102 is a device that stores and manages various data created by the information processing device 101. The three-dimensional model may be created by a plurality of users. In such a case, one server 102 centrally manages the three-dimensional model created by the information processing device 101 of each user.

尚、情報処理装置101が、サーバ102の構成を含んでもよいし、サーバ102が情報処理装置101の構成を含んでもよい。また、本実施例においては、情報処理装置101に各種データが記憶され、ユーザからの操作によって動作させる形態に基づいて説明を行う。   Note that the information processing apparatus 101 may include the configuration of the server 102, or the server 102 may include the configuration of the information processing apparatus 101. Further, in the present embodiment, description will be made based on a mode in which various types of data are stored in the information processing apparatus 101 and operated by a user operation.

図2は、本発明の実施形態における各種端末のハードウェア構成を示す図である。
CPU201は、システムバス204に接続される各デバイスやコントローラを統括的に制御する。
FIG. 2 is a diagram illustrating a hardware configuration of various terminals according to the embodiment of the present invention.
The CPU 201 generally controls each device and controller connected to the system bus 204.

また、ROM202あるいは外部メモリ211(記憶)には、CPU201の制御プログラムであるBIOS(Basic Input / OutputSystem)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。RAM203は、CPU201の主メモリ、ワークエリア等として機能する。
CPU201は、処理の実行に際して必要なプログラム等をRAM203にロードして、プログラムを実行することで各種動作を実現するものである。
また、入力コントローラ(入力C)205は、キーボード209や不図示のマウス等のポインティングデバイスからの入力を制御する。
Further, the ROM 202 or the external memory 211 (storage) is used to implement a BIOS (Basic Input / Output System) or an operating system program (hereinafter referred to as OS), which is a control program of the CPU 201, and a function to be executed by each server or each PC. Various programs and the like, which will be described later, necessary for the program are stored. The RAM 203 functions as a main memory, a work area, and the like for the CPU 201.
The CPU 201 implements various operations by loading programs and the like necessary for executing processing into the RAM 203 and executing the programs.
An input controller (input C) 205 controls input from a pointing device such as a keyboard 209 or a mouse (not shown).

ビデオコントローラ(VC)206は、CRTディスプレイ(CRT)210等の表示器への表示を制御する。表示器はCRTだけでなく、液晶ディスプレイでも構わない。これらは必要に応じて管理者が使用するものである。   A video controller (VC) 206 controls display on a display such as a CRT display (CRT) 210. The display may be not only a CRT but also a liquid crystal display. These are used by the administrator as needed.

メモリコントローラ(MC)207は、ブートプログラム、ブラウザソフトウエア、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、各種データ等を記憶するハードディスク(HD)やフロッピーディスク(登録商標 FD)或いはPCMCIAカードスロットにアダプタを介して接続されるカード型メモリ等の外部メモリ211へのアクセスを制御する。   A memory controller (MC) 207 is a hard disk (HD), a floppy disk (registered trademark FD) or a PCMCIA card slot for storing a boot program, browser software, various applications, font data, user files, edited files, various data, and the like. , And controls access to an external memory 211 such as a card-type memory connected via an adapter.

通信I/Fコントローラ(通信I/FC)208は、ネットワークを介して、外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いたインターネット通信等が可能である。   A communication I / F controller (communication I / FC) 208 connects and communicates with external devices via a network, and executes communication control processing on the network. For example, Internet communication using TCP / IP is possible.

尚、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、CRT210上での表示を可能としている。また、CPU201は、CRT210上の不図示のマウスカーソル等でのユーザ指示を可能とする。   Note that the CPU 201 enables display on the CRT 210 by executing, for example, an outline font developing (rasterizing) process on a display information area in the RAM 203. Further, the CPU 201 enables a user instruction with a mouse cursor (not shown) on the CRT 210.

本発明の情報処理装置101が後述する各種処理を実行するために用いられる各種プログラム等は外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。さらに、本発明に係わるプログラムが用いる定義ファイルや各種情報テーブルは外部メモリ211に格納されている。   Various programs and the like used by the information processing apparatus 101 of the present invention to execute various processes described below are recorded in the external memory 211 and executed by the CPU 201 by being loaded into the RAM 203 as necessary. is there. Further, definition files and various information tables used by the program according to the present invention are stored in the external memory 211.

次に、情報処理装置101及びサーバ102のモジュール構成を示す機能構成図について、図3を用いて説明する。尚、図3の各種端末あるいはサーバのモジュール構成は一例であり、用途や目的に応じて様々な構成例があることは言うまでもない。   Next, a functional configuration diagram illustrating a module configuration of the information processing apparatus 101 and the server 102 will be described with reference to FIG. Note that the module configuration of various terminals or servers in FIG. 3 is merely an example, and it goes without saying that there are various configuration examples depending on the application and purpose.

情報処理装置101の3次元CADアプリケーション300は、CADデータ記憶モジュール301、CADデータ表示モジュール302、表示方向管理モジュール303、背景色管理モジュール304を備える。   The three-dimensional CAD application 300 of the information processing apparatus 101 includes a CAD data storage module 301, a CAD data display module 302, a display direction management module 303, and a background color management module 304.

CADデータ記憶モジュール301は、3次元CADアプリケーションによって作成された設計物の立体形状を示す3次元モデルを記憶するモジュールである。CADデータ記憶モジュール301によって記憶された3次元モデルは、情報処理装置101の外部メモリ211等に記憶され、必要に応じて、CADデータ記憶モジュール301によって読みだされる。   The CAD data storage module 301 is a module that stores a three-dimensional model indicating a three-dimensional shape of a design created by a three-dimensional CAD application. The three-dimensional model stored by the CAD data storage module 301 is stored in the external memory 211 or the like of the information processing device 101, and is read out by the CAD data storage module 301 as needed.

CADデータ表示モジュール302は、CADデータ記憶モジュール301によって記憶された3次元モデルを情報処理装置101のCRT210に表示させるためのモジュールである。3次元CADアプリケーションでユーザから3次元モデルを表示する指示があった場合には、ユーザに対して閲覧可能に3次元モデルを表示する。   The CAD data display module 302 is a module for displaying the three-dimensional model stored by the CAD data storage module 301 on the CRT 210 of the information processing device 101. When a user gives an instruction to display a three-dimensional model in the three-dimensional CAD application, the three-dimensional model is displayed so that the user can browse the three-dimensional model.

表示方向管理モジュール303は、CADデータ表示モジュール302によって表示された3次元モデルの表示方向を変更するためのモジュール(API)である。ユーザからの指示に応じて3次元モデルを回転させる他、画面キャプチャプログラム310からの指示に応じて3次元モデルを回転させることができる。また、画面キャプチャプログラム310からの指示に応じて、現在の表示方向を取得し、画面キャプチャプログラム310に対して返すことができる。   The display direction management module 303 is a module (API) for changing the display direction of the three-dimensional model displayed by the CAD data display module 302. In addition to rotating the three-dimensional model according to an instruction from the user, the three-dimensional model can be rotated according to an instruction from the screen capture program 310. In addition, in response to an instruction from the screen capture program 310, the current display direction can be acquired and returned to the screen capture program 310.

背景色管理モジュール304は、3次元CADアプリケーションの背景色を変更するためのモジュール(API)である。ユーザからの指示に応じて3次元CADアプリケーションの背景色を変更する他、画面キャプチャプログラム310からの指示に応じて背景色を変更することができる。また、画面キャプチャプログラム310からの指示に応じて、現在の背景色を取得し、画面キャプチャプログラム310に対して返すことができる。尚、本実施形態における背景色とは、3次元モデルの背景となっている背景色を示す。   The background color management module 304 is a module (API) for changing the background color of the three-dimensional CAD application. In addition to changing the background color of the three-dimensional CAD application according to an instruction from the user, the background color can be changed according to an instruction from the screen capture program 310. In addition, in response to an instruction from the screen capture program 310, the current background color can be acquired and returned to the screen capture program 310. The background color in the present embodiment indicates the background color that is the background of the three-dimensional model.

情報処理装置101の画面キャプチャプログラム310は、テーブル管理モジュール311、画面表示制御モジュール312、キャプチャ設定モジュール313、キャプチャ指示モジュール314、キャプチャ画像変換モジュール315、表示方向指示モジュール316、背景色指示モジュール317、キャプチャ範囲設定モジュール318、属性情報管理モジュール319、タイマーモジュール320、サムネイル画像管理モジュール321を備える。   The screen capture program 310 of the information processing apparatus 101 includes a table management module 311, a screen display control module 312, a capture setting module 313, a capture instruction module 314, a capture image conversion module 315, a display direction instruction module 316, a background color instruction module 317, It includes a capture range setting module 318, an attribute information management module 319, a timer module 320, and a thumbnail image management module 321.

テーブル管理モジュール311は、後述する図12の設定テーブル1200や属性情報テーブル1210の記憶や更新等を行うためのモジュールである。各種テーブルは、外部メモリ211に記憶され、必要に応じてRAM203に読み出す。   The table management module 311 is a module for storing and updating a setting table 1200 and an attribute information table 1210 in FIG. The various tables are stored in the external memory 211 and read out to the RAM 203 as needed.

画面表示制御モジュール312は、各種ウィンドウやダイアログといったオブジェクトを情報処理装置101のCRT210に表示するためのモジュールである。表示だけでなく、必要に応じてウィンドウ等のオブジェクトを非表示とすることもできる。本実施形態においては、後述する図8のキャプチャ処理受付画面800、図9のキャプチャ情報設定画面900、図11のタイマー画面1100、図14のキャプチャ処理受付画面1400の表示制御を行う。尚、本実施形態において、ウィンドウといった場合にはダイアログ等の他の形態のGUI(Graphical User Interface)も含むものとする。   The screen display control module 312 is a module for displaying objects such as various windows and dialogs on the CRT 210 of the information processing apparatus 101. In addition to the display, objects such as windows can be hidden as necessary. In the present embodiment, display control of a capture processing reception screen 800 of FIG. 8 described later, a capture information setting screen 900 of FIG. 9, a timer screen 1100 of FIG. 11, and a capture processing reception screen 1400 of FIG. In the present embodiment, a window such as a window also includes a GUI (Graphical User Interface) in another form such as a dialog.

キャプチャ設定モジュール313は、キャプチャのための各種設定を行うためのモジュールである。キャプチャ設定モジュール313では、図9のキャプチャ情報設定画面900を通じてキャプチャの設定を受け付け、確定された設定情報を図12の設定テーブル1200に登録する。   The capture setting module 313 is a module for performing various settings for capture. The capture setting module 313 receives capture settings through the capture information setting screen 900 in FIG. 9 and registers the determined setting information in the setting table 1200 in FIG.

キャプチャ指示モジュール314は、ユーザからキャプチャの指示を受け付けた場合に、オペレーティングシステム330または3次元CADアプリケーションのキャプチャ制御モジュール331に対して、画面のキャプチャ指示を出すモジュールである。範囲キャプチャ指示を出す場合には、キャプチャ範囲設定モジュール318で設定された範囲の座標値をオペレーティングシステム330に渡す。また、全体キャプチャ指示を出す場合には、3次元CADアプリケーションのAPIを用いて、現在表示している3次元モデルの画面キャプチャ要求を3次元CADアプリケーションに出力する。より詳細には、キャプチャ指示モジュール314は範囲キャプチャボタンがユーザに押下された場合に、オペレーティングシステム330に対して範囲設定を含む範囲キャプチャ指示を出すモジュールである。また、キャプチャ指示モジュール314は、全体キャプチャボタンがユーザに押下された場合に、3次元CADアプリケーションに対して全体キャプチャ指示を出すモジュールである。この範囲キャプチャボタンと全体キャプチャボタンを備えることにより、ユーザがオペレーティングシステムと3次元CADアプリケーションを切り替えることなく所望のキャプチャ画像を取得することが可能となる。   The capture instruction module 314 is a module that issues a screen capture instruction to the operating system 330 or the capture control module 331 of the three-dimensional CAD application when a capture instruction is received from the user. When issuing a range capture instruction, the coordinate value of the range set by the capture range setting module 318 is passed to the operating system 330. When issuing an entire capture instruction, a screen capture request of the currently displayed three-dimensional model is output to the three-dimensional CAD application using the API of the three-dimensional CAD application. More specifically, the capture instruction module 314 is a module that issues a range capture instruction including a range setting to the operating system 330 when the range capture button is pressed by the user. The capture instruction module 314 is a module that issues an overall capture instruction to the three-dimensional CAD application when the entire capture button is pressed by the user. By providing the range capture button and the entire capture button, the user can obtain a desired captured image without switching between the operating system and the three-dimensional CAD application.

キャプチャ画像変換モジュール315は、オペレーティングシステム330のキャプチャ制御モジュール331でキャプチャされた画像を取得して、キャプチャ設定モジュール313で設定された設定に応じて、キャプチャ画像を変換するモジュールである。また、キャプチャ画像変換モジュール315は、ファイル形式が「PNG」で透過色を設定されている場合には、指定された色を透過色にした「PNG」形式の画像に変換する。   The capture image conversion module 315 is a module that acquires an image captured by the capture control module 331 of the operating system 330 and converts the captured image according to the settings set by the capture setting module 313. Further, when the file format is “PNG” and the transmission color is set, the capture image conversion module 315 converts the designated color into an image in the “PNG” format in which the transmission color is specified.

表示方向指示モジュール316は、画面キャプチャプログラム310を通じてユーザから指示された表示方向に変更するべく、3次元CADアプリケーション300の表示方向管理モジュール303に対して表示方向の変更指示を出すモジュールである。表示方向の変更指示を行う際には、ユーザから指定された表示方向に対応する回転角度を表示方向管理モジュール303に渡す。   The display direction instruction module 316 is a module that issues an instruction to change the display direction to the display direction management module 303 of the three-dimensional CAD application 300 so as to change to the display direction specified by the user through the screen capture program 310. When the display direction change instruction is issued, the rotation angle corresponding to the display direction specified by the user is passed to the display direction management module 303.

背景色指示モジュール317は、画面キャプチャプログラム310のキャプチャ設定モジュール313で設定された背景色に変更するべく、3次元CADアプリケーション300の背景色管理モジュール304に対して背景色の変更指示を出すモジュールである。背景色の変更指示を行う際には、ユーザから指示された背景色を背景色管理モジュール304に渡す。   The background color instruction module 317 is a module that issues a background color change instruction to the background color management module 304 of the three-dimensional CAD application 300 to change to the background color set by the capture setting module 313 of the screen capture program 310. is there. When an instruction to change the background color is issued, the background color specified by the user is passed to the background color management module 304.

キャプチャ範囲設定モジュール318は、3次元モデルのキャプチャ範囲を設定するためのモジュールである。図10のキャプチャウィンドウ枠1000に示すようなインターフェースを3次元CADアプリケーションの表示画面上に表示させ、キャプチャ範囲設定モジュール318は、ユーザからの指示に応じてこのキャプチャウィンドウ枠1000の大きさを変更することで、キャプチャ範囲を設定できる。   The capture range setting module 318 is a module for setting a capture range of a three-dimensional model. An interface as shown in the capture window frame 1000 in FIG. 10 is displayed on the display screen of the three-dimensional CAD application, and the capture range setting module 318 changes the size of the capture window frame 1000 according to an instruction from the user. By doing so, the capture range can be set.

属性情報管理モジュール319は、オペレーティングシステム330のキャプチャ制御モジュール331でキャプチャされた3次元モデルの状態を図12の属性情報テーブル1210に登録するモジュールである。登録する情報は、キャプチャされた時の表示方向やキャプチャウィンドウ枠の大きさ等である。これらは、表示方向管理モジュール303やキャプチャ範囲設定モジュール318等から取得する。   The attribute information management module 319 is a module that registers the state of the three-dimensional model captured by the capture control module 331 of the operating system 330 in the attribute information table 1210 in FIG. The information to be registered includes the display direction at the time of capture, the size of the capture window frame, and the like. These are obtained from the display direction management module 303, the capture range setting module 318, and the like.

タイマーモジュール320は、キャプチャ設定モジュール313で設定された所定時間だけキャプチャを待機するためのモジュールである。所定時間経過すると、キャプチャ指示モジュール314でキャプチャの指示がなされる。   The timer module 320 is a module for waiting for capture for a predetermined time set by the capture setting module 313. After a lapse of a predetermined time, a capture instruction is issued by the capture instruction module 314.

サムネイル画像管理モジュール321は、キャプチャ画像変換モジュール315で生成されたキャプチャ画像からサムネイル画像を生成し、属性情報テーブル1210に登録するモジュールである。また、サムネイル画像管理モジュール321は、画面表示制御モジュール312で表示するキャプチャ処理受付画面800に生成したサムネイル画像を渡す。
オペレーティングシステム330は、キャプチャ制御モジュール331を備える。
The thumbnail image management module 321 is a module that generates a thumbnail image from the captured image generated by the captured image conversion module 315 and registers the thumbnail image in the attribute information table 1210. Further, the thumbnail image management module 321 passes the generated thumbnail image to the capture processing reception screen 800 displayed by the screen display control module 312.
The operating system 330 includes a capture control module 331.

キャプチャ制御モジュール331は、情報処理装置101のCRT210に表示された画面をキャプチャするためのモジュールである。また、画面キャプチャプログラム310のキャプチャ指示モジュール314からの指示を受け付けて、その指示に応じて画面をキャプチャし、キャプチャ画像を画面キャプチャプログラム310に渡す。画面キャプチャプログラムのキャプチャ指示モジュール314からキャプチャ範囲の指定があった場合には、指定された座標値に基づいて指定された範囲をキャプチャする。   The capture control module 331 is a module for capturing a screen displayed on the CRT 210 of the information processing device 101. Further, it receives an instruction from the capture instruction module 314 of the screen capture program 310, captures a screen according to the instruction, and passes the captured image to the screen capture program 310. When a capture range is specified from the capture instruction module 314 of the screen capture program, the specified range is captured based on the specified coordinate values.

サーバ102は、CADデータ記憶モジュール340を備える。CADデータ記憶モジュール340は、前述した情報処理装置101のCADデータ記憶モジュール301と同様である。情報処理装置101に3次元モデルを記憶管理させる場合には情報処理装置101のCADデータ記憶モジュール301を利用し、サーバ102に3次元モデルを記憶管理させる場合にはサーバ102のCADデータ記憶モジュール340を利用する。本実施例では、情報処理装置101のCADデータ記憶モジュール301を利用するものとして説明を行う。   The server 102 includes a CAD data storage module 340. The CAD data storage module 340 is similar to the CAD data storage module 301 of the information processing apparatus 101 described above. When the information processing apparatus 101 stores and manages a three-dimensional model, the CAD data storage module 301 of the information processing apparatus 101 is used. When the server 102 stores and manages a three-dimensional model, the CAD data storage module 340 of the server 102 is used. Use In the present embodiment, a description will be given assuming that the CAD data storage module 301 of the information processing apparatus 101 is used.

以下、本実施形態における各処理について説明するが、本実施形態における特徴的な処理は、ステップS431、ステップS420(特にステップS510)、ステップS435(特にステップS522)である。そのほか特徴的な処理は、ステップS432、ステップS433、S521などである。   Hereinafter, each process in the present embodiment will be described. Characteristic processes in the present embodiment are step S431, step S420 (particularly, step S510), and step S435 (particularly, step S522). Other characteristic processes include step S432, step S433, and S521.

次に、本発明の実施形態における情報処理装置101によって行われる一連の処理について、図4に示すフローチャートを用いて説明する。尚、ステップS401乃至ステップS422の各ステップは情報処理装置101におけるCPU201の制御の下、処理が行われる。   Next, a series of processes performed by the information processing apparatus 101 according to the embodiment of the present invention will be described with reference to a flowchart shown in FIG. Note that the processes in steps S401 to S422 are performed under the control of the CPU 201 in the information processing apparatus 101.

まず、ステップS401では、情報処理装置101は、ユーザからの指示に応じて3次元CADアプリケーション300を起動させ、CADデータ表示モジュール302によって外部メモリ211に記憶された3次元モデルを開く。   First, in step S401, the information processing apparatus 101 starts the three-dimensional CAD application 300 in response to an instruction from the user, and opens the three-dimensional model stored in the external memory 211 by the CAD data display module 302.

ステップS402では、情報処理装置101の3次元CADアプリケーション300は、ユーザからの指示に応じて画面キャプチャプログラム310を起動し、画面キャプチャプログラム310は、画面表示制御モジュール312によって図8に示すキャプチャ処理受付画面800を表示する。キャプチャ処理受付画面800は、キャプチャの実行指示を受け付ける範囲キャプチャボタン801、開いた3次元モデル全体のキャプチャの実行指示を受ける全体キャプチャボタン805、設定を受け付ける設定ボタン802、サムネイル画像一覧803、即キャプチャチェックボックス804から構成される。803と804は、範囲キャプチャボタン801が押下された場合に、有効となるものとする。すなわち、3次元モデルの全体のキャプチャの実行指示を受け付ける全体キャプチャボタンと、任意の範囲のキャプチャの実行指示を受け付ける範囲キャプチャボタンを含む指示画面を表示する指示画面表示の一例を示す。   In step S402, the three-dimensional CAD application 300 of the information processing apparatus 101 activates the screen capture program 310 in response to an instruction from the user, and the screen capture program 310 receives the capture processing illustrated in FIG. A screen 800 is displayed. The capture processing reception screen 800 includes a range capture button 801 for receiving a capture execution instruction, an overall capture button 805 for receiving an execution instruction for capturing the entire open three-dimensional model, a setting button 802 for receiving settings, a thumbnail image list 803, and an immediate capture. It comprises a check box 804. Steps 803 and 804 are enabled when the range capture button 801 is pressed. That is, an example of an instruction screen display that displays an instruction screen including an entire capture button for receiving an instruction to execute capture of the entire three-dimensional model and a range capture button for receiving an instruction to execute capture of an arbitrary range is shown.

ステップ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 information processing apparatus 101 reproduces the previous capture state of the three-dimensional model opened in step S401 using the attribute information table 1210 shown in FIG. Specifically, the CAD file name 1211 that matches the file name of the three-dimensional model opened in step S401 is specified, and the model display direction (X-axis rotation angle) 1214 and the model display direction (Y-axis rotation angle) of the record are specified. The display direction management module 303 reproduces the display state of the 3D model at the time of capture by passing the 1215, the model display direction (Z-axis rotation angle) 1216, and the magnification 1221 to the 3D CAD application 300. The parameters in the model display direction rotate the three-dimensional model by an angle corresponding to the designated parameters based on the X, Y, and Z axes when viewed from the front. The enlargement ratio 1221 enlarges the size of the displayed three-dimensional model by a designated parameter.

また、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220を用いて、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318でキャプチャウィンドウ枠の大きさと位置を設定する。キャプチャウィンドウ枠の大きさで縦と横の大きさを設定し、キャプチャウィンドウ枠位置で画面の左上を原点とした位置を設定する。途中でキャプチャ作業が中断してしまうと、表示方向やキャプチャウィンドウ枠の設定をし直す必要があるのだが、こうすることによって、前回キャプチャ作業していた続きを再現することが可能となる。尚、3次元モデルの回転や拡大、キャプチャウィンドウ枠の大きさや位置の設定の詳細な仕組みは、従来技術を用いるため、説明を省略する。   Further, 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 setting module 318 sets the size and position of the capture window frame. Set the vertical and horizontal size by the size of the capture window frame, and set the position with the origin at the upper left of the screen at the capture window frame position. If the capture operation is interrupted in the middle, it is necessary to reset the display direction and the capture window frame. By doing so, it is possible to reproduce the continuation of the previous capture operation. Note that the detailed structure of the rotation and enlargement of the three-dimensional model and the setting of the size and position of the capture window frame will not be described because a conventional technique is used.

属性情報テーブル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 CAD file name 1211, a capture file name 1212, a thumbnail image name 1213, a model display direction (X-axis rotation angle) 1214, a model display direction (Y-axis rotation angle) 1215, and a model display. Direction (Z-axis rotation angle) 1216, capture window frame size (horizontal) 1217, capture window frame size (vertical) 1218, capture window frame position (X position) 1219, capture window frame position (Y position) 1220 , And an enlargement ratio 1221. The CAD file name 1211 indicates the file name of the three-dimensional model. The capture file name 1212 indicates a file name of a captured image obtained by capturing the three-dimensional model. The thumbnail image name 1213 indicates the file name of the thumbnail image generated from the captured image. The model display direction (X-axis rotation angle) 1214, the model display direction (Y-axis rotation angle) 1215, and the model display direction (Z-axis rotation angle) 1216 are parameters indicating the display direction of the three-dimensional model at the time of capture. A capture window frame size (horizontal) 1217 and a capture window frame size (vertical) 1218 are parameters indicating the size of the capture window frame at the time of capture. The capture window frame position (X position) 1219 and the capture window frame position (Y position) 1220 are parameters indicating the position of the capture window frame at the time of capture. The enlargement ratio 1221 is a parameter indicating the enlargement ratio at the time of capture.

ステップS431では、画面キャプチャプログラム310が、キャプチャ処理受付画面800で範囲キャプチャボタン801、全体キャプチャボタン805、設定ボタン802が押下されたか否かを判定する。範囲キャプチャボタン801が押下された場合には、ステップS406へ処理を移す。全体キャプチャボタン805が押下された場合には、ステップS435へ処理を移す。設定ボタン802が押下された場合には、ステップS432へ処理を移す。   In step S431, the screen capture program 310 determines whether the range capture button 801, the entire capture button 805, and the setting button 802 have been pressed on the capture processing reception screen 800. If the range capture button 801 has been pressed, the process moves to step S406. If the entire capture button 805 has been pressed, the process moves to step S435. If the setting button 802 has been pressed, the process moves to step S432.

ステップS435では、開かれているファイルの表示の全体をキャプチャする全体キャプチャ処理である。なお、全体キャプチャ処理については、図5Bで後述する。   Step S435 is an entire capture process for capturing the entire display of the open file. The overall capture processing will be described later with reference to FIG. 5B.

ステップS432では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によって、開いているファイルのファイル名を取得して、設定テーブル1200に一致する過去のキャプチャで用いた設定情報があるかを判定する。すなわち、3次元モデルのファイルの識別情報に対応づく設定情報がに記憶されているか否かを判定する判定処理の一例である。   In step S432, the screen capture program 310 of the information processing apparatus 101 acquires the file name of the open file by the screen display control module 312, and there is setting information used in the past capture that matches the setting table 1200. Is determined. That is, this is an example of a determination process of determining whether setting information corresponding to the identification information of the file of the three-dimensional model is stored in the file.

一致する設定情報(対応づく設定情報)がある場合には、ステップS433へ処理を移す。一致する設定情報(対応づく設定情報)がない場合には、画面キャプチャプログラム310が予め保有しているデフォルトの設定情報(予め保持する設定情報)を読み出し、ステップS404へ処理を移す。   If there is matching setting information (setting information corresponding to the setting information), the process proceeds to step S433. If there is no matching setting information (corresponding setting information), the default setting information (setting information held in advance) held by the screen capture program 310 is read in advance, and the process proceeds to step S404.

ステップS433では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によって、対応づく設定情報を設定テーブル1200から読み出す。すなわち、3次元モデルのファイルの識別情報に対応づいて設定情報が記憶されている。   In step S433, the screen capture program 310 of the information processing apparatus 101 causes the screen display control module 312 to read the corresponding setting information from the setting table 1200. That is, the setting information is stored in correspondence with the identification information of the file of the three-dimensional model.

ステップS404では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によって、読み出された設定情報を図9に示すキャプチャ情報を設定画面900に設定して表示し、ユーザからの入力を受け付ける。すなわち、キャプチャの設定画面を表示する設定画面表示の一例である。また、記憶されている設定情報を読み出して表示する一例である。さらに、表示された3次元モデルのファイルに対応づいて記憶されている設定情報を読み出して表示する一例である。   In step S404, the screen capture program 310 of the information processing apparatus 101 uses the screen display control module 312 to set and display the read setting information on the setting screen 900 with the capture information shown in FIG. Accept. That is, this is an example of a setting screen display for displaying a capture setting screen. Also, this is an example in which stored setting information is read out and displayed. Further, this is an example in which setting information stored in association with a displayed three-dimensional model file is read out and displayed.

キャプチャ情報設定画面900は、キャプチャ画像の保存場所やキャプチャ画像名を設定する保存設定欄901、変換するファイル形式やその品質を設定する形式設定欄902、背景色を設定する背景色設定欄903、タイマーを設定するタイマー設定欄904から構成されるダイアログである。キャプチャ情報設定画面900は自動的に表示されてもよいし、キャプチャ処理受付画面800に備えられた設定ボタン802の押下を受け付けた場合に表示するようにしてもよい。プレビュー905は、範囲キャプチャボタンまたは全体キャプチャボタンが押下されキャプチャ画像をプレビューさせるかを設定する設定欄である。「レ」はプレビューONで、キャプチャボタンが押下された場合にプレビューが表示される設定である。「レ」がない場合、プレビューOFFで、キャプチャボタンが押下された場合にプレビューが表示されない設定である。   The capture information setting screen 900 includes a save setting column 901 for setting a storage location and a capture image name of a captured image, a format setting column 902 for setting a file format to be converted and its quality, a background color setting column 903 for setting a background color, This is a dialog including a timer setting field 904 for setting a timer. The capture information setting screen 900 may be automatically displayed, or may be displayed when the setting button 802 provided on the capture processing reception screen 800 is received. A preview 905 is a setting column for setting whether a range capture button or an entire capture button is pressed and a captured image is previewed. “Re” is a setting in which the preview is displayed when the preview button is pressed when the capture button is pressed. If "RE" is not present, the preview is OFF and the preview is not displayed when the capture button is pressed.

プレビュー905がONの場合、図13の1302のように、プレビュー画面が表示され、保存ボタンが押下されると、画面キャプチャプログラム310が設定情報に従って、所定のファイル形式、所定の保存場所にキャプチャ画像のファイルを保存する。   When the preview 905 is ON, a preview screen is displayed as shown by reference numeral 1302 in FIG. 13, and when the save button is pressed, the screen capture program 310 causes the captured image to be stored in a predetermined file format and a predetermined storage location according to the setting information. Save the file.

ステップS405では、情報処理装置101の画面キャプチャプログラム310は、ステップS404で入力を受け付けた各種設定(設定情報)を、図12に示す設定テーブル1200に登録する。この時、開いているファイル名(1207)とともに登録する。すなわち、設定画面表示により設定された設定情報を記憶する記憶処理の一例である。   In step S405, the screen capture program 310 of the information processing apparatus 101 registers various settings (setting information) received in step S404 in the setting table 1200 illustrated in FIG. At this time, it is registered together with the open file name (1207). That is, this is an example of a storage process for storing setting information set by the setting screen display.

設定テーブル1200(図12参照)は、フォルダパス1201、ファイル名1202、ファイル形式1203、品質1204、背景色1205、タイマー1206から構成される。フォルダパス1201は、キャプチャ画像の保存場所である。ファイル名1202は、キャプチャ画像の命名ルールである。ファイル形式1203は、キャプチャ画像を変換するファイル形式である。品質1204は、変換する際の品質を示す。背景色1205は、キャプチャする際の3次元CADアプリケーション300の背景色を示す。タイマー1206は、キャプチャ指示があってからキャプチャするまでの待機時間を示す。CADファイル名1207は、キャプチャ情報設定画面900で設定したCADファイル(開いているファイル)のファイル名称を示す。ファイル名はファイルパスであってもよい。このファイル名(ファイル識別情報)を保持することにより、設定値とファイルが対応づき、再度CADファイルを開いた際に、過去に設定した設定値を用いてキャプチャをすることが可能となる。   The setting table 1200 (see FIG. 12) includes a folder path 1201, a file name 1202, a file format 1203, a quality 1204, a background color 1205, and a timer 1206. The folder path 1201 is a storage location of a captured image. The file name 1202 is a naming rule for the captured image. The file format 1203 is a file format for converting a captured image. The quality 1204 indicates the quality at the time of conversion. The background color 1205 indicates the background color of the three-dimensional CAD application 300 when capturing. The timer 1206 indicates a standby time from capture instruction to capture. The CAD file name 1207 indicates the file name of the CAD file (open file) set on the capture information setting screen 900. The file name may be a file path. By holding the file name (file identification information), the setting values correspond to the files, and when the CAD file is opened again, it is possible to capture using the setting values set in the past.

ステップS406では、情報処理装置101の画面キャプチャプログラム310は、所定のフォルダにサムネイル画像が存在するか否かを判定する。所定のフォルダにサムネイル画像が存在する場合には、ステップS407に処理を進め、所定のフォルダにサムネイル画像が存在しない場合には、ステップS408に処理を進める   In step S406, the screen capture program 310 of the information processing apparatus 101 determines whether a thumbnail image exists in a predetermined folder. If the thumbnail image exists in the predetermined folder, the process proceeds to step S407. If the thumbnail image does not exist in the predetermined folder, the process proceeds to step S408.

本実施形態では、後述するステップS408で表示されるキャプチャ処理受付画面800で、過去にキャプチャした3次元モデルのサムネイル画像をサムネイル画像一覧803に一覧表示する。ユーザは、このサムネイル画像をクリックすることで、サムネイル画像に対応する表示方向に、表示中の3次元モデルを変更できる。つまり、ステップS406では、そのサムネイル画像があるか否か、つまり過去にキャプチャした3次元モデルの状態を再現できるか否かを判定することになる。ステップS403では、表示中の3次元モデルが以前キャプチャした際の表示状態を再現するのに対し、こちらは表示中の3次元モデルも含めて、情報処理装置101でキャプチャされたすべての3次元モデルの表示状態を再現するものである   In the present embodiment, the thumbnail image list 803 displays a list of thumbnail images of the previously captured three-dimensional model on the capture processing reception screen 800 displayed in step S408 described below. By clicking this thumbnail image, the user can change the displayed three-dimensional model in the display direction corresponding to the thumbnail image. That is, in step S406, it is determined whether or not the thumbnail image exists, that is, whether or not the state of the three-dimensional model captured in the past can be reproduced. In step S403, the displayed state of the three-dimensional model being displayed is reproduced when it was previously captured. On the other hand, all the three-dimensional models captured by the information processing apparatus 101, including the three-dimensional model being displayed, are reproduced here. Is to reproduce the display state of

また、本実施形態では、以前の表示方向を再現するために、その時キャプチャしたキャプチャ画像のサムネイル画像を一覧表示し、選択されたサムネイル画像に対応する表示方向で3次元モデルを回転させるものである。しかしながら、右斜め45度や真上といった所定の角度でキャプチャしたい場合には、図14に示すようなGUIを表示し、格子の各アイコンに対して選択を受け付けるような形態でもよい。図14に示すキャプチャ処理受付画面1400には、キャプチャ方向選択アイコン1401が表示されている。この格子上の中点や四隅に付されたアイコンをクリックすると、そのアイコンの位置に応じて3次元モデルを回転させることができる。具体的には、各アイコンに対応するように3次元モデルの回転角度が記憶されており、アイコンが選択されるとそのアイコンに対応する回転角度が取得できる。そして、3次元CADアプリケーション300にそのパラメータを渡すと、表示方向管理モジュール303が表示方向を変更する。このようなGUIで変更したい表示方向を選択させ、キャプチャさせる仕組みでもよい。   In the present embodiment, in order to reproduce the previous display direction, the thumbnail images of the captured images captured at that time are displayed in a list, and the three-dimensional model is rotated in the display direction corresponding to the selected thumbnail image. . However, if 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 and a selection may be accepted for each icon on the grid. A capture direction selection icon 1401 is displayed on the capture processing reception screen 1400 shown in FIG. By clicking on an icon attached to the middle point or four corners on the grid, the three-dimensional model can be rotated according to the position of the icon. Specifically, the rotation angle of the three-dimensional model is stored so as to correspond to each icon, and when an icon is selected, the rotation angle corresponding to the icon can be acquired. When the parameters are passed to the three-dimensional CAD application 300, the display direction management module 303 changes the display direction. Such a GUI may be used to select a display direction to be changed and capture the display direction.

ステップS407では、情報処理装置101の画面キャプチャプログラム310は、所定のフォルダからサムネイル画像を取得し、RAM203に記憶しておく。   In step S407, the screen capture program 310 of the information processing apparatus 101 acquires a thumbnail image from a predetermined folder and stores the thumbnail image in the RAM 203.

ステップS408では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によってキャプチャ処理受付画面800のサムネイル画像一覧803を更新する。具体的には、ステップS407で取得したサムネイル画像をユーザから選択可能に表示する。   In step S408, the screen capture program 310 of the information processing apparatus 101 updates the thumbnail image list 803 of the capture processing reception screen 800 by the screen display control module 312. Specifically, the thumbnail image acquired in step S407 is displayed so as to be selectable by the user.

ステップS409では、情報処理装置101の画面キャプチャプログラム310は、ステップS408で表示されたサムネイル画像が選択されたか否かを判定する(表示方向指定受付)。サムネイル画像が選択されたと判定された場合には、ステップS410に処理を進め、そうでない場合には、ステップS415に処理を進める。   In step S409, the screen capture program 310 of the information processing apparatus 101 determines whether the thumbnail image displayed in step S408 has been selected (display direction designation reception). If it is determined that a thumbnail image has been selected, the process proceeds to step S410; otherwise, the process proceeds to step S415.

ステップS410では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ処理受付画面800の即キャプチャチェックボックス804にチェックが入っているか否かを判定する。即キャプチャチェックボックス804にチェックを入れて、サムネイル画像を選択した場合には、選択したサムネイル画像に対応する表示方向に3次元モデルを変更させた後、すぐにキャプチャが実行される。チェックが入っていない場合には、表示方向は変更されるが、キャプチャはなされないので、別途、範囲キャプチャボタン801を押下する必要がある。表示方向の再調整をしないのであれば、サムネイル画像をクリックするだけでその表示方向でキャプチャができるため、表示方向を調整する手間が大幅に軽減される。キャプチャしたい3次元モデルを開いて、サムネイルをクリックするという2つのステップを繰り返すだけでキャプチャ画像が生成できるということである。即キャプチャチェックボックス804にチェックが入っていると判定された場合には、ステップS411に処理を進め、即キャプチャチェックボックス804にチェックが入っていないと判定された場合には、ステップS413に処理を進める。   In step S410, the screen capture program 310 of the information processing apparatus 101 determines whether the immediate capture check box 804 on the capture processing reception screen 800 is checked. If the check box 804 is checked immediately and a thumbnail image is selected, the capture is executed immediately after the three-dimensional model is changed in the display direction corresponding to the selected thumbnail image. When the check is not checked, the display direction is changed, but no capture is performed, so that it is necessary to separately press the range capture button 801. If the display direction is not readjusted, it is possible to capture in the display direction simply by clicking the thumbnail image, so that the trouble of adjusting the display direction is greatly reduced. This means that a captured image can be generated simply by opening the three-dimensional model to be captured and clicking two thumbnails. If it is determined that the immediate capture check box 804 is checked, the process proceeds to step S411. If it is determined that the immediate capture check box 804 is not checked, the process proceeds to step S413. Proceed.

ステップS411は、情報処理装置101の画面キャプチャプログラム310は、選択されたサムネイル画像に対応する表示方向になるように3次元モデルを回転させ、すぐにキャプチャする処理を実行する。サムネイルキャプチャ処理の詳細は、後述する図7に示す。   In step S411, the screen capture program 310 of the information processing apparatus 101 executes a process of rotating the three-dimensional model so as to be in a display direction corresponding to the selected thumbnail image and immediately capturing the image. Details of the thumbnail capture process are shown in FIG. 7 described later.

ステップ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 information processing apparatus 101 acquires attribute information corresponding to the thumbnail image selected in step S409 from the attribute information table 1210. Specifically, the thumbnail image name 1213 that matches the file name of the thumbnail image is specified, and the model display direction (X-axis rotation angle) 1214, model display direction (Y-axis rotation angle) 1215, and model display direction ( Z axis rotation angle) 1216, capture window frame size (horizontal) 1217, capture window frame size (vertical) 1218, capture window frame position (X position) 1219, capture window frame position (Y position) 1220, enlargement The rate 1221 is obtained.

ステップ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 information processing apparatus 101 sets the display direction of the three-dimensional model and the capture window frame based on the attribute information acquired in step S413 (display direction change). The display direction instruction module 316 of the screen capture program 310 instructs the display direction management module 303 of the three-dimensional CAD application 300 to control the display direction and size. The display direction management module 303 adjusts the display direction and size of the displayed three-dimensional model according to the instruction. The instructions from the display direction instruction module 316 to the display direction management module 303 include the acquired model display direction (X-axis rotation angle) 1214, model display direction (Y-axis rotation angle) 1215, and model display direction (Z-axis rotation angle) 1216. , The enlargement rate 1221 is included, and the setting is performed based on these. The capture range setting module 318 of the screen capture program 310 includes the acquired capture window frame size (horizontal) 1217, capture window frame size (vertical) 1218, capture window frame position (X position) 1219, capture window The size and position of the capture window frame are set based on the frame position (Y position) 1220.

ステップS415では、情報処理装置101の3次元CADアプリケーション300は、3次元CADアプリケーションによって表示された3次元モデルの表示方向を変更する指示が、ユーザから3次元CADアプリケーションに対してあったか否かを判定する。つまり、マウス等を用いて直接3次元モデルの表示方向を変える操作の検知がなされたか否かを判定することになる。3次元モデルの表示方向を変更する指示が、ユーザから3次元CADアプリケーションに対してあったと判定された場合には、ステップS416に処理を進め、そうでない場合には、ステップS417に処理を進める。   In step S415, the three-dimensional CAD application 300 of the information processing apparatus 101 determines whether the user has given an instruction to change the display direction of the three-dimensional model displayed by the three-dimensional CAD application to the three-dimensional CAD application. I do. That is, it is determined whether or not an operation of directly changing the display direction of the three-dimensional model has been detected using a mouse or the like. If it is determined that the user has issued an instruction to change the display direction of the three-dimensional model to the three-dimensional CAD application, the process proceeds to step S416; otherwise, the process proceeds to step S417.

ステップS416では、情報処理装置101の3次元CADアプリケーションは、ユーザからの指示に応じて、表示されている3次元モデルの表示方向を変更する。ここでの表示方向の変更は自由回転による変更である。よって、ユーザが3次元モデルに対してドラッグ操作することで3次元モデルが回転する。こうすることで、キャプチャする表示方向を微調整することができる。   In step S416, the three-dimensional CAD application of the information processing device 101 changes the display direction of the displayed three-dimensional model according to an instruction from the user. The change of the display direction here is a change by free rotation. Therefore, when the user performs a drag operation on the three-dimensional model, the three-dimensional model is rotated. By doing so, the display direction to be captured can be finely adjusted.

ステップS417では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ範囲の変更が指示されたか否かを判定する。具体的には、図10のキャプチャウィンドウ枠1000に示すようなキャプチャウィンドウ枠が図10に示すような形態で3次元モデル上に表示されているので、このキャプチャウィンドウ枠1000の4辺、4隅に対してドラッグ操作が行われたか、または移動受付領域1001をクリックしてドラッグ操作が行われることで、キャプチャウィンドウ枠1000の移動指示がなされたか否かを判定することになる。キャプチャ範囲の変更が指示されたと判定された場合には、ステップS418に処理を進め、そうでない場合には、ステップS419に処理を進める。   In step S417, the screen capture program 310 of the information processing apparatus 101 determines whether a change of the capture range has been instructed. Specifically, since a capture window frame as shown in a capture window frame 1000 in FIG. 10 is displayed on the three-dimensional model in a form as shown in FIG. It is determined whether or not a drag operation has been performed on the capture window frame 1000 or a drag operation has been performed by clicking on the movement reception area 1001 to thereby determine whether or not an instruction to move the capture window frame 1000 has been issued. If it is determined that the change of the capture range has been instructed, the process proceeds to step S418; otherwise, the process proceeds to step S419.

ステップS418では、情報処理装置101の画面キャプチャプログラム310は、ユーザからの操作に応じて、キャプチャウィンドウ枠1000の大きさを変更、またはキャプチャウィンドウ枠1000の移動を実行する(キャプチャ範囲設定)。これらのキャプチャウィンドウ枠1000の変更処理は、キャプチャ範囲設定モジュール318によって行われる。   In step S418, the screen capture program 310 of the information processing apparatus 101 changes the size of the capture window frame 1000 or moves the capture window frame 1000 according to an operation from the user (capture range setting). The process of changing the capture window frame 1000 is performed by the capture range setting module 318.

ステップS419では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ処理受付画面800に備えられた範囲キャプチャボタン801が押下されたか否かを判定する。つまり、3次元モデルのキャプチャ指示があったか否かを判定することになる(キャプチャ指示受付)。キャプチャボタン801が押下されたと判定された場合には、ステップS420に処理を進め、そうでない場合には、ステップS422に処理を進める。なお、ステップS431で範囲キャプチャボタン801が押下されたか否かを判定しているが、各種設定変更(表示方向変更、キャプチャ範囲変更等)が任意に変更可能なため、ステップS419で再度範囲キャプチャボタン801が押下されたか否かを判定する処理としている。従って、範囲設定等が事前に行われて、変更がない場合には、ステップS419の処理はスキップして、ステップS420とステップS421の処理を実行してもよい。   In step S419, the screen capture program 310 of the information processing apparatus 101 determines whether the range capture button 801 provided on the capture processing reception screen 800 has been pressed. That is, it is determined whether or not a capture instruction for the three-dimensional model has been issued (capture instruction reception). If it is determined that the capture button 801 has been pressed, the process proceeds to step S420; otherwise, the process proceeds to step S422. In step S431, it is determined whether or not the range capture button 801 has been pressed. However, since various setting changes (display direction change, capture range change, and the like) can be arbitrarily changed, the range capture button is again set in step S419. The processing is to determine whether or not 801 has been pressed. Therefore, if the range setting or the like is performed in advance and there is no change, the processing of step S419 may be skipped and the processing of steps S420 and S421 may be executed.

ステップS420では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーションによって表示されている3次元モデルのキャプチャを実行する処理を行う。範囲キャプチャ処理は、後述する図5Aに示す。   In step S420, the screen capture program 310 of the information processing apparatus 101 performs a process of capturing a three-dimensional model displayed by the three-dimensional CAD application. The range capture processing is shown in FIG. 5A described later.

ステップS421では、情報処理装置101の画面キャプチャプログラム310は、キャプチャした3次元モデルの表示状態を保存する処理を実行する。属性情報保存処理の詳細は、後述する図6に示す。   In step S421, the screen capture program 310 of the information processing apparatus 101 executes a process of saving the display state of the captured three-dimensional model. Details of the attribute information storage processing are shown in FIG. 6 described later.

ステップ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 information processing apparatus 101 determines whether the user has issued an instruction to terminate the screen capture program 310. Specifically, the determination may be made based on whether a close button provided on the capture processing reception screen 800 has been pressed, or whether the termination of the three-dimensional CAD application 300 has been instructed. If it is determined that an instruction to terminate the screen capture program 310 has been issued, the screen capture program 310 is terminated, and this series of processes is terminated. Otherwise, the process returns to step S409, and the process is repeated. The three-dimensional CAD application 300 may be kept running, or may be ended when the screen capture program 310 ends.

次に、範囲キャプチャ処理について図5Aを用いて説明する。尚、ステップS501乃至ステップS514の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。   Next, the range capture process will be described with reference to FIG. 5A. Note that the processes in steps S501 to S514 are performed under the control of the CPU 201 in the information processing apparatus 101.

まず、ステップ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 information processing device 101 acquires the background color of the three-dimensional CAD application 300 (background color acquisition). The background color referred to here is the color set for the background of the three-dimensional model as described above. Specifically, the background color instruction module 317 of the screen capture program 310 instructs the background color management module 304 of the three-dimensional CAD application 300 to acquire the background color displayed on the three-dimensional CAD application 300. Then, the background color management module 304 that has received the instruction acquires the currently set background color and returns it to the background color instruction module 317. In this way, the background color can be obtained. The acquired background color is stored in the RAM 203 by the background color instruction module 317.

ステップ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 information processing apparatus 101 changes the background color of the three-dimensional CAD application 300 to the color set in step S405 described above (background color change). Specifically, the background color instruction module 317 of the screen capture program 310 instructs the background color management module 304 of the three-dimensional CAD application 300 to change the background color displayed on the three-dimensional CAD application 300. The background color to be changed is the color set in step S405 described above, that is, the color entered in the background color setting field 903 of the capture information setting screen 900 shown in FIG. Upon receiving the instruction, the background color management module 304 changes the currently set background color to the instructed color. As described above, if the user can instruct to change the background color before performing capture, the user does not need to change the background color every time capture is performed. That is, this is an example in which a change request is made to the application using the set setting information.

また、本実施形態では、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 has been described. However, only the inside of the capture window frame 1000 may be changed. Specifically, when the background color instruction module 317 of the screen capture program 310 instructs the background color management module 304 of the three-dimensional CAD application 300 to change the background color in step S502, the setting is performed in step S418 described above. The obtained capture range is also passed to the background color management module 304. The parameters to be passed to the background color management module 304 are set by adjusting the capture window frame 1000, and are the upper left X and Y coordinates of the capture window frame acquired by the capture range setting module 318 and the vertical and horizontal sizes. The same parameters as the capture window frame size (horizontal) 1217, capture window frame size (vertical) 1218, capture window frame position (X position) 1219, and capture window frame position (Y position) 1220 are passed. . Upon receiving these parameters, the background color management module 304 changes the background color with the designated color only for the capture range. Only the required range can be changed, making it easier to see which range to capture.

ステップS503では、情報処理装置101の画面キャプチャプログラム310は、前述したステップS405でタイマーが設定されているか否かを判定する。具体的には、図9に示すキャプチャ情報設定画面900のタイマー設定欄904に待機時間が設定されているか否かで判定することになる。タイマーを設定することで、キャプチャ指示を行ってからキャプチャが行われるまで設定された時間だけ待機し、待機が終了したらキャプチャするようになる。キャプチャまでの待機時間を設けることで、キャプチャウィンドウ枠の調整など、最終調整を行うことができる。タイマーが設定されていると判定された場合には、ステップS504に処理を進め、タイマーが設定されていないと判定された場合には、すぐにキャプチャするべく、ステップS508に処理を進める。   In step S503, the screen capture program 310 of the information processing apparatus 101 determines whether the timer has been set in step S405 described above. Specifically, the determination is made based on whether or not the standby time is set in the timer setting column 904 of the capture information setting screen 900 shown in FIG. By setting the timer, it waits for a set time from when the capture instruction is issued to when the capture is performed, and captures when the standby is completed. By providing a waiting time until capture, final adjustment such as adjustment of a capture window frame can be performed. If it is determined that the timer has been set, the process proceeds to step S504. If it is determined that the timer has not been set, the process proceeds to step S508 so as to capture immediately.

ステップS504では、情報処理装置101の画面キャプチャプログラム310は、図11に示すようなタイマー画面1100をCRT210に表示させる。画面キャプチャプログラム310のタイマーモジュール320がタイマー設定欄904に設定された時間をセットしたタイマー画面1100を生成し、画面表示制御モジュール312が画面に表示させる。   In step S504, the screen capture program 310 of the information processing apparatus 101 causes the CRT 210 to display a timer screen 1100 as shown in FIG. The timer module 320 of the screen capture program 310 generates a timer screen 1100 in which the time set in the timer setting column 904 is set, and the screen display control module 312 displays the screen on the screen.

ステップS505では、情報処理装置101の画面キャプチャプログラム310は、タイマーモジュール320により、ステップS504でセットされたタイマーを開始する。つまり、撮影までのカウントダウンを開始することになる。本実施形態では、カウントダウンを行い、「0」になったらキャプチャが行われるものとするが、カウントアップでも構わない。   In step S505, the screen capture program 310 of the information processing apparatus 101 causes the timer module 320 to start the timer set in step S504. In other words, the countdown to shooting is started. In the present embodiment, the countdown is performed, and the capture is performed when the countdown becomes “0”. However, the countup may be performed.

ステップS506では、情報処理装置101の画面キャプチャプログラム310は、タイマーモジュール320によりステップS505で開始されたタイマーが「0」になったか否かを判定する(待機)。つまり、所定時間待機し、待機時間が終了したかどうかを判定することになる。タイマーが「0」になったと判定された場合には、ステップS507に処理を進め、そうでない場合には、タイマーが「0」になるまでステップS506の処理を繰り返す。   In step S506, the screen capture program 310 of the information processing apparatus 101 determines whether the timer started in step S505 by the timer module 320 has become “0” (standby). That is, it waits for a predetermined time and determines whether or not the waiting time has ended. If it is determined that the timer has become “0”, the process proceeds to step S507; otherwise, the process of step S506 is repeated until the timer becomes “0”.

ステップS507では、情報処理装置101の画面キャプチャプログラム310は、ステップS504で表示されたタイマー画面1100を、画面表示制御モジュール312によって非表示にする。こうすることで不要なタイマー画面1100がキャプチャされないように制御する。   In step S507, the screen capture program 310 of the information processing apparatus 101 causes the screen display control module 312 to hide the timer screen 1100 displayed in step S504. In this way, control is performed so that unnecessary timer screen 1100 is not captured.

ステップ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 information processing apparatus 101 determines whether the various windows displayed by the screen display control module 312 are included in the capture range set by the capture range setting module 318 in step S418 described above. Is determined. Since the capture of the screen is performed not by the three-dimensional CAD application 300 but by the capture control module 331 of the operating system 330, all information displayed on the CRT 210 of the information processing apparatus 101 is to be captured. That is, even if the window is not a window generated by the three-dimensional CAD application 300, the window is to be captured. Therefore, when another window overlaps with the three-dimensional model as the subject, the three-dimensional model is hidden, and a problem occurs in that the three-dimensional model cannot be captured well. In particular, there is no problem that a window is displayed outside the capture range. However, if a window overlaps within the capture range, it must be hidden. Therefore, in step S508, it is determined whether a window is included in the capture range.

ウィンドウが枠内にあるかとうか判定する方法は、キャプチャウィンドウ枠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)を満たすとき、枠内にウィンドウがあると判断する。
キャプチャ範囲内にウィンドウが存在すると判定された場合には、ステップS509に処理を進め、そうでない場合には、ステップS510に処理を進める。
A method of determining whether the window is within the frame is as follows: the coordinates of the lower left corner of the screen position coordinates of the capture window frame 1000 are (X1, Y1), the coordinates of the upper right corner are (X2, Y2), and the screen position of the capture window is set. The coordinates of the lower left corner of the coordinates are (X'1, Y'1), and the coordinates of the upper right corner are (X'2, Y'2). At this time, the following conditional expression (X1 <= X'1 <= X2 or X1 <= X'2 <= X2) and (Y1 <= Y'1 <= Y2 or Y1 <= Y'2 <= Y2 When the condition is satisfied, it is determined that the window is within the frame.
If it is determined that a window exists within the capture range, the process proceeds to step S509; otherwise, 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 information processing apparatus 101 causes the screen display control module 312 to hide the window determined to be included in the capture range in step S508 (display control). By doing so, unnecessary windows in the capture range can be hidden, so that even when the screen is captured by the operating system 330, reflection of unnecessary objects can be prevented. In the present embodiment, only the windows within the capture range are hidden, but at the time of capture, all the screens other than the screen displaying the three-dimensional model may be hidden. That is, all windows displayed by the screen display control module 312 of the screen capture program 310 may be hidden. Further, the window may be minimized without being hidden, or the window may be moved out of the capture range. You may delete it temporarily. In addition, a scheme is also conceivable in which windows displayed by applications or programs other than the three-dimensional CAD application 300 and the screen capture program 310 are not displayed. Specifically, using a screen display control module (not shown) included in the operating system 330, non-display, minimization, deletion, etc. of an application other than the application displaying the window to be captured are executed. This prevents unnecessary objects from being reflected. In addition, although only the screen is hidden, objects such as a cursor are included.

ステップS510では、情報処理装置101の画面キャプチャプログラム310は、CRT210に表示された画面をキャプチャする(キャプチャ実行)。具体的には、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318で取得したキャプチャウィンドウ枠1000の座標値や大きさを含めて、キャプチャ指示モジュール314からオペレーティングシステム330のキャプチャ制御モジュール331に対して指示を出す。キャプチャ制御モジュール331は、受け取った座標値や大きさに基づいてキャプチャ範囲を設定し、当該キャプチャ範囲に対して画面キャプチャを実行する。キャプチャが完了したら、キャプチャ制御モジュール331は、キャプチャしたキャプチャ画像をRAM203に記憶する。すなわち、範囲キャプチャボタンが押下された場合に、オペレーティングシステムに画面で指定された範囲のキャプチャ要求を出力する一例である。   In step S510, the screen capture program 310 of the information processing apparatus 101 captures the screen displayed on the CRT 210 (capture execution). Specifically, the capture instruction module 314 instructs the capture control module 331 of the operating system 330 including the coordinate values and the size of the capture window frame 1000 acquired by the capture range setting module 318 of the screen capture program 310. put out. The capture control module 331 sets a capture range based on the received coordinate value and size, and executes screen capture for the capture range. When the capture is completed, the capture control module 331 stores the captured image in the RAM 203. That is, this is an example in which, when the range capture button is pressed, a capture request for a range specified on the screen is output to the operating system.

ステップS511では、情報処理装置101の画面キャプチャプログラム310は、ステップS510でRAM203に記憶されたキャプチャ画像を、キャプチャ画像変換モジュール315によって取得する。なお、プレビュー905がONの場合、オペレーティングシステムで生成され、取得したキャプチャ画像をプレビュー表示する。そして、図13の保存ボタンがユーザに押下された場合にステップS512へ処理を移す。   In step S511, the screen capture program 310 of the information processing apparatus 101 uses the capture image conversion module 315 to acquire the capture image stored in the RAM 203 in step S510. When the preview 905 is ON, a preview of the captured image generated and acquired by the operating system is displayed. Then, when the save button in FIG. 13 is pressed by the user, the process proceeds to step S512.

ステップS512では、情報処理装置101の画面キャプチャプログラム310は、ステップS511で取得したキャプチャ画像をユーザから指定された形式に変換する(キャプチャ画像変換)。具体的には、画面キャプチャプログラム310のキャプチャ画像変換モジュール315によって、設定テーブル1200で設定されたファイル形式1203と品質1204でキャプチャ画像を変換する。背景色設定欄903で透過色が設定されていれば、その色を透過色として変換する。画像の変換については従来技術を用いるものとするので、詳細な説明は省略する。変換が終わったら、設定テーブル1200のファイル名1202に格納されたファイル名の命名ルールに基づいて、変換したキャプチャ画像のファイル名を変更し、フォルダパス1201が示すフォルダにキャプチャ画像を格納する。   In step S512, the screen capture program 310 of the information processing apparatus 101 converts the captured image acquired in step S511 into a format specified by the user (capture image conversion). Specifically, the capture image is converted by the capture image conversion module 315 of the screen capture program 310 according to the file format 1203 and the quality 1204 set in the setting table 1200. If a transparent color is set in the background color setting column 903, that color is converted as a transparent color. Since a conventional technique is used for image conversion, a detailed description is omitted. After the conversion, the file name of the converted captured image is changed based on the file name naming rule stored in the file name 1202 of the setting table 1200, and the captured image is stored in the folder indicated by the folder path 1201.

ステップ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 information processing apparatus 101 acquires the background color stored in step S501 from the RAM 203, and changes the background color of the three-dimensional CAD application 300 with the acquired color. That is, the original background color is restored. Specifically, an instruction is issued to the background color management module 304 of the three-dimensional CAD application 300 to change to the color acquired by the background color instruction module 317 of the screen capture program 310. The background color management module 304 changes the background color of the three-dimensional CAD application 300 with the received color. In many cases, the background color is specified by using a color palette or RGB values, so remembering the original color places a heavy burden on the user, and reproducing the original color is very troublesome. By saving the background color before capture and restoring after capture in this way, the background color can be changed only when capturing, reducing the need for the user to manually return to the original background color. Is done.

ステップS514では、情報処理装置101の画面キャプチャプログラム310は、ステップS509で非表示としたウィンドウを画面表示制御モジュール312によって再表示する。つまり、ウィンドウについてもキャプチャ前の状態に戻す。非表示のままではその後の作業に影響が出るため、キャプチャ前の状態を復元することでスムーズな作業が可能となる。尚、ウィンドウが最小化されている場合には元のサイズに戻す処理を行い、キャプチャ範囲外に移動されている場合には、それらを元の位置に戻す。移動の場合には、ステップS509で移動前の座標値をウィンドウごとに保持しておき、その座標値に基づいて元の位置に戻すような仕組みにすれば実現可能である。   In step S514, the screen capture program 310 of the information processing apparatus 101 causes the screen display control module 312 to redisplay the window that was not displayed in step S509. That is, the window is returned to the state before the capture. If it remains hidden, subsequent work will be affected, so restoring the state before capture enables smooth work. When the windows are minimized, the process for returning to the original size is performed, and when the windows are moved out of the capture range, they are returned to the original position. In the case of the movement, this can be realized by holding the coordinate values before the movement for each window in step S509 and returning to the original position based on the coordinate values.

図5Aの範囲キャプチャ処理について図13を用いて説明する。図13はキャプチャ処理の遷移を示す図である。まず、キャプチャ前に3次元モデルの背景として設定されている背景色を取得しておく(ステップS501)。その後、キャプチャを実行するのだが、画面例1301ではキャプチャウィンドウ枠内に不要なウィンドウが存在していることがわかる(ステップS508)。よって、この不要なウィンドウを非表示とし(ステップS509)、背景色を変更して(ステップS502)、画面例1302のような状態にする。こうすることで邪魔なオブジェクトは存在しなくなり、ユーザの望む背景色に変更されたので、指定されたキャプチャウィンドウ枠に基づいてキャプチャを実行する(ステップS510)。キャプチャが終了したら、保存した背景色に自動的に戻し(ステップS513)、非表示にしたウィンドウを再表示する(ステップS514)。つまり、画面例1301の状態に戻る。以上のようにすることで、不要なウィンドウの非表示、背景色の変更、キャプチャ後の復元が可能となる。   The range capture processing of FIG. 5A will be described with reference to FIG. FIG. 13 is a diagram showing the transition of the capture processing. First, the background color set as the background of the three-dimensional model is obtained before capture (step S501). After that, the capture is executed. In the screen example 1301, it can be seen that an unnecessary window exists in the capture window frame (step S508). Therefore, the unnecessary window is not displayed (step S509), the background color is changed (step S502), and a state as shown in a screen example 1302 is obtained. By doing so, there is no obstructive object, and the background color is changed to the one desired by the user. Therefore, the capture is executed based on the designated capture window frame (step S510). When the capture is completed, the background color is automatically returned to the stored background color (step S513), and the hidden window is displayed again (step S514). That is, the state returns to the state of the screen example 1301. In this manner, unnecessary windows can be hidden, the background color can be changed, and restoration after capture can be performed.

範囲キャプチャは、オペレーティングシステム330に対してキャプチャ要求を出力するため、3次元モデル以外の3次元CADアプリケーション300のウィンドウ全体やウィンドウの一部、メニューなど種々のキャプチャが可能となる。   Since the range capture outputs a capture request to the operating system 330, various captures such as the entire window, a part of the window, and the menu of the three-dimensional CAD application 300 other than the three-dimensional model can be performed.

次に、全体キャプチャ処理について図5Bを用いて説明する。尚、ステップS521乃至ステップS523の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。なお、図5Aと同様のステップについての詳細な説明を省略する。   Next, the entire capture processing will be described with reference to FIG. 5B. Note that the processes in steps S521 to S523 are performed under the control of the CPU 201 in the information processing apparatus 101. Note that detailed description of the same steps as those in FIG. 5A will be omitted.

ステップS521では、情報処理装置101の画面キャプチャプログラム310は、図15に示す全体キャプチャ通知画面1500を表示する。ここでは、画面上には、範囲キャプチャができるようにキャプチャウィンドウ枠が表示されているため、ユーザに対して、「キャプチャ枠に関係なく、表示されている3次元モデル全体がキャプチャされます。全体キャプチャを実行する場合はOKボタンを押下してください。」の通知表示を行い、全体キャプチャボタンの押下によりキャプチャウィンドウ枠でのキャプチャがされるとの誤認識を抑止する。   In step S521, the screen capture program 310 of the information processing apparatus 101 displays the entire capture notification screen 1500 shown in FIG. Here, since the capture window frame is displayed on the screen so that range capture can be performed, the user is told, "The entire displayed 3D model is captured regardless of the capture frame. Please press the OK button to execute capture. "Is displayed, and erroneous recognition that the capture in the capture window frame is performed by pressing the entire capture button is suppressed.

全体キャプチャ通知画面1500でOKボタンが押下されると、ステップS501へ処理を移し、キャンセルボタンが押下されると全体キャプチャ処理を終了する。
ステップS501〜ステップS506、ステップS513の処理は上述した通りであるが、概略を記載する。
If the OK button is pressed on the entire capture notification screen 1500, the process proceeds to step S501, and if the cancel button is pressed, the entire capture process ends.
The processes in steps S501 to S506 and step S513 are as described above, but are described briefly.

キャプチャ前に3次元モデルの背景として設定されている背景色を取得して記憶する(ステップS501)。指定された色で背景色を変更する(ステップS502)。ステップS405でタイマーが設定されているか否かを判定する(ステップS503)。タイマーが設定されていると判定された場合には、ステップS504に処理を進め、タイマーが設定されていないと判定された場合には、すぐに全体キャプチャすべく、ステップS522に処理を進める。   Before the capture, the background color set as the background of the three-dimensional model is obtained and stored (step S501). The background color is changed with the designated color (step S502). It is determined whether or not a timer is set in step S405 (step S503). If it is determined that the timer is set, the process proceeds to step S504. If it is determined that the timer is not set, the process proceeds to step S522 to immediately capture the entire image.

図11に示すようなタイマー画面1100をCRT210に表示させる(S504)。ステップS504でセットされたタイマーを開始する(S505)。開始されたタイマーが「0」になったか否かを判定する(S506)。タイマーが「0」になったと判定された場合には、ステップS523に処理を進める。   A timer screen 1100 as shown in FIG. 11 is displayed on the CRT 210 (S504). The timer set in step S504 is started (S505). It is determined whether or not the started timer has reached “0” (S506). If it is determined that the timer has become “0”, the process proceeds to step S523.

ステップS522では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーション300に対して、全体キャプチャ要求を出力する。全体キャプチャ要求は3次元CADアプリケーション300のAPIを用いるものとし、キャプチャに必要な設定を引数として含んだ要求を3次元CADアプリケーション300に出力する。すなわち、全体キャプチャボタンが押下された場合に、アプリケーションにキャプチャ要求を出力する一例である。   In step S522, the screen capture program 310 of the information processing apparatus 101 outputs an entire capture request to the three-dimensional CAD application 300. The entire capture request uses the API of the three-dimensional CAD application 300, and outputs a request including settings required for capture as arguments to the three-dimensional CAD application 300. That is, this is an example of outputting a capture request to an application when the entire capture button is pressed.

なお、プレビュー905がONの場合、3次元CADアプリケーション300で生成され、取得したキャプチャ画像をプレビュー表示する。そして、全体キャプチャ時のプレビュー画面(図13と同様)の保存ボタンがユーザに押下された場合にステップS523へ処理を移す。   When the preview 905 is ON, a preview of the captured image generated and acquired by the three-dimensional CAD application 300 is displayed. Then, when the save button on the preview screen (similar to FIG. 13) at the time of overall capture is pressed by the user, the process proceeds to step S523.

ステップS523では、全体キャプチャ要求を受け付けた3次元CADアプリケーション300が、現在表示されている状態の3次元モデルを取得した設定(APIに含まれる引数の設定)に従って、画像ファイルを作成する。3次元CADアプリケーション300からキャプチャ画像を取得し、画面キャプチャプログラム310が、取得したキャプチャ画像を基に、指定された保存先に画像ファイルを保存する。その後、ステップS513へ処理が実行される。   In step S523, the three-dimensional CAD application 300 that has received the entire capture request creates an image file according to the setting (the setting of the argument included in the API) in which the currently displayed three-dimensional model is acquired. The captured image is acquired from the three-dimensional CAD application 300, and the screen capture program 310 saves the image file in a designated storage location based on the acquired captured image. Thereafter, the process is performed on step S513.

なお、全体キャプチャ時に処理速度優先モードを設定した場合には(不図示)、プレビュー905の設定をOFFにして、3次元CADアプリケーション300に対して全体キャプチャ要求を行い、3次元CADアプリケーション300側で画像ファイルを作成して、所定の保存場所に保存させる。ファイル保存場所、画像ファイル形式は、図9で設定した際に、引数で3次元CADアプリケーション300へ通知しておく、あるいは、設定テーブル1200を3次元CADアプリケーション300が参照する形態であってもよい。   If the processing speed priority mode is set during the entire capture (not shown), the setting of the preview 905 is turned off, an entire capture request is made to the three-dimensional CAD application 300, and the three-dimensional CAD application 300 side An image file is created and stored in a predetermined storage location. The file storage location and image file format may be notified to the three-dimensional CAD application 300 by using an argument when set in FIG. 9, or the configuration table 1200 may be referred to by the three-dimensional CAD application 300. .

ステップS513は、画面キャプチャプログラム310の処理であり、画面キャプチャプログラム310により、ステップS501で記憶した背景色をRAM203から取得し、取得した色で3次元CADアプリケーション300の背景色を変更する。つまり、元の背景色に戻す。   Step S513 is processing of the screen capture program 310. The screen capture program 310 acquires the background color stored in step S501 from the RAM 203, and changes the background color of the three-dimensional CAD application 300 with the acquired color. That is, the original background color is restored.

なお、全体キャプチャの場合には、オペレーティングシステムのキャプチャ機能を使わず、3次元CADアプリケーション300のキャプチャ機能(表示している状態の3次元モデルの画像ファイル化)を用いているため、タイマー画面1100やキャプチャウィンドウ枠やメニュー画面などを非表示する必要がない。そのため範囲キャプチャと異なり、各種画面の再表示を行わないように制御している。   In the case of the whole capture, the timer screen 1100 is used because the capture function of the three-dimensional CAD application 300 (image creation of the displayed three-dimensional model) is used without using the capture function of the operating system. There is no need to hide the capture window frame or menu screen. Therefore, unlike the range capture, control is performed so as not to redisplay various screens.

次に、属性情報保存処理について図6を用いて説明する。尚、ステップS601乃至ステップS605の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。   Next, the attribute information storage processing will be described with reference to FIG. Note that the processes in steps S601 to S605 are performed under the control of the CPU 201 in the information processing apparatus 101.

まず、ステップ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 information processing apparatus 101 acquires the display direction set for the captured three-dimensional model. Specifically, the display direction instruction module 316 of the screen capture program 310 issues an instruction to acquire the display direction of the captured three-dimensional model to the display direction management module 303 of the three-dimensional CAD application 300. The display direction management module 303 that has received the instruction acquires the display direction set for the three-dimensional model, and returns the display direction to the display direction instruction module 316. The acquired parameters are parameters corresponding to a model display direction (X-axis rotation angle) 1214, a model display direction (Y-axis rotation angle) 1215, a model display direction (Z-axis rotation angle) 1216, and a magnification 1221. The acquired display direction is used to reproduce the previous capture state in step S403 described above, or to reproduce the display direction when the thumbnail image is selected in step S411 or the thumbnail image is selected in step S413 or step S414. Is done.

ステップ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 information processing apparatus 101 acquires the position and size of the capture window frame 1000 at the time of capture. Specifically, the position and the size of the capture window frame 1000 set when the capture range setting module 318 of the screen capture program 310 captures are acquired. The acquired parameters correspond to 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. Parameter. This is also used to reproduce the previous capture state in step S403 described above, or to reproduce the capture window frame 1000 when a thumbnail image is selected in step S411 or thumbnail capture processing in step S411 or step S414. You.

ステップ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 information processing apparatus 101 registers various parameters acquired in steps S601 and S602 in the attribute information table 1210 by the attribute information management module 319 (history registration). The file name of the captured three-dimensional model is stored in the CAD file name 1211 and the file name of the captured image saved in step S512 is stored in the capture file name 1212. Then, a model display direction (X-axis rotation angle) 1214, a model display direction (Y-axis rotation angle) 1215, a model display direction (Z-axis rotation angle) 1216, a capture window frame size (horizontal) 1217, and a capture window frame The parameters acquired in steps S601 and S602 are stored in the size (vertical) 1218, the capture window frame position (X position) 1219, the capture window frame position (Y position) 1220, and the magnification 1221, respectively.

ステップS604では、情報処理装置101の画面キャプチャプログラム310は、前述したステップS512で保存されたキャプチャ画像に基づいて、サムネイル画像管理モジュール321によりサムネイル画像を生成する。サムネイル画像は前述したステップS407、ステップS408で使用される。図8に示すキャプチャ処理受付画面800のサムネイル画像一覧803のように表示し、ユーザからの選択を受け付けるために使用される画像である。   In step S604, the screen capture program 310 of the information processing apparatus 101 generates a thumbnail image by the thumbnail image management module 321 based on the captured image stored in step S512. The thumbnail image is used in steps S407 and S408 described above. This is an image displayed as a thumbnail image list 803 on the capture processing reception screen 800 shown in FIG. 8 and used to receive selection from the user.

ステップS605では、情報処理装置101の画面キャプチャプログラム310は、ステップS604で生成されたサムネイル画像を、サムネイル画像管理モジュール321により所定のフォルダに保存する。保存場所は、ステップS406、ステップS407で参照するフォルダが望ましい。保存が完了したら、当該サムネイル画像のファイル名を属性情報テーブル1210のサムネイル画像名1213に格納する。このようにすることで、キャプチャ時の表示状態を保存することができ、これらを用いて、前述したステップS411やステップS414でその表示状態を再現することができる。   In step S605, the screen capture program 310 of the information processing apparatus 101 stores the thumbnail image generated in step S604 in a predetermined folder by the thumbnail image management module 321. The storage location is desirably the folder referred to in steps S406 and S407. When the saving is completed, the file name of the thumbnail image is stored in the thumbnail image name 1213 of the attribute information table 1210. By doing so, the display state at the time of capture can be saved, and the display state can be reproduced by using these in step S411 or step S414 described above.

次に、サムネイルキャプチャ処理について図7を用いて説明する。尚、ステップS701乃至ステップS705の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。   Next, the thumbnail capture processing will be described with reference to FIG. Note that the processes in steps S701 to S705 are performed under the control of the CPU 201 in the information processing apparatus 101.

まず、ステップ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 information processing apparatus 101 acquires attribute information corresponding to the thumbnail image selected in step S409 from the attribute information table 1210 (display direction acquisition). Specifically, the thumbnail image name 1213 that matches the file name of the thumbnail image is specified, and the model display direction (X-axis rotation angle) 1214, model display direction (Y-axis rotation angle) 1215, and model display direction ( Z axis rotation angle) 1216, capture window frame size (horizontal) 1217, capture window frame size (vertical) 1218, capture window frame position (X position) 1219, capture window frame position (Y position) 1220, enlargement The rate 1221 is obtained.

ステップ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 information processing apparatus 101 saves the display state before capture. Specifically, the display direction instruction module 316 of the screen capture program 310 issues an instruction to acquire the display direction of the captured three-dimensional model to the display direction management module 303 of the three-dimensional CAD application 300. The display direction management module 303 that has received the instruction acquires the display direction set for the three-dimensional model, and returns the display direction to the display direction instruction module 316. The acquired parameters are parameters corresponding to a model display direction (X-axis rotation angle) 1214, a model display direction (Y-axis rotation angle) 1215, a model display direction (Z-axis rotation angle) 1216, and a magnification 1221. Also, the position and size of the capture window frame 1000 set when the capture range setting module 318 of the screen capture program 310 captures are acquired. The acquired parameters correspond to 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. Parameter. The acquired various parameters are stored in the RAM 203.

ステップ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 information processing apparatus 101 sets a display direction and a capture range of the displayed three-dimensional model based on the attribute information acquired in step S701 (display direction change). From the display direction instruction module 316 of the screen capture program 310 to the display direction management module 303 of the three-dimensional CAD application 300, the model display direction (X-axis rotation angle) 1214 and the model display direction (Y-axis rotation angle) acquired in step S701. ) 1215, an instruction to change the display direction of the three-dimensional model is issued based on the model display direction (Z-axis rotation angle) 1216 and the magnification 1221. Upon receiving the instruction, the display direction management module 303 changes the display direction set in the three-dimensional model based on the designated parameter. In addition, the capture range setting module 318 of the screen capture program 310 uses the capture window frame size (horizontal) 1217, capture window frame size (vertical) 1218, and capture window frame position (X position) 1219 acquired in step S701. The capture window frame 1000 is set based on the capture window frame position (Y position) 1220. The setting method of the display direction and the capture window is as described above.

ステップS704では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーションによって表示されている3次元モデルのキャプチャを実行する処理を行う。範囲キャプチャ処理は、前述した通りである。   In step S704, the screen capture program 310 of the information processing apparatus 101 performs a process of executing capture of a three-dimensional model displayed by the three-dimensional CAD application. The range capture processing is as described above.

ステップ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 information processing apparatus 101 returns to the display direction and the capture window frame saved in step S702 since the capture has been completed. Specifically, the display direction instruction module 316 of the screen capture program 310 sends the model display direction (X-axis rotation angle) 1214 and the model display direction stored in step S702 to the display direction management module 303 of the three-dimensional CAD application 300. An instruction to change the display direction of the three-dimensional model is issued based on (Y-axis rotation angle) 1215, model display direction (Z-axis rotation angle) 1216, and magnification 1221. Upon receiving the instruction, the display direction management module 303 changes the display direction set in the three-dimensional model based on the designated parameter. Also, the capture range setting module 318 of the screen capture program 310 has the capture window frame size (horizontal) 1217, capture window frame size (vertical) 1218, and capture window frame position (X position) 1219 saved in step S702. The capture window frame 1000 is set based on the capture window frame position (Y position) 1220. The setting method of the display direction and the capture window is as described above.

以上説明したように、本実施形態によれば、全体キャプチャボタンと範囲キャプチャボタンとを表示して、ユーザがアプリケーションを意識することなく所定の画面キャプチャを容易に行うことができる。特に、ユーザが3次元データを表示するアプリケーションとオペレーティングシステムを切り替えて、キャプチャすることがなくなるため、ユーザにとって煩雑な操作をなくすことが可能となる。   As described above, according to the present embodiment, the entire capture button and the range capture button are displayed, so that the user can easily perform a predetermined screen capture without being conscious of the application. In particular, since the user does not need to switch between the application for displaying the three-dimensional data and the operating system to capture, it is possible to eliminate a complicated operation for the user.

また、範囲キャプチャでも全体キャプチャでも同じ設定で画像を取得することができるため、従来のようにアプリケーションとオペレーティングシステムを切り替えてキャプチャすることにより設定が異なる画像の生成をなくすことができ、作業者の負担を大幅に軽減することが可能となる。   In addition, since images can be acquired with the same settings for both range capture and full capture, switching between applications and the operating system as in the past to capture images eliminates the need to generate images with different settings, thus eliminating the need for operators. The burden can be greatly reduced.

その他の効果として、範囲キャプチャの場合には、不要なオブジェクトを非表示にした後にキャプチャに関する処理を実行することが可能となるので、キャプチャしたい被写体が隠れることなく、キャプチャすることのでき、全体キャプチャの場合には、不要な画面がないため、非表示にすることをせずにキャプチャすることができるため、効率的なキャプチャが可能となる。また、本実施形態によれば、背景色を変更した後にキャプチャに関する処理を実行することが可能となるので、ユーザの望む背景色でキャプチャすることのできる効果を奏する。   As another effect, in the case of range capture, it is possible to execute processing related to capture after hiding unnecessary objects, so that the subject to be captured can be captured without hiding, and overall capture In the case of (1), since there is no unnecessary screen, it is possible to capture without hiding the screen, so that efficient capture is possible. Further, according to the present embodiment, it is possible to execute the processing related to the capture after the background color is changed, so that there is an effect that the capture can be performed with the background color desired by the user.

本発明は、例えば、システム、装置、方法、プログラム若しくは記憶媒体等としての実施形態も可能であり、具体的には、複数の機器から構成されるシステムに適用してもよいし、また、1つの機器からなる装置に適用してもよい。   The present invention is, for example, possible as an embodiment as a system, an apparatus, a method, a program, a storage medium, or the like. Specifically, the present invention may be applied to a system including a plurality of devices. You may apply to the apparatus which consists of three apparatuses.

なお、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラムを、システム或いは装置に直接、或いは遠隔から供給するものを含む。そして、そのシステム或いは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合も本発明に含まれる。   The present invention also includes a software program for realizing the functions of the above-described embodiments, which is supplied directly or remotely to a system or an apparatus. The present invention also includes a case where the present invention is also achieved by a computer of the system or the apparatus reading and executing the supplied program code.

したがって、本発明の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。   Therefore, the program code itself installed in the computer to implement the functional processing of the present invention by the computer also implements the present invention. That is, the present invention includes the computer program itself for realizing the functional processing of the present invention.

その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。   In this case, as long as it has the function of the program, it may be in the form of an object code, a program executed by an interpreter, script data supplied to the OS, or the like.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RWなどがある。また、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)などもある。   Examples of a recording medium for supplying the program include a flexible disk, a hard disk, an optical disk, a magneto-optical disk, an MO, a CD-ROM, a CD-R, and a CD-RW. Further, there are a magnetic tape, a nonvolatile memory card, a ROM, a DVD (DVD-ROM, DVD-R), and the like.

その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する。そして、前記ホームページから本発明のコンピュータプログラムそのもの、若しくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。   As another method of supplying the program, a browser on a client computer is used to connect to a homepage on the Internet. The computer program of the present invention or a compressed file including an automatic installation function can be supplied from the home page by downloading the file to a recording medium such as a hard disk.

また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。   Also, the present invention can 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. In other words, the present invention also includes a WWW server that allows a plurality of users to download a program file for implementing the functional processing of the present invention on a computer.

また、本発明のプログラムを暗号化して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 downloaded to a user who satisfies predetermined conditions from a homepage via the Internet to download key information for decryption. Let it. It is also possible to execute the encrypted program by using the downloaded key information and install the program on a computer to realize the program.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。その他、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   The functions of the above-described embodiments are implemented when the computer executes the read program. In addition, the OS or the like running on the computer performs part or all of the actual processing based on the instructions of the program, 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 to a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Thereafter, based on instructions of the program, a CPU or the like provided in the function expansion board or the function expansion unit performs part or all of actual processing, and the functions of the above-described embodiments are also realized by the processing.

なお、前述した実施形態は、本発明を実施するにあたっての具体化の例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。即ち、本発明はその技術思想、又はその主要な特徴から逸脱することなく、様々な形で実施することができる。   It should be noted that the above-described embodiment is merely an example of the embodiment for carrying out the present invention, and the technical scope of the present invention should not be interpreted in a limited manner. That is, the present invention can be implemented in various forms without departing from the technical idea or the main features.

100 3次元CADシステム
101 情報処理装置
102 サーバ
103 ネットワーク
201 CPU
202 RAM
203 ROM
204 システムバス
205 入力コントローラ
206 ビデオコントローラ
207 メモリコントローラ
208 通信I/F(インターフェース)コントローラ
209 入力装置
210 ディスプレイ装置
211 外部メモリ
100 three-dimensional CAD system 101 information processing device 102 server 103 network 201 CPU
202 RAM
203 ROM
204 System bus 205 Input controller 206 Video controller 207 Memory controller 208 Communication I / F (interface) controller 209 Input device 210 Display device 211 External memory

Claims (9)

次元モデルを表示するアプリケーションとオペレーションシステムを有する情報処理装置であって、
前記3次元モデルの全体のキャプチャの実行指示、または、前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付ける受付手段と、
前記受付手段で前記3次元モデルの全体のキャプチャの実行指示を受け付けた場合に前記アプリケーションにキャプチャ要求を出力し、また、前記受付手段で前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付けた場合に前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力手段と
を備えることを特徴とする情報処理装置。
The information processing apparatus having an application and an operating system for displaying a three-dimensional model,
Receiving means for receiving an instruction to execute capture of the entire three-dimensional model or an instruction to execute capture of an arbitrary range of the three-dimensional model;
When the receiving unit receives an instruction to execute the capture of the entire three-dimensional model, the receiving unit outputs a capture request to the application, and the receiving unit issues an instruction to execute the capture of an arbitrary range of the three-dimensional model. the information processing apparatus when receiving, characterized in that the an output means for outputting the capture request for the given range in the operation system.
前記3次元モデルの全体のキャプチャの実行指示を受け付ける全体キャプチャボタンと、前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付ける範囲キャプチャボタンとを表示させるよう制御する表示制御手段を備え、Display control means for controlling display of an entire capture button for receiving an instruction to execute capture of the entire three-dimensional model and a range capture button for receiving an instruction to execute capture of an arbitrary range of the three-dimensional model;
前記受付手段は、前記表示制御手段で表示された全体キャプチャボタンまたは範囲キャプチャボタンの選択の受付に基づいて前記実行指示を受け付けることを特徴とする請求項1に記載の情報処理装置。2. The information processing apparatus according to claim 1, wherein the receiving unit receives the execution instruction based on a selection of an entire capture button or a range capture button displayed by the display control unit. 3.
前記表示制御手段は、前記キャプチャに係る情報を設定する情報設定画面を表示し、
前記出力手段は、前記表示制御手段で表示された情報設定画面で設定された情報に基づいて、前記キャプチャ要求を出力することを特徴とする請求項に記載の情報処理装置。
The display control means displays the information setting screen for setting the information related to the capture,
The information processing apparatus according to claim 2 , wherein the output unit outputs the capture request based on information set on an information setting screen displayed by the display control unit .
前記情報を記憶する記憶手段を備え、
前記表示制御手段は、前記記憶手段に記憶されている情を表させるよう制御することを特徴とする請求項3に記載の情報処理装置。
E Bei storage means for storing said information,
Wherein the display control unit, an information processing apparatus according to information that has been stored in the storage means to claim 3, characterized in that controls to Viewing.
前記表示制御手段は、前記任意の範囲を設定する範囲設定画面を表示し、The display control means displays a range setting screen for setting the arbitrary range,
前記出力手段は、前記表示制御手段で表示された範囲設定画面で設定された任意の範囲に基づいて、前記キャプチャ要求を出力することを特徴とする請求項2乃至4のいずれか1項に記載の情報処理装置。5. The apparatus according to claim 2, wherein the output unit outputs the capture request based on an arbitrary range set on a range setting screen displayed by the display control unit. 6. Information processing device.
画面を表示するアプリケーションとオペレーションシステムを有する情報処理装置であって、
前記画面の全体のキャプチャの実行指示、または、前記画面の任意の範囲のキャプチャの実行指示を受け付ける受付手段と、
前記受付手段で前記画面の全体のキャプチャの実行指示を受け付けた場合に前記アプリケーションにキャプチャ要求を出力し、また、前記受付手段で前記画面の任意の範囲のキャプチャの実行指示を受け付けた場合に前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力手段と
を備えることを特徴とする情報処理装置。
The information processing apparatus having an application and an operating system for displaying a screen,
Receiving means for receiving an instruction to execute capture of the entire screen , or an instruction to execute capture of an arbitrary range of the screen ,
If the receiving unit receives an instruction to execute the capture of the entire screen , a capture request is output to the application, and if the receiving unit receives an instruction to execute the capture of an arbitrary range of the screen , the information processing apparatus according to an outputting means for outputting a capture request for the given range in the operation system.
コンピュータを、請求項1乃至6のいずれかの情報処理装置として機能させるためのプログラム。   A program for causing a computer to function as the information processing device according to any one of claims 1 to 6. 次元モデルを表示するアプリケーションとオペレーションシステムを有する情報処理装置の処理方法であって、
前記3次元モデルの全体のキャプチャの実行指示、または、前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付ける受付ステップと、
前記受付ステップで前記3次元モデルの全体のキャプチャの実行指示を受け付けた場合に前記アプリケーションにキャプチャ要求を出力し、また、前記受付ステップで前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付けた場合に前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力ステップと
を含むことを特徴とする情報処理装置の処理方法。
A processing method for an information processing apparatus including an application and an operating system for displaying a three-dimensional model,
A receiving step of receiving an instruction to execute capture of the entire three-dimensional model or an instruction to execute capture of an arbitrary range of the three-dimensional model;
Said when accepting an instruction to execute the entire capture the 3-dimensional model at the reception step to output the capture request to the application, also an instruction to execute capture any range of the three-dimensional model in the accepting step processing method for an information processing apparatus when receiving the, characterized in that it comprises an output step of outputting the capture request for the given range in the operation system.
画面を表示するアプリケーションとオペレーションシステムを有する情報処理装置の処理方法であって、
前記画面の全体のキャプチャの実行指示、または、前記画面の任意の範囲のキャプチャの実行指示を受け付ける受付ステップと、
前記受付ステップで前記画面の全体のキャプチャの実行指示を受け付けた場合に前記アプリケーションにキャプチャ要求を出力し、また、前記受付ステップで前記画面の任意の範囲のキャプチャの実行指示を受け付けた場合に前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力ステップと
を含むことを特徴とする情報処理装置の処理方法。
A processing method for an information processing apparatus including an application and an operating system for displaying a screen,
An instruction to execute the capture of the entire screen , or a receiving step of receiving an instruction to execute the capture of an arbitrary range of the screen ,
Said when accepting an instruction to execute the entire capture the screen at the reception step to output the capture request to the application, also when receiving an execution instruction of capturing any range of the screen in the receiving step processing method for an information processing apparatus characterized by comprising an output step of outputting the capture request for the given range in the operation system.
JP2015091566A 2015-04-28 2015-04-28 Information processing apparatus, processing method thereof, and program Active JP6646200B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015091566A JP6646200B2 (en) 2015-04-28 2015-04-28 Information processing apparatus, processing method thereof, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015091566A JP6646200B2 (en) 2015-04-28 2015-04-28 Information processing apparatus, processing method thereof, and program

Publications (3)

Publication Number Publication Date
JP2016207143A JP2016207143A (en) 2016-12-08
JP2016207143A5 JP2016207143A5 (en) 2019-02-21
JP6646200B2 true JP6646200B2 (en) 2020-02-14

Family

ID=57490141

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015091566A Active JP6646200B2 (en) 2015-04-28 2015-04-28 Information processing apparatus, processing method thereof, and program

Country Status (1)

Country Link
JP (1) JP6646200B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4748905B2 (en) * 2001-09-28 2011-08-17 株式会社バンダイナムコゲームス Screen shot providing system and program
US8312365B2 (en) * 2010-06-11 2012-11-13 Microsoft Corporation Rendering web content with a brush
JP5370561B1 (en) * 2012-09-28 2013-12-18 キヤノンマーケティングジャパン株式会社 Information processing apparatus, control method thereof, and program
JP5772878B2 (en) * 2012-09-28 2015-09-02 キヤノンマーケティングジャパン株式会社 Information processing apparatus, control method thereof, and program

Also Published As

Publication number Publication date
JP2016207143A (en) 2016-12-08

Similar Documents

Publication Publication Date Title
US10984579B2 (en) Playback for embedded and preset 3D animations
JP4981147B2 (en) Parameter setting unit superimposed on the image
CN102622223A (en) Directly assigning desktop backgrounds
JP5862103B2 (en) Electronic blackboard device, screen display method and program
JP2003296012A (en) System for inputting and displaying graphic and method of using interface
GB2400287A (en) Three-Dimensional Image Compositing
JP2016157156A (en) Information processing apparatus, information processing system, information processing method, and program
JP4508745B2 (en) Information processing apparatus, image editing apparatus, control method therefor, computer program, and computer-readable storage medium
US11106340B2 (en) Information processing apparatus and information processing method
JP5370561B1 (en) Information processing apparatus, control method thereof, and program
JP5999227B2 (en) Information processing apparatus, control method thereof, and program
JPH11306002A (en) Editing device and editing method for gui environment
JP6011603B2 (en) Information processing apparatus, control method thereof, and program
JP6646200B2 (en) Information processing apparatus, processing method thereof, and program
JP2006134230A (en) Image editing device
JP5664731B2 (en) Information processing apparatus, control method thereof, and program
KR20180116708A (en) Method and apparatus for providing contents for layered hologram
JP6572940B2 (en) Information processing apparatus, control method thereof, and program
US11157130B2 (en) Cursor-based resizing for copied image portions
JP7290095B2 (en) Display control program, display control method and display control device
EP4254153A1 (en) Information processing system, information processing method, and program
EP4254152A1 (en) Information processing system and information processing program
JP2012064156A (en) Information processing apparatus, and processing method and program thereof
JP2022101746A (en) Information processing apparatus, information processing method, and program
JP2022101740A (en) Information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20161101

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20161101

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180501

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20180703

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20181031

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190109

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20190111

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190311

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190507

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191223

R151 Written notification of patent or utility model registration

Ref document number: 6646200

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250