JP6776843B2 - Image processing method, printing device, program - Google Patents

Image processing method, printing device, program Download PDF

Info

Publication number
JP6776843B2
JP6776843B2 JP2016227253A JP2016227253A JP6776843B2 JP 6776843 B2 JP6776843 B2 JP 6776843B2 JP 2016227253 A JP2016227253 A JP 2016227253A JP 2016227253 A JP2016227253 A JP 2016227253A JP 6776843 B2 JP6776843 B2 JP 6776843B2
Authority
JP
Japan
Prior art keywords
data
ratio
amount
total amount
multiplying
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2016227253A
Other languages
Japanese (ja)
Other versions
JP2018085610A (en
Inventor
康信 ▲高▼木
康信 ▲高▼木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2016227253A priority Critical patent/JP6776843B2/en
Publication of JP2018085610A publication Critical patent/JP2018085610A/en
Application granted granted Critical
Publication of JP6776843B2 publication Critical patent/JP6776843B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Color, Gradation (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)
  • Ink Jet (AREA)

Description

本発明は画像処理方法、印刷装置、プログラムに関する。 The present invention relates to an image processing method, a printing device, and a program.

入力データを印刷用の出力データに変換するときにデータに対して所定の比率を乗じて色材付着量を制限する画像処理を行うものがある。 When converting input data to output data for printing, there is an image processing that limits the amount of color material adhered by multiplying the data by a predetermined ratio.

例えば、RGBデータが入力されると、両面印刷か否かを判別し、両面印刷のときには一定の係数Kを乗じた値を入力階調としてCMM処理を行い、また、片面印刷のときにはそのままの入力階調でCMM処理及びBG/UCR処理でCMYKデータに変換した後、両面印刷か否かを判別し、両面印刷のときには一定の係数Sを乗じた値を総量規制値として用いて、片面印刷のときにはそのまま得られた総量規制値を用いて、総量規制処理を行なった後、次の処理に移行する方法が知られている(特許文献1)。 For example, when RGB data is input, it is determined whether or not it is double-sided printing, CMM processing is performed using a value multiplied by a certain coefficient K for double-sided printing as an input gradation, and input as it is for single-sided printing. After converting to CMYK data by CMM processing and BG / UCR processing by gradation, it is determined whether or not it is double-sided printing, and in the case of double-sided printing, the value multiplied by a certain coefficient S is used as the total amount regulation value for single-sided printing. Sometimes, a method is known in which the total amount regulation value obtained as it is is used to perform the total amount regulation process and then the process proceeds to the next process (Patent Document 1).

特開2007−118238号公報JP-A-2007-118238

特許文献1に開示されているように、入力されるRGBデータ、又は、RGBデータを色変換したCMYKデータに対して一定の係数を乗じることで両面印刷における色材の付着量の制限を簡単に行うことができる。 As disclosed in Patent Document 1, by multiplying the input RGB data or the CMYK data obtained by color-converting the RGB data by a certain coefficient, it is possible to easily limit the amount of color material adhered in double-sided printing. It can be carried out.

しかしながら、入力データとしては、RGBデータだけでなく、CMYK、グレースケール、L*a*B*等のRGBデータ以外のデータもある。そのため、これらのRGBデータ以外の入力データに対して、RGBデータに適用する係数を乗じても、色材の付着量を抑制することができないという課題がある。 However, the input data includes not only RGB data but also data other than RGB data such as CMYK, grayscale, and L * a * B *. Therefore, there is a problem that the amount of the coloring material adhered cannot be suppressed even if the input data other than the RGB data is multiplied by the coefficient applied to the RGB data.

本発明は上記の課題に鑑みてなされたものであり、RGBデータ以外の入力データについても簡単な構成で色材付着量を抑制できるようにすることを目的とする。 The present invention has been made in view of the above problems, and an object of the present invention is to make it possible to suppress the amount of color material adhered to input data other than RGB data with a simple configuration.

上記の課題を解決するため、本発明の請求項1に係る画像処理方法は、
入力データに基づいて印刷用の出力データを生成するとき、所定の比率を乗じて色材付着量を制限する処理を行う画像処理方法であって、
前記入力データがRGBデータであるときには、前記RGBデータに対して第1の比率を乗じる処理を行い、
前記入力データがRGBデータ以外のデータであるときには、前記RGBデータ以外のデータ、又は、前記RGBデータ以外のデータを変換した変換データに対して第2の比率を乗じる処理を行う
構成とした。
In order to solve the above problems, the image processing method according to claim 1 of the present invention is used.
An image processing method that limits the amount of color material adhered by multiplying by a predetermined ratio when generating output data for printing based on input data.
When the input data is RGB data, a process of multiplying the RGB data by the first ratio is performed.
When the input data is data other than RGB data, a process of multiplying the data other than the RGB data or the converted data obtained by converting the data other than the RGB data by the second ratio is performed.

本発明によれば、RGBデータ以外の入力データについても簡単な構成で色材付着量を抑制できる。 According to the present invention, it is possible to suppress the amount of color material adhered to input data other than RGB data with a simple configuration.

本発明の第1実施形態の処理の全体の流れの説明に供するブロック説明図である。It is a block explanatory drawing which provides the explanation of the whole flow of the process of 1st Embodiment of this invention. 同じく入力データの種類毎の処理の説明に供するブロック説明図である。Similarly, it is a block explanatory diagram provided for the explanation of the processing for each type of input data. 総量規制処理と比率を乗じる処理の併用の説明に供する説明図である。It is explanatory drawing which provides the explanation of the combined use of the total amount regulation processing and the processing which multiplies the ratio. 総量規制処理における特定の色材付着量を優先して制限する場合の説明に供する説明図である。It is explanatory drawing which provides the explanation in the case of preferentially limiting the amount of adhering specific color material in the total amount regulation process. 本発明の第2実施形態における入力データの種類毎の処理の流れの説明に供するブロック説明図である。It is a block explanatory diagram provided for the explanation of the processing flow for each type of input data in the 2nd Embodiment of this invention. 同実施形態における総量規制値の説明に供する説明図である。It is explanatory drawing which provides the explanation of the total amount regulation value in the same embodiment. 本発明の第3実施形態における処理の流れを説明するブロック説明図である。It is a block explanatory drawing explaining the flow of processing in 3rd Embodiment of this invention. 比率の設定条件のテーブルの一例の説明図である。It is explanatory drawing of an example of the table of the ratio setting condition. 本発明に係る印刷装置の一例の機構部の平面説明図である。It is a plane explanatory view of the mechanism part of an example of the printing apparatus which concerns on this invention. 同じく要部側面説明図である。Similarly, it is a side view of the main part. 同装置の制御部の概要のブロック説明図である。It is a block explanatory drawing of the outline of the control part of this apparatus.

以下、本発明の実施の形態について添付図面を参照して説明する。まず、本発明の第1実施形態について図1及び図2を参照して説明する。図1は同実施形態の画像処理方法の全体の流れの説明に供するブロック説明図、図2は入力データの種類毎の処理の説明に供するブロック説明図である。 Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings. First, the first embodiment of the present invention will be described with reference to FIGS. 1 and 2. FIG. 1 is a block explanatory diagram for explaining the overall flow of the image processing method of the same embodiment, and FIG. 2 is a block explanatory diagram for explaining processing for each type of input data.

まず、図1を参照して、入力データ(入力画像データ)に対して、カラーマッチング処理102、本発明における付着量総量制限処理である総量規制処理103、γ補正処理104、中間調処理105を行って出力データ(出力画像データ)を生成し、出力データに対して印字前処理106を行って印字を行う。 First, with reference to FIG. 1, the color matching process 102, the total amount regulation process 103, the γ correction process 104, and the halftone process 105, which are the total amount of adhesion amount limiting processes in the present invention, are applied to the input data (input image data). This is performed to generate output data (output image data), and pre-print processing 106 is performed on the output data to print.

入力データ101としては、RGBデータ、CMYKデータ、Lデータ、グレーデータなどがある。 The input data 101 includes RGB data, CMYK data, L * a * b * data, gray data, and the like.

カラーマッチング処理(以下、「CMM処理」という。)102では、入力データ101を印刷装置が扱うデータに変換する。この変換処理は、例えば3次元→4次元のルックアップテーブルで所望の色材(以下、「インク」で説明する。)の配合(付着量や色味)になるような変換をかける。 In the color matching process (hereinafter, referred to as “CMM process”) 102, the input data 101 is converted into data handled by the printing apparatus. In this conversion process, for example, a three-dimensional to four-dimensional look-up table is used to perform conversion so as to obtain a desired color material (hereinafter, described as “ink”) formulation (adhesion amount and color).

この場合、BG/UCR(黒生成/下色除去)処理を併用する場合がある。BG/UCR処理は、グレーに関するデータ(R=G=Bとなる要素)を、CMYKにどう割り振るかを設定したパラメータであり、BGはKの発生量、UCRはCMYの除去量に関するパラメータである。 In this case, BG / UCR (black generation / undercolor removal) processing may be used together. The BG / UCR process is a parameter that sets how to allocate gray-related data (elements with R = G = B) to CMYK, BG is a parameter related to the amount of K generated, and UCR is a parameter related to the amount of CMY removed. ..

なお、CMM処理102を行わない場合もある。また、入力データをルックアップテーブルで直接CMYKデータに変換したり、CIELAB等を経由してCMYKデータに変換したりすることもある。 In some cases, the CMM process 102 is not performed. In addition, the input data may be directly converted into CMYK data by the lookup table, or may be converted into CMYK data via CIELAB or the like.

総量規制処理103では、CMYKデータに対し印刷装置が印刷できる色材の最大総量値に応じてCMYKデータを補正する。つまり、色材付着量が多くなりすぎると異常を生じる場合、付着させてよい色材総量に制限をかける処理であり、これを超えて入ってくるデータは総量規制内に収まる階調に変換される。 In the total amount regulation process 103, the CMYK data is corrected according to the maximum total amount value of the color material that can be printed by the printing apparatus with respect to the CMYK data. In other words, if an abnormality occurs when the amount of colored material attached becomes too large, it is a process that limits the total amount of colored material that can be attached, and data that exceeds this is converted to gradation that falls within the total amount regulation. To.

総量規制処理103では、例えば、CMYKの各階調とインク付着量に対応するインク滴量に関する変換テーブルを持ち、入力された画像の各場所でのインク付着量が総量規制を超えるときには、変換テーブルを逆利用してインク付着量を総量規制内になるように各色の階調値を下げる。階調値の下げ方は、例えば、インク付着量が総量規制の120%になるとすると、全体の付着量が100%に収まるようにインク付着量を約83%に削減する。これはインク付着量を階調に変換するテーブル(あるいは計算式)によって、条件を満たす近似階調に各色の階調値を変換する。 The total amount regulation process 103 has, for example, a conversion table relating to each gradation of CMYK and the amount of ink droplets corresponding to the amount of ink adhered, and when the amount of ink adhered at each location of the input image exceeds the total amount regulation, the conversion table is used. By reverse use, the gradation value of each color is lowered so that the amount of ink adhered is within the total amount regulation. As for the method of lowering the gradation value, for example, assuming that the ink adhesion amount is 120% of the total amount regulation, the ink adhesion amount is reduced to about 83% so that the total adhesion amount is within 100%. This converts the gradation value of each color into an approximate gradation that satisfies the conditions by a table (or a calculation formula) that converts the amount of ink adhered to gradation.

ただし、この処理は総量をオーバーする部分にのみ変換をかけて制限するため、インク付着量が多いベタ画像、2次色、3次色部分だけ総量規制値相当に階調値が下げられるため階調が潰れたような画像になる。 However, since this process is limited by converting only the part that exceeds the total amount, the gradation value is lowered to the equivalent of the total amount regulation value only for the solid image with a large amount of ink adhesion, the secondary color, and the tertiary color part. The image looks like it is out of tune.

γ補正処理104では、印刷装置の特性やユーザの嗜好を反映した入出力補正を行なう。例えば、印刷装置毎の色のばらつきを目標とする色の範囲内に補正する。 The γ correction process 104 performs input / output correction that reflects the characteristics of the printing apparatus and the user's preference. For example, the color variation of each printing device is corrected within the target color range.

例えば、シアン(C)が強めでやや青みがかった色になる場合は、シアンの色を入力−出力を寝かせた補正パラメータを当てて、出力を低めに補正することでシアンの付着量を抑え、色味を調整する。また、例えば、入力に対して出力がリニアに変化することが好ましいが、種々の誤差によって、リニアな相関関係が崩れて、階調つぶれや飛びが発生するような場合もγ補正パラメータを使用して補正することができる。パラメータは入力階調と出力階調との相関関係を規定するテーブル等を使用することで容易に適用することができる。 For example, if cyan (C) becomes a strong and slightly bluish color, the amount of cyan adhesion is suppressed by applying a correction parameter that lays down the input-output and corrects the output to a lower level. Adjust the taste. Further, for example, it is preferable that the output changes linearly with respect to the input, but the γ correction parameter is also used when the linear correlation is broken due to various errors and gradation collapse or skipping occurs. Can be corrected. The parameters can be easily applied by using a table or the like that defines the correlation between the input gradation and the output gradation.

また、経時での色変化を補正について、階調を振った画像パッチを印刷し、スキャナで取り込む等して、階調特性を取得し、入出力特性が狙いになるようなγ補正テーブルを作成し適用する場合などもある。 In addition, to correct color changes over time, print an image patch with gradation and capture it with a scanner to acquire gradation characteristics and create a γ correction table that aims at input / output characteristics. In some cases, it may be applied.

中間調処理105では、出力データを印刷装置が扱えるBit数のデータに落とす処理をする。例えばインクジェットプリンタの最終出力は、一般的にドットを打つか打たないか(1Bit)や、大滴/中滴/小滴/なしの打ち分け(2Bit)程度であり、これに対して、入力画像データやこれを変換したCMYKデータは8Bitが一般的である。そこで、γ補正後のCMYKデータを、誤差拡散処理やディザ処理などで1〜2Bitのデータとする。ここまでの処理によって、各色材がドットの配置データに変換されたと同義になる。 In the halftone process 105, the output data is reduced to the number of bits that can be handled by the printing apparatus. For example, the final output of an inkjet printer is generally about whether or not to hit dots (1 bit) or whether to hit large drops / medium drops / small drops / none (2 bits). Image data and CMYK data converted from this are generally 8 bits. Therefore, the CMYK data after γ correction is converted into 1 to 2 bit data by error diffusion processing, dither processing, or the like. By the processing up to this point, it is synonymous with each color material being converted into dot arrangement data.

印字前処理(レンダリング処理)106では、中間調処理105によってドットデータに置き換わったデータを、実際にどのタイミングでどのノズルから吐出するかに変換する処理である。例えば、シリアルプリンタでは、液体吐出ヘッドのスキャンと媒体搬送を組み合わせ、液体を吐出するスキャン、ヘッド及びノズルにデータを割り当てる。 The pre-printing process (rendering process) 106 is a process of converting the data replaced with the dot data by the halftone process 105 into which nozzle actually ejects the data at which timing. For example, in a serial printer, a scan of a liquid discharge head and a medium transfer are combined, and data is assigned to a scan, a head, and a nozzle that discharge liquid.

次に、第1実施形態における付着量を制限するために比率を乗じる処理について説明する。 Next, a process of multiplying the ratio in order to limit the amount of adhesion in the first embodiment will be described.

まず、図2(a)に示すように、入力データ101がRGBデータ101Aであるときには、当該入力されたRGBデータ101Aに対して第1の比率Aを乗じる処理を行った後、カラーマッチング処理102に移行する。 First, as shown in FIG. 2A, when the input data 101 is RGB data 101A, a process of multiplying the input RGB data 101A by a first ratio A is performed, and then a color matching process 102 is performed. Move to.

これに対し、図2(b)に示すように、入力データ101がRGBデータ以外のデータ101Bであるときには、前記RGBデータ以外のデータをCMYKに変換した変換データであるCMYKデータ102Bに対して第2の比率Bを乗じる処理を行っている。 On the other hand, as shown in FIG. 2B, when the input data 101 is data 101B other than RGB data, the CMYK data 102B, which is the converted data obtained by converting the data other than the RGB data into CMYK, is the first. The process of multiplying the ratio B of 2 is performed.

なお、前記RGBデータ以外のデータがCMYKのデータであるときには、入力されたCMYKのデータをそのままCMYKデータ102Bとして第2の比率Bを乗じる処理を行うことができる。この場合、入力されたCMYKのデータに色調整などの処理を施す場合には、当該処理後のデータをCMYKデータ102Bとする。 When the data other than the RGB data is CMYK data, the input CMYK data can be used as the CMYK data 102B and multiplied by the second ratio B. In this case, when the input CMYK data is subjected to processing such as color adjustment, the processed data is referred to as CMYK data 102B.

また、総量規制処理103ではCMYKデータに対して第3の比率Cを乗じる処理を行う。 Further, in the total amount regulation process 103, a process of multiplying the CMYK data by a third ratio C is performed.

このように、入力データがRGBデータであるときには、CMYKデータに変換する前にRGBデータに第1の比率Aを乗じる処理を行っている。これにより、薄い色の入力データが入力されたと同様になり、CMM処理以降において、特に両面印刷のための特別な処理を行わないでも付着量を抑制でき、処理を簡素化できる。 As described above, when the input data is RGB data, the processing of multiplying the RGB data by the first ratio A is performed before converting to the CMYK data. As a result, it becomes the same as when the input data of a light color is input, and after the CMM processing, the amount of adhesion can be suppressed without performing a special processing for double-sided printing, and the processing can be simplified.

一方、入力データがRGBデータ以外のデータである場合、RGBデータ用の第1の比率Aを乗じても、目的とする付着量に抑制することができず、印刷品質が低下することになる。 On the other hand, when the input data is data other than RGB data, even if the first ratio A for RGB data is multiplied, the target adhesion amount cannot be suppressed, and the print quality is deteriorated.

そこで、入力データがRGBデータ以外のデータであるときには、CMYKデータ(変換データ)に対して第2の比率Bを乗じることで、簡単な構成で、目的とする付着量に抑制することができ、印刷品質を確保することができる。 Therefore, when the input data is data other than RGB data, by multiplying the CMYK data (conversion data) by the second ratio B, it is possible to suppress the desired adhesion amount with a simple configuration. Print quality can be ensured.

これによって、RGBデータだけでなく、RGBデータ以外のCMYKデータ、Lデータ、グレーデータなどが入力された場合でも印刷品質を確保することができる。つまり、RGBデータだけでなく、RGBデータ以外のCMYKデータ、Lデータ、グレーデータなどのデータも入力しても、所要の印刷品質で印刷出力することができるようになる。 As a result, print quality can be ensured even when not only RGB data but also CMYK data other than RGB data, L * a * b * data, gray data, and the like are input. That is, not only RGB data but also CMYK data other than RGB data, L * a * b * data, gray data, and other data can be input, and print output can be performed with the required print quality.

ここで、RGBデータに第1の比率Aを乗じる処理、あるいは、CMYKデータに第2の比率Bを乗じる処理とともに、総量規制処理で第3の比率Cを乗じる処理を行っているのは、次の理由による。 Here, the process of multiplying the RGB data by the first ratio A, the process of multiplying the CMYK data by the second ratio B, and the process of multiplying the total amount regulation process by the third ratio C are performed as follows. For the reason.

つまり、図3(a)に示すように、RGBデータに第1の比率Aを乗じる処理、あるいは、CMYKデータに第2の比率Bを乗じる処理を行った場合、破線の入力階調−出力階調特性において、破線の特性が実線の特性のようになり、入力に対する出力の階調変化が抑制される。したがって、画像全体が薄くなるが、階調潰れや階調の逆転は生じない。 That is, as shown in FIG. 3A, when the RGB data is multiplied by the first ratio A or the CMYK data is multiplied by the second ratio B, the input gradation-output layer of the broken line is performed. In the tonal characteristics, the characteristic of the broken line becomes the characteristic of the solid line, and the gradation change of the output with respect to the input is suppressed. Therefore, although the entire image becomes lighter, gradation collapse and gradation reversal do not occur.

一方、総量規制処理では、第3の比率Cを乗じることで付着量の最大値を低くする。したがって、図3(b)に示すように、破線で示す領域では出力が実線で示すように制限され、ある階調以上の入力に対して出力する階調が変化しなくなる階調潰れが生じることになる。図3の「比率がけ前」、「比率がけ後」は、「比率を乗じる前」、「比率を乗じた後」の意味である。 On the other hand, in the total amount regulation process, the maximum value of the adhered amount is lowered by multiplying by the third ratio C. Therefore, as shown in FIG. 3 (b), in the region shown by the broken line, the output is limited as shown by the solid line, and gradation collapse occurs in which the output gradation does not change for an input of a certain gradation or more. become. “Before ratio” and “after ratio” in FIG. 3 mean “before multiplying by ratio” and “after multiplying by ratio”.

そこで、RGBデータに第1の比率Aを乗じる処理、あるいは、CMYKデータに第2の比率Bを乗じる処理とともに、総量規制処理で第3の比率Cを乗じる処理を併用することで、図2(c)に示すように、出力階調が潰される領域を狭くしつつ、総量規制処理を併用しない場合に比べて低階調部分での出力を高く維持する。 Therefore, by using the process of multiplying the RGB data by the first ratio A or the process of multiplying the CMYK data by the second ratio B and the process of multiplying the CMYK data by the third ratio C in the total amount regulation process, FIG. As shown in c), while narrowing the region where the output gradation is crushed, the output in the low gradation portion is maintained higher than in the case where the total amount regulation processing is not used in combination.

また、RGBデータに第1の比率Aを乗じる処理、あるいは、CMYKデータに第2の比率Bを乗じる処理とともに、総量規制処理で第3の比率Cを乗じる処理を併用する場合、画像のオブジェクトの種類に応じて、第1の比率A又は第2の比率Bと第3の比率Cを設定することができる。 Further, when the processing of multiplying the RGB data by the first ratio A or the processing of multiplying the CMYK data by the second ratio B and the processing of multiplying the CMYK data by the third ratio C in the total amount regulation processing are used together, the image object Depending on the type, the first ratio A or the second ratio B and the third ratio C can be set.

つまり、画像中には文字や写真など様々な画像オブジェクトがあり、相対的に、文字は視認性が重視され、写真は階調性が重視される。アプリケーションによっては文字や写真を区別して処理できるものがあり、像域分離と呼ばれる手法で文字やラインと写真のような塗り画像を区別することも可能である。 That is, there are various image objects such as characters and photographs in the image, and the visibility of the characters is relatively important and the gradation of the photograph is relatively important. Some applications can distinguish between characters and photographs, and it is also possible to distinguish between characters and lines and painted images such as photographs by a technique called image area separation.

そこで、濃度維持を重視して視認性確保が求められる文字やラインにはRGB比率(第1の比率A)を高めにして総量規制比率(第3の比率C)を低くめに設定し、写真や塗りなど階調性を重視するオブジェクトに対しては、RGB比率を低めにして総量規制比率は高めに設定する。 Therefore, for characters and lines that are required to ensure visibility with an emphasis on maintaining density, the RGB ratio (first ratio A) is set high and the total amount regulation ratio (third ratio C) is set low. For objects that emphasize tonality, such as painting and painting, set the RGB ratio low and the total amount regulation ratio high.

これにより、単に比率を入力データ等に乗じるだけであるため、パラメータのデータ容量はほとんど増えず、データ処理にかかる負荷やパラメータの設計工数もかからない。 As a result, since the ratio is simply multiplied by the input data or the like, the data capacity of the parameter is hardly increased, and the load required for data processing and the man-hours for designing the parameter are not required.

また、本実施形態のように、RGBデータについて、CMYKデータに変換した後に比率を乗じる処理を行うのではなく、RGBデータに対して比率を乗じる処理を行うことで、画質のばらつきを低減でき、良好な画質を確保できる。 Further, as in the present embodiment, the variation in image quality can be reduced by performing the process of multiplying the RGB data by the ratio instead of performing the process of multiplying the RGB data by the ratio after converting it into CMYK data. Good image quality can be ensured.

つまり、一般的に、印刷装置のドライバには複数の形式の印刷ユーザインターフェース(UI)が用意されており、ポストスクリプト(PS)対応以外はRGB入力を基本としている。したがって、入力データがRGBデータであるときには、他のドライバの処理に合わせた方が画質を良好に保つことができ、RGB処理を基本とする他の印刷UIとの画質のばらつき(違い)もなくなる。 That is, in general, a driver of a printing device is provided with a plurality of formats of a printing user interface (UI), and is based on RGB input except for PostScript (PS) support. Therefore, when the input data is RGB data, the image quality can be maintained better by matching with the processing of other drivers, and there is no variation (difference) in image quality from other print UIs based on RGB processing. ..

また、RGBデータに対してはRGB用の比率で処理した方が画質を確保できる。これは、インクの付着量変化と実際の紙面上での色の変化は必ずしも一定ではないことによる。 Further, the image quality can be ensured by processing the RGB data at the ratio for RGB. This is because the change in the amount of ink adhered and the change in the actual color on the paper surface are not always constant.

例えば、データ上100%のR(レッド)と50%のRが同じ色味だったとする。CMYKの4色印刷装置の場合、Rは主にM(マゼンダ)とY(イエロー)の混色で表現するが、100%のRを再現するときのMとYの割合と、50%のRを再現するときのMとYの割合は一定とは限らないし、インク総量も2:1の関係にあるとは限らない。 For example, suppose that 100% R (red) and 50% R have the same color in the data. In the case of CMYK 4-color printing equipment, R is mainly expressed by a mixture of M (magenta) and Y (yellow), but the ratio of M and Y when reproducing 100% R and 50% R are expressed. The ratio of M and Y at the time of reproduction is not always constant, and the total amount of ink is not always in a 2: 1 relationship.

すなわち、インクジェット印刷における色は、媒体の地合いと媒体へのインクの浸透状態、インク同士の混色の結果決まる。また、1色のインクであっても、付着量の増加に対して色味は一定ではなく、ある程度付着されると色相が曲がってきたり、濃度は上昇していくが、彩度は飽和して逆に低下してきたりする。 That is, the color in inkjet printing is determined as a result of the texture of the medium, the state of penetration of the ink into the medium, and the color mixing of the inks. In addition, even with one color of ink, the hue is not constant with respect to the increase in the amount of adhesion, and when the ink is adhered to some extent, the hue is bent or the density is increased, but the saturation is saturated. On the contrary, it decreases.

また、インクには滲みによるドットゲインがあるために付着が少ない場合は付着量と色の濃さはある程度リニアの関係にあるが、媒体面が埋まってくると、ドット同士が重なりを持ってくる。このとき、既にインクが打たれた部分よりも、まだ打たれていない部分に対してインクを打ったほうが当然色の変化の大きさは大きくなるため、媒体面が埋まってくるとインク付着量に対して濃度は上がりにくくなってくる。 In addition, since the ink has a dot gain due to bleeding, the amount of adhesion and the color depth have a linear relationship to some extent when there is little adhesion, but when the medium surface is filled, the dots overlap with each other. .. At this time, since the magnitude of the color change is naturally larger when the ink is applied to the part which has not been applied with the ink than the part where the ink has already been applied, the amount of ink adhered when the medium surface is filled. On the other hand, the concentration becomes difficult to increase.

したがって、100%のRデータに比率を乗じて50%のRデータにして処理をする場合は、入力データ側で薄いRを作ったことと同様であるため、色設計で100%のRと50%のRで、同色相で連続性があるように色設計がされていれば、色味に違和感はないが、100%のMと100%のYで構成されるRと、これにCMYK比率をかけ、50%のMと50%のYで構成されるRとは、一般的には同様の変化をしない。 Therefore, when processing 100% R data by multiplying it by a ratio to obtain 50% R data, it is the same as creating a thin R on the input data side, so 100% R and 50 in the color design. If the color is designed so that there is continuity with the same hue with R of%, there is no sense of discomfort in the hue, but R composed of 100% M and 100% Y and the CMYK ratio to this R, which is composed of 50% M and 50% Y, generally does not change in the same way.

このため、画質の観点ではRGBデータに対してはRGB用の比率(第1の比率)で処理する方が、片面印刷と両面印刷の画質の違いを低減することができる。 Therefore, from the viewpoint of image quality, it is possible to reduce the difference in image quality between single-sided printing and double-sided printing by processing RGB data at the ratio for RGB (first ratio).

また、本実施形態のように、CMYKデータに第2の比率を乗じる処理は、総量規制処理(付着総量制限処理)の前に行うことで、特定の色のインク付着量(特定の色材付着量)を優先して制限する場合でも画質を確保することができる。 Further, as in the present embodiment, the process of multiplying the CMYK data by the second ratio is performed before the total amount regulation process (adhesion total amount limit process), so that the ink adhesion amount of a specific color (specific color material adhesion) is performed. Image quality can be ensured even when the amount) is prioritized and limited.

つまり、総量規制処理として、特定の色の付着量を優先して付着制限する処理を行う場合がある。例えば、総量規制をかける場合に、Kインクの付着量を維持し、CMYインクを優先的に制限するような場合がある。これは、総付着量が同じであれば、Kインクを使った方が濃度を濃くできることや、グレーバランスを維持しやすいことによる。 That is, as the total amount regulation process, there is a case where a process of preferentially limiting the adhesion of a specific color is performed. For example, when the total amount is regulated, the amount of K ink adhered may be maintained and the CMY ink may be preferentially restricted. This is because if the total amount of adhesion is the same, it is easier to maintain the gray balance by using K ink because the density can be increased.

しかし、このような総量規制を先にかけてしまうと著しい画像劣化をする場合がある。例えば、図4(a)に示すように、低階調よりも高階調の方がKCMYの付着量が多いとする。このようにKが入っている色で、総量規制が低い条件の場合(高階調の場合)には、図4(b)に示すように、総量規制によってKが保存されるため、CMYインクを殆ど入れることができなくなる。同等の付着量であるとき、K1色より4色の方がドットによる媒体面の埋まりがよいが、これが殆どKだけになると、媒体面の埋まりが極端に悪くなって見える場合がある。 However, if such total amount regulation is applied first, significant image deterioration may occur. For example, as shown in FIG. 4A, it is assumed that the amount of KCMY adhered is larger in high gradation than in low gradation. In the case of a color containing K and a condition where the total amount regulation is low (in the case of high gradation), as shown in FIG. 4B, K is preserved by the total amount regulation, so that CMY ink is used. You can hardly put it in. When the amount of adhesion is the same, the four colors are better filled with dots than the K1 color, but when this is almost only K, the filling of the medium surface may appear to be extremely poor.

特に、総量規制にかかる前後の階調のデータを印刷した場合、入力階調が高いデータの方が濃く埋まりもよくなるはずであるが、階調が高い方のデータが総量規制にかかり、低い方のデータが総量規制にかからない場合、階調が高く濃く見えて欲しいデータの方が(総付着量自体は多いのだが)埋まりが悪く、階調が逆転して見える場合がある(埋まりが悪いことで実際に色として逆転することもある。)。 In particular, when printing the gradation data before and after the total amount regulation, the data with the higher input gradation should be darker and better filled, but the data with the higher gradation is subject to the total amount regulation and the lower one. If the data in the above is not subject to the total amount regulation, the data that you want to appear darker with higher gradation may be poorly filled (although the total amount of adhesion itself is large), and the gradation may appear reversed (bad filling). It may actually be reversed as a color.)

したがって、総量規制処理よりも先にCMYKデータに対して第2の比率Bを乗じて、Kの階調も落とした上で、総量規制を行う方が上述したような不具合の発生を抑制することができる。 Therefore, it is better to multiply the CMYK data by the second ratio B before the total amount regulation process, reduce the gradation of K, and then perform the total amount regulation to suppress the occurrence of the above-mentioned problems. Can be done.

次に、本発明の第2実施形態について図5を参照して説明する。図5は同実施形態における入力データの種類毎の処理の流れの説明に供するブロック説明図である。 Next, the second embodiment of the present invention will be described with reference to FIG. FIG. 5 is a block explanatory diagram provided for explaining the processing flow for each type of input data in the same embodiment.

本実施形態では、入力データがRGBデータであるときには、前記第1実施形態と同様の処理をするのに対し、入力データがRGBデータ以外のデータであるときには、総量規制処理103の後でCMYKデータに対して第2の比率Bを乗じる処理を行っている。 In the present embodiment, when the input data is RGB data, the same processing as in the first embodiment is performed, whereas when the input data is data other than RGB data, the CMYK data is performed after the total amount regulation processing 103. Is multiplied by the second ratio B.

総量規制処理103として、上述したように特定の色材付着量を優先して制限する処理を行わない場合、例えば、総量規制でKの保持を優先する処理を行わない場合には、総量規制処理103の後でCMYKデータに対して第2の比率Bを乗じる処理を行っても、階調の逆転などは生じないので、画質の低下を生じない。 As the total amount regulation process 103, when the process of preferentially limiting the amount of the specific color material adhered is not performed as described above, for example, when the process of prioritizing the retention of K in the total amount regulation is not performed, the total amount regulation process Even if the CMYK data is multiplied by the second ratio B after 103, the gradation is not reversed and the image quality is not deteriorated.

ただし、RGBデータの処理をする場合や両面印刷等で大きくインク付着量を削減する場合以外は、Kを保存する処理は、K濃度を濃くすることができ、インク消費量を抑えるのに有効な処理である。 However, except when processing RGB data or when greatly reducing the amount of ink adhered by double-sided printing, etc., the process of preserving K can increase the K density and is effective in suppressing ink consumption. It is a process.

したがって、RGBデータの処理とRGBデータ以外のデータの処理とで総量規制処理の処理内容を変更したり、片面印刷と両面印刷で総量規制処理の処理内容を変更したりすることが好ましい。つまり、特定の色材付着量を優先的に制限するか否かを、片面印刷であるか両面印刷であるか、黒データであるか否か、入力画像データがRGBデータであるか否か、の少なくともいずれかで切り替えることが好ましい。 Therefore, it is preferable to change the processing content of the total amount regulation processing between the processing of RGB data and the processing of data other than RGB data, or to change the processing content of the total amount regulation processing between single-sided printing and double-sided printing. That is, whether or not to preferentially limit the amount of the specific color material adhered depends on whether or not it is single-sided printing or double-sided printing, whether it is black data, or whether the input image data is RGB data. It is preferable to switch with at least one of.

また、総量規制処理103の後でCMYKデータに対して第2の比率Bを乗じる場合には、最終的な規制量(目標とする色材付着総量、これを「目標付着総量」という。)よりも、総量規制で規制する総量を高めに設定しておくことが好ましい。 Further, when the CMYK data is multiplied by the second ratio B after the total amount regulation process 103, the final regulation amount (target total amount of colored material adhered, which is referred to as "target total amount of adhesion") is used. However, it is preferable to set the total amount regulated by the total amount regulation higher.

これは、総量規制処理103の後に第2の比率Bを乗じることで、最初から目標付着総量になるように総量規制処理及び総量規制比率を設定すると、付着量が下がりすぎたり、階調つぶれが生じる色が増えたりするためである。したがって、CMYKデータに乗じる第2の比率Bを組み合わせたときに目標付着総量となるように総量規制値及び総量規制比率を設定することが好ましい。 This is because if the total amount regulation process and the total amount regulation ratio are set so that the target total amount of adhesion is obtained from the beginning by multiplying the total amount regulation process 103 by the second ratio B, the adhesion amount becomes too low or the gradation is crushed. This is because the number of colors produced increases. Therefore, it is preferable to set the total amount regulation value and the total amount regulation ratio so that the target total amount of adhesion is obtained when the second ratio B to be multiplied by the CMYK data is combined.

この点について図6も参照して説明する。ここでは、両面印刷を行うときの目標付着総量で説明する。 This point will be described with reference to FIG. Here, the target total amount of adhesion when performing double-sided printing will be described.

図6(a)に示すように、総量規制によって入力が所定値以上になると、実線で示すように両面印刷時の目標付着総量に制限される。したがって、総量規制処理103の後にCMYKデータに第2の比率Bを乗じる処理を行うと、図6(b)に実線で示すように、両面印刷時の目標付着総量から更に付着量が低下することになる。 As shown in FIG. 6A, when the input exceeds a predetermined value due to the total amount regulation, the target total amount of adhesion during double-sided printing is limited as shown by the solid line. Therefore, if the CMYK data is multiplied by the second ratio B after the total amount regulation process 103, the amount of adhesion is further reduced from the target total amount of adhesion during double-sided printing, as shown by the solid line in FIG. 6B. become.

したがって、図6(c)に示すように、総量規制処理103によって制限する付着量を目標付着総量にマージンαを持たせた付着量とし、第2の比率Bでマージンα分だけ低下させても目標付着総量になる値にする。 Therefore, as shown in FIG. 6C, even if the amount of adhesion limited by the total amount regulation process 103 is set to the amount of adhesion in which the target total amount of adhesion has a margin α and is reduced by the margin α in the second ratio B. Set the value to the target total amount of adhesion.

これにより、図6(d)に示すように、総量規制処理103の後にCMYKデータに第2の比率Bを乗じる処理を行っても、両面印刷時の目標付着総量で制限することができる。 As a result, as shown in FIG. 6D, even if the CMYK data is multiplied by the second ratio B after the total amount regulation process 103, the target total amount of adhesion during double-sided printing can be limited.

次に、本発明の第3実施形態について図7を参照して説明する。図7は同実施形態における処理の流れを説明するブロック説明図である。 Next, a third embodiment of the present invention will be described with reference to FIG. FIG. 7 is a block explanatory diagram illustrating a processing flow in the same embodiment.

本実施形態では、γ補正処理104において、所定の係数Kを乗じることで、入力画像をそのまま再現するときよりも色材付着量を低減する付着量低減処理を行う低付着量モードを有している。 In the present embodiment, the γ correction process 104 has a low adhesion amount mode in which the adhesion amount reduction process is performed to reduce the adhesion amount of the coloring material as compared with the case where the input image is reproduced as it is by multiplying it by a predetermined coefficient K. There is.

この付着量低減処理は、総量規制処理103をした後のCMYKデータに係数Dを乗じる方が好ましい。 In this adhesion amount reduction process, it is preferable to multiply the CMYK data after the total amount regulation process 103 by the coefficient D.

つまり、総量規制処理103の前では、BG/UCR処理や総量規制処理103におけるKの保存処理などが入る前であるので、CMYKデータであるが、それが印刷装置のインク色と同じというわけではない。付着量低減処理を行う場合には、ユーザやインク消費を抑えるために実施することから、総量規制処理103の後のCMYKデータに係数D(比率)を乗じることで、インク消費量を直感的に意識することができる。 That is, before the total amount regulation process 103, the BG / UCR process and the K storage process in the total amount regulation process 103 are performed, so that the data is CMYK data, but it is not the same as the ink color of the printing device. Absent. When the adhesion amount reduction process is performed, it is performed in order to suppress the user and ink consumption. Therefore, the ink consumption amount can be intuitively calculated by multiplying the CMYK data after the total amount regulation process 103 by the coefficient D (ratio). Can be conscious.

なお、低付着量モードにおける付着量低減処理は、入力データがRGBデータである場合とRGBデータ以外のデータである場合とで異ならせることもできる。 The adhesion amount reduction process in the low adhesion amount mode can be different depending on whether the input data is RGB data or data other than RGB data.

例えば、入力データがRGBデータであるときには、CMM処理102の一環として行い、入力データがCMYKデータのようにRGBデータ以外であるときには、上述したように総量規制処理103の後のγ補正処理104で係数Dを乗じて行うようにすることができる。 For example, when the input data is RGB data, it is performed as part of the CMM process 102, and when the input data is other than RGB data such as CMYK data, the γ correction process 104 after the total amount regulation process 103 is performed as described above. It can be done by multiplying by the coefficient D.

また、低付着量モードの実施の有無、又は、低付着量モードを実施するときの付着量低減値に応じて、第1の比率A又記第2の比率B及び第3の比率Cの少なくともいずれかを変更することができる。これにより、付着量が低減されすぎることを防止できる。 Further, at least of the first ratio A, the second ratio B and the third ratio C, depending on whether or not the low adhesion amount mode is implemented or the adhesion amount reduction value when the low adhesion amount mode is implemented. Either can be changed. As a result, it is possible to prevent the amount of adhesion from being reduced too much.

上述した第1の比率、第2の比率、第3の比率などは、媒体種類、印刷モード、使用環境、オブジェクトの種類、両面印刷を行うときの反転待ち時間、排出間隔の少なくともいずれか1つ、及び、これらに関するユーザの設定に対応して設定することができる。 The above-mentioned first ratio, second ratio, third ratio, etc. are at least one of the medium type, printing mode, usage environment, object type, inversion waiting time when performing double-sided printing, and ejection interval. , And can be set according to the user's settings related to these.

例えば、使用する媒体が薄紙から厚紙やインク受容処理がされた紙種になれば、インクの裏抜けや紙の波打ちも減るため、インクを多く付着させることができる。また、同じ種類の媒体でも、低速で印刷するモードや乾燥待ち時間等を確保できる場合には、許容できるインク付着量を増える。 For example, if the medium used is changed from thin paper to thick paper or a paper type that has been subjected to ink receiving treatment, ink strike-through and paper waviness are reduced, so that a large amount of ink can be adhered. Further, even with the same type of medium, if a mode for printing at a low speed and a waiting time for drying can be secured, the allowable amount of ink adhered is increased.

また、両面印刷でも、付着量低減処理を行う場合には、両面印刷でも必要以上にインク付着量を低減する必要はない。そのため、各種条件に応じて、両面処理に関わる条件を設定することが好ましい。 Further, even in double-sided printing, when the adhesion amount reduction process is performed, it is not necessary to reduce the ink adhesion amount more than necessary in double-sided printing. Therefore, it is preferable to set the conditions related to the double-sided processing according to various conditions.

条件としては、印刷モード(紙種や解像度、スキャンやパス数などの条件を含む)、印刷時の温湿度環境、両面乾燥待ち時間設定、排紙間隔設定(距離または時間)、インクセーブ設定の条件(ON/OFFや低減比率など)、画像中のオブジェクト(文字、ライン、図形、写真など)などがある。少なくともこれら1つ以上の条件によって、比率を切り替える(変更する)ことが好ましい。 The conditions include print mode (including conditions such as paper type and resolution, number of scans and passes), temperature and humidity environment during printing, double-sided drying waiting time setting, paper ejection interval setting (distance or time), and ink save setting. There are conditions (ON / OFF, reduction ratio, etc.), objects in the image (characters, lines, figures, photographs, etc.). It is preferable to switch (change) the ratio according to at least one or more of these conditions.

これらは条件設定と、そのときのRGB比率(第1の比率)、CMYK比率(第2の比率)、総量規制比率(第3の比率)などの条件組み合わせを例えば図8に示すようにテーブル化して保持し、選択して適用するようにすればよい。 These table the condition settings and the combination of conditions such as the RGB ratio (first ratio), CMYK ratio (second ratio), and total amount regulation ratio (third ratio) at that time as shown in FIG. 8, for example. Hold it, select it, and apply it.

以上の各実施形態における各処理(印字処理を除く)をコンピュータに行わせるためのプログラムをコンピュータ上にインストールして実行させることができる。この場合には、高速処理を行うことができる。 A program for causing a computer to perform each process (excluding printing process) in each of the above embodiments can be installed and executed on the computer. In this case, high-speed processing can be performed.

また、印刷装置側に一部又は全ての処理を行うプログラムを備えて実行するようにしてもよい。これにより、メモリカードからダイレクトプリントをしたい場合、スマートフォンやタブレットなどから印刷をしたい場合など、OSの違いやドライバUIのインストールをせずに印刷したい場合などにも対応することができるようになる。 Further, the printing apparatus may be provided with a program for performing some or all of the processing and execute the program. This makes it possible to handle cases such as when you want to print directly from a memory card, when you want to print from a smartphone or tablet, or when you want to print without installing a driver UI or a difference in OS.

以上のように、RGBデータ以外のデータを入力する場合でも、簡易な構成で、転写やこすれ等の印刷品質の低下を抑制することができる。 As described above, even when data other than RGB data is input, deterioration of print quality such as transfer and rubbing can be suppressed with a simple configuration.

次に、本発明に係る印刷装置の一例について図9及び図10を参照して説明する。図9は同装置の機構部の平面説明図、図2は同じく要部側面説明図である。 Next, an example of the printing apparatus according to the present invention will be described with reference to FIGS. 9 and 10. FIG. 9 is a plan explanatory view of the mechanical portion of the device, and FIG. 2 is a side explanatory view of the main part.

この装置は、シリアル型装置である。左右の側板10A、10Bに架け渡されるガイド部材1などのガイド部材でキャリッジ3を主走査方向に往復移動可能に保持している。そして、キャリッジ3は、主走査モータ5によって、駆動プーリ6と従動プーリ7間に架け渡したタイミングベルト8を介して主走査方向に往復移動する。 This device is a serial type device. A guide member such as a guide member 1 straddling the left and right side plates 10A and 10B holds the carriage 3 so as to be reciprocally movable in the main scanning direction. Then, the carriage 3 is reciprocated in the main scanning direction by the main scanning motor 5 via the timing belt 8 bridged between the drive pulley 6 and the driven pulley 7.

このキャリッジ3には、4つの液体吐出ユニット4を搭載している。液体吐出ユニット4は、液体吐出ヘッド34とサブタンクであるヘッドタンク35を一体化して構成している。各液体吐出ヘッド34は、例えば、ブラック(K)、シアン(C)、マゼンタ(M)、イエロー(Y)の液体を吐出するように割当てられている。 The carriage 3 is equipped with four liquid discharge units 4. The liquid discharge unit 4 is configured by integrating the liquid discharge head 34 and the head tank 35 which is a sub tank. Each liquid discharge head 34 is assigned to discharge, for example, black (K), cyan (C), magenta (M), and yellow (Y) liquids.

ヘッドタンク35は、それぞれ各液体吐出ヘッド34に供給する各色の液体を収容するタンク部を備えている。 Each of the head tanks 35 includes a tank portion for accommodating liquids of each color to be supplied to each liquid discharge head 34.

そして、装置本体側には、各色の液体を収容したメインタンク50(50y、50m、50c、50k)が交換可能に装着されるカートリッジホルダ51が配置されている。このカートリッジホルダ51には送液ポンプ部52が設けられ、メインタンク50から送液ポンプ部52によって各色の供給チューブ(液体供給経路ともいう。)56を介して各ヘッドタンク35に各色の液体が供給される。 A cartridge holder 51 in which the main tank 50 (50y, 50m, 50c, 50k) containing the liquids of each color is replaceably mounted is arranged on the device main body side. The cartridge holder 51 is provided with a liquid feed pump section 52, and liquids of each color are supplied from the main tank 50 to each head tank 35 via a supply tube (also referred to as a liquid supply path) 56 of each color by the liquid feed pump section 52. Will be supplied.

一方、シート材である媒体Pを搬送するために、媒体Pを吸着して液体吐出ヘッド34に対向する位置で搬送するための搬送手段である搬送ベルト12を備えている。この搬送ベルト12は、無端状ベルトであり、搬送ローラ13とテンションローラ14との間に掛け渡されている。なお、搬送ベルト12は静電吸着やエアー吸引で媒体Pを吸着する。 On the other hand, in order to convey the medium P which is a sheet material, a transport belt 12 which is a transport means for sucking the medium P and transporting it at a position facing the liquid discharge head 34 is provided. The transport belt 12 is an endless belt and is hung between the transport roller 13 and the tension roller 14. The transport belt 12 attracts the medium P by electrostatic suction or air suction.

そして、搬送ベルト12は、副走査モータ16によってタイミングベルト17及びタイミングプーリ18を介して搬送ローラ13が回転駆動されることによって、副走査方向に周回移動する。 Then, the transport belt 12 orbits in the sub-scanning direction by rotationally driving the transport roller 13 via the timing belt 17 and the timing pulley 18 by the sub-scanning motor 16.

さらに、キャリッジ3の主走査方向の一方側には搬送ベルト12の側方に液体吐出ヘッド34の維持回復を行う維持回復機構20が配置されている。他方側には搬送ベルト12の側方に液体吐出ヘッド34から空吐出で吐出される液体を受ける空吐出受け28がそれぞれ配置されている。 Further, on one side of the carriage 3 in the main scanning direction, a maintenance / recovery mechanism 20 for maintaining / recovering the liquid discharge head 34 is arranged on the side of the transport belt 12. On the other side, an empty discharge receiver 28 for receiving the liquid discharged by empty discharge from the liquid discharge head 34 is arranged on the side of the transport belt 12.

なお、空吐出とは、ヘッドの状態の維持ないし回復のために液体を吐出することであり、例えば装置の目的が画像の形成(印刷)であるときには印刷以外の目的(これを目的外吐出という。)で行う吐出の1つである。 The empty discharge is to discharge a liquid for maintaining or recovering the state of the head. For example, when the purpose of the device is to form (print) an image, a purpose other than printing (this is called non-purpose discharge). It is one of the discharges performed in.).

維持回復機構20は、例えば液体吐出ヘッド34のノズル面をキャッピングする1つの保湿キャップを兼ねる吸引キャップ21及び3つの保湿キャップ22と、ノズル面を払拭するワイパ23などとで構成されている。吸引キャップ21には吸収体25が設けられている。 The maintenance / recovery mechanism 20 is composed of, for example, a suction cap 21 and three moisturizing caps 22 that also serve as one moisturizing cap that caps the nozzle surface of the liquid discharge head 34, and a wiper 23 that wipes the nozzle surface. The suction cap 21 is provided with an absorber 25.

また、キャリッジ3の主走査方向に沿って両側板間に、所定のパターンを形成したエンコーダスケール123を張り渡し、キャリッジ3にはエンコーダスケール123のパターンを読取る透過型フォトセンサからなるエンコーダセンサ124を設けている。これらのエンコーダスケール123とエンコーダセンサ124によってキャリッジ3の移動を検知するリニアエンコーダ(主走査エンコーダ)122を構成している。 Further, an encoder scale 123 forming a predetermined pattern is stretched between both side plates along the main scanning direction of the carriage 3, and an encoder sensor 124 composed of a transmissive photo sensor that reads the pattern of the encoder scale 123 is attached to the carriage 3. It is provided. These encoder scales 123 and encoder sensors 124 constitute a linear encoder (main scanning encoder) 122 that detects the movement of the carriage 3.

また、搬送ローラ13の軸にはコードホイール125を取り付け、このコードホイール125に形成したパターンを検出する透過型フォトセンサからなるエンコーダセンサ126を設けている。これらのコードホイール125とエンコーダセンサ126によって搬送ベルト12の移動量及び移動位置を検出するロータリエンコーダ(副走査エンコーダ)を構成している。 A cord wheel 125 is attached to the shaft of the transfer roller 13, and an encoder sensor 126 composed of a transmissive photo sensor that detects a pattern formed on the cord wheel 125 is provided. These cord wheels 125 and an encoder sensor 126 constitute a rotary encoder (secondary scanning encoder) that detects the movement amount and movement position of the transfer belt 12.

このように構成した装置においては、媒体Pが搬送ベルト12上に給紙されて吸着され、搬送ベルト12の周回移動によって副走査方向に搬送される。 In the device configured in this way, the medium P is fed onto the transport belt 12 and sucked, and is transported in the sub-scanning direction by the orbital movement of the transport belt 12.

そこで、キャリッジ3を主走査方向に移動させながら画像信号に応じて液体吐出ヘッド34を駆動することにより、停止している媒体Pに液体を吐出して1行分を記録する。そして、媒体Pを所定量搬送後、次の行の記録を行う。 Therefore, by driving the liquid discharge head 34 in response to the image signal while moving the carriage 3 in the main scanning direction, the liquid is discharged to the stopped medium P and one line is recorded. Then, after the medium P is conveyed in a predetermined amount, the next line is recorded.

記録終了信号又は媒体Pの後端が記録領域に到達した信号を受けることにより、記録動作を終了して、媒体Pを図示しない排紙トレイに排紙する。 When the recording end signal or the signal that the rear end of the medium P reaches the recording area is received, the recording operation is ended and the medium P is discharged to a paper output tray (not shown).

次に、この装置の制御部の概要について図11を参照して説明する。図11は同制御部のブロック説明図である。 Next, an outline of the control unit of this device will be described with reference to FIG. FIG. 11 is a block explanatory view of the control unit.

制御部500は、この装置全体の制御を司り、CPU501と、CPU501が実行するプログラム、その他の固定データを格納するROM502と、画像データ等を一時格納するRAM503を含む主制御部を備えている。 The control unit 500 controls the entire device, and includes a main control unit including a CPU 501, a ROM 502 that stores a program executed by the CPU 501, and other fixed data, and a RAM 503 that temporarily stores image data and the like.

制御部500は、装置の電源が遮断されている間もデータを保持するための書き換え可能な不揮発性メモリ504と、画像データに対する各種信号処理、並び替え等を行う画像処理やその他装置全体を制御するための入出力信号を処理するASIC505とを備えている。 The control unit 500 controls a rewritable non-volatile memory 504 for holding data even while the power of the device is cut off, image processing for performing various signal processing and sorting of image data, and other devices as a whole. It is provided with an ASIC 505 that processes input / output signals for processing.

制御部500は、液体吐出ヘッド34を駆動制御するためのデータ転送手段、駆動信号発生手段を含む印刷制御部508と、キャリッジ3側に設けた液体吐出ヘッド34を駆動するためのヘッドドライバ(ドライバIC)509とを備えている。 The control unit 500 includes a data transfer means for driving and controlling the liquid discharge head 34, a print control unit 508 including a drive signal generating means, and a head driver (driver) for driving the liquid discharge head 34 provided on the carriage 3 side. It is equipped with IC) 509.

制御部500は、キャリッジ3を移動走査する主走査モータ5、搬送ベルト12を周回移動させる副走査モータ16、維持回復機構20の維持回復モータ556を駆動するためのモータ駆動部510を備えている。維持回復モータ556を駆動することで、上述したように、吸引ポンプ220の駆動、キャップ21、22、ワイパ23の昇降を行うことができる。 The control unit 500 includes a main scanning motor 5 that moves and scans the carriage 3, a sub-scanning motor 16 that orbits the transport belt 12, and a motor drive unit 510 for driving the maintenance and recovery motor 556 of the maintenance and recovery mechanism 20. .. By driving the maintenance / recovery motor 556, the suction pump 220 can be driven and the caps 21, 22 and the wiper 23 can be moved up and down as described above.

制御部500には、この装置に必要な情報の入力及び表示を行うための操作パネル514が接続されている。 An operation panel 514 for inputting and displaying information necessary for this device is connected to the control unit 500.

制御部500は、ホスト側とのデータ、信号の送受を行うためのI/F506を持っていて、情報処理装置などのホスト600側から、ケーブル或いはネットワークを介してI/F506で受信する。 The control unit 500 has an I / F 506 for sending and receiving data and signals to and from the host side, and receives the data and signals from the host 600 side such as an information processing device by the I / F 506 via a cable or a network.

そして、制御部500のCPU501は、I/F506に含まれる受信バッファ内の印刷データを読み出して解析し、ASIC505にて必要な画像処理、データの並び替え処理等を行い、この画像データを印刷制御部508からヘッドドライバ509に転送する。 Then, the CPU 501 of the control unit 500 reads out the print data in the reception buffer included in the I / F 506, analyzes the print data, performs necessary image processing, data rearrangement processing, and the like on the ASIC 505, and print-controls this image data. Transfer from unit 508 to head driver 509.

印刷制御部508は、上述した画像データをシリアルデータで転送するとともに、この画像データの転送及び転送の確定などに必要な転送クロックやラッチ信号、制御信号などをヘッドドライバ509に出力する。また、印刷制御部508は、ROMに格納されている駆動パルスのパターンデータをD/A変換するD/A変換器及び電圧増幅器、電流増幅器等で構成される駆動信号生成部を含んでいる。そして、駆動信号生成部から1の駆動パルス或いは複数の駆動パルスで構成される駆動信号をヘッドドライバ509に対して出力する。 The print control unit 508 transfers the above-mentioned image data as serial data, and outputs a transfer clock, a latch signal, a control signal, and the like necessary for transferring the image data and confirming the transfer to the head driver 509. Further, the print control unit 508 includes a drive signal generation unit including a D / A converter that D / A-converts the pattern data of the drive pulse stored in the ROM, a voltage amplifier, a current amplifier, and the like. Then, the drive signal generation unit outputs a drive signal composed of one drive pulse or a plurality of drive pulses to the head driver 509.

ヘッドドライバ509は、シリアルに入力される液体吐出ヘッド34の1行分に相当する画像データに基づいて印刷制御部508から与えられる駆動信号を構成する駆動パルスを選択的に液体吐出ヘッド34の液体を吐出させるエネルギーを発生する駆動素子(例えば圧電素子)に対して印加することで液体吐出ヘッド34を駆動する。このとき、駆動信号を構成する駆動パルスを選択することによって、例えば、大滴、中滴、小滴など、大きさの異なるドットを打ち分けることができる。 The head driver 509 selectively sets the drive pulse constituting the drive signal given from the print control unit 508 based on the image data corresponding to one line of the liquid discharge head 34 input serially to the liquid of the liquid discharge head 34. The liquid discharge head 34 is driven by applying the energy for discharging the liquid to a drive element (for example, a piezoelectric element) that generates the liquid. At this time, by selecting the drive pulse constituting the drive signal, dots having different sizes such as large droplets, medium droplets, and small droplets can be separated.

I/O部513は、装置に装着されている環境条件を検出する環境センサ516、その他各種のセンサ群515からの情報を取得し、装置の制御に必要な情報を抽出し、印刷制御部508やモータ駆動部510の制御などに使用する。 The I / O unit 513 acquires information from the environment sensor 516 that detects the environmental conditions mounted on the device and other various sensor groups 515, extracts the information necessary for controlling the device, and print control unit 508. And for controlling the motor drive unit 510.

この場合、前述したように、各実施形態における各処理(印字処理を除く)をホスト600側で行うこともできるし、印刷装置側に一部又は全ての処理を行うプログラムを備えて実行することもできる。 In this case, as described above, each process (excluding the print process) in each embodiment can be performed on the host 600 side, or the printing device side is provided with a program for performing a part or all of the processes. You can also.

3 キャリッジ
4 液体吐出ユニット
101 入力データ
102 CMM処理
103 総量規制処理
104 γ補正処理
105 中間調処理
500 制御部
3 Carriage 4 Liquid discharge unit 101 Input data 102 CMM processing 103 Total amount regulation processing 104 γ correction processing 105 Halftone processing 500 Control unit

Claims (10)

入力データに基づいて印刷用の出力データを生成するとき、所定の比率を乗じて色材付着量を制限する処理を行う画像処理方法であって、
前記入力データがRGBデータであるときには、前記RGBデータに対して第1の比率を乗じる処理を行い、
前記入力データがRGBデータ以外のデータであるときには、前記RGBデータ以外のデータ、又は、前記RGBデータ以外のデータを変換した変換データに対して第2の比率を乗じる処理を行う
ことを特徴とする画像処理方法。
An image processing method that limits the amount of color material adhered by multiplying by a predetermined ratio when generating output data for printing based on input data.
When the input data is RGB data, a process of multiplying the RGB data by the first ratio is performed.
When the input data is data other than RGB data, it is characterized in that a process of multiplying the data other than the RGB data or the converted data obtained by converting the data other than the RGB data by a second ratio is performed. Image processing method.
前記色材付着量の総量を制限する付着量総量制限処理を行い、
前記変換データに前記第2の比率を乗じる処理は、前記付着量総量制限処理より前に行う
ことを特徴とする請求項1に記載の画像処理方法。
The total amount of adhesion amount limiting treatment for limiting the total amount of the colored material adhered is performed.
The image processing method according to claim 1, wherein the process of multiplying the converted data by the second ratio is performed before the process of limiting the total amount of adhesion.
前記色材付着量の総量を制限する付着量総量制限処理を行い、
前記付着量総量制限処理では、予め定めた特定の色材付着量を優先的に制限する
ことを特徴とする請求項1に記載の画像処理方法。
The total amount of adhesion amount limiting treatment for limiting the total amount of the colored material adhered is performed.
The image processing method according to claim 1, wherein the total amount of adhering amount limiting processing preferentially limits a predetermined specific amount of adhering color material.
前記特定の色材付着量を優先的に制限するか否かを、片面印刷であるか両面印刷であるか、前記入力データがRGBデータであるか否か、の少なくともいずれかで切り替える
ことを特徴とする請求項3に記載の画像処理方法。
Wherein whether to limit preferentially specific adherence of coloring material amount, or a double-sided printing or a single-sided printing, whether the entering Chikarade chromatography data is RGB data, switches at least either of The image processing method according to claim 3, wherein the image processing method is characterized by the above.
前記色材付着量の総量を、第3の比率を乗じて、制限する付着量総量制限処理を行い、
前記変換データに前記第2の比率を乗じる処理は、前記付着量総量制限処理より後に行い、
前記第3の比率は、乗じた結果が、目標とする色材付着総量よりも多い色材付着量になる値である
ことを特徴とする請求項1に記載の画像処理方法。
The total amount of the colored material adhered is multiplied by the third ratio to perform the total amount of adhering amount limiting treatment.
The process of multiplying the converted data by the second ratio is performed after the process of limiting the total amount of adhesion.
The image processing method according to claim 1, wherein the third ratio is a value at which the result of multiplication is a value such that the amount of color material adhered is larger than the target total amount of color material adhered.
前記比率は、媒体種類、印刷モード、使用環境、オブジェクトの種類、両面印刷を行うときの反転待ち時間、排出間隔の少なくともいずれか1つに対応して設定されている
ことを特徴とする請求項1ないし5のいずれかに記載の画像処理方法。
The claim is characterized in that the ratio is set corresponding to at least one of a medium type, a printing mode, a usage environment, an object type, an inversion waiting time when performing double-sided printing, and an ejection interval. The image processing method according to any one of 1 to 5.
前記色材付着量の総量を、第3の比率を乗じて、制限する付着量総量制限処理を行い、
入力画像をそのまま再現するときよりも所定の係数を乗じて色材付着量を低減する低付着量モードを有し、
前記低付着量モードの実施の有無、又は、前記低付着量モードを実施するときの付着量低減値に応じて、前記第1の比率又は前記第2の比率及び前記第3の比率の少なくともいずれかを変更する
ことを特徴とする請求項1に記載の画像処理方法。
The total amount of the colored material adhered is multiplied by the third ratio to perform the total amount of adhering amount limiting treatment.
It has a low adhesion amount mode that reduces the amount of color material adhered by multiplying it by a predetermined coefficient compared to when the input image is reproduced as it is.
At least one of the first ratio or the second ratio and the third ratio, depending on whether or not the low adhesion amount mode is implemented or the adhesion amount reduction value when the low adhesion amount mode is implemented. The image processing method according to claim 1, wherein the image processing method is changed.
入力画像をそのまま再現するときよりも、所定の係数を乗じて、色材付着量を低減する低付着量モードを有し、
力データがRGBデータ以外のデータであるときには、前記色材付着量の総量を制限する付着量総量制限処理を行った後に、前記所定の係数を乗じる処理を行う
ことを特徴とする画像処理方法。
It has a low adhesion amount mode that reduces the amount of color material adhered by multiplying it by a predetermined coefficient compared to when the input image is reproduced as it is.
When the input data is data other than RGB data, an image processing method comprising after the deposition amount total amount limit processing for limiting the total amount of the coloring material adhesion amount, to perform the process of multiplying the predetermined coefficient ..
入力データに基づいて印刷用の出力データを生成するとき、所定の比率を乗じて色材付着量を制限する処理を行う印刷装置であって、
前記入力データがRGBデータであるときには、前記RGBデータに対して第1の比率を乗じる処理を行い、
前記入力データがRGBデータ以外のデータであるときには、前記RGBデータ以外のデータ、又は、前記RGBデータ以外のデータを変換した変換データに対して第2の比率を乗じる処理を行う
ことを特徴とする印刷装置。
A printing device that performs processing to limit the amount of color material adhered by multiplying by a predetermined ratio when generating output data for printing based on input data.
When the input data is RGB data, a process of multiplying the RGB data by the first ratio is performed.
When the input data is data other than RGB data, it is characterized in that a process of multiplying the data other than the RGB data or the converted data obtained by converting the data other than the RGB data by a second ratio is performed. Printing device.
入力データに基づいて印刷用の出力データを生成するとき、所定の比率を乗じて色材付着量を制限する処理を含む画像処理をコンピュータに行わせるためのプログラムであって、
前記入力データがRGBデータであるときには、前記RGBデータに対して第1の比率を乗じる処理を行い、
前記入力データがRGBデータ以外のデータであるときには、前記RGBデータ以外のデータ、又は、前記RGBデータ以外のデータを変換した変換データに対して第2の比率を乗じる処理をコンピュータに行わせるためのプログラム。
A program for causing a computer to perform image processing including a process of limiting the amount of color material adhered by multiplying a predetermined ratio when generating output data for printing based on input data.
When the input data is RGB data, a process of multiplying the RGB data by the first ratio is performed.
When the input data is data other than RGB data, the computer is made to perform a process of multiplying the data other than the RGB data or the converted data obtained by converting the data other than the RGB data by a second ratio. program.
JP2016227253A 2016-11-22 2016-11-22 Image processing method, printing device, program Active JP6776843B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016227253A JP6776843B2 (en) 2016-11-22 2016-11-22 Image processing method, printing device, program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016227253A JP6776843B2 (en) 2016-11-22 2016-11-22 Image processing method, printing device, program

Publications (2)

Publication Number Publication Date
JP2018085610A JP2018085610A (en) 2018-05-31
JP6776843B2 true JP6776843B2 (en) 2020-10-28

Family

ID=62237365

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016227253A Active JP6776843B2 (en) 2016-11-22 2016-11-22 Image processing method, printing device, program

Country Status (1)

Country Link
JP (1) JP6776843B2 (en)

Also Published As

Publication number Publication date
JP2018085610A (en) 2018-05-31

Similar Documents

Publication Publication Date Title
EP1986855B1 (en) Image processing method, recorded matter, program, image processing apparatus, image forming apparatus, image forming system and ink
JP4909321B2 (en) Image processing method, program, image processing apparatus, image forming apparatus, and image forming system
JP5724350B2 (en) Image forming apparatus and image processing method
US20180213125A1 (en) Image processing method, image processing device and printing system
US20050275683A1 (en) Preliminary ejection method and ink jet printing apparatus
JP4250541B2 (en) Inkjet recording apparatus, inkjet recording method, and recording system
JP4497597B2 (en) Image processing apparatus and image processing method
JP2006001051A (en) Inkjet recording method and inkjet recorder
JP2006173929A (en) Image processing method, program, image processing apparatus, and image forming apparatus
JP2018036984A (en) Image processing device, printer, image processing method, and program
EP1424208B1 (en) Ink jet printing method and ink jet printing apparatus
JP5262485B2 (en) Image processing apparatus, image processing method, program, recording medium, printing system, and image forming apparatus
JP6776843B2 (en) Image processing method, printing device, program
US7672015B2 (en) Printing method and system for converting color tones to lighter and darker values for printing with light and dark inks
US8711424B2 (en) Image processing apparatus, image printing apparatus and printing data generation method
JP6399309B2 (en) Print control apparatus and print control method
JP2010068497A (en) Image processor, image processing method, program, recording medium, printing system, and image forming apparatus
JP2003231246A (en) Paper feeding error correction in printer
JP2011051275A (en) Liquid ejecting apparatus and manufacturing method thereof
US20150062227A1 (en) Print control apparatus, print control method, and print control program
JP2006159646A (en) Image processor, inkjet recorder and calibration method
JP2006326882A (en) Ink jet recorder
JP4604615B2 (en) Printing system, printing method and program
JP2021079653A (en) Recording method and recording device
JP2005001189A (en) Printer and printing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190806

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200427

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200519

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200713

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200921

R151 Written notification of patent or utility model registration

Ref document number: 6776843

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151