JP2013042380A - Image processing apparatus, image processing program, and image processing method - Google Patents

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

Info

Publication number
JP2013042380A
JP2013042380A JP2011178274A JP2011178274A JP2013042380A JP 2013042380 A JP2013042380 A JP 2013042380A JP 2011178274 A JP2011178274 A JP 2011178274A JP 2011178274 A JP2011178274 A JP 2011178274A JP 2013042380 A JP2013042380 A JP 2013042380A
Authority
JP
Japan
Prior art keywords
pattern
color
image
monochrome
density
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
JP2011178274A
Other languages
Japanese (ja)
Other versions
JP5790298B2 (en
Inventor
Tsukasa Ono
典 大野
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2011178274A priority Critical patent/JP5790298B2/en
Priority to US13/585,644 priority patent/US8811739B2/en
Priority to EP12180393.6A priority patent/EP2560363B1/en
Priority to CN201210289816.1A priority patent/CN102957840B/en
Publication of JP2013042380A publication Critical patent/JP2013042380A/en
Application granted granted Critical
Publication of JP5790298B2 publication Critical patent/JP5790298B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

PROBLEM TO BE SOLVED: To provide an image processing apparatus, an image processing program, and an image processing method which convert color image data to monochromatic image data from which the color of the original color image can be distinguished.SOLUTION: A printer driver 40 of an image processing apparatus 100 comprises: a pattern type determination part 41 which determines a hatch pattern expressing with monochromatic density a hatch pattern corresponding to the color of a color image; a pattern density determination part 42 which determines a background density to be applied to the background area of the hatch pattern; and a monochromatic image data generation part 43 which generates monochromatic image data in which a hatch pattern having the background density is applied to the background region. The pattern density determination part 42 changes the background density of the hatch pattern in accordance with the color of the color image.

Description

本発明は、カラー画像データをモノクロ画像データに変換する画像処理装置、画像処理プログラムおよび画像処理方法に関する。   The present invention relates to an image processing apparatus, an image processing program, and an image processing method for converting color image data into monochrome image data.

従来、カラー画像データをモノクロ画像データに変換するため、下記の式(1)に従ってカラー画像データのRGB値からグレー値を算出し、グレー値で表されるモノクロ画像データを得る手法が広く用いられている。グレー値には、元のカラー画像の明度情報が反映されるため、この手法によれば、元のカラー画像の明度が反映されたモノクロ画像の画像データを得ることができる。なお、式(1)の「R」,「G」,「B」は、それぞれ、カラー画像データのレッドの階調値、グリーンの階調値、ブルーの階調値であり、「Gray」はグレー値、すなわち黒単色の濃度である。
Gray=0.3R+0.59G+0.11B …(1)
Conventionally, in order to convert color image data to monochrome image data, a method of obtaining a monochrome image data represented by a gray value by calculating a gray value from the RGB value of the color image data according to the following equation (1) has been widely used. ing. Since the gray value reflects the lightness information of the original color image, according to this method, it is possible to obtain image data of a monochrome image in which the lightness of the original color image is reflected. Note that “R”, “G”, and “B” in Equation (1) are the red gradation value, the green gradation value, and the blue gradation value of the color image data, respectively, and “Gray” is The gray value, that is, the density of a single black color.
Gray = 0.3R + 0.59G + 0.11B (1)

また、式(1)に従うグレー変換によってカラー画像データをモノクロ画像データに変換した場合、例えば、(R,G,B)=(255,0,0)、(0,128,0)などの複数のRGB値は同等のグレー値に変換される。このように、変換前のカラー画像においては異なっていた2つの色が、モノクロ画像においては同じグレー値で表現されることとなり、変換後のモノクロ画像から変換前の元のカラー画像の色を区別できなくなることがあった。   In addition, when color image data is converted into monochrome image data by gray conversion according to Expression (1), for example, (R, G, B) = (255, 0, 0), (0, 128, 0), etc. RGB values are converted into equivalent gray values. In this way, two different colors in the color image before conversion are represented by the same gray value in the monochrome image, and the color of the original color image before conversion is distinguished from the converted monochrome image. I couldn't do it.

そこで、特許文献1には、カラー画像をシアン、マゼンタ、イエローの各色画像に変換し、各色画像に対して異なるパターンを生成させるディザマトリクスを適用することによって各色のドットパターンを生成し、各色のドットパターンを合成することによりモノクロ画像データを得る手法が提案されている。特許文献1に記載の手法によれば、シアン、マゼンタ、イエローの各色についての互いに異なるパターンを重畳したモノクロ画像が得られるので、例えば、(R,G,B)=(255,0,0)、(0,128,0)など、グレー値に変換した場合には同等の値となる色であっても、元のカラー画像における色の違いが、異なるパターンの模様となってモノクロ画像に反映される。したがって、変換前のカラー画像に、グレー変換した場合には区別がつかなくなる色が用いられていたとしても、元のカラー画像における色の違いを区別可能なモノクロ画像の画像データに変換できる。   Therefore, in Patent Document 1, a color image is converted into each color image of cyan, magenta, and yellow, and a dot pattern of each color is generated by applying a dither matrix that generates a different pattern for each color image. A technique for obtaining monochrome image data by combining dot patterns has been proposed. According to the method described in Patent Document 1, a monochrome image in which different patterns for each color of cyan, magenta, and yellow are superimposed is obtained. For example, (R, G, B) = (255, 0, 0) , (0, 128, 0), etc., even if the color has the same value when converted to a gray value, the color difference in the original color image is reflected in the monochrome image as a different pattern pattern Is done. Therefore, even if a color that cannot be distinguished when gray conversion is used for the color image before conversion, it can be converted into image data of a monochrome image that can distinguish the color difference in the original color image.

特開2011−23895号公報JP 2011-23895 A

しかしながら、特許文献1に記載の手法では、モノクロ画像データの画像は、シアン、マゼンタ、イエローの各色のドットパターンを重畳したものになるので、各色画像のドットパターンの模様よりさらに細かく、かつ、膨大な数の種類の模様がモノクロ画像に表れることになる。このため、特許文献1に記載の手法により生成されたモノクロ画像では、ユーザーにとってはパターンの模様を区別し難く、元のカラー画像における色の違いが分かり難いという課題があった。   However, according to the method described in Patent Document 1, the image of the monochrome image data is obtained by superimposing the dot patterns of each color of cyan, magenta, and yellow. Many kinds of patterns appear in monochrome images. For this reason, in the monochrome image produced | generated by the method of patent document 1, it was difficult for a user to distinguish the pattern of a pattern and the subject that the difference in the color in an original color image was difficult to understand occurred.

本発明は、上述の課題の少なくとも一部を解決するためになされたものであり、以下の形態または適用例として実現することが可能である。   SUMMARY An advantage of some aspects of the invention is to solve at least a part of the problems described above, and the invention can be implemented as the following forms or application examples.

[適用例1]カラー画像を表すカラー画像データをモノクロ画像データに変換する画像処理装置であって、前記カラー画像の色に対応する模様を単色の濃度により表す単色パターンを決定するパターン決定部と、前記単色パターンの画像領域のうち前記模様の背景となる領域の背景濃度を決定するパターン濃度決定部と、前記カラー画像に対応する画像領域に、前記背景濃度を有する前記単色パターンが適用されたモノクロ画像の前記モノクロ画像データを生成するモノクロ画像データ生成部と、を備え、前記パターン濃度決定部は、前記カラー画像の色に応じて前記背景濃度を変化させることを特徴とする画像処理装置。   Application Example 1 An image processing apparatus for converting color image data representing a color image into monochrome image data, a pattern determining unit for determining a single color pattern representing a pattern corresponding to the color of the color image by a single color density; A pattern density determining unit that determines a background density of an area that is a background of the pattern in the image area of the single color pattern, and the monochrome pattern having the background density is applied to an image area corresponding to the color image. A monochrome image data generation unit configured to generate the monochrome image data of the monochrome image, wherein the pattern density determination unit changes the background density according to the color of the color image.

この構成によれば、カラー画像の色は、単色パターンの模様に加えて、さらに模様の背景となる領域における背景濃度の変化としてモノクロ画像に反映される。したがって、ユーザーが視認した場合に、単色パターンの模様およびその背景の濃度変化から、元のカラー画像における色の違いを容易に区別可能なモノクロ画像の画像データを得ることができる。   According to this configuration, the color of the color image is reflected in the monochrome image as a change in the background density in the region that becomes the background of the pattern in addition to the pattern of the single color pattern. Therefore, when the user visually recognizes, it is possible to obtain image data of a monochrome image that can easily distinguish the color difference in the original color image from the pattern of the single color pattern and the density change of the background.

[適用例2]上記画像処理装置において、前記パターン濃度決定部は、前記カラー画像の明度に応じて前記背景濃度を変化させることを特徴とする画像処理装置。   Application Example 2 In the image processing apparatus, the pattern density determination unit changes the background density according to the brightness of the color image.

この構成によれば、カラー画像の明度に応じて、モノクロ画像データの背景濃度が変化するので、ユーザーが視認した場合に、元のカラー画像において明度が異なる色間の区別が可能なモノクロ画像の画像データを得ることができる。   According to this configuration, the background density of the monochrome image data changes according to the brightness of the color image. Therefore, when the user visually recognizes, the monochrome image can be distinguished between colors having different brightness in the original color image. Image data can be obtained.

[適用例3]上記画像処理装置において、前記パターン濃度決定部は、前記モノクロ画像の明度が前記カラー画像の明度に等しくなるように前記背景濃度を決定することを特徴とする画像処理装置。   Application Example 3 In the image processing apparatus, the pattern density determination unit determines the background density so that the brightness of the monochrome image is equal to the brightness of the color image.

この構成によれば、カラー画像の明度がモノクロ画像に保存されるので、明度の再現性に優れたモノクロ画像データを得ることができる。   According to this configuration, since the brightness of the color image is stored in the monochrome image, monochrome image data with excellent brightness reproducibility can be obtained.

[適用例4]上記画像処理装置において、前記パターン濃度決定部は、前記カラー画像について前記単色パターンが適用される画像領域の平均明度が、前記単色パターンの平均明度に等しくなるように前記単色パターンの前記背景濃度を決定することを特徴とする画像処理装置。   Application Example 4 In the image processing apparatus, the pattern density determination unit is configured to make the monochrome pattern so that an average brightness of an image area to which the monochrome pattern is applied is equal to an average brightness of the monochrome pattern. And determining the background density of the image processing apparatus.

この構成によれば、単色パターンが適用される画像領域ごとにカラー画像の明度がモノクロ画像に保存されるので、明度の再現性により優れたモノクロ画像データを得ることができる。   According to this configuration, since the brightness of a color image is stored in a monochrome image for each image area to which a single color pattern is applied, it is possible to obtain monochrome image data that is superior in brightness reproducibility.

[適用例5]上記画像処理装置において、前記パターン決定部は、前記カラー画像データのカラー画像の色相に対応する模様を単色の濃度により表す前記単色パターンを決定することを特徴とする画像処理装置。   Application Example 5 In the above image processing apparatus, the pattern determination unit determines the single color pattern representing a pattern corresponding to a hue of a color image of the color image data by a single color density. .

この構成によれば、カラー画像の色相をモノクロ画像データに反映させることができる。   According to this configuration, the hue of the color image can be reflected in the monochrome image data.

[適用例6]上記画像処理装置において、前記単色パターンは、単色の線により模様を表すハッチパターンであり、前記パターン決定部は、前記カラー画像の色の明度が低いほど線密度が高い模様の前記ハッチパターンを、前記カラー画像に適用するパターンとして決定することを特徴とする画像処理装置。   Application Example 6 In the image processing apparatus, the single-color pattern is a hatch pattern that represents a pattern with a single-color line, and the pattern determination unit has a pattern with a higher line density as the color brightness of the color image is lower. An image processing apparatus, wherein the hatch pattern is determined as a pattern to be applied to the color image.

この構成によれば、カラー画像の明度が低いほどハッチングの線密度が高くなるため、モノクロ画像を視認したユーザーに対して、カラー画像により近い印象を与えることが可能なモノクロ画像の画像データを得ることができる。   According to this configuration, since the line density of hatching increases as the lightness of the color image decreases, image data of a monochrome image that can give an impression closer to the color image to a user who has viewed the monochrome image is obtained. be able to.

[適用例7]上記画像処理装置において、
前記パターン濃度決定部は、色相環を区画した複数の色領域において互いに隣接する第1の色と第2の色のうち、前記第1の色に対応させる前記単色パターンの模様の濃度を前記背景濃度より大きくし、前記第2の色に対応させる前記単色パターンの模様の濃度を前記背景濃度より小さくすることを特徴とする画像処理装置。
Application Example 7 In the image processing apparatus,
The pattern density determination unit is configured to set the density of the pattern of the monochrome pattern corresponding to the first color among the first color and the second color adjacent to each other in a plurality of color regions that define a hue circle. An image processing apparatus, characterized in that the density of the pattern of the monochromatic pattern corresponding to the second color is made smaller than the background density.

この構成によれば、色相環を区画した複数の色領域において互いに隣接するカラー画像の第1の色と第2の色とについて、一方は背景濃度より大きい濃度、他方は背景濃度より小さい濃度によってモノクロ画像の模様が表される。したがって、元のカラー画像の色相環を区画した複数の色領域のうち隣りあう色領域に含まれ、カラー画像においては区別がつき難い第1の色と第2の色とについても、色の違いをより区別しやすいモノクロ画像の画像データを得ることができる。   According to this configuration, one of the first color and the second color of the color images adjacent to each other in the plurality of color regions that define the hue circle has a density larger than the background density and the other is smaller than the background density. A monochrome image pattern is displayed. Accordingly, the difference in color between the first color and the second color that are included in adjacent color regions among a plurality of color regions that define the hue circle of the original color image and are difficult to distinguish in the color image. It is possible to obtain image data of a monochrome image that can be more easily distinguished.

[適用例8]上記画像処理装置において、前記パターン決定部が、第3の色と補色の関係になる第4の色に対応させる前記単色パターンは、前記第3の色に対応させる前記単色パターンの模様を回転させた模様を表すことを特徴とする画像処理装置。   Application Example 8 In the image processing apparatus, the single color pattern that the pattern determination unit corresponds to the fourth color that is complementary to the third color is the single color pattern that corresponds to the third color. An image processing apparatus that represents a pattern obtained by rotating the pattern.

この構成によれば、第3の色と補色の関係となる第4の色に対応する単色パターンの模様は、第3の色に対応する単色パターンの模様を回転させたものとなる。これにより、元のカラー画像において第3の色と第4の色とが補色の関係であることをモノクロ画像から認識できる。   According to this configuration, the pattern of the single color pattern corresponding to the fourth color that is complementary to the third color is obtained by rotating the pattern of the single color pattern corresponding to the third color. Thereby, it can be recognized from the monochrome image that the third color and the fourth color are complementary colors in the original color image.

[適用例9]上記画像処理装置において、前記パターン決定部は、前記カラー画像の彩度に応じて、前記単色パターンの模様を変化させることを特徴とする画像処理装置。   Application Example 9 In the image processing apparatus, the pattern determination unit changes the pattern of the single-color pattern according to the saturation of the color image.

この構成によれば、モノクロ画像に表れる単色パターンの模様が、カラー画像の彩度に応じて変化するので、元のカラー画像における彩度の違いを区別可能なモノクロ画像の画像データを得ることができる。   According to this configuration, since the pattern of the single color pattern appearing in the monochrome image changes according to the saturation of the color image, it is possible to obtain monochrome image image data that can distinguish the saturation difference in the original color image. it can.

[適用例10]上記画像処理装置において、前記カラー画像の種類を判定する画像種類判定部を備え、前記モノクロ画像データ生成部は、前記画像種類判定部の判定結果に対応して、単色の濃度により表されるモノクロ画像に変換することを特徴とする画像処理装置。   Application Example 10 The image processing apparatus includes an image type determination unit that determines the type of the color image, and the monochrome image data generation unit corresponds to a determination result of the image type determination unit, and has a monochrome density. An image processing apparatus that converts the image into a monochrome image represented by:

この構成によれば、互いに同じ色のオブジェクト画像同士が重なる場合であっても、オブジェクト画像の属性の種類が異なるオブジェクト画像同士は、互いに埋もれあうことなく、元のカラー画像を容易に区別可能なモノクロ画像の画像データを得ることができる。   According to this configuration, even when object images of the same color overlap each other, object images having different types of object image attributes can be easily distinguished from each other without being buried in each other. Monochrome image data can be obtained.

[適用例11]上記画像処理装置において、前記カラー画像が、前記単色パターンを適用しないよう予め定められた禁止画像を含むか否かを判定する禁止画像判定部を備え、前記モノクロ画像データ生成部は、前記カラー画像に含まれる前記禁止画像に対して、前記単色パターンを適用することなく、単色の濃度により表されるモノクロ画像に変換することを特徴とする画像処理装置。   Application Example 11 In the image processing apparatus, the monochrome image data generation unit includes a prohibited image determination unit that determines whether or not the color image includes a prohibited image predetermined so as not to apply the monochrome pattern. The image processing apparatus converts the prohibited image included in the color image into a monochrome image represented by a monochrome density without applying the monochrome pattern.

この構成によれば、予め定められた画像については、単色パターンの模様が付加されないモノクロ画像の画像データが生成される。したがって、例えば、企業のロゴなど、忠実に表現する必要があり、模様を付加すると不都合が生じる画像については、模様を付加することなく、元のカラー画像を忠実に表したモノクロ画像データを得ることができる。   According to this configuration, for a predetermined image, monochrome image image data to which a monochrome pattern is not added is generated. Therefore, for images that need to be faithfully expressed, for example, company logos, and for which inconvenience occurs when a pattern is added, monochrome image data that faithfully represents the original color image can be obtained without adding the pattern. Can do.

[適用例12]上記画像処理装置において、前記カラー画像の色と、前記背景濃度とを予め対応付けた対応情報を備え、前記パターン濃度決定部は、前記対応情報を参照して前記カラー画像の色に応じた前記背景濃度を決定することを特徴とする画像処理装置。   Application Example 12 The image processing apparatus includes correspondence information in which the color of the color image is associated with the background density in advance, and the pattern density determination unit refers to the correspondence information to determine the color image. An image processing apparatus that determines the background density according to color.

この構成によれば、単色パターンの背景濃度は対応情報に従って決定されるので、簡易な処理によって、カラー画像データから、元のカラー画像における色の違いを表現したモノクロ画像データを得ることができる。   According to this configuration, since the background density of the single-color pattern is determined according to the correspondence information, monochrome image data expressing the color difference in the original color image can be obtained from the color image data by simple processing.

[適用例13]上記画像処理装置において、前記パターン決定部は、縦線の模様を表す前記単色パターン、横線の模様を表す前記単色パターン、格子線の模様を表す前記単色パターン、斜め線の模様を表す前記単色パターン、斜め格子線の模様を表す前記単色パターンのうちいずれか2以上を含む複数の前記単色パターンのうちから、前記カラー画像の色に応じて前記カラー画像に対応させる前記単色パターンを選択することを特徴とする画像処理装置。   Application Example 13 In the image processing apparatus, the pattern determining unit includes the single color pattern representing a vertical line pattern, the single color pattern representing a horizontal line pattern, the single color pattern representing a grid line pattern, and a diagonal line pattern. The monochromatic pattern corresponding to the color image according to the color of the color image from among the plurality of monochromatic patterns including any two or more of the monochromatic pattern representing the pattern of the diagonal grid lines An image processing apparatus characterized by selecting.

この構成によれば、カラー画像の色を、縦線、横線、格子線、斜め線、斜め格子線のうちいずれか2以上により表現したモノクロ画像データを得ることができる。   According to this configuration, it is possible to obtain monochrome image data in which the color of a color image is expressed by any two or more of vertical lines, horizontal lines, grid lines, diagonal lines, and diagonal grid lines.

[適用例14]カラー画像を表すカラー画像データをモノクロ画像データに変換するための画像処理プログラムであって、コンピューターを、前記カラー画像の色に対応する模様を単色の濃度により表す単色パターンを決定するパターン決定部と、前記単色パターンの画像領域のうち前記模様の背景となる領域の背景濃度を決定するパターン濃度決定部と、前記カラー画像に対応する画像領域に、前記背景濃度を有する前記単色パターンが適用されたモノクロ画像の前記モノクロ画像データを生成するモノクロ画像データ生成部、として機能させ、前記パターン濃度決定部は、前記カラー画像の色に応じて前記背景濃度を変化させることを特徴とする画像処理プログラム。   Application Example 14 An image processing program for converting color image data representing a color image into monochrome image data, wherein the computer determines a single-color pattern representing a pattern corresponding to the color of the color image by a single-color density A pattern determining unit that determines a background density of an area that is the background of the pattern among the image areas of the monochrome pattern, and the monochrome that has the background density in the image area corresponding to the color image. A monochrome image data generation unit that generates the monochrome image data of a monochrome image to which a pattern is applied, and the pattern density determination unit changes the background density according to the color of the color image. An image processing program.

この画像処理プログラムによれば、カラー画像データから、ユーザーが視認した場合に元のカラー画像における色の違いを区別し易いモノクロ画像の画像データを得ることができる。   According to this image processing program, it is possible to obtain from the color image data monochrome image data that makes it easy to distinguish the color difference in the original color image when the user visually recognizes it.

[適用例15]カラー画像を表すカラー画像データをモノクロ画像データに変換する画像処理方法であって、前記カラー画像の色に対応する模様を単色の濃度により表す単色パターンを決定するステップと、前記単色パターンの画像領域のうち前記模様の背景となる領域の背景濃度を決定するステップと、前記カラー画像に対応する画像領域に、前記背景濃度を有する前記単色パターンが適用されたモノクロ画像の前記モノクロ画像データを生成するステップと、を含み、前記カラー画像の色に応じて前記背景濃度を変化させることを特徴とする画像処理方法。   Application Example 15 An image processing method for converting color image data representing a color image into monochrome image data, the step of determining a monochromatic pattern representing a pattern corresponding to the color of the color image by a monochromatic density; Determining a background density of an area that is a background of the pattern among image areas of a single color pattern; and the monochrome of a monochrome image in which the monochrome pattern having the background density is applied to an image area corresponding to the color image. Generating the image data, and changing the background density in accordance with the color of the color image.

このようにすれば、カラー画像の色は、単色パターンの模様に加えて、さらに背景濃度の変化としてモノクロ画像に反映されるので、ユーザーが視認した場合に元のカラー画像における色の違いを区別し易いモノクロ画像の画像データを得ることができる。   In this way, the color of the color image is reflected in the monochrome image as a change in background density in addition to the pattern of the single color pattern, so that the color difference in the original color image is distinguished when the user visually recognizes it. It is possible to obtain image data of a monochrome image that is easy to perform.

第1の実施形態に係る印刷システムの概略構成を示した図である。1 is a diagram illustrating a schematic configuration of a printing system according to a first embodiment. 画像処理装置のソフトウェア構成を示した図である。FIG. 2 is a diagram illustrating a software configuration of an image processing apparatus. パターン選択テーブルの一例を示した図である。It is the figure which showed an example of the pattern selection table. ハッチパターンの割り当てを説明する説明図である。It is explanatory drawing explaining allocation of a hatch pattern. 色相環上の色相とハッチパターンとの対応例を示した図である。It is the figure which showed the example of a response | compatibility with the hue on a hue ring, and a hatch pattern. 画像処理装置が行う処理の流れを示したフローチャートである。It is the flowchart which showed the flow of the process which an image processing apparatus performs. 注目画素に対するハッチパターンの割り当てを説明する説明図である。It is explanatory drawing explaining allocation of the hatch pattern with respect to an attention pixel. 第2実施形態における画像処理装置の構成を示した図である。It is the figure which showed the structure of the image processing apparatus in 2nd Embodiment. 第3実施形態における画像処理装置の構成を示した図である。It is the figure which showed the structure of the image processing apparatus in 3rd Embodiment. 変形例1の説明図である。It is explanatory drawing of the modification 1. 変形例4の説明図である。It is explanatory drawing of the modification 4.

(第1実施形態)
以下、本発明の実施形態について図面を参照して説明する。なお、第1の実施形態では、画像処理装置の一例としてのホストコンピューターを含む印刷システムについて説明する。
(First embodiment)
Embodiments of the present invention will be described below with reference to the drawings. In the first embodiment, a printing system including a host computer as an example of an image processing apparatus will be described.

図1は、第1の実施形態に係る印刷システムの概略構成を示した図である。図1に示すように、印刷システム1は、ホストコンピューター10と、プリンター20と、を備え、ホストコンピューター10とプリンター20とは相互にデータ通信可能に接続されている。   FIG. 1 is a diagram illustrating a schematic configuration of a printing system according to the first embodiment. As shown in FIG. 1, the printing system 1 includes a host computer 10 and a printer 20, and the host computer 10 and the printer 20 are connected to each other so that data communication is possible.

プリンター20は、用紙などの媒体に印刷する印刷エンジン21と、印刷エンジン21の動作などを制御するコントローラー22と、を備えている。プリンター20は、コントローラー22の制御により、ホストコンピューター10から印刷ジョブを受信する処理、印刷ジョブに従う印刷を印刷エンジン21に実行させる処理などを行う。   The printer 20 includes a print engine 21 that prints on a medium such as paper, and a controller 22 that controls the operation of the print engine 21. The printer 20 performs processing for receiving a print job from the host computer 10 and processing for causing the print engine 21 to execute printing according to the print job under the control of the controller 22.

ホストコンピューター10は、例えば、プリンタードライバーがインストールされた汎用のパーソナルコンピューターであり、プリンター20に対して印刷ジョブを送信するプリンター20のホスト装置である。このホストコンピューター10は、CPU11と、ROM12と、RAM13と、ハードディスクドライブ14と、読取装置15と、通信I/F16と、を備えている。ホストコンピューター10のこれらの構成は、バス17に接続されており、バス17を介してデータ通信可能になっている。   The host computer 10 is a general-purpose personal computer in which a printer driver is installed, for example, and is a host device of the printer 20 that transmits a print job to the printer 20. The host computer 10 includes a CPU 11, a ROM 12, a RAM 13, a hard disk drive 14, a reading device 15, and a communication I / F 16. These components of the host computer 10 are connected to the bus 17 so that data communication is possible via the bus 17.

CPU11は、ホストコンピューター10の各構成を制御する制御装置である。ROM12はホストコンピューター10を制御するための所定のプログラムなどが記録された不揮発性のメモリー、RAM13はワーキングメモリーなどとして用いられる汎用のメモリーである。   The CPU 11 is a control device that controls each component of the host computer 10. The ROM 12 is a non-volatile memory in which a predetermined program for controlling the host computer 10 is recorded, and the RAM 13 is a general-purpose memory used as a working memory.

ハードディスクドライブ14には、プリンター20のドライバープログラムDP、後述するパターン選択テーブル(対応情報)PTおよびパターン画像データベースPDBが予め格納されている。なお、ドライバープログラムDPは、ドライバープログラムDPを記録した記録媒体Mによってホストコンピューター10に供給され、ハードディスクドライブ14には、読取装置15が記録媒体Mから読み出したプログラムが格納される。なお、記録媒体Mの例としては、CD−ROM、DVD−ROMなどの光ディスクの他、フレキシブルディスク、光磁気ディスク、USBメモリー、メモリーカードなどを挙げることができる。記録媒体Mには、さらにパターン選択テーブルPTおよびパターン画像データベースPDBが記録されており、ドライバープログラムDPとともにパターン選択テーブルPTおよびパターン画像データベースPDBがハードディスクドライブ14に格納される。もっとも、ドライバープログラムDP、パターン選択テーブルPTおよびパターン画像データベースPDBがホストコンピューター10に供給される形態としてはこれに限られることなく、例えば、電気通信回線や光通信回線を介して所定のサーバーから供給されるようにしてもよい。   The hard disk drive 14 stores in advance a driver program DP for the printer 20, a pattern selection table (corresponding information) PT described later, and a pattern image database PDB. The driver program DP is supplied to the host computer 10 by the recording medium M on which the driver program DP is recorded, and the hard disk drive 14 stores a program read by the reading device 15 from the recording medium M. Examples of the recording medium M include a flexible disk, a magneto-optical disk, a USB memory, a memory card, and the like in addition to an optical disk such as a CD-ROM and a DVD-ROM. A pattern selection table PT and a pattern image database PDB are further recorded on the recording medium M, and the pattern selection table PT and the pattern image database PDB are stored in the hard disk drive 14 together with the driver program DP. However, the form in which the driver program DP, the pattern selection table PT, and the pattern image database PDB are supplied to the host computer 10 is not limited to this. For example, the driver program DP, the pattern selection table PT, and the pattern image database PDB are supplied from a predetermined server via an electric communication line or an optical communication line. You may be made to do.

通信I/F16は、ケーブルまたは無線通信によってプリンター20と接続するインターフェイス部分である。プリンター20とホストコンピューター10との通信は、通信I/F16を介して行われる。   The communication I / F 16 is an interface portion that is connected to the printer 20 by a cable or wireless communication. Communication between the printer 20 and the host computer 10 is performed via the communication I / F 16.

また、ホストコンピューター10のCPU11が、ハードディスクドライブ14に格納されたドライバープログラムDPを読み出して実行することによりプリンタードライバーがインストールされて、ホストコンピューター10は画像処理装置100として機能する。以下、画像処理装置100について説明する。   Further, the CPU 11 of the host computer 10 reads and executes the driver program DP stored in the hard disk drive 14 so that the printer driver is installed, and the host computer 10 functions as the image processing apparatus 100. Hereinafter, the image processing apparatus 100 will be described.

図2は、画像処理装置100のソフトウェア構成を示した図である。図2に示すように、画像処理装置100は、アプリケーション30と、プリンタードライバー40と、を有している。   FIG. 2 is a diagram illustrating a software configuration of the image processing apparatus 100. As illustrated in FIG. 2, the image processing apparatus 100 includes an application 30 and a printer driver 40.

アプリケーション30は、文書作成ソフトウェアやウェブブラウザーなど、プリンター20に対する印刷要求元となるソフトウェアである。アプリケーション30は、印刷要求および印刷の対象とするカラー画像データを生成してプリンタードライバー40に受け渡す。   The application 30 is software serving as a print request source for the printer 20, such as document creation software or a web browser. The application 30 generates a print request and color image data to be printed and passes it to the printer driver 40.

プリンタードライバー40は、プリンター20による印刷を制御するためのソフトウェアであり、アプリケーション30から受け取った印刷要求およびカラー画像データから、プリンター20が処理可能なデータ形式の印刷データを生成し、通信I/F16を介してプリンター20に印刷データを送信する。これにより、プリンタードライバー40は、プリンター20に印刷を実行させる。   The printer driver 40 is software for controlling printing by the printer 20. The printer driver 40 generates print data in a data format that can be processed by the printer 20 from the print request and color image data received from the application 30, and the communication I / F 16. The print data is transmitted to the printer 20 via. As a result, the printer driver 40 causes the printer 20 to execute printing.

また、本実施形態のプリンタードライバー40は、カラー画像データを、ハッチ模様付きのモノクロ画像データに変換することにより、元のカラー画像における色の違いをハッチングの模様によって区別可能とするモノクロ画像をプリンター20に印刷させる機能を有している。このハッチ模様付きモノクロ印刷の機能を実現するため、プリンタードライバー40は、パターン種類決定部(パターン決定部)41と、パターン濃度決定部42と、モノクロ画像データ生成部43と、を有している。なお、プリンタードライバー40のこれらの構成は、CPU11がドライバープログラムDPを実行することによって機能している。   Further, the printer driver 40 according to the present embodiment converts a color image data into monochrome image data with a hatch pattern, so that a monochrome image that can distinguish a color difference in the original color image by a hatch pattern is printed on the printer. 20 has a function of printing. In order to realize the monochrome printing function with the hatch pattern, the printer driver 40 includes a pattern type determination unit (pattern determination unit) 41, a pattern density determination unit 42, and a monochrome image data generation unit 43. . Note that these configurations of the printer driver 40 function by the CPU 11 executing the driver program DP.

パターン種類決定部41は、カラー画像データのカラー画像の色、特に色相に応じて、カラー画像データの画像領域に対して適用するハッチパターンを決定する処理を行う。なお、本実施形態では、縦線、横線、格子線、斜め線、斜め格子線などのハッチ模様を単色の濃度で表した複数種類のハッチパターン(単色パターン)が用いられる。パターン種類決定部41は、複数種類のハッチパターンから、カラー画像に適用するハッチ模様のハッチパターンを選択する。   The pattern type determination unit 41 performs a process of determining a hatch pattern to be applied to the image area of the color image data according to the color of the color image data, particularly the hue. In the present embodiment, a plurality of types of hatch patterns (monochromatic patterns) in which hatch patterns such as vertical lines, horizontal lines, grid lines, diagonal lines, and diagonal grid lines are represented by a single color density are used. The pattern type determination unit 41 selects a hatch pattern of a hatch pattern to be applied to a color image from a plurality of types of hatch patterns.

パターン濃度決定部42は、カラー画像データのカラー画像の色、特に明度に応じて、ハッチパターンの濃度を決定する処理を行う。なお、本実施形態のハッチパターンは、ハッチ模様の背景となる背景領域と、背景に対しての前景となる、ハッチ模様自体の前景領域とを含んでいる。パターン濃度決定部42は、背景領域における単色の濃度(以下、「背景濃度」という)、および前景領域における単色の濃度(以下、「前景濃度」という)を決定する。   The pattern density determination unit 42 performs a process of determining the density of the hatch pattern according to the color of the color image of the color image data, particularly the brightness. Note that the hatch pattern of the present embodiment includes a background region that is a background of the hatch pattern and a foreground region of the hatch pattern itself that is a foreground with respect to the background. The pattern density determination unit 42 determines the monochrome density in the background area (hereinafter referred to as “background density”) and the monochrome density in the foreground area (hereinafter referred to as “foreground density”).

モノクロ画像データ生成部43は、パターン種類決定部41によって決定されたハッチ模様を有するとともに、パターン濃度決定部42によって決定された背景濃度および前景濃度を有するハッチパターンを、カラー画像の画像領域に適用する処理を行う。これにより、モノクロ画像データ生成部43は、ハッチ模様付きのモノクロ画像データを生成する。   The monochrome image data generation unit 43 has the hatch pattern determined by the pattern type determination unit 41 and applies the hatch pattern having the background density and the foreground density determined by the pattern density determination unit 42 to the image area of the color image. Perform the process. Accordingly, the monochrome image data generation unit 43 generates monochrome image data with a hatch pattern.

ここで、上述したパターン種類決定部41およびパターン濃度決定部42による処理は、パターン選択テーブルPTおよびパターン画像データベースPDBの内容に従って行われる。次に、カラー画像データをハッチ模様付きのモノクロ画像データに変換する手法を説明するため、パターン選択テーブルPTおよびパターン画像データベースPDBについて説明する。なお、以下の説明においては、カラー画像データは、カラー画像の各画素について、R(レッド)、G(グリーン)、B(ブルー)の各色を8ビットの階調値「0〜255」で表すRGB値を有するものとする。モノクロ画像データは、モノクロ画像の各画素について、K(ブラック)の色を8ビットの階調値「0〜255」で表したK値、すなわちK単色の濃度を有するものとする。さらに、カラー画像データのRGB値に関して、(R,G,B)=(255,255,255)が白、(R,G,B)=(0,0,0)が黒に対応し、K値に関して、K=255が黒、K=0が白に対応するものとする。   Here, the processing by the pattern type determination unit 41 and the pattern density determination unit 42 described above is performed according to the contents of the pattern selection table PT and the pattern image database PDB. Next, the pattern selection table PT and the pattern image database PDB will be described in order to explain a method for converting color image data into monochrome image data with hatch patterns. In the following description, the color image data represents each color of R (red), G (green), and B (blue) with an 8-bit gradation value “0 to 255” for each pixel of the color image. It shall have RGB values. The monochrome image data has a K value representing the K (black) color with an 8-bit gradation value “0 to 255”, that is, a density of K single color, for each pixel of the monochrome image. Further, regarding the RGB values of the color image data, (R, G, B) = (255, 255, 255) corresponds to white, (R, G, B) = (0, 0, 0) corresponds to black, and K Regarding values, K = 255 corresponds to black, and K = 0 corresponds to white.

図3は、パターン選択テーブルPTの一例を示した図である。図3に示すように、パターン選択テーブルPTは、カラー値であるRGB値に対して、パターン種類、背景濃度および前景濃度が予め対応付けられている。   FIG. 3 is a diagram showing an example of the pattern selection table PT. As shown in FIG. 3, in the pattern selection table PT, a pattern type, a background density, and a foreground density are associated in advance with RGB values that are color values.

パターン選択テーブルPTのパターン種類の欄には、上述したように、縦線、横線、格子線、斜め線、斜め格子線などの複数種類のハッチパターンのうちから、カラー値に対応させるハッチパターンの種類が指定されている。背景濃度の欄には、カラー値に対応させる背景濃度の値が指定されている。前景濃度の欄には、カラー値に対応させる前景濃度の値が指定されている。   In the pattern type column of the pattern selection table PT, as described above, a hatch pattern corresponding to a color value is selected from a plurality of types of hatch patterns such as a vertical line, a horizontal line, a grid line, a diagonal line, and a diagonal grid line. A type is specified. In the background density column, a background density value corresponding to the color value is designated. In the foreground density column, a foreground density value corresponding to a color value is designated.

このパターン選択テーブルPTにより、カラー画像のRGB値に対応するハッチ模様のハッチパターンと、背景濃度および前景濃度が定まる。具体的には、カラー画像データをモノクロ画像データに変換する際、パターン種類決定部41は、パターン選択テーブルPTを参照して、カラー画像データの画像領域に対して、パターン選択テーブルPTのパターン種類の欄に指定されたハッチ模様のハッチパターンを選択する。パターン濃度決定部42は、パターン選択テーブルPTを参照して、ハッチパターンの背景濃度を、パターン選択テーブルPTの背景濃度の欄によって指定された濃度に決定するとともに、ハッチパターンの前景濃度を、パターン選択テーブルPTの前景濃度の欄に指定された前景濃度に決定する。   The pattern selection table PT determines a hatch pattern, background density and foreground density corresponding to the RGB values of the color image. Specifically, when color image data is converted into monochrome image data, the pattern type determination unit 41 refers to the pattern selection table PT and sets the pattern type of the pattern selection table PT for the image area of the color image data. Select the hatch pattern specified in the field. The pattern density determination unit 42 refers to the pattern selection table PT, determines the background density of the hatch pattern to the density specified by the background density column of the pattern selection table PT, and sets the foreground density of the hatch pattern to the pattern The foreground density specified in the foreground density column of the selection table PT is determined.

パターン画像データベースPDBには、縦線、横線、格子線、斜め線、斜め格子線などのパターン種類ごとに、該当するハッチパターンの画像データが予め格納されている。ハッチパターンは、例えば、32×32画素などの所定サイズの画像であり、少なくとも、ハッチパターンの画像領域における背景の領域と前景の領域とを示す情報が含まれている。したがって、後述するように、パターン濃度決定部42は、パターン画像データベースPDBを参照することにより、画像領域に対してハッチパターンを適用した場合に、その画像領域において注目する画素が、背景領域と前景領域とのいずれに該当するかの判断が可能になっている。   In the pattern image database PDB, image data of a corresponding hatch pattern is stored in advance for each pattern type such as a vertical line, a horizontal line, a grid line, a diagonal line, and a diagonal grid line. The hatch pattern is an image of a predetermined size such as 32 × 32 pixels, for example, and includes at least information indicating the background area and the foreground area in the image area of the hatch pattern. Therefore, as described later, when the hatch pattern is applied to the image area by referring to the pattern image database PDB, the pattern density determination unit 42 determines that the pixel of interest in the image area is the background area and the foreground. It is possible to determine which of the areas corresponds.

次に、パターン選択テーブルPTおよびパターン画像データベースPDBを用いた処理の概要について説明する。ここでは、画像全域に(R,G,B)=(0,0,239)のカラー値を有するカラー画像CPを例にして説明する。   Next, an outline of processing using the pattern selection table PT and the pattern image database PDB will be described. Here, a color image CP having a color value of (R, G, B) = (0, 0, 239) over the entire image will be described as an example.

図4(a)に示すように、ハッチパターンは、カラー画像CPの画像領域を、ハッチパターンと同じサイズで区画した単位領域UAごとに割り当てられる。単位領域UAに割り当てるハッチパターンの種類は、パターン選択テーブルPTに従って決められる。図3に示したパターン選択テーブルPTによれば、カラー画像のRGB値、すなわち(R,G,B)=(0,0,239)のカラー値に対応するパターン種類は「斜め格子線」であるため、カラー画像CPに対して「斜め格子線」のハッチパターンPが適用される。したがって、図4(b)に示すように、カラー画像CPを変換したモノクロ画像MPには、パターン画像データベースPDBに登録された斜め格子線のハッチパターンが単位領域UAごとに適用される。   As shown in FIG. 4A, the hatch pattern is assigned to each unit area UA obtained by dividing the image area of the color image CP with the same size as the hatch pattern. The type of hatch pattern assigned to the unit area UA is determined according to the pattern selection table PT. According to the pattern selection table PT shown in FIG. 3, the pattern type corresponding to the RGB value of the color image, that is, the color value of (R, G, B) = (0, 0, 239) is “oblique grid line”. Therefore, the hatch pattern P of “oblique grid lines” is applied to the color image CP. Therefore, as shown in FIG. 4B, the hatched pattern of diagonal lattice lines registered in the pattern image database PDB is applied to the unit area UA in the monochrome image MP obtained by converting the color image CP.

また、図3に示したパターン選択テーブルPTによれば、(R,G,B)=(0,0,239)に対応する背景濃度はK=19、前景濃度はK=51に決定されるので、モノクロ画像MPの背景領域BAの濃度はK=19、前景領域FAの濃度はK=51となる。   Further, according to the pattern selection table PT shown in FIG. 3, the background density corresponding to (R, G, B) = (0, 0, 239) is determined as K = 19, and the foreground density is determined as K = 51. Therefore, the density of the background area BA of the monochrome image MP is K = 19, and the density of the foreground area FA is K = 51.

こうして、パターン選択テーブルPTおよびパターン画像データベースPDBにより定まるハッチパターンPが単位領域UAごとに適用される。なお、図4では、1つの単位領域UAに対してのみハッチパターンPが適用されているが、実際には、各単位領域UAに対してハッチパターンPが適用される。   Thus, the hatch pattern P determined by the pattern selection table PT and the pattern image database PDB is applied to each unit area UA. In FIG. 4, the hatch pattern P is applied only to one unit area UA, but in reality, the hatch pattern P is applied to each unit area UA.

以上のようにして用いられるパターン選択テーブルPTは、次の(1)〜(5)の要件を満たすように予め設定されている。
(1):色相に応じたハッチ模様の割り当てに関する要件
(2):明度に応じた背景濃度の変化に関する要件
(3):明度に応じたハッチ模様の線密度に関する要件
(4):補色の関係となる色間におけるハッチ模様の割り当てに関する要件
(5):隣りあう色領域となる色間におけるハッチ模様の割り当てに関する要件
The pattern selection table PT used as described above is set in advance so as to satisfy the following requirements (1) to (5).
(1): Requirements for assigning hatch patterns according to hue (2): Requirements for changes in background density according to lightness (3): Requirements for line density of hatch patterns according to lightness (4): Complementary color relationship (5): Requirements for the allocation of hatch patterns between adjacent colors

(1):色相に応じたハッチ模様の割り当てに関する要件
色の色相環を色相について区画した色領域ごとに、予め決められたハッチ模様のハッチパターンが割り当てられている。図5に、色相環上における色相とハッチパターンとの対応例を示す。図5の例では、色相環上における色相は色領域A1〜A12に区画され、色領域A1〜A12に対応してハッチパターンP1〜P12が割り当てられている。なお、色領域A1,A12はレッド系の色に対応しており、色領域A1は0°以上30°未満、色領域A12は330°以上360°未満の色相角に対応している。色領域A2,A3はイエロー系の色に対応しており、色領域A2は30°以上60°未満、色領域A3は60°以上90°未満の色相角に対応している。色領域A4,A5はグリーン系の色に対応しており、色領域A4は90°以上120°未満、色領域A5は120°以上150°未満の色相角に対応している。色領域A6,A7はシアン系の色に対応しており、色領域A6は150°以上180°未満、色領域A7は180°以上200°未満の色相角に対応している。色領域A8,A9はブルー系の色に対応しており、色領域A8は200°以上240°未満、色領域A9は240°以上280°未満の色相角に対応している。色領域A10,A11はマゼンタ系の色に対応しており、色領域A10は280°以上300°未満、色領域A11は300°以上330°未満の色相角に対応している。
(1): Requirement Regarding Assignment of Hatch Pattern According to Hue A predetermined hatch pattern hatch pattern is assigned to each color region obtained by dividing the hue circle of the color with respect to the hue. FIG. 5 shows an example of correspondence between hues and hatch patterns on the hue circle. In the example of FIG. 5, the hue on the hue circle is divided into color areas A1 to A12, and hatch patterns P1 to P12 are assigned corresponding to the color areas A1 to A12. Note that the color regions A1 and A12 correspond to red colors, the color region A1 corresponds to a hue angle of 0 ° to less than 30 °, and the color region A12 corresponds to a hue angle of 330 ° to less than 360 °. The color areas A2 and A3 correspond to yellow colors, the color area A2 corresponds to a hue angle of 30 ° to less than 60 °, and the color region A3 corresponds to a hue angle of 60 ° to less than 90 °. The color areas A4 and A5 correspond to green colors, the color area A4 corresponds to a hue angle of 90 ° to less than 120 °, and the color region A5 corresponds to a hue angle of 120 ° to less than 150 °. The color regions A6 and A7 correspond to cyan colors, the color region A6 corresponds to a hue angle of 150 ° to less than 180 °, and the color region A7 corresponds to a hue angle of 180 ° to less than 200 °. The color areas A8 and A9 correspond to blue colors, the color area A8 corresponds to a hue angle of 200 ° to less than 240 °, and the color region A9 corresponds to a hue angle of 240 ° to less than 280 °. The color areas A10 and A11 correspond to magenta colors, the color area A10 corresponds to a hue angle of 280 ° to less than 300 °, and the color region A11 corresponds to a hue angle of 300 ° to less than 330 °.

(2):明度に応じた背景濃度の変化に関する要件
カラー値と背景濃度との対応に関して、カラー値の明度に応じて背景濃度が変化するよう設定されている。これにより、例えば、カラー画像に含まれる2つの色間について、他の要件によって決まるハッチパターンPのハッチ模様が同じであっても、元のカラー画像における色の違いは背景濃度の変化としてモノクロ画像に反映される。なお、要件(2)の設定には、明度が反映されたグレー値や、L*a*b*表色系における明度などを用いることができ、これらの値が変わると背景濃度が変化するようカラー値と背景濃度とが設定されている。
(2): Requirement Regarding Change of Background Density According to Lightness Regarding the correspondence between the color value and the background density, the background density is set to change according to the lightness of the color value. Thereby, for example, even if the hatch pattern P determined by other requirements is the same between two colors included in the color image, the color difference in the original color image is a monochrome image as a change in background density. It is reflected in. The requirement (2) can be set using a gray value reflecting lightness or lightness in the L * a * b * color system, and the background density changes as these values change. Color value and background density are set.

さらに、ハッチパターンPを適用する前の単位領域UAにおけるカラー画像のRGB値の平均明度と、ハッチパターンPを適用した後の単位領域UAにおけるハッチパターンPの背景濃度および前景濃度の平均明度とが等しくなるよう設定されている。すなわち、所定サイズのハッチパターンPについて、カラー画像のRGB値をパターン面積について平均したときの明度と、モノクロ画像のK値をパターン面積について平均したときの明度とが等しくなっている。なお、明度が等しくなるとは、明度が実質的に等しくなることを意味しており、明度が同一となることに限られるものではなく、人が視認した場合に等しく感じられる程度にわずかに明度が異なる場合を含むものである。これにより、カラー画像データをモノクロ画像データに変換する際、ハッチパターンPが適用される単位領域UAごとに明度が保存されることになる。例えば、カラー画像の明度が空間的に変化している場合、カラー画像の明度変化に追随して、単位領域UAごとにモノクロ画像の明度も変化することになるので、カラー画像の空間的な明度変化がモノクロ画像に反映される。   Further, the average brightness of the RGB values of the color image in the unit area UA before the hatch pattern P is applied, and the average brightness of the background density and foreground density of the hatch pattern P in the unit area UA after the hatch pattern P is applied. It is set to be equal. That is, for the hatch pattern P of a predetermined size, the brightness when the RGB values of the color image are averaged over the pattern area is equal to the brightness when the K value of the monochrome image is averaged over the pattern area. In addition, the lightness being equal means that the lightness is substantially equal, and is not limited to the same lightness. Includes different cases. Thereby, when color image data is converted into monochrome image data, the brightness is stored for each unit area UA to which the hatch pattern P is applied. For example, when the brightness of the color image changes spatially, the brightness of the monochrome image also changes for each unit area UA following the change in brightness of the color image. The change is reflected in the monochrome image.

(3):明度に応じたハッチ模様の線密度に関する要件
色相環上の色の明度と、ハッチパターンPのハッチ模様の線密度に関して、明度が低い色ほど線密度が高くなるように設定されている。例えば、図5のイエローの色領域A3とブルーの色領域A9に示すように、イエローの色領域A3については「縦線」のハッチ模様が割り当てられ、ブルーの色領域A9については縦線に加えて横線を含む「格子線」のハッチ模様が割り当てられている。すなわち、イエローより明度が低いブルーに、より線密度が高いハッチ模様のハッチパターンPが割り当てられている。これにより、元のカラー画像における明度の違いは、ハッチパターンPにおけるハッチ模様の線密度の違いとなってモノクロ画像に反映される。
(3): Requirement for line density of hatch pattern according to lightness Regarding the lightness of the color on the hue ring and the line density of the hatch pattern of hatch pattern P, the line density is set so that the color with lower lightness has a higher line density. Yes. For example, as shown in the yellow color area A3 and the blue color area A9 in FIG. 5, the yellow color area A3 is assigned a “vertical line” hatch pattern, and the blue color area A9 is added to the vertical line. A “grid line” hatch pattern including horizontal lines is assigned. That is, a hatch pattern P having a higher linear density is assigned to blue, which is lighter than yellow. Thereby, the difference in brightness in the original color image is reflected in the monochrome image as a difference in the line density of the hatch pattern in the hatch pattern P.

(4):補色の関係となる色間におけるハッチ模様の割り当てに関する要件
補色の関係となる2つの色間では、同じハッチ模様を回転させた関係、すなわちハッチ模様の角度のみが異なるハッチパターンPとなるよう設定されている。図5に示したように、例えば、120°〜150°の色相角に対応するハッチパターンP5のハッチ模様は、右上から左下に引いた斜線である。一方、これと補色となる300°〜330°の色相角に対応するハッチパターンP11のハッチ模様は、左上から右下に引いた斜線である。このように、互いに補色となる色間では、ハッチ模様を互いに回転させたハッチパターンPの関係となるので、元のカラー画像において補色の関係となる2つの色について、互いに補色の関係にあることがモノクロ画像に反映されることになる。なお、本実施形態では、図5に示すように、全色領域A1〜A12に対してはこの要件4を適用しておらず、補色の関係となる色領域A4と色領域A10、さらに色領域A5と色領域A11との間にのみ適用するようにしているが、全ての色領域Aに適用しても差し支えない。
(4): Requirements for assigning hatch patterns between colors that are complementary colors Relationships between two colors that are complementary colors are the same when the same hatch pattern is rotated, that is, hatch patterns P that differ only in the angle of the hatch pattern It is set to be. As shown in FIG. 5, for example, the hatch pattern P5 corresponding to a hue angle of 120 ° to 150 ° is a diagonal line drawn from the upper right to the lower left. On the other hand, the hatch pattern of the hatch pattern P11 corresponding to a hue angle of 300 ° to 330 ° which is complementary to this is a diagonal line drawn from the upper left to the lower right. In this way, between the colors complementary to each other, there is a relationship of the hatch pattern P obtained by rotating the hatch patterns with each other, so that the two colors that are complementary to each other in the original color image are complementary to each other. Will be reflected in the monochrome image. In the present embodiment, as shown in FIG. 5, the requirement 4 is not applied to all the color regions A1 to A12, and the color region A4 and the color region A10 that are complementary colors, and further the color region. Although it is applied only between A5 and the color area A11, it may be applied to all the color areas A.

(5):隣りあう色領域となる色間におけるハッチ模様の割り当てに関する要件
互いに隣接しあう2つの色領域Aについて、一方の色領域Aに対応するハッチパターンPは前景濃度が背景濃度より小さく、他方の色領域Aに対応するハッチパターンPでは前景濃度が背景濃度より大きくなるように設定されている。図5において、例えば、0°〜30°の色相となる色領域A1に対応するハッチパターンP1は、パターン種類が「格子線」であり、前景濃度は背景濃度より大きく、ハッチ模様を構成する線の濃度は背景に比べて黒により近い。一方、色領域A1と同系統の色(レッド)に対応し、色領域A1に隣りあう色領域A12の色相330°〜360°に対応するハッチパターンP12は、パターン種類が「格子線」であり、前景濃度は背景濃度より小さく、ハッチングを構成する線の濃度は背景に比べて白により近い。このように、隣りあう色領域Aとなる色間において、前景濃度が背景濃度に対して反対の大きさとなる関係とすることにより、隣りあう色領域Aとなる2つの色の違いがモノクロ画像に反映される。
(5): Requirements for assigning hatch patterns between colors that are adjacent color areas For two color areas A that are adjacent to each other, the hatch pattern P corresponding to one color area A has a lower foreground density than a background density. In the hatch pattern P corresponding to the other color area A, the foreground density is set to be larger than the background density. In FIG. 5, for example, a hatch pattern P1 corresponding to a color region A1 having a hue of 0 ° to 30 ° has a “grid line” pattern type, a foreground density is higher than a background density, and a line constituting a hatch pattern The density of is closer to black than the background. On the other hand, the hatch pattern P12 corresponding to the hue 330 ° to 360 ° of the color area A12 adjacent to the color area A1 corresponding to the same color (red) as the color area A1 has a “grid line” pattern type. The foreground density is smaller than the background density, and the density of the lines constituting the hatching is closer to white than the background. In this way, between the colors that are adjacent to the color area A, the foreground density is opposite to the background density, so that the difference between the two colors that are adjacent to the color area A is a monochrome image. Reflected.

次に、以上に説明した画像処理装置100が行う処理について図6のフローチャートに従って詳細に説明する。   Next, processing performed by the image processing apparatus 100 described above will be described in detail according to the flowchart of FIG.

例えば、プリンタードライバー40が、アプリケーション30からカラー画像データのモノクロ印刷の印刷指示を受け取ると、図6の処理が開始される。処理を開始すると、パターン種類決定部41は、カラー画像データの画像領域に対して注目画素を設定し(ステップS10)、カラー画像データから注目画素のRGB値を取得する(ステップS11)。パターン種類決定部41は、パターン選択テーブルPTを参照して、取得したRGB値に対応するパターン種類を決定する(ステップS12)。   For example, when the printer driver 40 receives a print instruction for monochrome printing of color image data from the application 30, the process of FIG. 6 is started. When the process is started, the pattern type determination unit 41 sets a target pixel for the image area of the color image data (Step S10), and acquires the RGB value of the target pixel from the color image data (Step S11). The pattern type determination unit 41 determines the pattern type corresponding to the acquired RGB value with reference to the pattern selection table PT (step S12).

次に、パターン濃度決定部42は、注目画素の座標が、ハッチパターンPの背景領域に対応するか否かを判断する(ステップS13)。図4にて述べたように、ハッチパターンPは、カラー画像の画像領域のうち、所定サイズの単位領域UAに対して割り当てられるので、ここでは、注目画素が、単位領域UAごとに割り当てられるハッチパターンPにおいて背景に該当する位置にあるのか、前景に該当する位置にあるのかを判定する。具体的には、図7に示すように、注目画素の座標を(a,b)、ハッチパターンPの大きさをN×N画素とすると、ハッチパターンPにおける注目画素の相対座標(x、y)は、次式(2)、(3)により求められる。なお、下記の式において、「mod」は除算した余りを返す演算子である。パターン濃度決定部42は、パターン画像データベースPDBに登録されたハッチパターンPの画像データを参照して、相対座標(x、y)がハッチパターンPにおける背景と前景のいずれに該当するかを判断する。
x=a mod N …(2)
y=b mod N …(3)
Next, the pattern density determination unit 42 determines whether the coordinates of the target pixel correspond to the background area of the hatch pattern P (step S13). As described in FIG. 4, the hatch pattern P is assigned to the unit area UA having a predetermined size in the image area of the color image, and here, the target pixel is assigned to each unit area UA. It is determined whether the pattern P is at a position corresponding to the background or a position corresponding to the foreground. Specifically, as shown in FIG. 7, when the coordinates of the target pixel are (a, b) and the size of the hatch pattern P is N × N pixels, the relative coordinates (x, y) of the target pixel in the hatch pattern P ) Is obtained by the following equations (2) and (3). In the following formula, “mod” is an operator that returns the remainder after division. The pattern density determination unit 42 refers to the image data of the hatch pattern P registered in the pattern image database PDB to determine whether the relative coordinates (x, y) correspond to the background or the foreground in the hatch pattern P. .
x = a mod N (2)
y = b mod N (3)

注目画素が背景に対応する場合(ステップS13:Yes)、パターン濃度決定部42は、パターン選択テーブルPTを参照して、注目画素のRGB値に対応する背景濃度のK値を取得する(ステップS14)。一方、注目画素が前景領域に対応する場合(ステップS13:No)、パターン濃度決定部42は、パターン選択テーブルPTを参照して、注目画素のRGB値に対応する前景濃度のK値を取得する(ステップS15)。図7の例では、注目画素(a,b)に対応する相対座標(x、y)は、ハッチパターンPの背景領域BAに対応しているので、注目画素に対して背景濃度が取得されることになる。   When the target pixel corresponds to the background (step S13: Yes), the pattern density determination unit 42 refers to the pattern selection table PT and acquires the K value of the background density corresponding to the RGB value of the target pixel (step S14). ). On the other hand, when the target pixel corresponds to the foreground region (step S13: No), the pattern density determination unit 42 refers to the pattern selection table PT and acquires the K value of the foreground density corresponding to the RGB value of the target pixel. (Step S15). In the example of FIG. 7, since the relative coordinates (x, y) corresponding to the target pixel (a, b) correspond to the background area BA of the hatch pattern P, the background density is acquired for the target pixel. It will be.

ステップS14またはステップS15において背景濃度または前景濃度のK値を取得すると、モノクロ画像データ生成部43は、モノクロ画像の画像領域のうち注目画素に対応する画素に、取得した濃度のK値を適用する(ステップS16)。これにより、モノクロ画像における注目画素に対応する画素は、ステップS12にて決定した種類のハッチパターンPに対応する濃度のK値を有することとなる。   When the K value of background density or foreground density is acquired in step S14 or step S15, the monochrome image data generation unit 43 applies the acquired K value of density to the pixel corresponding to the target pixel in the image area of the monochrome image. (Step S16). Thereby, the pixel corresponding to the target pixel in the monochrome image has the K value of the density corresponding to the type of hatch pattern P determined in step S12.

次に、モノクロ画像データ生成部43は、カラー画像の全画素についてステップS10〜S16の処理を行ったか否かを判断する(ステップS17)。全画素について処理を終えていない場合(ステップS17:No)、ステップS10に戻って、例えば、注目画素をラスター方向にスキャンすることにより新たな注目画素を設定し、新たな注目画素に対してステップS11以降の処理を行う。全画素について処理を終えると(ステップS17:Yes)、モノクロ画像の全画素について、ステップS12にて決定された種類のハッチパターンPに対応する濃度のK値を有した状態となり、モノクロ画像データ生成部43は、このモノクロ画像のモノクロ画像データを生成する(ステップS18)。生成されたモノクロ画像データは、プリンタードライバー40によってプリンター20に出力される(ステップS19)。これにより、アプリケーション30から受け渡されたカラー画像データのモノクロ印刷として、カラー画像の色に応じたハッチ模様付きのモノクロ画像が印刷される。   Next, the monochrome image data generation unit 43 determines whether or not the processing of steps S10 to S16 has been performed for all pixels of the color image (step S17). If the processing has not been completed for all pixels (step S17: No), the process returns to step S10, for example, a new pixel of interest is set by scanning the pixel of interest in the raster direction, and the step is performed for the new pixel of interest. The process after S11 is performed. When the processing is completed for all the pixels (step S17: Yes), all the pixels of the monochrome image have a K value of density corresponding to the type of hatch pattern P determined in step S12, and monochrome image data generation is performed. The unit 43 generates monochrome image data of this monochrome image (step S18). The generated monochrome image data is output to the printer 20 by the printer driver 40 (step S19). Accordingly, a monochrome image with a hatch pattern corresponding to the color of the color image is printed as monochrome printing of the color image data delivered from the application 30.

以下、第1の実施形態の効果を記載する。   Hereinafter, effects of the first embodiment will be described.

(1)本実施形態の画像処理装置100によれば、パターン選択テーブルPTの要件(1)により、カラー画像データから、カラー画像の色相に応じたハッチ模様のハッチングが施されたモノクロ画像データが生成される。したがって、ハッチパターンPの模様から、元のカラー画像の色を区別可能なモノクロ画像の画像データを得ることができ、このモノクロ画像を印刷できる。   (1) According to the image processing apparatus 100 of the present embodiment, in accordance with the requirement (1) of the pattern selection table PT, monochrome image data in which hatching hatching corresponding to the hue of the color image is performed from the color image data. Generated. Therefore, it is possible to obtain monochrome image data from which the color of the original color image can be distinguished from the pattern of the hatch pattern P, and this monochrome image can be printed.

(2)パターン選択テーブルPTの要件(2)により、他の要件によって適用されるハッチパターンPのパターン種類が同じであっても、元のカラー画像における色の違いが背景濃度の違いとしてモノクロ画像に反映される。したがって、ハッチ模様の背景濃度から、元のカラー画像における色を区別可能なモノクロ画像の画像データを得ることができる。   (2) According to the requirement (2) of the pattern selection table PT, even if the pattern type of the hatch pattern P applied according to other requirements is the same, a color difference in the original color image is a monochrome image as a difference in background density. It is reflected in. Therefore, it is possible to obtain monochrome image data that can distinguish colors in the original color image from the background density of the hatch pattern.

さらに、ハッチパターンPが適用される単位領域UAごとにカラー画像の明度がモノクロ画像に保存される。例えば、カラー画像の明度が空間的に変化する場合、カラー画像の明度変化に追随して、単位領域UAごとにモノクロ画像の明度も変化することになるため、カラー画像の明度再現性に優れたモノクロ画像を得ることができる。   Further, the brightness of the color image is stored in a monochrome image for each unit area UA to which the hatch pattern P is applied. For example, when the brightness of a color image changes spatially, the brightness of a monochrome image also changes for each unit area UA following the change in brightness of the color image, so that the brightness reproducibility of the color image is excellent. A monochrome image can be obtained.

(3)パターン選択テーブルPTの要件(3)により、元のカラー画像における明度の違いが、ハッチ模様の線密度の違いとなってモノクロ画像に反映され、明度が低く、暗い色ほど線密度が高いハッチ模様が付与される。このモノクロ画像によれば、モノクロ画像を視認したユーザーに対して、カラー画像により近い印象を与えることができる。   (3) Due to the requirement (3) of the pattern selection table PT, the difference in lightness in the original color image is reflected in the monochrome image as the difference in the line density of the hatch pattern. A high hatch pattern is added. According to this monochrome image, an impression closer to a color image can be given to a user who has visually recognized the monochrome image.

(4)パターン選択テーブルPTの要件(4)により、補色の関係となる2つの色間では、ハッチ模様は互いに回転させた関係となる。これにより、モノクロ画像を視認したユーザーは、元のカラー画像における2つの色が補色の関係であることをモノクロ画像から認識できるようになる。   (4) Due to the requirement (4) of the pattern selection table PT, the hatch patterns are in a relationship of being rotated with respect to each other between the two colors which are in a complementary color relationship. As a result, the user who has visually recognized the monochrome image can recognize from the monochrome image that the two colors in the original color image have a complementary color relationship.

(5)パターン選択テーブルPTの要件(5)により、隣りあう色領域Aとなる色間で、前景濃度が背景濃度に対して反対の値となる関係としたので、隣り合う色領域Aとなる色間で、色の違いがモノクロ画像に反映される。したがって、色領域Aが隣り合い、カラー画像において区別がつき難くなり易い2つの色についても、モノクロ画像においては色の違いを区別し易い。   (5) According to the requirement (5) of the pattern selection table PT, the foreground density has a relationship opposite to the background density between the colors that are adjacent to each other, so that the adjacent color area A is obtained. The color difference between colors is reflected in the monochrome image. Therefore, even in the case of two colors that are adjacent to each other in the color area A and are difficult to distinguish in the color image, it is easy to distinguish the color difference in the monochrome image.

(第2実施形態)
上記第1実施形態では、カラー画像データのカラー画像を、ハッチ模様付きのモノクロ画像の画像データに変換する形態について説明したが、第2実施形態では、カラー画像データに含まれる1または複数のオブジェクト画像(カラー画像)のそれぞれについて、文字や記号データ等を示すテキスト属性、ベクトルデータ等を示す図形属性、ビットマップデータ等を示すグラフィック属性などのオブジェクト画像の種類を判定し、オブジェクト画像の属性の種類に応じてハッチ模様を付与する。なお、以下では、第1実施形態と同様の構成については同じ符号を付与し、詳細な説明を省略することとする。
(Second Embodiment)
In the first embodiment described above, the color image of the color image data is converted into the image data of a monochrome image with a hatch pattern. However, in the second embodiment, one or more objects included in the color image data are described. For each image (color image), determine the type of object image such as text attribute indicating character or symbol data, graphic attribute indicating vector data, graphic attribute indicating bitmap data, etc. A hatch pattern is given according to the type. In the following, the same components as those in the first embodiment are denoted by the same reference numerals, and detailed description thereof is omitted.

図8に、第2実施形態における画像処理装置200の構成を示す。図8に示すように、画像処理装置200のプリンタードライバー40は、画像種類判定部44と、パターン種類決定部41と、パターン濃度決定部42と、モノクロ画像データ生成部43と、を有している。   FIG. 8 shows the configuration of the image processing apparatus 200 in the second embodiment. As shown in FIG. 8, the printer driver 40 of the image processing apparatus 200 includes an image type determination unit 44, a pattern type determination unit 41, a pattern density determination unit 42, and a monochrome image data generation unit 43. Yes.

画像種類判定部44は、カラー画像データに含まれるオブジェクト画像の種類を判定する。例えば、オブジェクト画像の種類がテキスト属性またはグラフィック属性であるかの判定を行う。なお、この判定は、例えば、カラー画像データに含まれる、オブジェクト画像の属性情報を参照することにより行われる。   The image type determination unit 44 determines the type of object image included in the color image data. For example, it is determined whether the type of the object image is a text attribute or a graphic attribute. This determination is performed by referring to the attribute information of the object image included in the color image data, for example.

例えば、カラー画像データに含まれるオブジェクト画像のうち、テキスト属性やグラフィック属性以外のオブジェクト画像、すなわち、図形属性のオブジェクト画像に対しては、パターン種類決定部41およびパターン濃度決定部42が、ハッチ模様を付与することにより、ハッチ模様付きのモノクロのオブジェクト画像に変換される。   For example, among the object images included in the color image data, the pattern type determining unit 41 and the pattern density determining unit 42 perform hatch pattern processing on object images other than text attributes and graphic attributes, that is, object images having graphic attributes. Is converted into a monochrome object image with a hatch pattern.

一方、テキスト属性やグラフィック属性のオブジェクト画像に対しては、モノクロ画像データ生成部43は、グレー変換によりモノクロのオブジェクト画像に変換する。   On the other hand, the monochrome image data generation unit 43 converts the object image having the text attribute or the graphic attribute into a monochrome object image by gray conversion.

モノクロ画像データ生成部43は、テキスト属性やグラフィック属性についてはグレー変換したオブジェクト画像、テキスト属性やグラフィック属性以外のオブジェクト画像についてはハッチ模様付きのオブジェクト画像を含むモノクロ画像データを生成する。   The monochrome image data generation unit 43 generates monochrome image data including a gray-converted object image for text attributes and graphic attributes, and a hatched object image for object images other than text attributes and graphic attributes.

第2の実施形態によれば、カラー画像データに含まれるオブジェクト画像のうち、図形属性のオブジェクト画像についてはハッチ模様付きのモノクロ画像に変換されるので、第1の実施形態と同様の効果を得ることができる。さらに、カラー画像データに含まれるオブジェクト画像の種類に対応して、カラー画像データがハッチ模様付きのモノクロのオブジェクト画像に変換されるので、互いに同じ色のオブジェクト画像同士が重なる場合であっても、オブジェクト画像の属性の種類が異なるオブジェクト画像同士は、互いに埋もれあうことなく、元のカラー画像を容易に区別可能なモノクロ画像の画像データを得ることができる。   According to the second embodiment, among the object images included in the color image data, the graphic attribute object image is converted into a monochrome image with a hatch pattern, so that the same effect as in the first embodiment is obtained. be able to. Furthermore, since the color image data is converted into a monochrome object image with a hatch pattern corresponding to the type of object image included in the color image data, even if the object images of the same color overlap each other, It is possible to obtain monochrome image data that can easily distinguish original color images without burying object images having different attribute types of object images.

(第3実施形態)
第3実施形態では、カラー画像データのカラー画像に、ハッチ模様の付与が予め禁止された禁止画像が含まれているかについて判定を行い、禁止画像の領域についてはハッチ模様を付与することなく、グレー変換によりモノクロ画像に変換する。なお、禁止画像の例としては、企業の社名ロゴのマークなどの特定の標章やハッチ模様などの特定の模様が付与された画像などが挙げられる。
(Third embodiment)
In the third embodiment, it is determined whether the color image of the color image data includes a prohibited image for which hatching is prohibited in advance, and the area of the prohibited image is grayed without adding a hatch pattern. Convert to monochrome image by conversion. Examples of prohibited images include images with a specific mark such as a company logo or a specific pattern such as a hatch pattern.

図9に、第3実施形態における画像処理装置300の構成を示す。図9に示すように、画像処理装置300のプリンタードライバー40は、禁止画像判定部45と、パターン種類決定部41と、パターン濃度決定部42と、モノクロ画像データ生成部43と、を有している。   FIG. 9 shows the configuration of the image processing apparatus 300 according to the third embodiment. As shown in FIG. 9, the printer driver 40 of the image processing apparatus 300 includes a prohibited image determination unit 45, a pattern type determination unit 41, a pattern density determination unit 42, and a monochrome image data generation unit 43. Yes.

禁止画像判定部45は、カラー画像データのカラー画像に、禁止画像が含まれるかの判定を行う。この判定は、例えば、禁止画像のテンプレートを禁止画像データPRDとしてハードディスクドライブ14に予め登録しておき、登録されたテンプレートとカラー画像とのテンプレートマッチングによって行われる。   The prohibited image determination unit 45 determines whether a prohibited image is included in the color image of the color image data. This determination is performed, for example, by previously registering a prohibited image template as the prohibited image data PRD in the hard disk drive 14 and performing template matching between the registered template and the color image.

そして、カラー画像データのカラー画像のうち、禁止画像ではない画像領域に対しては、パターン種類決定部41およびパターン濃度決定部42により、第1実施形態と同様に、ハッチ模様が付与されたモノクロ画像に変換される。   In addition, in the color image of the color image data, a monochrome image to which a hatch pattern is added by the pattern type determination unit 41 and the pattern density determination unit 42 for the image region that is not a prohibited image, as in the first embodiment. Converted to an image.

一方、禁止画像の画像領域に対しては、モノクロ画像データ生成部43が、グレー変換によってモノクロ画像に変換する。さらに、モノクロ画像データ生成部43は、禁止画像の画像領域のモノクロ画像と、禁止画像ではない画像領域に対してハッチ模様が付与されたモノクロ画像とを合成したモノクロ画像データを生成する。   On the other hand, for the image area of the prohibited image, the monochrome image data generation unit 43 converts the image into a monochrome image by gray conversion. Furthermore, the monochrome image data generation unit 43 generates monochrome image data in which a monochrome image in the image area of the prohibited image and a monochrome image in which a hatch pattern is added to the image area that is not the prohibited image are combined.

第3の実施形態によれば、カラー画像のうち禁止画像の領域についてはハッチ模様が付与されることなく、グレー変換によってモノクロ画像に変換される。したがって、ハッチ模様の付与によって、企業の社名を表すロゴなどの標章やハッチ模様などの特定の模様が付与された画像などの表現を損ねてしまう不都合がなくなり、ユーザーにとっての利便性が向上する。   According to the third embodiment, the area of the prohibited image in the color image is converted into a monochrome image by gray conversion without adding a hatch pattern. Therefore, the provision of a hatch pattern eliminates the inconvenience of losing the representation of a logo or other mark representing a company name or an image with a specific pattern such as a hatch pattern, improving convenience for users. .

もっとも、禁止画像に対してハッチ模様を付与しない処理方法としては、例えば、カラー画像データに複数のオブジェクト画像が含まれる場合、禁止画像を含むオブジェクト画像については、禁止画像の領域だけではなくオブジェクト画像の全域についてハッチ模様を付与しないようにしてもよい。   However, as a processing method that does not add a hatch pattern to the prohibited image, for example, when a plurality of object images are included in the color image data, the object image including the prohibited image is not limited to the area of the prohibited image. The hatch pattern may not be applied to the entire area.

以上、本発明に係る第1ないし第3の実施形態について説明したが、本発明はこれらの形態に限られることなく、その趣旨並びに特許請求の範囲を逸脱することなく、変更、改良され得ると共に、本発明にはその等価物が含まれることはもちろんである。以下、変形例について説明する。   Although the first to third embodiments according to the present invention have been described above, the present invention is not limited to these embodiments, and can be changed and improved without departing from the spirit and scope of the claims. Of course, the present invention includes equivalents thereof. Hereinafter, modified examples will be described.

(変形例1)上記第1ないし第3の実施形態では、カラー画像に適用するハッチパターンPの種類を決定する際に、カラー画像の色相および明度を相関させて用いるようにしたが、ハッチパターンPの種類を決定する方法としてはこれに限られない。色相に応じてハッチパターンPの種類を決定してもよいし、明度に応じてハッチパターンPの種類を決定してもよい。   (Modification 1) In the first to third embodiments, the hue and brightness of the color image are correlated in determining the type of the hatch pattern P to be applied to the color image. The method for determining the type of P is not limited to this. The type of hatch pattern P may be determined according to the hue, or the type of hatch pattern P may be determined according to the brightness.

また、彩度に応じてハッチパターンPの種類を決定するようにしてもよい。この場合、例えば、図10に示すように、カラー画像の彩度の高低に応じて、ハッチ模様の線密度を変えることが望ましい。すなわち、高彩度には、黒の線密度が低いハッチパターンPh、中程度の彩度には、黒の線密度が中程度のハッチパターンPm、低彩度には、黒の線密度が高いハッチパターンPlを割り当てる。もっとも、ハッチパターンPの前景濃度が、背景濃度より低い場合には、彩度が高いほど線密度が高くすることが望ましい。このようにすれば、カラー画像の彩度がモノクロ画像に反映されるので、元のカラー画像における彩度の違いを区別可能なモノクロ画像を印刷できる。   Further, the type of the hatch pattern P may be determined according to the saturation. In this case, for example, as shown in FIG. 10, it is desirable to change the line density of the hatch pattern in accordance with the level of saturation of the color image. That is, a hatch pattern Ph having a low black line density for high saturation, a hatch pattern Pm having a medium black line density for medium saturation, and a hatch pattern Pm having a high black line density for low saturation. Assign Pl. However, when the foreground density of the hatch pattern P is lower than the background density, it is desirable to increase the line density as the saturation increases. In this way, since the saturation of the color image is reflected in the monochrome image, it is possible to print a monochrome image in which the difference in saturation in the original color image can be distinguished.

(変形例2)上記実施形態では、カラー画像データを、ハッチングが付与されたモノクロ画像データに変換する処理をパターン選択テーブルPTに従って行うことによって要件(1)〜(5)を満たすようにしたが、テーブルを用いることなく演算するようにしてもよい。すなわち、カラー画像データのRGB値に対応する明度、色相などを演算によって算出し、演算結果を用いて要件(1)〜(5)を満たすハッチングを施すようにしてもよい。もっとも、明度、色相などを演算で求める場合に比べると、パターン選択テーブルPTを用いた場合の方が処理を高速化できる。   (Modification 2) In the above embodiment, the requirements (1) to (5) are satisfied by performing the process of converting color image data into monochrome image data with hatching according to the pattern selection table PT. The calculation may be performed without using a table. That is, brightness, hue, and the like corresponding to the RGB values of the color image data may be calculated by calculation, and hatching that satisfies the requirements (1) to (5) may be performed using the calculation result. However, the processing speed can be increased when the pattern selection table PT is used as compared with the case where the brightness, hue, and the like are obtained by calculation.

(変形例3)上記実施形態では、カラー画像データとして、RGB各色について8ビットの階調値を有するデータ、モノクロ画像データとして、K単色について8ビットの階調値を有するデータを例にして説明したが、画像データが規定する色、階調数などについてこれに限られない。また、上記実施形態では、マトリクス状に配列された多数の画素の各画素についてRGB値を有するビットマップ形式のカラー画像データについて説明したが、カラー画像データとしてはこれに限られない。例えば、プリンタードライバー40は、ベクター形式など、ビットマップ以外の画像形式のカラー画像データを受け取り、プリンタードライバー40の内部処理でビットマップに展開してから、上記実施形態と同様の処理を行うようにしてもよい。また、モノクロ画像データについても、K単色の画像データに限られることなく、K以外の単色の画像を表すものであってもよい。   (Modification 3) In the above embodiment, the color image data will be described by taking, as an example, data having an 8-bit gradation value for each color of RGB, and monochrome image data having data having an 8-bit gradation value for a single K color. However, the color and the number of gradations specified by the image data are not limited to this. In the above embodiment, the color image data in the bitmap format having RGB values for each of a large number of pixels arranged in a matrix has been described. However, the color image data is not limited to this. For example, the printer driver 40 receives color image data in an image format other than a bitmap, such as a vector format, and develops it into a bitmap by internal processing of the printer driver 40, and then performs the same processing as in the above embodiment. May be. Also, the monochrome image data is not limited to K monochrome image data, and may represent a monochrome image other than K.

(変形例4)上記実施形態では、ホストコンピューター10側の処理によって、カラー画像データを、ハッチングが付与されたモノクロ画像データに変換するようにしたが、プリンターの内部処理によってモノクロ画像データに変換するようにしてもよい。図11に示すように、プリンターのコントローラー22が、パターン種類決定部41、パターン濃度決定部42、モノクロ画像データ生成部43および印刷処理部23を有する画像処理装置として機能する。ホストコンピューターから送信されるカラー画像データに対して、パターン種類決定部41、パターン濃度決定部42およびモノクロ画像データ生成部43が第1の実施形態と同様の処理を行う。印刷処理部23が、ハッチ模様付きのモノクロ画像データに対してハーフトーン処理などを施して、印刷エンジン21に印刷させることにより、元のカラー画像における色の違いを区別可能なモノクロ画像が印刷される。   (Modification 4) In the above embodiment, the color image data is converted into the monochrome image data with hatching by the processing on the host computer 10 side. However, the color image data is converted into the monochrome image data by the internal processing of the printer. You may do it. As shown in FIG. 11, the printer controller 22 functions as an image processing apparatus having a pattern type determination unit 41, a pattern density determination unit 42, a monochrome image data generation unit 43, and a print processing unit 23. The pattern type determination unit 41, the pattern density determination unit 42, and the monochrome image data generation unit 43 perform the same processing as in the first embodiment on the color image data transmitted from the host computer. The print processing unit 23 performs halftone processing or the like on the monochrome image data with the hatch pattern and causes the print engine 21 to print, so that a monochrome image that can distinguish the color difference in the original color image is printed. The

また、ホストコンピューターとプリンターとが協働してハッチ模様付きのモノクロ画像データに変換するようにしてもよい。図11に示すシステムにおいて、ホストコンピューターのプリンタードライバー40は、パターン選択テーブルPTを参照して、パターン種類、背景濃度、前景濃度などのパラメーターを指定した指定情報を付加したカラー画像データをプリンターに送信する。プリンターのパターン種類決定部41は、カラー画像データに付加された指定情報に従ってパターン種類を決定し、パターン濃度決定部42は指定情報に従って背景濃度および前景濃度を決定するようにしてもよい。   Further, the host computer and the printer may cooperate to convert to monochrome image data with a hatch pattern. In the system shown in FIG. 11, the printer driver 40 of the host computer refers to the pattern selection table PT and transmits color image data to which the designation information designating parameters such as pattern type, background density, and foreground density is added to the printer. To do. The pattern type determination unit 41 of the printer may determine the pattern type according to the designation information added to the color image data, and the pattern density determination unit 42 may determine the background density and the foreground density according to the designation information.

(変形例5)上記第1ないし第3の実施形態では、カラー画像に適用する単色パターンとしてハッチ模様を用いるようにしたが、単色パターンはこれに限られない。単色パターンは、所定の規則性を有する模様であればハッチ模様以外の模様であってもよい。   (Modification 5) In the first to third embodiments, a hatch pattern is used as a single color pattern applied to a color image. However, the single color pattern is not limited to this. The monochromatic pattern may be a pattern other than a hatch pattern as long as the pattern has a predetermined regularity.

1…印刷システム、10…ホストコンピューター、20…プリンター、21…印刷エンジン、22…コントローラー、23…印刷処理部、30…アプリケーション、40…プリンタードライバー、41…パターン決定部としてのパターン種類決定部、42…パターン濃度決定部、43…モノクロ画像データ生成部、44…画像種類判定部、45…禁止画像判定部、100…画像処理装置、P…単色パターンとしてのハッチパターン、PT…対応情報としてのパターン選択テーブル、PDB…パターン画像データベース。   DESCRIPTION OF SYMBOLS 1 ... Printing system, 10 ... Host computer, 20 ... Printer, 21 ... Print engine, 22 ... Controller, 23 ... Print processing part, 30 ... Application, 40 ... Printer driver, 41 ... Pattern type determination part as pattern determination part, 42 ... pattern density determination unit, 43 ... monochrome image data generation unit, 44 ... image type determination unit, 45 ... prohibited image determination unit, 100 ... image processing device, P ... hatch pattern as a single color pattern, PT ... as correspondence information Pattern selection table, PDB ... pattern image database.

Claims (15)

カラー画像を表すカラー画像データをモノクロ画像データに変換する画像処理装置であって、
前記カラー画像の色に対応する模様を単色の濃度により表す単色パターンを決定するパターン決定部と、
前記単色パターンの画像領域のうち前記模様の背景となる領域の背景濃度を決定するパターン濃度決定部と、
前記カラー画像に対応する画像領域に、前記背景濃度を有する前記単色パターンが適用されたモノクロ画像の前記モノクロ画像データを生成するモノクロ画像データ生成部と、を備え、
前記パターン濃度決定部は、前記カラー画像の色に応じて前記背景濃度を変化させることを特徴とする画像処理装置。
An image processing apparatus for converting color image data representing a color image into monochrome image data,
A pattern determining unit that determines a monochromatic pattern representing a pattern corresponding to the color of the color image by a monochromatic density;
A pattern density determining unit that determines a background density of an area that is a background of the pattern in the image area of the monochrome pattern;
A monochrome image data generation unit that generates the monochrome image data of a monochrome image in which the monochrome pattern having the background density is applied to an image region corresponding to the color image;
The image processing apparatus, wherein the pattern density determination unit changes the background density according to a color of the color image.
請求項1に記載の画像処理装置において、
前記パターン濃度決定部は、前記カラー画像の明度に応じて前記背景濃度を変化させることを特徴とする画像処理装置。
The image processing apparatus according to claim 1.
The image processing apparatus, wherein the pattern density determination unit changes the background density according to the brightness of the color image.
請求項1または2に記載の画像処理装置において、
前記パターン濃度決定部は、
前記モノクロ画像の明度が前記カラー画像の明度に等しくなるように前記背景濃度を決定することを特徴とする画像処理装置。
The image processing apparatus according to claim 1 or 2,
The pattern density determination unit
An image processing apparatus, wherein the background density is determined so that the brightness of the monochrome image is equal to the brightness of the color image.
請求項1ないし3のいずれか一項に記載の画像処理装置において、
前記パターン濃度決定部は、
前記カラー画像について前記単色パターンが適用される画像領域の平均明度が、前記単色パターンの平均明度に等しくなるように前記単色パターンの前記背景濃度を決定することを特徴とする画像処理装置。
In the image processing device according to any one of claims 1 to 3,
The pattern density determination unit
An image processing apparatus, wherein the background density of the monochrome pattern is determined so that an average brightness of an image area to which the monochrome pattern is applied to the color image is equal to an average brightness of the monochrome pattern.
請求項1ないし4のいずれか一項に記載の画像処理装置において、
前記パターン決定部は、前記カラー画像データのカラー画像の色相に対応する模様を単色の濃度により表す前記単色パターンを決定することを特徴とする画像処理装置。
In the image processing device according to any one of claims 1 to 4,
The image processing apparatus, wherein the pattern determining unit determines the monochrome pattern that represents a pattern corresponding to a hue of a color image of the color image data by a monochrome density.
請求項1ないし5のいずれか一項に記載の画像処理装置において、
前記単色パターンは、単色の線により模様を表すハッチパターンであり、
前記パターン決定部は、前記カラー画像の色の明度が低いほど線密度が高い模様の前記ハッチパターンを、前記カラー画像に適用するパターンとして決定することを特徴とする画像処理装置。
In the image processing device according to any one of claims 1 to 5,
The monochromatic pattern is a hatch pattern that represents a pattern with a monochromatic line;
The image processing apparatus, wherein the pattern determination unit determines the hatch pattern having a higher line density as the color brightness of the color image is lower as a pattern to be applied to the color image.
請求項1ないし6のいずれか一項に記載の画像処理装置において、
前記パターン濃度決定部は、色相環を区画した複数の色領域において互いに隣接する第1の色と第2の色のうち、前記第1の色に対応させる前記単色パターンの模様の濃度を前記背景濃度より大きくし、前記第2の色に対応させる前記単色パターンの模様の濃度を前記背景濃度より小さくすることを特徴とする画像処理装置。
The image processing apparatus according to any one of claims 1 to 6,
The pattern density determination unit is configured to set the density of the pattern of the monochrome pattern corresponding to the first color among the first color and the second color adjacent to each other in a plurality of color regions that define a hue circle. An image processing apparatus, characterized in that the density of the pattern of the monochromatic pattern corresponding to the second color is made smaller than the background density.
請求項1ないし7のいずれか一項に記載の画像処理装置において、
前記パターン決定部が、第3の色と補色の関係になる第4の色に対応させる前記単色パターンは、前記第3の色に対応させる前記単色パターンの模様を回転させた模様を表すことを特徴とする画像処理装置。
In the image processing device according to any one of claims 1 to 7,
The single color pattern corresponding to the fourth color that is complementary to the third color and the pattern determining unit represents a pattern obtained by rotating the pattern of the single color pattern corresponding to the third color. A featured image processing apparatus.
請求項1ないし8のいずれか一項に記載の画像処理装置において、
前記パターン決定部は、前記カラー画像の彩度に応じて、前記単色パターンの模様を変化させることを特徴とする画像処理装置。
The image processing apparatus according to any one of claims 1 to 8,
The image processing apparatus, wherein the pattern determination unit changes the pattern of the monochromatic pattern according to the saturation of the color image.
請求項1ないし9のいずれか一項に記載の画像処理装置において、
前記カラー画像の種類を判定する画像種類判定部を備え、
前記モノクロ画像データ生成部は、前記画像種類判定部の判定結果に対応して単色の濃度により表されるモノクロ画像に変換することを特徴とする画像処理装置。
The image processing apparatus according to any one of claims 1 to 9,
An image type determination unit for determining the type of the color image;
The monochrome image data generation unit converts the image into a monochrome image represented by a single color density corresponding to the determination result of the image type determination unit.
請求項1ないし10のいずれか一項に記載の画像処理装置において、
前記カラー画像が、前記単色パターンを適用しないよう予め定められた禁止画像を含むか否かを判定する禁止画像判定部を備え、
前記モノクロ画像データ生成部は、前記カラー画像に含まれる前記禁止画像に対して、前記単色パターンを適用することなく、単色の濃度により表されるモノクロ画像に変換することを特徴とする画像処理装置。
The image processing device according to any one of claims 1 to 10,
A prohibited image determination unit that determines whether or not the color image includes a prohibited image determined in advance so as not to apply the monochrome pattern;
The monochrome image data generation unit converts the prohibited image included in the color image into a monochrome image represented by a single color density without applying the monochrome pattern. .
請求項1ないし11のいずれか一項に記載の画像処理装置において、
前記カラー画像の色と、前記背景濃度とを予め対応付けた対応情報を備え、
前記パターン濃度決定部は、前記対応情報を参照して前記カラー画像の色に応じた前記背景濃度を決定することを特徴とする画像処理装置。
The image processing apparatus according to any one of claims 1 to 11,
Correspondence information in which the color of the color image and the background density are associated in advance;
The pattern density determining unit determines the background density according to the color of the color image with reference to the correspondence information.
請求項1ないし12のいずれか一項に記載の画像処理装置において、
前記パターン決定部は、縦線の模様を表す前記単色パターン、横線の模様を表す前記単色パターン、格子線の模様を表す前記単色パターン、斜め線の模様を表す前記単色パターン、斜め格子線の模様を表す前記単色パターンのうちいずれか2以上を含む複数の前記単色パターンのうちから、前記カラー画像の色に応じて前記カラー画像に対応させる前記単色パターンを選択することを特徴とする画像処理装置。
The image processing apparatus according to any one of claims 1 to 12,
The pattern determining unit includes the monochrome pattern representing a vertical line pattern, the monochrome pattern representing a horizontal line pattern, the monochrome pattern representing a grid line pattern, the monochrome pattern representing a diagonal line pattern, and the diagonal grid line pattern. An image processing apparatus that selects the single color pattern corresponding to the color image according to the color of the color image from a plurality of the single color patterns including any two or more of the single color patterns representing .
カラー画像を表すカラー画像データをモノクロ画像データに変換するための画像処理プログラムであって、
コンピューターを、
前記カラー画像の色に対応する模様を単色の濃度により表す単色パターンを決定するパターン決定部と、
前記単色パターンの画像領域のうち前記模様の背景となる領域の背景濃度を決定するパターン濃度決定部と、
前記カラー画像に対応する画像領域に、前記背景濃度を有する前記単色パターンが適用されたモノクロ画像の前記モノクロ画像データを生成するモノクロ画像データ生成部、として機能させ、
前記パターン濃度決定部は、前記カラー画像の色に応じて前記背景濃度を変化させることを特徴とする画像処理プログラム。
An image processing program for converting color image data representing a color image into monochrome image data,
Computer
A pattern determining unit that determines a monochromatic pattern representing a pattern corresponding to the color of the color image by a monochromatic density;
A pattern density determining unit that determines a background density of an area that is a background of the pattern in the image area of the monochrome pattern;
Functioning as a monochrome image data generation unit that generates the monochrome image data of a monochrome image in which the monochrome pattern having the background density is applied to an image region corresponding to the color image;
The image processing program characterized in that the pattern density determination unit changes the background density according to the color of the color image.
カラー画像を表すカラー画像データをモノクロ画像データに変換する画像処理方法であって、
前記カラー画像の色に対応する模様を単色の濃度により表す単色パターンを決定するステップと、
前記単色パターンの画像領域のうち前記模様の背景となる領域の背景濃度を決定するステップと、
前記カラー画像に対応する画像領域に、前記背景濃度を有する前記単色パターンが適用されたモノクロ画像の前記モノクロ画像データを生成するステップと、を含み、
前記カラー画像の色に応じて前記背景濃度を変化させることを特徴とする画像処理方法。
An image processing method for converting color image data representing a color image into monochrome image data,
Determining a monochromatic pattern representing a pattern corresponding to the color of the color image by a monochromatic density;
Determining a background density of an area to be a background of the pattern in the image area of the monochrome pattern;
Generating monochrome image data of a monochrome image in which the monochrome pattern having the background density is applied to an image region corresponding to the color image; and
An image processing method, wherein the background density is changed according to a color of the color image.
JP2011178274A 2011-08-17 2011-08-17 Image processing apparatus, image processing program, and image processing method Active JP5790298B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2011178274A JP5790298B2 (en) 2011-08-17 2011-08-17 Image processing apparatus, image processing program, and image processing method
US13/585,644 US8811739B2 (en) 2011-08-17 2012-08-14 Image processing device
EP12180393.6A EP2560363B1 (en) 2011-08-17 2012-08-14 Image processing device
CN201210289816.1A CN102957840B (en) 2011-08-17 2012-08-15 Image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011178274A JP5790298B2 (en) 2011-08-17 2011-08-17 Image processing apparatus, image processing program, and image processing method

Publications (2)

Publication Number Publication Date
JP2013042380A true JP2013042380A (en) 2013-02-28
JP5790298B2 JP5790298B2 (en) 2015-10-07

Family

ID=47890348

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011178274A Active JP5790298B2 (en) 2011-08-17 2011-08-17 Image processing apparatus, image processing program, and image processing method

Country Status (1)

Country Link
JP (1) JP5790298B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4688031A (en) * 1984-03-30 1987-08-18 Wang Laboratories, Inc. Monochromatic representation of color images
JPH07152904A (en) * 1993-10-08 1995-06-16 Fuji Xerox Co Ltd Image processor
US5592310A (en) * 1991-05-29 1997-01-07 Canon Kabushiki Kaisha Image processing method and apparatus
WO2009020115A1 (en) * 2007-08-07 2009-02-12 Konica Minolta Holdings, Inc. Information converting method, information converting device, and information converting program
WO2009150946A1 (en) * 2008-06-09 2009-12-17 コニカミノルタホールディングス株式会社 Information conversion method, information conversion device, and information conversion program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4688031A (en) * 1984-03-30 1987-08-18 Wang Laboratories, Inc. Monochromatic representation of color images
US5592310A (en) * 1991-05-29 1997-01-07 Canon Kabushiki Kaisha Image processing method and apparatus
JPH07152904A (en) * 1993-10-08 1995-06-16 Fuji Xerox Co Ltd Image processor
WO2009020115A1 (en) * 2007-08-07 2009-02-12 Konica Minolta Holdings, Inc. Information converting method, information converting device, and information converting program
WO2009150946A1 (en) * 2008-06-09 2009-12-17 コニカミノルタホールディングス株式会社 Information conversion method, information conversion device, and information conversion program

Also Published As

Publication number Publication date
JP5790298B2 (en) 2015-10-07

Similar Documents

Publication Publication Date Title
US8811739B2 (en) Image processing device
US8526061B2 (en) Image processing apparatus, image processing method, and computer program product
KR20180087842A (en) Image processing apparatus and method for controlling the same
JP2021093719A (en) Image processing apparatus, image processing method, and program
JP5880056B2 (en) Image data generation apparatus, image processing apparatus, image processing system, image data generation method, image processing method, image data generation program, and image processing program
JP4921254B2 (en) Image processing apparatus, image processing method, control program, and recording medium
US8977046B2 (en) Image processing device, image processing method, and storage medium storing image processing program with color to pattern correlation
JP3679253B2 (en) Color image output method, apparatus and recording medium
JP5790298B2 (en) Image processing apparatus, image processing program, and image processing method
JP2011130184A (en) Image processing apparatus, image processing method and image processing program, and image forming apparatus
TWI253988B (en) Method of adjusting halftone image dot positions for improving print quality
JP5012871B2 (en) Image processing apparatus, image forming apparatus, and image processing program
JP2010050832A (en) Device and method for processing image, program, and recording medium
JP2008072208A (en) Image processor, and method thereof, and recording medium thereof
JP5874424B2 (en) Image processing apparatus, image processing method, and image processing program
US10306104B2 (en) Image processing method and image processing apparatus that ensure efficient memory use, and recording medium therefor
JP5884536B2 (en) Image processing apparatus, image processing method, and image processing program
JP2019034427A (en) Image processing apparatus and image processing method, and program
US11553110B2 (en) Image processing apparatus, control method thereof, and storage medium
JP2012124764A (en) Image processing system
JP2013081015A (en) Image processing apparatus, image processing method, image processing program, and printing system
JP2006196945A (en) Control apparatus, image forming apparatus, control method, image forming method, control program and recording medium with the program stored
JP2013081016A (en) Image processing apparatus, image processing method, image processing program, and printing system
JP2007081886A (en) Drawing processing apparatus
JP6394247B2 (en) Image processing apparatus and computer program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140711

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20150107

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150427

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150526

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150608

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150720

R150 Certificate of patent or registration of utility model

Ref document number: 5790298

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350