JP2014056144A - Image display device provided with suppression function of screen capture - Google Patents

Image display device provided with suppression function of screen capture Download PDF

Info

Publication number
JP2014056144A
JP2014056144A JP2012201519A JP2012201519A JP2014056144A JP 2014056144 A JP2014056144 A JP 2014056144A JP 2012201519 A JP2012201519 A JP 2012201519A JP 2012201519 A JP2012201519 A JP 2012201519A JP 2014056144 A JP2014056144 A JP 2014056144A
Authority
JP
Japan
Prior art keywords
image
bitmap
screen capture
color
bitmap image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2012201519A
Other languages
Japanese (ja)
Other versions
JP6028477B2 (en
Inventor
Toshio Modegi
敏雄 茂出木
Yukio Kanayama
行雄 金山
Hideki Murota
秀樹 室田
Hiroaki Kasai
裕昭 葛西
Yasuo Kubota
靖夫 久保田
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.)
Dai Nippon Printing Co Ltd
Original Assignee
Dai Nippon Printing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dai Nippon Printing Co Ltd filed Critical Dai Nippon Printing Co Ltd
Priority to JP2012201519A priority Critical patent/JP6028477B2/en
Publication of JP2014056144A publication Critical patent/JP2014056144A/en
Application granted granted Critical
Publication of JP6028477B2 publication Critical patent/JP6028477B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an image display device provided with a suppression function of a screen capture capable of preventing content from being duplicated in a normal state even when screen capture processing is performed without preventing the screen capture processing itself.SOLUTION: After generating an initial bit map image from read character string data (a), a color of a character is set to a color different from a color of the other characters every fourth character, a character set to the color different from the color of the other characters is shifted by one character at a time to generate four kinds of bit map images (b) to (e), and the four kinds of bit map images are sequentially transferred to a memory for display in a predetermined time interval (f). When screen capture is performed, only the bit map images recorded in the memory for display are recorded (h).

Description

本発明は、書籍など文字コード形式でラスター変換により画像を表示する画像表示装置、またはコミック・絵本・写真集などビットマップ形式で画像を表示する画像表示装置に関し、特に、画像表示装置に表示された画像の複製を防止する画像表示装置に関する。   The present invention relates to an image display device that displays an image by raster conversion in a character code format such as a book, or an image display device that displays an image in a bitmap format such as a comic, a picture book, a photo book, and the like. The present invention relates to an image display apparatus that prevents duplication of a captured image.

近年、電子書籍コンテンツを画面上に表示して閲覧する電子書籍が普及してきている。デジタルデータである電子書籍コンテンツは、そのままでは、不正に複製が行われてしまうため、様々な複製防止策が施されている。主な複製防止策として、電子書籍コンテンツには、DRM(Digital Rights Management)技術が採用されている。このDRM(Digital Rights Management)技術の採用により、電子書籍コンテンツを複製しても、通常は他のPCで再生することはできない。   In recent years, electronic books that display and browse electronic book contents on a screen have become widespread. Since the electronic book content that is digital data is illegally copied as it is, various measures to prevent duplication are taken. As a main anti-copying measure, DRM (Digital Rights Management) technology is adopted for electronic book content. By adopting this DRM (Digital Rights Management) technology, even if an electronic book content is copied, it cannot normally be reproduced on another PC.

しかし、閲覧が許可されているPCにおいて、電子書籍コンテンツの各ページを正常に表示させた状態で、スクリーンキャプチャを実行すると、スクリーンに表示されていた画面データが取得される。この画面データをPDF文書等に変換すれば、様々なPCやタブレット端末等で再生可能な違法複製コンテンツを作成することができてしまう。近年、マウス操作をプログラム制御し、ページめくり操作とスクリーンキャプチャ操作を全自動で行うことができる(公序良俗違反につき、不掲載)が開発され、手間暇をかけずに違法複製コンテンツを作成可能となっている。  However, if screen capture is executed in a state where each page of the electronic book content is normally displayed on a PC that is permitted to be browsed, the screen data displayed on the screen is acquired. If this screen data is converted into a PDF document or the like, illegally duplicated content that can be played back on various PCs or tablet terminals can be created. In recent years, a program that controls mouse operations and can perform page turning operations and screen capture operations fully automatically (not shown for violations of public order and morals) has been developed, making it possible to create illegally duplicated content without taking time and effort. ing.

スクリーンキャプチャを牽制する技術として、キーボードの割り当てを一時的に変更し、スクリーンキャプチャを起動する「PrtSC」キーを使用できなくする技術(特許文献1参照)が提案されている。また、スクリーンキャプチャAPIの起動を監視し、起動されると同時にビデオメモリを排他的にロックしてスクリーンキャプチャの実行を一時的に阻止し、その間にビデオメモリの内容を書き換え、スクリーンキャプチャの実行により書き換えられた牽制メッセージを複製させるようにする技術(特許文献2参照、具体的製品としてサイファーテック社CypherGuardなど)も提案されている。また、保護対象の静止画に対して、所定の間隔で区画分割を行い、各区画において一方の画像では輝度値を増加させ、他方の画像では輝度値を減少させて、2種類の輝度改変画像を作成し、これら2種の画像を交互に高速に切り替えながら表示させることにより、画面上では原画と大差なく表示されるが、スクリーンキャプチャを実行しても、2種類の輝度改変画像のいずれかが複製され、原画とは顕著に異なる歪んだ画像しか得られなくする技術(特許文献3参照)も提案されている。   As a technique for restraining screen capture, there has been proposed a technique (see Patent Document 1) in which the keyboard assignment is temporarily changed so that the “PrtSC” key for starting screen capture cannot be used. Also, the activation of the screen capture API is monitored, and at the same time as the activation, the video memory is exclusively locked to temporarily prevent the screen capture from being executed, while the contents of the video memory are rewritten while the screen capture is executed. A technique for copying a rewritten check message (refer to Patent Document 2, Cipher Tech CypherGuard, etc. as a specific product) has also been proposed. In addition, two types of brightness modified images are obtained by dividing and dividing the still image to be protected at a predetermined interval, and increasing the brightness value in one image and decreasing the brightness value in the other image in each partition. By creating and displaying these two types of images while alternately switching at a high speed, the image is displayed on the screen without much difference from the original image, but even if screen capture is executed, either of the two types of brightness modified images is displayed. Has been proposed in which only a distorted image that is significantly different from the original image is obtained (see Patent Document 3).

特許第3953690号公報Japanese Patent No. 3953690 特許第4299249号公報Japanese Patent No. 4299249 特開2005−167683号公報Japanese Patent Laying-Open No. 2005-167683

しかしながら、特許文献1に記載の技術では、手動の違法複製に対しては効果があるが、上述の違法複製支援ツールを用いた複製のように、ソフトウェア制御でスクリーンキャプチャAPIを自動的に起動する場合に対しては無力である。また、特許文献2に記載の技術では、スクリーンキャプチャAPIの起動を監視するプロセスを強制終了させたり、ビデオメモリへの排他的ロックを実行するプロセスを阻止すれば、通常通りスクリーンキャプチャが行われてしまうという問題がある。(実際には、サイファーテック社CypherGuardのSDK起動を妨害しスクリーンキャプチャの実行を許容させる手段が講じられている例がある。)また、特許文献3に記載の技術では、輝度の増減幅が大きいと表示画面にフリッカーが発生し、フリッカーを抑えるために輝度の増減幅を小さくすると、輝度改変画像の歪みが弱くなり、牽制効果も弱くなるという問題がある。   However, although the technique described in Patent Document 1 is effective for manual illegal copying, the screen capture API is automatically activated by software control as in the case of copying using the illegal copying support tool described above. It is powerless for the case. In the technique described in Patent Document 2, if the process for monitoring the activation of the screen capture API is forcibly terminated or the process for executing the exclusive lock to the video memory is prevented, the screen capture is performed as usual. There is a problem of end. (In actuality, there is an example in which means for preventing the activation of the Cypher Tech CypherGuard SDK and allowing the screen capture to be executed is provided.) In the technique described in Patent Document 3, the increase / decrease width of the luminance is large. When the flicker occurs on the display screen and the increase / decrease width of the luminance is reduced in order to suppress the flicker, there is a problem that the distortion of the luminance modified image is weakened and the check effect is also weakened.

そこで、本発明は、スクリーンキャプチャ処理自体を阻止することなく、スクリーンキャプチャ処理が行われた場合であっても、通常の表示状態でのコンテンツの複製を防止することが可能なスクリーンキャプチャの抑制機能を備えた画像表示装置を提供することを課題とする。   Therefore, the present invention is a screen capture suppression function that can prevent duplication of contents in a normal display state even when the screen capture process is performed without blocking the screen capture process itself. It is an object of the present invention to provide an image display device including the above.

上記課題を解決するため、本発明第1の態様では、与えられた文書ファイルより抽出した文字列を所定の書体、ポイント、文字間隔および行間隔で、ビットマップ画像に変換し、スクリーンキャプチャによる画像の取得対象である表示用メモリに書き込み、当該表示用メモリに記録されたビットマップ画像を表示する画像表示装置であって、与えられた文書ファイルより文字列データを読み込む文字列読込手段と、フォントデータを参照して、前記読み込んだ文字列データをビットマップ形式に変換し、N(N>2の整数)文字ごとに文字の色を他の文字と異なる色に設定し、かつ、他の文字と異なる色に設定する文字を1文字ずつずらして、M(Mは2<M≦Nの整数)通りのビットマップ画像を生成するビットマップ画像生成手段と、前記M通りのビットマップ画像を所定の時間間隔で前記表示用メモリに順次転送するビットマップ画像転送手段と、前記表示用メモリに記録されたビットマップ画像を表示するビットマップ画像表示手段と、を有することを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置を提供する。   In order to solve the above problems, in the first aspect of the present invention, a character string extracted from a given document file is converted into a bitmap image with a predetermined typeface, point, character spacing, and line spacing, and an image by screen capture is obtained. A character string reading means for reading character string data from a given document file, a font, and an image display device for displaying a bitmap image recorded in the display memory to be acquired Refer to the data, convert the read character string data into a bitmap format, set the color of the character for each N (integer of N> 2) to a color different from the other characters, and A bitmap image generation means for generating a bitmap image of M (M is an integer of 2 <M ≦ N) by shifting characters to be set in different colors one by one; A bitmap image transfer means for sequentially transferring M kinds of bitmap images to the display memory at predetermined time intervals; and a bitmap image display means for displaying the bitmap images recorded in the display memory. An image display device having a screen capture suppression function is provided.

本発明第1の態様によれば、転送する所定の時間間隔を十分短くしておくことにより、閲覧者は、全ての文字の色が均一な通常の画面として認識するが、スクリーンキャプチャを行うと、部分的に色が変更された判読性の悪いビットマップ画像しか取得できず、全ての文字の色が均一な通常のビットマップ画像の複製を防止することができる。   According to the first aspect of the present invention, by setting the predetermined time interval to be transferred sufficiently short, the viewer recognizes as a normal screen in which all the characters have a uniform color. Only a bitmap image with poor legibility that is partially changed in color can be acquired, and duplication of a normal bitmap image in which all characters have a uniform color can be prevented.

また、本発明第2の態様では、本発明第1の態様のスクリーンキャプチャの抑制機能を備えた画像表示装置において、前記文書ファイル内の文字列とは別に牽制用文字列を準備しておき、前記ビットマップ画像生成手段は、前記M通りのビットマップ画像を生成する際、前記牽制用文字列より抽出した文字を、前記他の文字と異なる色に設定した文字に重ね書きし、M通りのビットマップ画像を生成するようにしていることを特徴とする。   In the second aspect of the present invention, in the image display device having the screen capture suppression function of the first aspect of the present invention, a check character string is prepared separately from the character string in the document file, The bitmap image generation means overwrites the character extracted from the check character string on a character set in a color different from the other characters when generating the M bitmap images. A feature is that a bitmap image is generated.

本発明第2の態様によれば、スクリーンキャプチャにより取得されたビットマップ画像は、より一層文章として読みづらいものとなり、全ての文字の色が均一な通常のビットマップ画像の複製を防止することができる。   According to the second aspect of the present invention, the bitmap image obtained by screen capture becomes more difficult to read as a sentence, and it is possible to prevent duplication of a normal bitmap image in which all characters have a uniform color. it can.

また、本発明第3の態様では、本発明第1または第2の態様のスクリーンキャプチャの抑制機能を備えた画像表示装置において、前記ビットマップ画像の各画素の値は、R,G,Bがそれぞれ所定の階調(例えば、0〜255の256段階)で設定されるものであり、前記ビットマップ画像生成手段は、文字の背景色をR,G,Bともに最大値付近(例えば、R:255,G:255,B:255)に設定し、前記N文字ごとに設定する文字の色のRまたはBの成分を、最大値付近(例えば、255)に設定し、前記他の文字の色をR,G,Bともに最小値付近(例えば、R:0,G:0,B:0)に設定するようにしていることを特徴とする。なお、R,G,Bは、それぞれ光の三原色である赤(R)・緑(G)・青(B)色に対応しており、コンピュータで処理する際、これらの組み合わせにより各画素が全ての色を表現することができる。   According to the third aspect of the present invention, in the image display device having the screen capture suppression function according to the first or second aspect of the present invention, the value of each pixel of the bitmap image is R, G, B. Each bit is set at a predetermined gradation (for example, 256 levels from 0 to 255), and the bitmap image generating means sets the background color of the character to the vicinity of the maximum value (for example, R: R, G, B). 255, G: 255, B: 255), the R or B component of the character color set for each of the N characters is set near the maximum value (for example, 255), and the color of the other characters Is set in the vicinity of the minimum value for all of R, G, and B (for example, R: 0, G: 0, B: 0). Note that R, G, and B correspond to the three primary colors of light, red (R), green (G), and blue (B), respectively. The color of can be expressed.

本発明第3の態様によれば、ヒト視覚系の波長感度特性が最も高い全ての文字のGの成分を均一な0に設定するようにしたので、画像表示装置では一部の文字が所定の時間間隔の瞬間だけ黒から赤または青に変化するだけであるため、色の変化が知覚されにくくフリッカーの発生を抑止できる。一方、スクリーンキャプチャにより取得されたビットマップ画像は、N文字ごとに文字の色が赤または青に変化した静止状態で観察されるため、文章として読みづらいものとなり、全ての文字の色が均一な通常のビットマップ画像の複製を防止することができる。   According to the third aspect of the present invention, since the G component of all characters having the highest wavelength sensitivity characteristic of the human visual system is set to be uniform 0, some characters are predetermined in the image display device. Since only the instant of the time interval changes from black to red or blue, the color change is difficult to perceive and the occurrence of flicker can be suppressed. On the other hand, a bitmap image obtained by screen capture is observed in a stationary state in which the character color changes to red or blue for every N characters, so that it is difficult to read as a sentence, and the color of all characters is uniform. It is possible to prevent copying of a normal bitmap image.

また、本発明第4の態様では、本発明第2の態様のスクリーンキャプチャの抑制機能を備えた画像表示装置において、前記ビットマップ画像の各画素の値は、R,G,Bがそれぞれ所定の階調で設定されるものであり、前記重ね書きする文字の色は、RとGの成分を最大値付近(例えば、255)に設定し、Bの成分を最大値付近であってRとGの成分より小さい値(例えば、200)に設定するか、GとBの成分を最大値付近(例えば、255)に設定し、Rの成分を最大値付近であってGとBの成分より小さい値(例えば、200)に設定するようにしていることを特徴とする。   According to the fourth aspect of the present invention, in the image display device having the screen capture suppression function according to the second aspect of the present invention, each pixel value of the bitmap image has predetermined values R, G, and B. The color of the character to be overwritten is such that the R and G components are set near the maximum value (for example, 255), the B component is set near the maximum value, and the R and G components are set in gradation. Is set to a value smaller than the component (for example, 200), or the G and B components are set near the maximum value (for example, 255), and the R component is near the maximum value and smaller than the G and B components. A value (for example, 200) is set.

本発明第4の態様によれば、画像表示装置では重ね書きする文字が所定の時間間隔の瞬間だけ背景色から白色に近い色で表示されるだけであるため、色の変化が知覚されにくくフリッカーの発生を抑止できる。一方、スクリーンキャプチャにより取得されたビットマップ画像は、重ね書きする文字が白色に近い色で静止状態で観察されるため、文章として読みづらいものとなり、全ての文字の色が均一な通常のビットマップ画像の複製を防止することができる。また、重ね書きする文字は、画像処理を駆使して除去することが困難なため、より複製防止の効果を高めることができる。   According to the fourth aspect of the present invention, in the image display device, the character to be overwritten is displayed in a color close to white from the background color only at a predetermined time interval, so that the color change is difficult to perceive. Can be suppressed. On the other hand, the bitmap image obtained by screen capture is a normal bit map in which the characters to be overwritten are observed in a static state with a color close to white, so it is difficult to read as text, and the color of all characters is uniform. Duplication of images can be prevented. Further, since it is difficult to remove characters to be overwritten using image processing, the effect of preventing duplication can be further enhanced.

本発明第5の態様では、与えられた画像データを、ビットマップ画像に変換し、スクリーンキャプチャによる画像の取得対象である表示用メモリに書き込み、当該表示用メモリに記録されたビットマップ画像を表示する画像表示装置であって、画像データを読み込む画像データ読込手段と、前記読み込んだ画像データを、X列×Y行の区画に分割し、各行または各列について、N(N>2の整数)区画ごとに区画内の画素の色を他の区画と異なる色に設定し、かつ他の区画と異なる色に設定する区画を1区画ずつずらして、M(Mは2<M≦Nの整数)通りのビットマップ画像を生成するビットマップ画像生成手段と、前記M通りのビットマップ画像を所定の時間間隔で前記表示用メモリに順次転送するビットマップ画像転送手段と、前記表示用メモリに記録されたビットマップ画像を表示するビットマップ画像表示手段と、を有することを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置を提供する。   In the fifth aspect of the present invention, the given image data is converted into a bitmap image, written in a display memory that is an acquisition target of an image by screen capture, and the bitmap image recorded in the display memory is displayed. An image display device that reads image data and divides the read image data into sections of X columns × Y rows, and N (N> 2 is an integer) for each row or each column. For each section, set the color of the pixels in the section to a color different from the other sections, and shift the section to be set to a color different from the other sections by one section, and M (M is an integer of 2 <M ≦ N) Bitmap image generating means for generating street bitmap images, bitmap image transfer means for sequentially transferring the M bitmap images to the display memory at predetermined time intervals, and the table An image display device including a bitmap image display means for displaying the bitmap image recorded in use the memory, the function of suppressing screen capture, characterized in that it comprises a.

本発明第5の態様によれば、転送する所定の時間間隔を十分短くしておくことにより、閲覧者は、全ての区画の色が均一な通常の画面として認識するが、スクリーンキャプチャを行うと、一部の区画の色が変更された判読性の悪いビットマップ画像しか取得できず、全ての区画の色が均一な通常の画面を複製することを防止することができる。   According to the fifth aspect of the present invention, when the predetermined time interval to be transferred is made sufficiently short, the viewer recognizes as a normal screen in which the colors of all sections are uniform, but when screen capture is performed Only the bitmap image with poor legibility in which the colors of some sections are changed can be acquired, and it is possible to prevent the reproduction of a normal screen in which the colors of all sections are uniform.

また、本発明第6の態様では、本発明第5の態様のスクリーンキャプチャの抑制機能を備えた画像表示装置において、あらかじめ、前記区画と同サイズの牽制用画素配列を準備し、前記ビットマップ画像生成手段は、前記M通りのビットマップ画像を生成する際、前記牽制用画素配列の画素を、他の区画と異なる色に設定した区画の画素に重ね書きして、M通りのビットマップ画像を生成するようにしていることを特徴とする。   According to a sixth aspect of the present invention, in the image display device having a screen capture suppression function according to the fifth aspect of the present invention, a check pixel array having the same size as the section is prepared in advance, and the bitmap image is prepared. When generating the M number of bitmap images, the generation unit overwrites the pixels in the check pixel array on the pixels of the section set to a color different from the other sections, and generates the M number of bitmap images. It is characterized by generating.

本発明第6の態様によれば、スクリーンキャプチャにより取得されたビットマップ画像は、より一層画像として見づらいものとなり、全ての区画の色が均一な通常のビットマップ画像の複製を防止することができる。   According to the sixth aspect of the present invention, the bitmap image acquired by screen capture becomes more difficult to see as an image, and it is possible to prevent duplication of a normal bitmap image in which the colors of all sections are uniform. .

また、本発明第7の態様では、本発明第5または第6の態様のスクリーンキャプチャの抑制機能を備えた画像表示装置において、前記ビットマップ画像の各画素の値は、R,G,Bがそれぞれ所定の階調(例えば、0〜255の各256段階)で設定されるものであり、前記ビットマップ画像生成手段は、前記他の区画と異なる色としてRまたはBの成分を最大値付近(例えば、255)に設定し、前記他の区画の色としてR,G,Bの各成分が同一の値をもつグレースケールに設定するようにしていることを特徴とする。   In the seventh aspect of the present invention, in the image display device having the screen capture suppression function according to the fifth or sixth aspect of the present invention, the values of each pixel of the bitmap image are R, G, and B. Each bit is set at a predetermined gradation (for example, 256 stages of 0 to 255), and the bitmap image generation means sets the R or B component as a color different from the other sections near the maximum value ( For example, it is set to 255), and the R, G, and B components are set to a gray scale having the same value as the color of the other section.

本発明第7の態様によれば、ヒト視覚系の波長感度特性が最も高い全ての区画のGの成分を均一な最小値付近(例えば、0)に設定することにより、画像表示装置では一部の区画が所定の時間間隔の瞬間だけグレースケールから赤または青に変化するだけであるため、色の変化が知覚されにくくフリッカーの発生を抑止できる。一方、スクリーンキャプチャにより取得されたビットマップ画像は、N区画ごとに区画内の画素の色が赤または青に変化した静止状態で観察されるため、画像として見づらいものとなり、全ての区画の色が均一な通常のビットマップ画像の複製を防止することができる。   According to the seventh aspect of the present invention, by setting the G component of all the sections having the highest wavelength sensitivity characteristics of the human visual system to around a uniform minimum value (for example, 0), a part of the image display device Since the section of the color is only changed from grayscale to red or blue only at the moment of a predetermined time interval, the color change is hardly perceived and the occurrence of flicker can be suppressed. On the other hand, since the bitmap image obtained by screen capture is observed in a stationary state in which the color of the pixels in the section changes to red or blue every N sections, it becomes difficult to see as an image, and the colors of all sections It is possible to prevent duplication of a uniform normal bitmap image.

また、本発明第8の態様では、本発明第6の態様のスクリーンキャプチャの抑制機能を備えた画像表示装置において、前記ビットマップ画像の各画素の値は、R,G,Bがそれぞれ所定の階調(例えば、0〜255の各256段階)で設定されるものであり、前記重ね書きする画素の色は、RとGの成分を最大値付近(例えば、255)に設定するか、GとBの成分を最大値付近(例えば、255)に設定するようにしていることを特徴とする。   According to the eighth aspect of the present invention, in the image display device having the screen capture suppression function according to the sixth aspect of the present invention, R, G, and B each have a predetermined value for each pixel of the bitmap image. The color of the pixel to be overwritten is set to a value close to the maximum value (for example, 255) or the color of the pixel to be overwritten is set to G (for example, 256 levels of 0 to 255), or G And B components are set near the maximum value (for example, 255).

本発明第8の態様によれば、画像表示装置では重ね書きする区画が所定の時間間隔の瞬間だけ2成分が最大となる色で表示されるだけであるため、色の変化が知覚されにくくフリッカーの発生を抑止できる。一方、スクリーンキャプチャにより取得されたビットマップ画像は、重ね書きする画素が2成分が最大となる色で静止状態で観察されるため、画像として見づらいものとなり、全ての区画の色が均一な通常のビットマップ画像の複製を防止することができる。また、重ね書きする画素は、画像処理を駆使して除去することが困難なため、より複製防止の効果を高めることができる。   According to the eighth aspect of the present invention, in the image display device, since the section to be overwritten is displayed in a color in which the two components are maximized only at a predetermined time interval, the color change is difficult to perceive. Can be suppressed. On the other hand, a bitmap image acquired by screen capture is observed in a stationary state with a pixel in which two components are maximized in a color where the two components are maximized, so that it is difficult to see as an image, and the colors of all sections are uniform. Duplication of the bitmap image can be prevented. In addition, since it is difficult to remove pixels to be overwritten using image processing, the effect of preventing duplication can be further enhanced.

また、本発明第9の態様では、本発明第1から第8のいずれかの態様のスクリーンキャプチャの抑制機能を備えた画像表示装置において、前記ビットマップ画像転送手段は、前記M通りのビットマップ画像を1/30秒以下の時間間隔で前記表示用メモリに順次転送するようにしていることを特徴とする。   According to a ninth aspect of the present invention, in the image display device having a screen capture suppression function according to any one of the first to eighth aspects of the present invention, the bitmap image transfer means includes the M bitmaps. Images are sequentially transferred to the display memory at time intervals of 1/30 seconds or less.

本発明第9の態様によれば、M通りのビットマップ画像をヒトの視覚で残像として維持される最小時間である1/30秒以下の時間間隔で表示用メモリに順次転送するようにして、表示されるビットマップ画像が高速で切り替わるため、色の変化が知覚されずフリッカーを低減することが可能となる。   According to the ninth aspect of the present invention, the M bitmap images are sequentially transferred to the display memory at a time interval of 1/30 second or less, which is the minimum time that is maintained as an afterimage in human vision, Since the displayed bitmap image is switched at high speed, the color change is not perceived, and flicker can be reduced.

本発明によれば、スクリーンキャプチャ処理自体を阻止することなく、スクリーンキャプチャ処理が行われた場合であっても、通常の状態でのコンテンツの複製を防止することが可能となる。   According to the present invention, it is possible to prevent duplication of contents in a normal state even when the screen capture process is performed without blocking the screen capture process itself.

本発明第1の実施形態の基本概念を示す図である。It is a figure which shows the basic concept of the 1st Embodiment of this invention. 本発明第1、第2の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置のハードウェア構成図である。It is a hardware block diagram of the image display apparatus provided with the suppression function of the screen capture which concerns on 1st, 2nd embodiment of this invention. 本発明第1の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置の構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the image display apparatus provided with the suppression function of the screen capture which concerns on the 1st Embodiment of this invention. 本発明第1の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置の処理動作を示すフローチャートである。It is a flowchart which shows the processing operation of the image display apparatus provided with the suppression function of the screen capture which concerns on the 1st Embodiment of this invention. 本発明第1の実施形態の応用例の概要を示す図である。It is a figure which shows the outline | summary of the application example of the 1st Embodiment of this invention. 本発明第2の実施形態の基本概念を示す図である。It is a figure which shows the basic concept of the 2nd Embodiment of this invention. 本発明第2の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置の構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the image display apparatus provided with the suppression function of the screen capture which concerns on the 2nd Embodiment of this invention. 本発明第2の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置の処理動作を示すフローチャートである。It is a flowchart which shows the processing operation of the image display apparatus provided with the suppression function of the screen capture which concerns on the 2nd Embodiment of this invention.

以下、本発明の実施形態について図面を参照して詳細に説明する。
<1.第1の実施形態>
まず、本発明第1の実施形態について説明する。
<1.1.第1の実施形態の基本概念>
最初に、本発明第1の実施形態の基本概念について説明する。図1は、本発明第1の実施形態の基本概念を示す図である。本発明では、図1(a)に示したような初期ビットマップ画像(文書ファイルに含まれる各文字コードをビットマップ形式に変換して配置したもの)から、N(NはN>2の整数、図1の例ではN=4)文字ごとに色を変更したビットマップ画像を作成する。例えば、図1(b)に示す色変更されたビットマップ画像F1は、ビットマップ画像上の文字「A」「E」「I」「M」「Q」「U」「Y」というように、4文字ごとに色変更が行われている。なお、図1においては、表現の都合上、色変更した文字を網掛けにより示している。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
<1. First Embodiment>
First, a first embodiment of the present invention will be described.
<1.1. Basic Concept of First Embodiment>
First, the basic concept of the first embodiment of the present invention will be described. FIG. 1 is a diagram showing the basic concept of the first embodiment of the present invention. In the present invention, N (N is an integer of N> 2) is obtained from an initial bitmap image (a character code included in a document file is converted into a bitmap format and arranged) as shown in FIG. In the example of FIG. 1, N = 4) A bitmap image in which the color is changed for each character is created. For example, the color-changed bitmap image F1 shown in FIG. 1B has the characters “A”, “E”, “I”, “M”, “Q”, “U”, and “Y” on the bitmap image, The color is changed every four characters. In FIG. 1, the character whose color has been changed is indicated by shading for convenience of expression.

色変更されたビットマップ画像は、M(Mは2<M≦Nの整数)通り生成される。図1の例では、図1(b)〜図1(e)に示す4通りビットマップ画像F1〜F4が生成される。図1(b)〜図1(e)に示すように、4通りのビットマップ画像F1〜F4は、それぞれ1文字ずつずれた文字が色変更されている。生成された4通りのビットマップ画像は、全てオフスクリーンメモリに書き込まれる。オフスクリーンメモリは、通常ビデオメモリ内に確保され、ビデオメモリ内の表示用メモリとして利用される部分を除いた領域である。そして、オフスクリーンメモリに書き込まれた4通りのビットマップ画像を1つずつ切り替えながら順次表示用メモリに書き込む。表示用メモリに書き込まれた画像は、そのまま表示装置に表示されるように設定されている。図1(f)の例では、表示用メモリにビットマップ画像F1が書き込まれた状態を示している。   The color-changed bitmap images are generated in M (M is an integer of 2 <M ≦ N). In the example of FIG. 1, four bitmap images F1 to F4 shown in FIGS. 1B to 1E are generated. As shown in FIGS. 1B to 1E, the four bitmap images F1 to F4 are color-changed for characters that are shifted by one character. All four generated bitmap images are written in the off-screen memory. The off-screen memory is an area excluding a part normally reserved in the video memory and used as a display memory in the video memory. Then, the four bitmap images written in the off-screen memory are sequentially written in the display memory while switching one by one. The image written in the display memory is set to be displayed on the display device as it is. In the example of FIG. 1F, a state where the bitmap image F1 is written in the display memory is shown.

高速(例えば、1/30秒以下)で切り替えて、4通りのビットマップ画像を順次表示用メモリに書き込むことを繰り返し行うと、表示装置には、短い時間間隔で4通りのビットマップ画像が切り替え表示される。しかし、残像効果により、表示装置に表示された画面を見た視聴者には、図1(g)に示すように、色変更されていない画像が表示されているように見える。これは、各文字は、4回に1回だけ色が変更された状態で、残り3回は原画と同一であるためである。   When switching at high speed (for example, 1/30 seconds or less) and repeatedly writing four types of bitmap images to the memory for display, the display device switches the four types of bitmap images at short time intervals. Is displayed. However, due to the afterimage effect, the viewer who sees the screen displayed on the display device appears to display an image whose color has not been changed, as shown in FIG. This is because each character is changed in color only once every four times, and the remaining three times are the same as the original image.

通常、パソコンやタブレット端末には、スクリーンキャプチャ機能が搭載されており、スクリーンキャプチャを実行すると、表示用メモリに書き込まれているデータを記録できるようになっている。そのため、スクリーンキャプチャを実行すると、そのときに、表示用メモリに書き込まれていたビットマップ画像のみが記録される。したがって、図1(f)に示した状態で、スクリーンキャプチャを実行すると、記憶装置には、図1(h)に示したように、スクリーンキャプチャ像としてビットマップ画像F1が記録される。すなわち、表示装置の画面を見ている場合には、図1(g)に示すように、色変更されていない通常の画像に見えるが、スクリーンキャプチャによる複製を行おうとした場合には、色変更された画像しか取得することができない。   Usually, a personal computer or a tablet terminal is equipped with a screen capture function, and when screen capture is executed, data written in the display memory can be recorded. Therefore, when screen capture is executed, only the bitmap image written in the display memory at that time is recorded. Therefore, when screen capture is executed in the state shown in FIG. 1 (f), the bitmap image F1 is recorded as a screen capture image in the storage device as shown in FIG. 1 (h). That is, when viewing the screen of the display device, as shown in FIG. 1 (g), it looks like a normal image that has not been color-changed. However, when copying by screen capture is attempted, the color is changed. Only acquired images can be acquired.

<1.2.装置構成>
図2は、本発明第1の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置のハードウェア構成図である。スクリーンキャプチャの抑制機能を備えた画像表示装置は、汎用のコンピュータで実現することができ、図2に示すように、CPU(Central Processing Unit)1と、コンピュータのメインメモリであるRAM(Random Access Memory)2と、CPU1が実行するプログラムやデータを記憶するための大容量の記憶装置(例えば、ハードディスク、フラッシュメモリ等)3と、キーボード、マウス等のキー入力I/F(インターフェース)4と、ビットマップ画像を記憶するための揮発性メモリであるビデオメモリ(フレームメモリまたはグラフィックスメモリとも呼ばれる)5と、液晶ディスプレイ等の表示デバイスである表示部6と、外部装置(データ記憶媒体等)とデータ通信するためのデータ入出力I/F(インターフェース)7と、を備え、互いにバスを介して接続されている。
<1.2. Device configuration>
FIG. 2 is a hardware configuration diagram of an image display apparatus having a screen capture suppression function according to the first embodiment of the present invention. An image display device having a function of suppressing screen capture can be realized by a general-purpose computer. As shown in FIG. 2, a CPU (Central Processing Unit) 1 and a RAM (Random Access Memory) which is a main memory of the computer. ) 2, a large-capacity storage device (for example, a hard disk, a flash memory, etc.) 3 for storing programs and data executed by the CPU 1, a key input I / F (interface) 4 such as a keyboard and a mouse, and a bit Video memory (also called a frame memory or graphics memory) 5 that is a volatile memory for storing map images, a display unit 6 that is a display device such as a liquid crystal display, an external device (such as a data storage medium), and data A data input / output I / F (interface) 7 for communication, It is connected through the scan.

図3は、文字コードに基づく電子書籍コンテンツを対象とした本発明第1の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置の構成を示す機能ブロック図である。図3において、10は文字列読込手段、20はビットマップ画像生成手段、30はビットマップ画像転送手段、40は表示用メモリ、50はビットマップ画像表示手段、60は文書ファイル記憶手段である。   FIG. 3 is a functional block diagram showing a configuration of an image display device having a screen capture suppression function according to the first embodiment of the present invention for electronic book content based on character codes. In FIG. 3, 10 is a character string reading means, 20 is a bitmap image generation means, 30 is a bitmap image transfer means, 40 is a display memory, 50 is a bitmap image display means, and 60 is a document file storage means.

文字列読込手段10は、文書ファイル記憶手段60に記憶された文書ファイルから文字列を読み込む。ビットマップ画像生成手段20は、文字列読込手段10により読み込まれた文字列をビットマップ画像に変換する。ビットマップ画像転送手段30は、ビットマップ画像生成手段20により生成されたビットマップ画像を表示用メモリ40に転送する。表示用メモリ40は、ビットマップ画像表示手段50に表示するためにビットマップ画像を一時的に記憶する不揮発性メモリであり、ビデオメモリ5内の所定の領域に確保される。ビットマップ画像表示手段50は、表示用メモリ40に記憶されたビットマップ画像を表示する手段であり、表示部6により実現される。文書ファイル記憶手段60は、文書ファイルを記憶した記憶手段であり、記憶装置3により実現される。文字列読込手段10、ビットマップ画像生成手段20、ビットマップ画像転送手段30は、CPU1が、記憶装置3に記憶されているプログラムを実行することにより実現される。   The character string reading unit 10 reads a character string from the document file stored in the document file storage unit 60. The bitmap image generation means 20 converts the character string read by the character string reading means 10 into a bitmap image. The bitmap image transfer unit 30 transfers the bitmap image generated by the bitmap image generation unit 20 to the display memory 40. The display memory 40 is a non-volatile memory that temporarily stores a bitmap image for display on the bitmap image display means 50, and is secured in a predetermined area in the video memory 5. The bitmap image display means 50 is means for displaying a bitmap image stored in the display memory 40 and is realized by the display unit 6. The document file storage unit 60 is a storage unit that stores a document file, and is realized by the storage device 3. The character string reading unit 10, the bitmap image generation unit 20, and the bitmap image transfer unit 30 are realized by the CPU 1 executing a program stored in the storage device 3.

図3に示した各構成手段は、現実には図2に示したように、コンピュータおよびその周辺機器等のハードウェアに専用のプログラムを搭載することにより実現される。すなわち、コンピュータが、専用のプログラムに従って各手段の内容を実行することになる。なお、本明細書において、コンピュータとは、CPU等の演算処理部を有し、データ処理が可能な装置を意味し、スマートフォン等の多機能型携帯電話や、タブレット型の携帯型PCであるタブレット端末を含む概念である。   Each component shown in FIG. 3 is actually realized by mounting a dedicated program on hardware such as a computer and its peripheral devices as shown in FIG. That is, the computer executes the contents of each means according to a dedicated program. Note that in this specification, a computer means a device having an arithmetic processing unit such as a CPU and capable of data processing, and is a multifunctional mobile phone such as a smartphone or a tablet that is a tablet portable PC. It is a concept that includes a terminal.

図2の記憶装置3には、CPU1を動作させ、コンピュータを、スクリーンキャプチャの抑制機能を備えた画像表示装置として機能させるための専用のプログラムが実装されている。この専用のプログラムを実行することにより、CPU1は、文字列読込手段10、ビットマップ画像生成手段20、ビットマップ画像転送手段30としての機能を実現することになる。また、記憶装置3は、文書ファイル記憶手段60として機能するだけでなく、処理に必要な様々なデータを記憶する。   In the storage device 3 of FIG. 2, a dedicated program for operating the CPU 1 and causing the computer to function as an image display device having a function of suppressing screen capture is installed. By executing this dedicated program, the CPU 1 realizes functions as the character string reading means 10, the bitmap image generation means 20, and the bitmap image transfer means 30. The storage device 3 not only functions as the document file storage unit 60 but also stores various data necessary for processing.

<1.3.処理動作>
次に、図2、図3に示したスクリーンキャプチャの抑制機能を備えた画像表示装置の処理動作を、図4のフローチャートを用いて説明する。利用者が、キー入力I/F4を介して、表示させたい文書ファイルを指定すると、文字列読込手段10が、文書ファイル記憶手段60から指定された文書ファイルを取得し、文書ファイル内の文字列を読み込む(ステップS1)。具体的には、文書ファイル内に記録された文字コードの列を読み込む。
<1.3. Processing action>
Next, the processing operation of the image display apparatus having the screen capture suppression function shown in FIGS. 2 and 3 will be described with reference to the flowchart of FIG. When the user designates a document file to be displayed via the key input I / F 4, the character string reading unit 10 acquires the designated document file from the document file storage unit 60, and the character string in the document file is acquired. Is read (step S1). Specifically, a character code string recorded in a document file is read.

次に、ビットマップ画像生成手段20が、各文字コードを設定された体裁で配置したビットマップ形式に変換し、文字列を表現したビットマップ画像を初期ビットマップ画像として生成する(ステップS2)。   Next, the bitmap image generation means 20 converts each character code into a bitmap format arranged in a set format, and generates a bitmap image representing a character string as an initial bitmap image (step S2).

具体的には、公知の文字フォントラスター変換機能により、各文字コードを設定されたポイントのビットマップ形式に変換し、設定された文字間隔、行間隔で配置するとともに、各画素に設定された色を与え、初期ビットマップ画像を生成する。   Specifically, each character code is converted into a bitmap format of set points by a known character font raster conversion function, arranged at the set character spacing and line spacing, and the color set for each pixel To generate an initial bitmap image.

続いて、ビットマップ画像生成手段20は、ステップS2において生成された初期ビットマップ画像の色変更を行う(ステップS3)。具体的には、N文字ごとに元の1文字に相当する単位で画素の色を変更することにより、色変更がされたビットマップ画像を生成する。   Subsequently, the bitmap image generation means 20 changes the color of the initial bitmap image generated in step S2 (step S3). Specifically, the color-changed bitmap image is generated by changing the pixel color in units corresponding to the original character for every N characters.

本実施形態では、4文字ごとに色変更する処理を行う。具体的には、ステップS2で生成された初期ビットマップ画像に対して、1文字目、2文字目、3文字目、4文字目を最初の変更文字として、以降4文字ごとに色変更することにより、4通りのビットマップ画像を生成する。例えば、図1(b)〜図1(e)に示したような4通りのビットマップ画像を生成する。   In this embodiment, a process of changing the color every four characters is performed. Specifically, for the initial bitmap image generated in step S2, the first character, the second character, the third character, and the fourth character are used as the first changed characters, and thereafter the color is changed every four characters. As a result, four types of bitmap images are generated. For example, four types of bitmap images as shown in FIGS. 1B to 1E are generated.

どのような色に変更するかについては、適宜設定することが可能であるが、本実施形態では、文字の背景色をR,G,B各256段階でR:255、G:255、B:255(白色表示)に設定し、文字色の初期設定値をR,G,B各256段階でR:0、G:0、B:0(黒色表示)に設定した場合、変更する色はRまたはBのどちらかの値を255、その他の2成分の値を0に設定している。すなわち、変更する色は、R:255、G:0、B:0か、R:0、G:0、B:255に設定する。変更する色については、RまたはBのどちらかの値を必ずしも最大値の255に設定する必要はなく、最大値付近の値であれば良い。例えば、200以上等、最大値の255に近い値であれば良い。(実用上は255に設定すると、端末によりフリッカーが発生する場合があるため、200に設定することが多い。)また、変更する色の他の2成分については、必ずしも0に設定する必要はなく、例えば、15以下等、最小値の0に近い値であれば良い。すなわち、R,G,Bの設定値は、ヒトの目により色の違いを認識できれば良いため、最大値(255)、最小値(0)である必要はなく、それぞれ最大値付近(200以上)、最小値付近(15以下)であれば良い。また、256段階以外の階調で実現する場合は、その階調に応じて最大値付近、最小値付近の値を設定すれば良い。   The color to be changed can be set as appropriate, but in this embodiment, the background color of the character is R: 255, G: 255, B: When 255 is set to white (white display) and the initial setting value of the character color is set to R: 0, G: 0, B: 0 (black display) in each of 256 steps of R, G, B, the color to be changed is R Alternatively, the value of either B is set to 255, and the values of the other two components are set to 0. That is, the color to be changed is set to R: 255, G: 0, B: 0, R: 0, G: 0, B: 255. For the color to be changed, it is not always necessary to set the value of either R or B to the maximum value of 255, as long as it is a value near the maximum value. For example, it may be a value close to the maximum value of 255, such as 200 or more. (Practically, if set to 255, flicker may occur depending on the terminal, so it is often set to 200.) Also, the other two components of the color to be changed need not necessarily be set to 0. For example, it may be a value close to 0 of the minimum value such as 15 or less. That is, the set values of R, G, and B only need to be able to recognize the color difference by the human eye, and therefore do not need to be the maximum value (255) and the minimum value (0), and are each near the maximum value (200 or more). It may be in the vicinity of the minimum value (15 or less). In the case of realizing gradations other than 256 levels, values near the maximum value and the minimum value may be set according to the gradation.

ビットマップ画像生成手段20は、生成した4通りのビットマップ画像を保持する。実際には、ビデオメモリ5内の所定の領域に書き込むことにより保持する。4通りのビットマップ画像が生成されたら、ビットマップ画像転送手段30が、所定時間経過したかどうかを判断する処理を行う(ステップS4)。所定時間として、本実施形態では、1/30秒が設定されている。所定時間経過した場合には、ビットマップ画像転送手段30は、4通りのビットマップ画像のうち1つを表示用メモリ40に転送する(ステップS5)。表示用メモリ40では、既に書き込まれている内容に対して、転送されたビットマップ画像を上書きして書き込む。続いて、ビットマップ画像表示手段50が、表示用メモリ40に書き込まれているビットマップ画像を表示する処理を行う。ビットマップ画像転送手段30は、転送後、再度所定時間が経過した場合には、次のビットマップ画像を表示用メモリ40に転送する。ステップS4からS6の処理を繰り返し実行することにより、ビットマップ画像表示手段50には、4通りのビットマップ画像が順次切り替えて表示される。ステップS4からS6の処理は、特に終了の指示がない限り無限ループとしてソフトウェア上の独立したスレッド処理により延々と繰り返される。上記所定時間としては、1/30秒以下に設定しておくことが望ましい。所定時間を1/30秒以下に設定しておくことにより、1/30秒以下の間隔でビットマップ画像が切り替え表示され、フリッカーの発生を低減することができる。   The bitmap image generation means 20 holds the four generated bitmap images. Actually, it is held by writing to a predetermined area in the video memory 5. When the four bitmap images are generated, the bitmap image transfer means 30 performs a process of determining whether or not a predetermined time has elapsed (step S4). In this embodiment, 1/30 second is set as the predetermined time. If the predetermined time has elapsed, the bitmap image transfer means 30 transfers one of the four bitmap images to the display memory 40 (step S5). In the display memory 40, the transferred bitmap image is overwritten on the already written content. Subsequently, the bitmap image display means 50 performs a process of displaying the bitmap image written in the display memory 40. The bitmap image transfer means 30 transfers the next bitmap image to the display memory 40 when a predetermined time has passed again after the transfer. By repeatedly executing the processing of steps S4 to S6, four types of bitmap images are sequentially switched and displayed on the bitmap image display means 50. The processing of steps S4 to S6 is repeated endlessly by independent thread processing on the software as an infinite loop unless there is an end instruction. The predetermined time is preferably set to 1/30 seconds or less. By setting the predetermined time to 1/30 seconds or less, bitmap images are switched and displayed at intervals of 1/30 seconds or less, and the occurrence of flicker can be reduced.

この状態で、スクリーンキャプチャが実行されると、表示用メモリ40に書き込まれているビットマップ画像がキャプチャされ、記録される。したがって、色変更がされていない初期ビットマップ画像を複製することはできない。   When screen capture is executed in this state, the bitmap image written in the display memory 40 is captured and recorded. Therefore, the initial bitmap image that has not been color-changed cannot be duplicated.

<1.4.応用例>
第1の実施形態の応用例について説明する。応用例では、牽制用文字列データを準備しておき、4通りのビットマップ画像を生成する際、牽制用文字列データをビットマップ形式に変換して、色変更した文字に重ねる。図5は、第1の実施形態の応用例の概要を示す図である。文書ファイルに記録された文字列は、第1の実施形態と同一であるため、図5(a)(g)は、図1(a)(g)と同一である。応用例の場合、牽制用文字を重ねるため、図5(b)〜(e)に示すように、それぞれ1文字ずつずれた文字に牽制用文字が重ねられた状態となる。牽制用文字が重ねられたビットマップ画像は、全てオフスクリーンメモリに書き込まれ、1つずつ切り替えながら順次表示用メモリに書き込まれる。図5(f)の例では、表示用メモリにビットマップ画像F11が書き込まれた状態を示している。
<1.4. Application example>
An application example of the first embodiment will be described. In the application example, check character string data is prepared, and when four types of bitmap images are generated, the check character string data is converted into a bitmap format and superimposed on the color-changed character. FIG. 5 is a diagram illustrating an outline of an application example of the first embodiment. Since the character string recorded in the document file is the same as that in the first embodiment, FIGS. 5A and 5G are the same as FIGS. 1A and 1G. In the case of the application example, since the check characters are overlapped, as shown in FIGS. 5B to 5E, the check characters are overlaid on the characters that are shifted by one character. All the bitmap images on which the check characters are superimposed are written in the off-screen memory and sequentially written in the display memory while switching one by one. In the example of FIG. 5F, a state where the bitmap image F11 is written in the display memory is shown.

牽制用文字を、どのような色に変更するかについては、適宜設定することが可能であるが、本実施形態では、RとGの成分を最大値付近(255もしくは255に近い値)に設定し、Bの成分を所定値(例えば200)以上であって、RとGの成分より小さい値に設定するか、GとBの成分を最大値付近に設定し、Rの成分をGとBの成分より小さい値に設定する。0〜255の256階調の場合、最大値付近の値としては、200以上が想定される。   The color of the check character can be changed as appropriate, but in this embodiment, the R and G components are set near the maximum value (value close to 255 or 255). The B component is set to a value that is greater than or equal to a predetermined value (eg, 200) and smaller than the R and G components, or the G and B components are set near the maximum value, and the R component is set to G and B. Set to a value smaller than the component of. In the case of 256 gradations from 0 to 255, a value near the maximum value is assumed to be 200 or more.

この場合も、上述のように、高速(例えば、1/30秒以下)で切り替えて、4通りのビットマップ画像を順次表示用メモリに書き込むことを繰り返し行うと、表示装置には、短い時間間隔で4通りのビットマップ画像F11〜F14が切り替え表示される。しかし、残像効果により、表示装置に表示された画面を見た視聴者には、図5(g)に示すように、色変更されていない初期ビットマップ画像が表示されているように見える。   Also in this case, as described above, when switching is performed at high speed (for example, 1/30 seconds or less) and four bitmap images are sequentially written in the display memory, the display device has a short time interval. The four bitmap images F11 to F14 are switched and displayed. However, due to the afterimage effect, the viewer who has viewed the screen displayed on the display device appears to display the initial bitmap image whose color has not been changed, as shown in FIG.

また、図5(f)に示した表示用メモリの状態で、スクリーンキャプチャを実行すると、記憶装置には、図5(h)に示したように、牽制用文字が重ねられたビットマップ画像F11が記録される。すなわち、表示装置の画面を見ている場合には、色変更されていない通常のビットマップ画像が表示されるが、不正に複製を行おうとした場合には、色変更されたビットマップ画像しか取得することができない。この場合、色変更だけでなく、本来の文書ファイル内とは異なる牽制用文字が重ねて表示されることになるため、複製されたビットマップ画像を見ても、文書の内容が一層わかりづらいものとなる。また、図1(h)のような色変更されたビットマップ画像に対して、画像処理を駆使し、図1(a)のような初期ビットマップ画像を再現することは可能である。しかし、図5(h)のような牽制用文字が重ねて表示されたビットマップ画像に対して、画像処理を駆使し、図5(a)のような初期ビットマップ画像を再現することは極めて困難である。このため、より高い複製抑止効果が得られることになる。   When screen capture is executed in the state of the display memory shown in FIG. 5F, the bitmap image F11 on which the check characters are superimposed is stored in the storage device as shown in FIG. 5H. Is recorded. In other words, when viewing the screen of the display device, a normal bitmap image that has not been color-changed is displayed, but if duplication is attempted illegally, only the bitmap image that has been color-changed is acquired. Can not do it. In this case, not only the color change but also the check characters different from those in the original document file are displayed in an overlapping manner, so even if you look at the duplicated bitmap image, the document contents are more difficult to understand. It becomes. Further, it is possible to reproduce the initial bitmap image as shown in FIG. 1A by making full use of the image processing for the color-changed bitmap image as shown in FIG. However, it is extremely difficult to reproduce the initial bitmap image as shown in FIG. 5A by using image processing for the bitmap image in which the check characters as shown in FIG. Have difficulty. For this reason, a higher copy suppression effect can be obtained.

第1の実施形態では、電子書籍の利用が想定される。電子書籍の書籍データを上記文書ファイルとして用い、表示処理を行うことにより、図1(g)、図5(g)に示したように、利用者は、電子書籍を正常に閲覧することができる。しかし、複製しようと、スクリーンキャプチャを実行しても、図1(h)、図5(h)に示したように、通常の状態での複製はできない。   In the first embodiment, use of an electronic book is assumed. By using the book data of the electronic book as the document file and performing the display process, as shown in FIGS. 1 (g) and 5 (g), the user can browse the electronic book normally. . However, even if screen capture is executed to copy, it is not possible to copy in a normal state as shown in FIGS. 1 (h) and 5 (h).

<2.第2の実施形態>
本発明第2の実施形態について説明する。
<2.1.第2の実施形態の基本概念>
本発明第2の実施形態の基本概念について説明する。図6は、ビットマップ画像に基づく電子コミック・コンテンツ等を対象とした本発明第2の実施形態の基本概念を示す図である。本発明では、図6(a)に示したような初期ビットマップ画像(読み込んだ画像データがビットマップ形式以外である場合は、ビットマップ形式に変換したもの)をX列×Y行(図6の例ではX=6、Y=4)の区画に区分し、各行について、N(NはN>2の整数、図6の例ではN=4)区画ごとに色を変更し、さらに隣接する行については、1列ずれた区画の色を変更したビットマップ画像を作成する。
<2. Second Embodiment>
A second embodiment of the present invention will be described.
<2.1. Basic Concept of Second Embodiment>
The basic concept of the second embodiment of the present invention will be described. FIG. 6 is a diagram showing a basic concept of the second embodiment of the present invention for electronic comics / contents based on bitmap images. In the present invention, an initial bitmap image as shown in FIG. 6A (if the read image data is other than the bitmap format, converted to the bitmap format) is X columns × Y rows (FIG. 6). In the example of FIG. 6, the section is divided into X = 6 and Y = 4), and for each row, the color is changed for each of the N sections (N is an integer of N> 2 and N = 4 in the example of FIG. 6) and further adjacent For the row, a bitmap image in which the color of the section shifted by one column is changed is created.

色変更されたビットマップ画像は、M(Mは2<M≦Nの整数)通り生成される。図6の例では、図6(b)〜図6(e)に示す4通りが生成される。図6(b)〜図6(e)に示すように、4通りのビットマップ画像F21〜F24は、それぞれ1区画ずつずれた区画が色変更されている。生成された4通りのビットマップ画像は、全てオフスクリーンメモリに書き込まれる。そして、オフスクリーンメモリに書き込まれた4通りのビットマップ画像を1つずつ切り替えながら順次表示用メモリに書き込む。表示用メモリに書き込まれた画像は、そのまま表示装置に表示されるように設定されている。図6(f)の例では、表示用メモリにビットマップ画像F21が書き込まれた状態を示している。   The color-changed bitmap images are generated in M (M is an integer of 2 <M ≦ N). In the example of FIG. 6, the four patterns shown in FIGS. 6B to 6E are generated. As shown in FIGS. 6B to 6E, the four bitmap images F21 to F24 are color-changed at the sections shifted by one section. All four generated bitmap images are written in the off-screen memory. Then, the four bitmap images written in the off-screen memory are sequentially written in the display memory while switching one by one. The image written in the display memory is set to be displayed on the display device as it is. In the example of FIG. 6F, a state in which the bitmap image F21 is written in the display memory is shown.

高速(例えば、1/30秒以下)で切り替えて、4通りのビットマップ画像を順次表示用メモリに書き込むことを繰り返し行うと、表示装置には、短い時間間隔で4通りのビットマップ画像が切り替え表示される。しかし、残像効果により、表示装置に表示された画面を見た視聴者には、図6(g)に示すように、色変更されていない画像が表示されているように見える。これは、各区画は、4回に1回だけ色が変更された状態で、残り3回は原画と同一であるためである。   When switching at high speed (for example, 1/30 seconds or less) and repeatedly writing four types of bitmap images to the memory for display, the display device switches the four types of bitmap images at short time intervals. Is displayed. However, due to the afterimage effect, a viewer who has viewed the screen displayed on the display device appears to display an image whose color has not been changed, as shown in FIG. This is because the color of each section is changed only once every four times, and the remaining three times are the same as the original image.

通常、パソコンやタブレット端末には、スクリーンキャプチャ機能が搭載されており、スクリーンキャプチャを実行すると、表示用メモリに書き込まれているデータを記録できるようになっている。そのため、スクリーンキャプチャを実行すると、そのときに、表示用メモリに書き込まれていたビットマップ画像のみが記録される。したがって、図6(f)に示した状態で、スクリーンキャプチャを実行すると、記憶装置には、図6(h)に示したように、スクリーンキャプチャ像としてビットマップ画像F21が記録される。すなわち、表示装置の画面を見ている場合には、色変更されていない通常の画像に見えるが、不正に複製を行おうとした場合には、色変更された画像しか取得することができない。   Usually, a personal computer or a tablet terminal is equipped with a screen capture function, and when screen capture is executed, data written in the display memory can be recorded. Therefore, when screen capture is executed, only the bitmap image written in the display memory at that time is recorded. Therefore, when screen capture is executed in the state shown in FIG. 6F, the bitmap image F21 is recorded as a screen capture image in the storage device as shown in FIG. 6H. That is, when looking at the screen of the display device, it looks like a normal image that has not been color-changed. However, if an attempt is made to duplicate illegally, only the color-changed image can be acquired.

<2.2.装置構成>
第2の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置のハードウェア構成は、第1の実施形態と同様、図2のようになり、汎用のコンピュータ、多機能型携帯電話(スマートフォン)、タブレット端末で実現することができる。
<2.2. Device configuration>
Similar to the first embodiment, the hardware configuration of an image display device having a screen capture suppression function according to the second embodiment is as shown in FIG. 2, and is a general-purpose computer, a multi-function mobile phone (smart phone) ), And can be realized with a tablet device.

図7は、第2の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置の構成を示す機能ブロック図である。図7において、第1の実施形態と同一の機能を有するものは、同一符号を付して説明を省略する。図7において、11は画像データ読込手段、21はビットマップ画像生成手段、61は画像データ記憶手段である。   FIG. 7 is a functional block diagram illustrating a configuration of an image display apparatus having a screen capture suppression function according to the second embodiment. In FIG. 7, components having the same functions as those in the first embodiment are denoted by the same reference numerals and description thereof is omitted. In FIG. 7, 11 is an image data reading means, 21 is a bitmap image generating means, and 61 is an image data storage means.

画像データ読込手段11は、画像データ記憶手段61に記憶された画像データを読み込む。ビットマップ画像生成手段21は、画像データ読込手段11により読み込まれた画像データをビットマップ画像に変換する。画像データ記憶手段61は、画像データを記憶した記憶手段であり、記憶装置3により実現される。画像データ読込手段11、ビットマップ画像生成手段21、ビットマップ画像転送手段30は、CPU1が、記憶装置3に記憶されているプログラムを実行することにより実現される。   The image data reading unit 11 reads the image data stored in the image data storage unit 61. The bitmap image generation means 21 converts the image data read by the image data reading means 11 into a bitmap image. The image data storage unit 61 is a storage unit that stores image data, and is realized by the storage device 3. The image data reading unit 11, the bitmap image generation unit 21, and the bitmap image transfer unit 30 are realized by the CPU 1 executing a program stored in the storage device 3.

図7に示した各構成手段は、第1の実施形態と同様、図2に示したように、コンピュータおよびその周辺機器等のハードウェアに専用のプログラムを搭載することにより実現される。すなわち、コンピュータが、専用のプログラムに従って各手段の内容を実行することになる。   As in the first embodiment, each component shown in FIG. 7 is realized by mounting a dedicated program on hardware such as a computer and its peripheral devices as shown in FIG. That is, the computer executes the contents of each means according to a dedicated program.

図2の記憶装置3には、CPU1を動作させ、コンピュータを、スクリーンキャプチャの抑制機能を備えた画像表示装置として機能させるための専用のプログラムが実装されている。この専用のプログラムを実行することにより、CPU1は、画像データ読込手段11、ビットマップ画像生成手段21、ビットマップ画像転送手段30としての機能を実現することになる。また、記憶装置3は、画像データ記憶手段61として機能するだけでなく、処理に必要な様々なデータを記憶する。   In the storage device 3 of FIG. 2, a dedicated program for operating the CPU 1 and causing the computer to function as an image display device having a function of suppressing screen capture is installed. By executing this dedicated program, the CPU 1 realizes functions as the image data reading unit 11, the bitmap image generation unit 21, and the bitmap image transfer unit 30. The storage device 3 not only functions as the image data storage unit 61 but also stores various data necessary for processing.

<2.3.処理動作>
次に、第2の実施形態に係るスクリーンキャプチャの抑制機能を備えた画像表示装置の処理動作を、図8のフローチャートを用いて説明する。利用者が、キー入力I/F4を介して、表示させたい画像データを指定すると、画像データ読込手段11が、画像データ記憶手段61から指定された画像データを読み込む(ステップS11)。
<2.3. Processing action>
Next, the processing operation of the image display device having the screen capture suppression function according to the second embodiment will be described with reference to the flowchart of FIG. When the user designates image data to be displayed via the key input I / F 4, the image data reading means 11 reads the designated image data from the image data storage means 61 (step S11).

次に、ビットマップ画像生成手段21が、所定の形式の画像データを初期ビットマップ画像として設定する(ステップS12)。   Next, the bitmap image generation means 21 sets image data in a predetermined format as an initial bitmap image (step S12).

続いて、ビットマップ画像生成手段21は、得られた初期ビットマップ画像の色変更を行う(ステップS13)。具体的には、初期ビットマップ画像を複数の区画に区分し、所定の区画について、その区画に含まれる画素の色を変更することにより、色変更がなされたビットマップ画像を生成する。   Subsequently, the bitmap image generation means 21 changes the color of the obtained initial bitmap image (step S13). Specifically, the bitmap image with the color changed is generated by dividing the initial bitmap image into a plurality of sections and changing the color of the pixels included in the predetermined section.

画像データは二次元の平面状に画素が配置されているので、本実施形態では、xy平面を定義したときに、x方向(図6では横方向)をX区画、y方向(図6では縦方向)をY区画に区分する。したがって、画像データはX×Y個の区画に区分されることになる。そして、色変更の対象とする区画(以下、色変更対象区画という)は、各行についてN(N>2の整数)区画ごととする。例えば、図6において、画像の左上を起点(x,y)=(1,1)とし、N=4とすると、1行目(y=1)では、区画(1,1)を色変更対象区画とした場合、区画(1,1)から4区画移動した区画(5,1)が、色変更対象区画となる。また、2行目(y=2)では、区画(2,2)を色変更対象区画とした場合、区画(2,2)から4区画移動した区画(6,2)が、色変更対象区画となる。   Since the image data has pixels arranged in a two-dimensional plane, in this embodiment, when the xy plane is defined, the x direction (lateral direction in FIG. 6) is the X section, and the y direction (vertical direction in FIG. 6). (Direction) is divided into Y sections. Therefore, the image data is divided into X × Y sections. Then, the sections to be subjected to color change (hereinafter referred to as “color change target sections”) are N (N> 2) integers for each row. For example, in FIG. 6, assuming that the upper left corner of the image is the starting point (x, y) = (1, 1) and N = 4, in the first row (y = 1), the section (1, 1) is subject to color change. In the case of the section, the section (5, 1) moved four sections from the section (1, 1) becomes the color change target section. Further, in the second row (y = 2), when the section (2, 2) is the color change target section, the section (6, 2) moved by four sections from the section (2, 2) is the color change target section. It becomes.

また、隣接する行の区画について、隣接する行の色変更対象区画と同一の列の区画を色変更対象区画とするかどうかは適宜設定することができるが、図6の例では、隣接する行の色変更対象区画と1列ずれた方向に色変更対象区画を設定している。したがって、2行目(y=2)においては、1行目(y=1)の色変更対象区画(1,1)と1列ずれた区画(2,2)が色変更対象区画として設定される。隣接する行の色変更対象区画を何列ずらすかについても適宜設定することが可能である。   In addition, for the adjacent row sections, whether or not the same column section as the color change target section of the adjacent row is set as the color change target section can be appropriately set. In the example of FIG. The color change target section is set in the direction shifted by one column from the color change target section. Accordingly, in the second row (y = 2), the color change target section (1, 1) in the first row (y = 1) and the section (2, 2) shifted by one column are set as the color change target section. The It is possible to appropriately set how many columns the color change target sections of adjacent rows are shifted.

本実施形態では、さらに、最初に色変更されたビットマップ画像の色変更対象区画からx方向に1区画分、2区画分、3区画分それぞれ移動させた区画を色変更対象区画とすることにより、M(Mは2<M≦Nの整数)通りのビットマップ画像を生成する。例えば、図6(b)〜図6(e)に示したような4通りのビットマップ画像F21〜F24を生成する。   In the present embodiment, the color change target section is further moved by one section, two sections, and three sections in the x direction from the color change target section of the bitmap image that has been color-changed first. , M (M is an integer satisfying 2 <M ≦ N). For example, four types of bitmap images F21 to F24 as shown in FIGS. 6B to 6E are generated.

色変更対象区画を、どのような色に変更するかについては、適宜設定することが可能であるが、本実施形態では、元の画像の色がR,G,B各256段階で設定され、R,G,B各成分が同一の値をもつグレースケール画像とするとき、色変更対象区画のRまたはBの成分を255に設定している。RまたはBの成分については、必ずしも最大値の255である必要はなく、最大値付近(具体的には200以上255以下)であれば良い。色変更対象区画の色としてRまたはBの成分を最大値付近に設定するようにしたので、色変更対象区画が所定の時間間隔の瞬間だけグレースケールから赤または青に変化するだけであるため、色の変化が知覚されにくくフリッカーの発生を抑止できる。一方、スクリーンキャプチャにより取得されたビットマップ画像は、N区画ごとに区画内の画素の色が赤または青に変化した静止状態で観察されるため、画像として見づらいものとなり、全ての区画の色が均一な通常のビットマップ画像の複製を防止することができる。また、256段階以外の階調で実現する場合は、その階調に応じて最大値付近の値を設定すれば良い。   The color change target section can be set as appropriate, but in the present embodiment, the color of the original image is set in 256 steps for each of R, G, and B. When the R, G, and B components are grayscale images having the same value, the R or B component of the color change target section is set to 255. The R or B component need not necessarily be the maximum value of 255, but may be in the vicinity of the maximum value (specifically, 200 or more and 255 or less). Since the R or B component is set near the maximum value as the color of the color change target section, the color change target section only changes from grayscale to red or blue at the moment of a predetermined time interval. It is difficult to perceive the color change and the occurrence of flicker can be suppressed. On the other hand, since the bitmap image obtained by screen capture is observed in a stationary state in which the color of the pixels in the section changes to red or blue every N sections, it becomes difficult to see as an image, and the colors of all sections It is possible to prevent duplication of a uniform normal bitmap image. In the case of realizing gradations other than 256 levels, a value near the maximum value may be set according to the gradation.

ビットマップ画像生成手段21は、生成した4通りのビットマップ画像を保持する。実際には、ビデオメモリ5内の所定の領域に書き込むことにより保持する。4通りのビットマップ画像が生成されたら、ビットマップ画像転送手段30が、所定時間経過したかどうかを判断する処理を行う(ステップS14)。所定時間として、本実施形態では、第1の実施形態と同様、1/30秒が設定されている。所定時間経過した場合には、ビットマップ画像転送手段30は、4通りのビットマップ画像のうち1つを表示用メモリ40に転送する(ステップS15)。表示用メモリ40では、既に書き込まれている内容に対して、転送されたビットマップ画像を上書きして書き込む。続いて、ビットマップ画像表示手段50が、表示用メモリ40に書き込まれているビットマップ画像を表示する処理を行う。ビットマップ画像転送手段30は、転送後、再度所定時間が経過した場合には、次のビットマップ画像を表示用メモリ40に転送する。ステップS14からS16の処理を繰り返し実行することにより、ビットマップ画像表示手段50には、4通りのビットマップ画像が順次切り替えて表示される。上記所定時間としては、1/30秒以下に設定しておくことが望ましい。所定時間を1/30秒以下に設定しておくことにより、1/30秒以下の間隔でビットマップ画像が切り替え表示され、フリッカーの発生を低減することができる。   The bitmap image generation means 21 holds the four generated bitmap images. Actually, it is held by writing to a predetermined area in the video memory 5. When four types of bitmap images are generated, the bitmap image transfer means 30 performs a process of determining whether or not a predetermined time has elapsed (step S14). In this embodiment, 1/30 second is set as the predetermined time, as in the first embodiment. When the predetermined time has elapsed, the bitmap image transfer means 30 transfers one of the four bitmap images to the display memory 40 (step S15). In the display memory 40, the transferred bitmap image is overwritten on the already written content. Subsequently, the bitmap image display means 50 performs a process of displaying the bitmap image written in the display memory 40. The bitmap image transfer means 30 transfers the next bitmap image to the display memory 40 when a predetermined time has passed again after the transfer. By repeatedly executing the processing of steps S14 to S16, four types of bitmap images are sequentially switched and displayed on the bitmap image display means 50. The predetermined time is preferably set to 1/30 seconds or less. By setting the predetermined time to 1/30 seconds or less, bitmap images are switched and displayed at intervals of 1/30 seconds or less, and the occurrence of flicker can be reduced.

この状態で、スクリーンキャプチャが実行されると、表示用メモリ40に書き込まれているビットマップ画像がキャプチャされ、記録される。したがって、第1の実施形態と同様、色変更がされていない初期ビットマップ画像を複製することはできない。   When screen capture is executed in this state, the bitmap image written in the display memory 40 is captured and recorded. Therefore, as in the first embodiment, an initial bitmap image that has not been color-changed cannot be copied.

<2.4.応用例>
第2の実施形態の応用例について説明する。応用例では、色変更されたM通りのビットマップ画像を生成する際、色変更した区画にさらに他の固定の同一区画サイズの画素パターンを色を変えて重ねる。具体的には、各区画と同一画素サイズのハッチングパターンを準備して画線部の画素の色をR:255、G:255、B:0に設定するか、R:0、G:255、B:255に設定し、重ね書きする(ハッチングパターンの背景部の画素は描画せず透明扱いにする)。ここで、最大値の255に代えて、255に近い値(例えば200以上)であっても良いし、最小値の0に代えて、0に近い値(例えば15以下)であっても良い。すなわち、R,G,Bの設定値は、ヒトの目により色の違いを認識できれば良いため、最大値(255)、最小値(0)である必要はなく、最大値付近(200以上)、最小値付近(15以下)であれば良い。
<2.4. Application example>
An application example of the second embodiment will be described. In the application example, when generating M color-changed bitmap images, another fixed pixel pattern having the same partition size is superimposed on the color-changed partition. Specifically, a hatching pattern having the same pixel size as each section is prepared, and the color of the pixel in the image area is set to R: 255, G: 255, B: 0, or R: 0, G: 255, B: set to 255 and overwritten (pixels in the background portion of the hatching pattern are treated as transparent without being drawn). Here, instead of the maximum value of 255, a value close to 255 (for example, 200 or more) may be used, or instead of the minimum value of 0, a value close to 0 (for example, 15 or less) may be used. That is, the set values of R, G, and B need only be able to recognize the color difference by the human eye, and therefore need not be the maximum value (255) and the minimum value (0), but near the maximum value (200 or more), It may be near the minimum value (15 or less).

この場合も、上述のように、高速(例えば、1/30秒以下)で切り替えて、4通りのビットマップ画像を順次表示用メモリに書き込むことを繰り返し行うと、表示装置には、短い時間間隔で4通りのビットマップ画像が切り替え表示される。しかし、残像効果により、表示装置に表示された画面を見た視聴者には、色変更されていないビットマップ画像が表示されているように見える。この場合、色変更だけでなく、別のパターンが重ねて表示されることになるため、複製された画像を見ても、画像の内容が一層わかりづらいものとなる。また、図6(h)のような色変更されたビットマップ画像に対して、画像処理を駆使し、図6(a)のような初期ビットマップ画像を再現することは可能である。しかし、別のパターンが重ねて表示されたビットマップ画像に対して、画像処理を駆使し、図6(a)のような初期ビットマップ画像を再現することは極めて困難である。このため、より高い複製抑止効果が得られることになる。   Also in this case, as described above, when switching is performed at high speed (for example, 1/30 seconds or less) and four bitmap images are sequentially written in the display memory, the display device has a short time interval. The four bitmap images are switched and displayed. However, due to the afterimage effect, a viewer who looks at the screen displayed on the display device appears to display a bitmap image that has not been color-changed. In this case, since not only the color change but another pattern is displayed in an overlapping manner, even if the copied image is viewed, the content of the image becomes more difficult to understand. Further, it is possible to reproduce the initial bitmap image as shown in FIG. 6A by making full use of image processing for the color-changed bitmap image as shown in FIG. However, it is extremely difficult to reproduce an initial bitmap image as shown in FIG. 6A by making full use of image processing on a bitmap image displayed with another pattern superimposed thereon. For this reason, a higher copy suppression effect can be obtained.

<3.全実施形態に共通の変形例等>
以上、本発明の好適な実施形態について限定したが、本発明は上記実施形態に限定されず、種々の変形が可能である。例えば、上記実施形態では、ビットマップ画像表示手段50に表示するビットマップ画像を記録した表示用メモリ40をビデオメモリ5内に確保し、色変更された複数のビットマップ画像もビデオメモリ5内のオフスクリーンメモリに書き込むようにしたが、表示用メモリ40のみをビデオメモリ5内に確保し、オフスクリーンメモリをRAM2内に確保するようにしても良い。また、表示用メモリ40をRAM2内に確保し、オフスクリーンメモリもRAM2内に書き込むようにしても良い。揮発性メモリであるRAM2やビデオメモリ5の記憶領域は、設計に応じて柔軟に利用することが可能である。
<3. Modifications common to all embodiments>
As mentioned above, although it limited about the suitable embodiment of the present invention, the present invention is not limited to the above-mentioned embodiment, and various modifications are possible. For example, in the above embodiment, the display memory 40 in which the bitmap image to be displayed on the bitmap image display means 50 is recorded is secured in the video memory 5, and a plurality of color-changed bitmap images are also stored in the video memory 5. Although writing is performed in the off-screen memory, only the display memory 40 may be secured in the video memory 5 and the off-screen memory may be secured in the RAM 2. Further, the display memory 40 may be secured in the RAM 2 and the off-screen memory may be written in the RAM 2. The storage areas of the RAM 2 and the video memory 5 that are volatile memories can be flexibly used according to the design.

また、上記実施形態では、初期ビットマップ画像から色変更された複数のビットマップ画像を生成するようにしたが、文書ファイルの文字データ列や、ビットマップ形式以外の画像データから色変更されたビットマップ画像を生成する場合は、初期ビットマップ画像を生成することなく、直接N文字ごと、またはN区画ごとに異なる色を設定して色変更されたビットマップ画像を生成するようにしても良い。   In the above embodiment, a plurality of bitmap images whose colors are changed from the initial bitmap image are generated. However, the bit data whose color is changed from the character data string of the document file or the image data other than the bitmap format is used. When generating a map image, it is also possible to generate a bitmap image whose color has been changed by setting a different color for each N characters or for each N section without generating an initial bitmap image.

1・・・CPU(Central Processing Unit)
2・・・RAM(Random Access Memory)
3・・・記憶装置
4・・・キー入力I/F
5・・・ビデオメモリ
6・・・表示部
7・・・データ入出力I/F
10・・・文字列読込手段
11・・・画像データ読込手段
20、21・・・ビットマップ画像生成手段
30・・・ビットマップ画像転送手段
40・・・表示用メモリ
50・・・ビットマップ画像表示手段
60・・・文書ファイル記憶手段
61・・・画像データ記憶手段
1 ... CPU (Central Processing Unit)
2 ... RAM (Random Access Memory)
3 ... Storage device 4 ... Key input I / F
5 ... Video memory 6 ... Display unit 7 ... Data input / output I / F
DESCRIPTION OF SYMBOLS 10 ... Character string reading means 11 ... Image data reading means 20, 21 ... Bitmap image generation means 30 ... Bitmap image transfer means 40 ... Display memory 50 ... Bitmap image Display means 60 ... Document file storage means 61 ... Image data storage means

Claims (10)

与えられた文書ファイルより抽出した文字列を所定の書体、ポイント、文字間隔および行間隔で、ビットマップ画像に変換し、スクリーンキャプチャによる画像の取得対象である表示用メモリに書き込み、当該表示用メモリに記録されたビットマップ画像を表示する画像表示装置であって、
与えられた文書ファイルより文字列データを読み込む文字列読込手段と、
フォントデータを参照して、前記読み込んだ文字列データをビットマップ形式に変換し、N(N>2の整数)文字ごとに文字の色を他の文字と異なる色に設定し、かつ、他の文字と異なる色に設定する文字を1文字ずつずらして、M(Mは2<M≦Nの整数)通りのビットマップ画像を生成するビットマップ画像生成手段と、
前記M通りのビットマップ画像を所定の時間間隔で前記表示用メモリに順次転送するビットマップ画像転送手段と、
前記表示用メモリに記録されたビットマップ画像を表示するビットマップ画像表示手段と、
を有することを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置。
A character string extracted from a given document file is converted into a bitmap image with a predetermined typeface, point, character spacing, and line spacing, and written to a display memory, which is a target for acquiring an image by screen capture. An image display device for displaying a bitmap image recorded in
A character string reading means for reading character string data from a given document file;
The font data is referred to, the read character string data is converted into a bitmap format, the character color is set to a color different from other characters for each N (N> 2), and other characters Bitmap image generation means for generating a bitmap image of M (M is an integer of 2 <M ≦ N) by shifting a character set to a color different from the character by one character
Bitmap image transfer means for sequentially transferring the M bit map images to the display memory at predetermined time intervals;
Bitmap image display means for displaying a bitmap image recorded in the display memory;
An image display device having a function of suppressing screen capture.
請求項1に記載のスクリーンキャプチャの抑制機能を備えた画像表示装置において、
前記文書ファイル内の文字列とは別に牽制用文字列を準備しておき、
前記ビットマップ画像生成手段は、
前記M通りのビットマップ画像を生成する際、前記牽制用文字列より抽出した文字を、前記他の文字と異なる色に設定した文字に重ね書きし、M通りのビットマップ画像を生成するようにしていることを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置。
In the image display device having the screen capture suppression function according to claim 1,
Prepare a check character string separately from the character string in the document file,
The bitmap image generation means includes
When generating the M types of bitmap images, the characters extracted from the check character string are overwritten on the characters set in a different color from the other characters to generate M types of bitmap images. An image display apparatus having a screen capture suppression function.
請求項1または請求項2に記載のスクリーンキャプチャの抑制機能を備えた画像表示装置において、
前記ビットマップ画像の各画素の値は、R,G,Bがそれぞれ所定の階調で設定されるものであり、
前記ビットマップ画像生成手段は、文字の背景色をR,G,Bともに最大値付近に設定し、前記N文字ごとに設定する文字の色のRまたはBの成分を、最大値付近に設定し、前記他の文字の色をR,G,Bともに最小値付近に設定するようにしていることを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置。
In the image display apparatus provided with the screen capture suppressing function according to claim 1 or 2,
The value of each pixel of the bitmap image is such that R, G, B are set at a predetermined gradation,
The bitmap image generating means sets the background color of the character for each of R, G, and B near the maximum value, and sets the R or B component of the character color set for each N character near the maximum value. An image display device having a screen capture suppression function, wherein the colors of the other characters are set to be near the minimum values for all of R, G, and B.
請求項2に記載のスクリーンキャプチャの抑制機能を備えた画像表示装置において、
前記ビットマップ画像の各画素の値は、R,G,Bがそれぞれ所定の階調で設定されるものであり、
前記重ね書きする文字の色は、RとGの成分を最大値付近に設定し、Bの成分を最大値付近であってRとGの成分より小さい値に設定するか、GとBの成分を最大値付近に設定し、Rの成分を最大値付近であってGとBの成分より小さい値に設定するようにしていることを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置。
In the image display device having the screen capture suppression function according to claim 2,
The value of each pixel of the bitmap image is such that R, G, B are set at a predetermined gradation,
For the color of the character to be overwritten, the R and G components are set near the maximum value, and the B component is set near the maximum value and smaller than the R and G components, or the G and B components Is set in the vicinity of the maximum value, and the R component is set to a value near the maximum value and smaller than the G and B components.
与えられた画像データを、ビットマップ画像に変換し、スクリーンキャプチャによる画像の取得対象である表示用メモリに書き込み、当該表示用メモリに記録されたビットマップ画像を表示する画像表示装置であって、
画像データを読み込む画像データ読込手段と、
前記読み込んだ画像データを、X列×Y行の区画に分割し、各行または各列について、N(N>2の整数)区画ごとに区画内の画素の色を他の区画と異なる色に設定し、かつ他の区画と異なる色に設定する区画を1区画ずつずらして、M(Mは2<M≦Nの整数)通りのビットマップ画像を生成するビットマップ画像生成手段と、
前記M通りのビットマップ画像を所定の時間間隔で前記表示用メモリに順次転送するビットマップ画像転送手段と、
前記表示用メモリに記録されたビットマップ画像を表示するビットマップ画像表示手段と、
を有することを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置。
An image display device that converts given image data into a bitmap image, writes the image data in a display memory to which an image is acquired by screen capture, and displays the bitmap image recorded in the display memory.
Image data reading means for reading image data;
The read image data is divided into sections of X columns × Y rows, and for each row or column, the color of the pixels in the section is set to a color different from the other sections for each N (N> 2) integer. And a bitmap image generation means for generating a bitmap image of M (M is an integer of 2 <M ≦ N) by shifting a partition to be set to a color different from that of the other partitions one by one;
Bitmap image transfer means for sequentially transferring the M bit map images to the display memory at predetermined time intervals;
Bitmap image display means for displaying a bitmap image recorded in the display memory;
An image display device having a function of suppressing screen capture.
請求項5に記載のスクリーンキャプチャの抑制機能を備えた画像表示装置において、
あらかじめ、前記区画と同サイズの牽制用画素配列を準備し、
前記ビットマップ画像生成手段は、
前記M通りのビットマップ画像を生成する際、前記牽制用画素配列の画素を、他の区画と異なる色に設定した区画の画素に重ね書きして、M通りのビットマップ画像を生成するようにしていることを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置。
In the image display device having the screen capture suppressing function according to claim 5,
Prepare a check pixel array of the same size as the section in advance,
The bitmap image generation means includes
When generating the M kinds of bitmap images, the pixels of the check pixel array are overwritten on the pixels of the sections set to colors different from those of the other sections to generate M kinds of bitmap images. An image display apparatus having a screen capture suppression function.
請求項5または請求項6に記載のスクリーンキャプチャの抑制機能を備えた画像表示装置において、
前記ビットマップ画像の各画素の値は、R,G,Bがそれぞれ所定の階調で設定されるものであり、
前記ビットマップ画像生成手段は、前記他の区画と異なる色としてRまたはBの成分を最大値付近に設定し、前記他の区画の色としてR,G,Bの各成分が同一の値をもつグレースケールに設定するようにしていることを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置。
In the image display apparatus provided with the screen capture suppressing function according to claim 5 or 6,
The value of each pixel of the bitmap image is such that R, G, B are set at a predetermined gradation,
The bitmap image generation means sets an R or B component as a color different from the other section near a maximum value, and the R, G, and B components have the same value as the color of the other section. An image display device having a function of suppressing screen capture, which is set to gray scale.
請求項6に記載のスクリーンキャプチャの抑制機能を備えた画像表示装置において、
前記ビットマップ画像の各画素の値は、R,G,Bがそれぞれ所定の階調で設定されるものであり、
前記重ね書きする画素の色は、RとGの成分を最大値付近に設定するか、GとBの成分を最大値付近に設定するようにしていることを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置。
The image display device having the screen capture suppression function according to claim 6,
The value of each pixel of the bitmap image is such that R, G, B are set at a predetermined gradation,
The color of the pixel to be overwritten has a screen capture suppression function characterized in that the R and G components are set near the maximum value, or the G and B components are set near the maximum value. An image display device provided.
請求項1から請求項8のいずれか一項に記載のスクリーンキャプチャの抑制機能を備えた画像表示装置において、
前記ビットマップ画像転送手段は、
前記M通りのビットマップ画像を1/30秒以下の時間間隔で前記表示用メモリに順次転送するようにしていることを特徴とするスクリーンキャプチャの抑制機能を備えた画像表示装置。
In the image display apparatus provided with the function of suppressing screen capture according to any one of claims 1 to 8,
The bitmap image transfer means includes:
An image display device having a screen capture suppression function, wherein the M bit map images are sequentially transferred to the display memory at a time interval of 1/30 second or less.
請求項1から請求項9のいずれか一項に記載のスクリーンキャプチャの抑制機能を備えた画像表示装置として、コンピュータを機能させるためのプログラム。   The program for functioning a computer as an image display apparatus provided with the screen capture suppression function as described in any one of Claims 1-9.
JP2012201519A 2012-09-13 2012-09-13 Image display device with screen capture suppression function Expired - Fee Related JP6028477B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012201519A JP6028477B2 (en) 2012-09-13 2012-09-13 Image display device with screen capture suppression function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012201519A JP6028477B2 (en) 2012-09-13 2012-09-13 Image display device with screen capture suppression function

Publications (2)

Publication Number Publication Date
JP2014056144A true JP2014056144A (en) 2014-03-27
JP6028477B2 JP6028477B2 (en) 2016-11-16

Family

ID=50613486

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012201519A Expired - Fee Related JP6028477B2 (en) 2012-09-13 2012-09-13 Image display device with screen capture suppression function

Country Status (1)

Country Link
JP (1) JP6028477B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001016429A (en) * 1999-06-29 2001-01-19 Mitsubishi Electric Corp System and device for distributing contaminated content, contaminated content use device, contaminated content distributing method and contaminated content using method
JP2002072994A (en) * 2000-08-28 2002-03-12 Nippon Telegr & Teleph Corp <Ntt> Method for processing image, image processor and recording medium with image processing program recorded thereon
JP2004320299A (en) * 2003-04-15 2004-11-11 Matsushita Electric Ind Co Ltd Image display method, image display system, image data converter, and image display apparatus
JP2008009784A (en) * 2006-06-30 2008-01-17 Fuji Xerox Co Ltd Image composition device, image display device, image encoding device, image composition program, image display program, and image encoding program
JP2011182054A (en) * 2010-02-26 2011-09-15 Rakuten Inc Data-generating device, data-generating method, and data-generating program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001016429A (en) * 1999-06-29 2001-01-19 Mitsubishi Electric Corp System and device for distributing contaminated content, contaminated content use device, contaminated content distributing method and contaminated content using method
JP2002072994A (en) * 2000-08-28 2002-03-12 Nippon Telegr & Teleph Corp <Ntt> Method for processing image, image processor and recording medium with image processing program recorded thereon
JP2004320299A (en) * 2003-04-15 2004-11-11 Matsushita Electric Ind Co Ltd Image display method, image display system, image data converter, and image display apparatus
JP2008009784A (en) * 2006-06-30 2008-01-17 Fuji Xerox Co Ltd Image composition device, image display device, image encoding device, image composition program, image display program, and image encoding program
JP2011182054A (en) * 2010-02-26 2011-09-15 Rakuten Inc Data-generating device, data-generating method, and data-generating program

Also Published As

Publication number Publication date
JP6028477B2 (en) 2016-11-16

Similar Documents

Publication Publication Date Title
ES2912093T3 (en) Data generation device, data generation method, data generation program and recording medium
US8421812B2 (en) Apparatus method and program for image processing and display device
KR102278932B1 (en) Application program processing method and terminal device
JPWO2008026403A1 (en) Image processing apparatus, image processing method and program, display apparatus, and image display system
CN102783131B (en) Data-generating device and data-generating method
JP4647468B2 (en) Display device, content display method, and content display program
JP5777264B1 (en) Bar code display device, operation method and program for bar code display device
CN105589667B (en) Method and device for capturing display image of display equipment
JP4858129B2 (en) Image processing apparatus, image forming system, and program
CN104504350A (en) Display device, watching device, display method and watching method
JP2011203683A (en) Display control device, display control program, and display control method
JP6028477B2 (en) Image display device with screen capture suppression function
US20060158464A1 (en) System for secure text display
JP6661339B2 (en) Display control device, multi-display system, and display method of multi-display system
US20230128724A1 (en) Image processing apparatus and control method
JP2014178905A (en) Image display device, image display method, and program
JP2010198642A (en) Display device, content display method, and content display program
JP2013168902A (en) Image processing device, display device, and image processing method
JP5629476B2 (en) Display control device, display control device control method, program, and recording medium
CN116340895A (en) Page picture presentation method and device, storage medium and electronic equipment
CN102654995A (en) Method and device for character display of video equipment and monitoring video equipment
CN117651128A (en) Video display method, apparatus, computer device and storage medium
JP2005167683A (en) Image data modulation method
JPH10222647A (en) Picture processor and method therefor
JP2009284092A (en) Image encoding device, image encoding method, image encoding program, and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150727

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160517

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160531

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160721

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161003

R150 Certificate of patent or registration of utility model

Ref document number: 6028477

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees