JP2008301414A - Image processor, image forming apparatus and image processing method - Google Patents

Image processor, image forming apparatus and image processing method Download PDF

Info

Publication number
JP2008301414A
JP2008301414A JP2007148192A JP2007148192A JP2008301414A JP 2008301414 A JP2008301414 A JP 2008301414A JP 2007148192 A JP2007148192 A JP 2007148192A JP 2007148192 A JP2007148192 A JP 2007148192A JP 2008301414 A JP2008301414 A JP 2008301414A
Authority
JP
Japan
Prior art keywords
gray
color
processing
image
color space
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.)
Withdrawn
Application number
JP2007148192A
Other languages
Japanese (ja)
Inventor
Satoshi Takahashi
聡 高橋
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 JP2007148192A priority Critical patent/JP2008301414A/en
Publication of JP2008301414A publication Critical patent/JP2008301414A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processor capable of outputting image data due to gray compensation processing closer to a requirement in entering even when processing such as RGB correction or ink simulation internally converting a color space of an input object is performed. <P>SOLUTION: The image processor includes a decision means for making a gray decision for input image data; a gray compensation processing means which performs gray compensation for performing color processing on the image data into a single color of black when an input color of the image data is decided as gray by the decision means, or which does not perform the gray compensation when the input color of the image data is judged as any color other than gray by the judgment means; and a conversion means for converting a color space of the image data processed by the gray compensation processing means into another color space. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、画像処理装置、画像形成装置、及び画像処理方法に関し、特に、RGB補正やインクシミュレーションといった色空間の変換処理と、グレイ補償処理とをともに行う場合に好ましく適用される技術に関するものである。   The present invention relates to an image processing apparatus, an image forming apparatus, and an image processing method, and more particularly to a technique that is preferably applied when performing both color space conversion processing such as RGB correction and ink simulation and gray compensation processing. is there.

従来、レーザープリンタはCMYKの4色の色空間でカラー印刷を行うのが一般的である。当該カラー印刷に対して、入力色空間はRGBの場合とCMYKの場合等がある。また、印刷する際にPC等から転送されるデータ(PDLデータ)は、大抵の場合オブジェクト(テキスト/グラフィック/イメージ/線画等)ごとに色情報を持っている。ここで、オブジェクトがRGB色空間の場合、何らかの変換式を用いてCMYK色空間に変換することになるが、一般的な式として以下の変換式が用いられる。
C=(1−R−K)/(1−K)
M=(1−G−K)/(1−K)
Y=(1−B−K)/(1−K)
K=min(1−R,1−G,1−B)
この際、R=G=Bの場合は黒単色のみで表現することが可能であり、この場合はCMYKへの変換ではなく直接K成分のみの変換することができる。また、オブジェクトがCMYK色空間の場合においても、C=M=Yの場合に同様に黒単色で表現することが可能である。この技術は、グレイ補償という名称で知られている。
Conventionally, laser printers generally perform color printing in four color spaces of CMYK. For the color printing, the input color space includes RGB and CMYK. In addition, data (PDL data) transferred from a PC or the like at the time of printing usually has color information for each object (text / graphic / image / line drawing, etc.). Here, when the object is in the RGB color space, it is converted into the CMYK color space using some conversion formula, but the following conversion formula is used as a general formula.
C = (1-RK) / (1-K)
M = (1-G−K) / (1-K)
Y = (1-BK) / (1-K)
K = min (1-R, 1-G, 1-B)
In this case, when R = G = B, it is possible to represent only in black, and in this case, it is possible to directly convert only the K component, not to CMYK. Even in the case where the object is in the CMYK color space, it can be expressed in black similarly when C = M = Y. This technique is known by the name Gray compensation.

ところで、入力される描画に関するデータは、一般にテキスト、イメージ、グラフィック等のオブジェクトと呼ばれる単位で管理されている。また、このオブジェクトには、それぞれ色空間の指定や描画色の指定、グレイ補償の設定や各種補正処理に関する設定が含まれている。ここで図6を参照して、RGB色空間で指定されたデータについてどのようにグレイ補償処理が行われるかについて説明する。一つの方法としては、グレイ補償を行うかどうかの有無について、オブジェクトの種類ごとに指定する方法がある。この指定は、入力データ中あるいは操作パネル等の外部入力装置からの設定で行う。   By the way, input data relating to drawing is generally managed in units called objects such as text, images, graphics, and the like. This object also includes settings for color space specification, drawing color specification, gray compensation settings, and various correction processes. Here, with reference to FIG. 6, how the gray compensation process is performed on the data designated in the RGB color space will be described. As one method, there is a method of designating whether or not to perform gray compensation for each object type. This designation is performed in the input data or by setting from an external input device such as an operation panel.

図6の例では、テキストとイメージに対してはグレイ補償を行い、グラフィックについてはグレイ補償を行わない設定としている。例えば、入力されたテキストの色がR=G=Bの場合、テキストはグレイ補償が有効となっているのでグレイ補償を行い、出力データはK成分のみでグレイを表現するように変換される。一方、例えばグラフィックの色がR=G=Bの場合、グレイ補償が無効の設定となっていることからグレイ補償は行わず、出力データはCMYKの4成分でグレイを表現して出力される。また、イメージに関しては、グレイ補償は有効の設定となっているが、描画色がR=G=Bではないためグレイ補償は行わず、通常どおりCMYKの4成分に変換してデータの出力を行う。   In the example of FIG. 6, gray compensation is performed for text and images, and gray compensation is not performed for graphics. For example, when the color of the input text is R = G = B, since gray compensation is effective for the text, gray compensation is performed, and the output data is converted so as to express gray only by the K component. On the other hand, for example, when the color of the graphic is R = G = B, gray compensation is disabled, so gray compensation is not performed, and output data is output by expressing gray with four components of CMYK. As for the image, gray compensation is set to be effective, but since the drawing color is not R = G = B, gray compensation is not performed, and data is converted into four components of CMYK as usual and data is output. .

他方で、上記のグレイ補償のほかに、入力色を内部的に変更する方法がいくつか知られている。1つ目は、RGB色空間をCMYK色空間に変更する方法である。なお、RGB色空間については、sRGBやAdobeRGB等といった再現域の異なる規格がいくつかあるため、その規格に合わせた変換方法でCMYK色空間に変更するための機能(RGB補正)がある。2つ目は、CMYK色空間においても、出力結果をトナーやインクの異なる他の出力機に近い形に変換する(一般的にはインクシミュレーションと呼ぶ)ために、元のCMYK色空間を別のCMYK色空間に変換する方法である。   On the other hand, besides the gray compensation described above, several methods for internally changing the input color are known. The first is a method of changing the RGB color space to the CMYK color space. Since there are several standards with different reproduction regions such as sRGB and AdobeRGB for the RGB color space, there is a function (RGB correction) for changing to the CMYK color space by a conversion method according to the standard. Second, even in the CMYK color space, in order to convert the output result to a form close to that of another output device with different toner or ink (generally referred to as ink simulation), the original CMYK color space is changed to another type. This is a method of converting to the CMYK color space.

例えば特許文献1では、要望に基づき、入力色がグレイである場合には画像形成装置に黒単色で記録媒体上に画像を形成させるグレイ補償処理をマニュアル指示に基づき設定する設定手段と、グレイ補償処理が設定されていない場合はグレイ以外の色を示す入力画像データと同様な色処理(複数色で画像を形成)することを特徴とする画像処理装置が開示されている。
特開平9−270928号公報
For example, in Japanese Patent Application Laid-Open No. H11-228707, setting means for setting, based on a manual instruction, gray compensation processing for setting an image forming apparatus to form an image on a recording medium in a single black color when the input color is gray based on a request, and gray compensation An image processing apparatus is disclosed that performs color processing (image formation with a plurality of colors) similar to input image data indicating colors other than gray when processing is not set.
JP-A-9-270928

特許文献1で開示された画像処理装置では、入力色を内部的に別の色空間に変換する処理が存在する場合、いつの段階でグレイ補償処理を行うかについての記載がない。そのため、例えば前述のRG補正処理を行った後のCMYK色空間でグレイ補償処理を行うという方法も考えられる。このような手順で行う場合の色処理のパスを図7に示す。   In the image processing apparatus disclosed in Patent Document 1, when there is a process for converting an input color into another color space internally, there is no description as to when the gray compensation process is performed. Therefore, for example, a method of performing gray compensation processing in the CMYK color space after performing the above-described RG correction processing is also conceivable. FIG. 7 shows a color processing path when the above procedure is performed.

図7では、わかりやすくするために入力色空間を4つの例として表示している。本来は入力色空間とRGB補正、インクシミュレーションの指定は別である。
・RGB:通常のRGB色空間
・RGB補正:RGB補正処理の入るRGB色空間(以下、R’G'B'色空間とする)
・CMYK:通常のCMYK色空間
・CMYKインク:インクシミュレーション処理の入るCMYK色空間(以下、C'M'Y'K'色空間とする)
In FIG. 7, the input color space is displayed as four examples for easy understanding. Originally, input color space, RGB correction, and ink simulation are specified separately.
RGB: Normal RGB color space RGB correction: RGB color space in which RGB correction processing is entered (hereinafter referred to as R'G'B 'color space)
CMYK: Normal CMYK color space CMYK ink: CMYK color space for ink simulation processing (hereinafter referred to as C'M'Y'K 'color space)

図2の各処理の説明は下記のとおりである。
・RGB to CMYK処理:RGB色空間の入力色をCMYK色空間に変換する処理で、変換式は先に述べた変換式を用いる
・R’G'B' to RGB処理:RGB補正が指定されたRGB色空間の入力画像について、その入力色を指定された補正方式でRGB色空間に変換する処理
・C'M'Y'K' to CMYK処理:インクシミュレーションが指定されたCMYK色空間の入力画像について、その入力色を指定されたインクモデル用の変換式でCMYK色空間に変換する処理
・グレイ補償処理:入力色がグレイの場合(図7の例ではC=M=Yの場合)、黒単色で出力し、そうでない場合はCMYK4色で出力する処理
・色処理(γ変換、階調補正など):最終的に出力装置に渡す色空間(今回の場合CMYK色空間)に対して、色味の変更を行う処理
The description of each process in FIG. 2 is as follows.
RGB to CMYK process: A process for converting the input color of the RGB color space to the CMYK color space. The conversion formula is the conversion formula described above. R'G'B 'to RGB process: RGB correction is specified Processing for converting an input image in the RGB color space into the RGB color space using a specified correction method: C'M'Y'K 'to CMYK processing: input image in the CMYK color space in which ink simulation is specified For the input color, a process for converting the input color into the CMYK color space using the conversion formula for the specified ink model: Gray compensation process: When the input color is gray (C = M = Y in the example of FIG. 7), black Output in single color, otherwise output in CMYK 4 colors / color processing (γ conversion, gradation correction, etc.): Color for the color space (CMYK color space in this case) that is finally passed to the output device Change the taste Cormorants processing

図7において、それぞれのケースで入力色がグレイの場合を想定する。まず、CMYKの場合はC=M=Yの場合がグレイである。この入力色に対しグレイ補償処理まで何の変換もかからないので、グレイ補償処理時の入力はC=M=Yのままである。そのため、入力色がグレイの場合には、そのままグレイ補償処理が行われて黒単色で出力される。一方、入力色がグレイでない場合は、グレイ補償処理は行われずにCMYKの4色での出力となる。次に、RGBの場合はR=G=Bの場合がグレイである。この入力色に対してRGB to CMYK処理を行う。上記変換式に従えば、R=G=Bのときには変換後もC=M=Yとなるため、グレイ補償処理は、入力色がグレイのときのみ行われることになる。   In FIG. 7, it is assumed that the input color is gray in each case. First, in the case of CMYK, the case of C = M = Y is gray. Since no conversion is applied to the input color until the gray compensation process, the input during the gray compensation process remains C = M = Y. For this reason, when the input color is gray, the gray compensation process is performed as it is, and a single black color is output. On the other hand, when the input color is not gray, the gray compensation process is not performed and the output is in four colors of CMYK. Next, in the case of RGB, the case of R = G = B is gray. RGB to CMYK processing is performed on this input color. According to the above conversion equation, when R = G = B, C = M = Y even after conversion, and therefore the gray compensation process is performed only when the input color is gray.

一方、RGB補正やCMYKインクの場合には上記のとおりにはならない。まず、CMYKインクの場合だが、CMYKインクでは、所定のインクモデル用の変換式を用いてCMYK色空間に変換される。この式において、C'=M'=Y'の場合に変換後の値が必ずしもC=M=Yとなるとは限らない。同様にC'=M'=Y'でない場合でも、変換後の値がC=M=Yとなりうる場合がある。したがって、入力色がグレイの場合でもグレイ補償処理が行われなかったり、逆に入力色がグレイでない場合でもグレイ補償処理が行われたりする可能性がある。また、RGB補正の場合だが、RGB補正では、最初のR'G'B' to RGB処理において、所定のRBG補正用の変換式を用いて入力色が変換される。この処理においても、R'=G'=B'の場合に変換後の値が必ずしもR=G=Bとなるとは限らず、また、R=G=Bでない場合にRGB to CMYK処理後の値がC=M=Yとなるとは限らない。そのため、前述のCMYKインクと同様の現象が発生する。   On the other hand, in the case of RGB correction and CMYK ink, the above does not occur. First, in the case of CMYK ink, the CMYK ink is converted into the CMYK color space using a conversion formula for a predetermined ink model. In this equation, when C ′ = M ′ = Y ′, the value after conversion is not always C = M = Y. Similarly, even if C ′ = M ′ = Y ′, the converted value may be C = M = Y. Accordingly, there is a possibility that the gray compensation process is not performed even when the input color is gray, or the gray compensation process is performed even when the input color is not gray. In the case of RGB correction, in RGB correction, the input color is converted using a predetermined conversion formula for RBG correction in the first R′G′B ′ to RGB processing. Also in this process, when R ′ = G ′ = B ′, the value after conversion is not necessarily R = G = B, and when R = G = B, the value after RGB to CMYK processing Is not necessarily C = M = Y. Therefore, a phenomenon similar to that of the above-described CMYK ink occurs.

このように、グレイ補償処理の前に色空間の変換処理を行うと、入力色がグレイの場合でもグレイ補償が発生しないケースがあり、このことは本来グレイ補償処理に望まれている処理を反映していないことになる。   As described above, when color space conversion processing is performed before gray compensation processing, gray compensation may not occur even when the input color is gray, and this reflects processing originally desired for gray compensation processing. It will not be.

そこで、本発明は、上記の事情に鑑みて、RGB補正やインクシミュレーションといった、入力されたオブジェクトの色空間を内部的に変換する処理が行われる場合であっても、入力時の要望に近い形でのグレイ補償処理による画像データ出力が可能となる画像処理装置を提供することを目的とする。   Therefore, in view of the above circumstances, the present invention has a form close to the request at the time of input even when processing for internally converting the color space of the input object such as RGB correction and ink simulation is performed. It is an object of the present invention to provide an image processing apparatus capable of outputting image data by gray compensation processing.

かかる目的を達成するために、本発明は、入力された画像データのグレイ判定を行う判定手段と、判定手段によって画像データの入力色がグレイと判定される場合は、該画像データを黒単色に色処理するグレイ補償を行うとともに、判定手段によって画像データの入力色がグレイ以外と判定される場合は、グレイ補償を行わないグレイ補償処理手段と、グレイ補償処理手段による処理後の画像データの色空間を別の色空間に変換する変換手段と、を有することを特徴とする画像処理装置である。   In order to achieve such an object, the present invention provides a determination unit that performs gray determination of input image data, and when the determination unit determines that the input color of the image data is gray, the image data is converted to black. Performs gray compensation for color processing, and if the determination means determines that the input color of the image data is other than gray, the gray compensation processing means that does not perform gray compensation, and the color of the image data after processing by the gray compensation processing means An image processing apparatus comprising: conversion means for converting a space into another color space.

また、本発明は、上記の画像処理装置において、変換手段は、グレイ補償手段によってグレイ補償が行われない画像データについて、該画像データの色空間を別の色空間に変換することを特徴とするものであってもよい。   Further, the present invention is characterized in that, in the above image processing apparatus, the conversion means converts the color space of the image data into another color space for the image data that is not subjected to gray compensation by the gray compensation means. It may be a thing.

また、本発明は、上記の画像処理装置において、変換手段は、RGB色空間の補正処理を行うことを特徴とするものであってもよい。   In the image processing apparatus according to the present invention, the conversion unit may perform correction processing of the RGB color space.

また、本発明は、上記の画像処理装置において、変換手段は、CMYK色空間のインクシミュレーション処理を行うことを特徴とするものであってもよい。   In the image processing apparatus according to the present invention, the conversion unit may perform ink simulation processing in a CMYK color space.

また、本発明は、上記の画像処理装置において、グレイ補償手段による処理及び変換手段による処理は、画像ごとに指定された設定内容に基づいて行われることを特徴とするものであってもよい。   In the image processing apparatus according to the present invention, the processing by the gray compensation unit and the processing by the conversion unit may be performed based on setting contents designated for each image.

また、本発明は、上記の画像処理装置において、設定内容は、装置の操作内容を入力する外部入力装置により指定されることを特徴とするものであってもよい。   In the image processing apparatus according to the present invention, the setting content may be specified by an external input device that inputs operation content of the device.

また、本発明は、上記の画像処理装置において、設定内容は、入力された画像データに含まれることを特徴とするものであってもよい。   In the image processing apparatus, the setting content may be included in input image data.

他の態様として、本発明は、上記の画像処理装置を搭載することを特徴とする画像形成装置である。   As another aspect, the present invention is an image forming apparatus including the above-described image processing apparatus.

他の態様として、本発明は、入力された画像データのグレイ判定を行う判定ステップと、判定ステップによって画像データの入力色がグレイと判定される場合は、該画像データを黒単色に色処理するグレイ補償を行うとともに、判定ステップによって画像データの入力色がグレイ以外と判定される場合は、グレイ補償を行わないグレイ補償処理ステップと、グレイ補償処理ステップによる処理後の画像データの色空間を別の色空間に変換する変換ステップと、を有することを特徴とする画像処理方法である。   As another aspect, the present invention provides a determination step for performing gray determination of input image data, and when the input color of the image data is determined to be gray by the determination step, the image data is color-processed into a single black color. When gray compensation is performed and the input color of the image data is determined to be other than gray by the judgment step, the color compensation processing step without gray compensation and the color space of the image data after processing by the gray compensation processing step are separated. And a conversion step for converting to a color space.

本発明によれば、RGB補正やインクシミュレーションといった、入力されたオブジェクトの色空間を内部的に変換する処理が行われる場合であっても、入力時の要望に近い形でのグレイ補償処理による画像データ出力が可能となる画像処理装置が提供される。   According to the present invention, even when processing for internally converting the color space of an input object, such as RGB correction or ink simulation, is performed, an image obtained by gray compensation processing in a form close to what is desired at the time of input. An image processing apparatus capable of outputting data is provided.

以下、図面を参照しながら、本発明の実施形態について説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

[実施形態1]
本発明の第1の実施形態として画像処理装置について説明する。図1は、本実施形態の画像処理装置のハードウェア構成を示したブロック図である。本実施形態の画像処理装置10は、ネットワークI/F(Interface)11、制御部12、主記憶部13、補助記憶部14、外部記憶I/F15、及びシステムバス16を備えている。
[Embodiment 1]
An image processing apparatus will be described as a first embodiment of the present invention. FIG. 1 is a block diagram illustrating a hardware configuration of the image processing apparatus according to the present embodiment. The image processing apparatus 10 according to this embodiment includes a network I / F (Interface) 11, a control unit 12, a main storage unit 13, an auxiliary storage unit 14, an external storage I / F 15, and a system bus 16.

ネットワークI/F11は、LAN(Local Area Network)、公衆回線及び無線回線等のネットワーク上の通信機器との間で、データを双方向通信するためのハードウェアインタフェースである。   The network I / F 11 is a hardware interface for bidirectional data communication with communication devices on a network such as a LAN (Local Area Network), a public line, and a wireless line.

制御部12は、CPU(Central Processing Unit)を備えた制御回路であり、画像処理装置10を制御する。そのため、制御部12では、画像処理装置10を制御するための基本ソフトウェアであるOS(Operating System)が動作する。また、制御部12は、画像処理装置10が有するPDLの構文解析(パース)処理(入力データ解釈処理)から描画処理(ページレンダリング処理)までの画像処理を実行する。そのため、制御部12では、OS上で実行される、画像処理機能を実現するため各種プログラムの命令実行や演算処理を行う。   The control unit 12 is a control circuit including a CPU (Central Processing Unit) and controls the image processing apparatus 10. Therefore, in the control unit 12, an OS (Operating System) that is basic software for controlling the image processing apparatus 10 operates. Further, the control unit 12 executes image processing from PDL syntax analysis (parsing) processing (input data interpretation processing) to rendering processing (page rendering processing) of the image processing apparatus 10. Therefore, the control unit 12 executes instructions of various programs and arithmetic processing in order to realize an image processing function executed on the OS.

主記憶部13は、ROM(Read Only Memory)、RAM(Random Access Memory)を備えている。ROMは、制御部12で動作するOS、画像処理装置10が有する画像処理機能を実現するための各種プログラム、及びプログラムで使用するデータが格納された記憶回路であり、RAMは、ROMに格納されたプログラムやプログラムで使用するデータが展開(ロード)され、展開(ロード)されたプログラム及びデータを一時保持する記憶回路である。また、RAMには、制御部12で実行される画像処理機能の各種プログラムにより、入力データに対し、PDLの構文解析(入力データ解釈)後のディスプレイリスト(中間データ)や、ディスプレイリスト(中間データ)を基に、描画処理したビットマップイメージ(ラスタイメージ)が一時的に保持される。   The main storage unit 13 includes a ROM (Read Only Memory) and a RAM (Random Access Memory). The ROM is a storage circuit that stores an OS that operates in the control unit 12, various programs for realizing the image processing function of the image processing apparatus 10, and data used in the program. The RAM is stored in the ROM. The storage circuit temporarily expands (loads) the program and data used in the program, and temporarily stores the expanded (load) program and data. In addition, the RAM includes a display list (intermediate data) after PDL syntax analysis (interpretation of input data) and a display list (intermediate data) for input data by various programs of image processing functions executed by the control unit 12. ) Is temporarily stored as a bitmap image (raster image).

補助記憶部14は、画像処理装置10が有する画像処理機能を実現するための各種プログラムが使用するデータが格納されたHDD(Hard Disk Drive)等の記憶装置である。   The auxiliary storage unit 14 is a storage device such as an HDD (Hard Disk Drive) in which data used by various programs for realizing the image processing function of the image processing apparatus 10 is stored.

外部記憶I/F15は、SDカード(Secure Digital memory card)、CF(CompactFlash(登録商標))に代表されるメモリカード等の外部記憶部18と画像処理装置との間で、データ伝送するためのハードウェアインタフェースである。   The external storage I / F 15 is used for data transmission between the external storage unit 18 such as a memory card represented by an SD card (Secure Digital memory card) and CF (CompactFlash (registered trademark)) and the image processing apparatus. Hardware interface.

システムバス16は、ネットワークI/F11、制御部12、主記憶部13、補助記憶部14、外部記憶I/F15をつなぐ伝送回路である。システムバス16は、制御部12からの制御命令の信号を、周辺のネットワークI/F11、主記憶部13、補助記憶部14、外部記憶I/F15に伝送する。また、システムバス16は、ネットワークI/F11、主記憶部13、補助記憶部14、外部記憶I/F15からのデータ信号を制御部12へ伝送する。   The system bus 16 is a transmission circuit that connects the network I / F 11, the control unit 12, the main storage unit 13, the auxiliary storage unit 14, and the external storage I / F 15. The system bus 16 transmits a control command signal from the control unit 12 to the peripheral network I / F 11, the main storage unit 13, the auxiliary storage unit 14, and the external storage I / F 15. The system bus 16 transmits data signals from the network I / F 11, the main storage unit 13, the auxiliary storage unit 14, and the external storage I / F 15 to the control unit 12.

このように、画像処理装置10は、制御部12において、主記憶部13のROMに格納された各種プログラム及びデータを、主記憶部13のRAM上へ展開(ロード)し、展開したプログラムをOS上で実行することで、システムバス16を介して、周辺のネットワークI/F11、主記憶部13、補助記憶部14、外部記憶I/F15を含む画像処理装置10全体の動作を制御し、画像処理装置10が有する画像処理装置10が有するPDLの構文解析処理から描画処理までの画像処理機能を実現している。   As described above, in the image processing apparatus 10, the control unit 12 develops (loads) various programs and data stored in the ROM of the main storage unit 13 onto the RAM of the main storage unit 13. By executing the above, the overall operation of the image processing apparatus 10 including the peripheral network I / F 11, the main storage unit 13, the auxiliary storage unit 14, and the external storage I / F 15 is controlled via the system bus 16. The image processing function of the image processing apparatus 10 included in the processing apparatus 10 is realized from the PDL parsing process to the drawing process.

図2は、本実施形態の画像処理装置の機能構成を示したブロック図である。   FIG. 2 is a block diagram illustrating a functional configuration of the image processing apparatus according to the present embodiment.

本実施形態の画像処理装置30は、機能構成として、データ受信部31、PDL解釈部32、色処理部33、描画処理部34、及び出力装置変換手段35を有する。   The image processing apparatus 30 according to the present embodiment includes a data reception unit 31, a PDL interpretation unit 32, a color processing unit 33, a drawing processing unit 34, and an output device conversion unit 35 as functional configurations.

印刷に関する情報は、プリンタドライバ等のデータ入力手段20から画像出力装置30のデータ受信部31に送信される。これらのデータはPDLと呼ばれるものである。データは、PDL解釈部32によって印刷命令からラスターデータへの変換が行われる。このデータを変換する過程で、色空間の変更や、色合いの調整等を色処理部33で行う。入力される描画に関するデータは、テキスト、イメージ、グラフィック等のオブジェクトと呼ばれる単位で管理されている。このオブジェクトには、それぞれ色空間の指定や描画色の指定、グレイ補償の設定や各種補正処理に関する設定が含まれている。なお、グレイ補償等の設定については、必ずしもデータ内に含まなくてよく、操作パネル等の外部入力装置への入力により実現してもよい。これらのデータを色処理部33で指定されたとおりに変換し、描画処理部34を通じてメモリ等に書き込む。そして、変換されたデータは、出力装置変換手段35を通して出力装置40に出力される。   Information relating to printing is transmitted from the data input means 20 such as a printer driver to the data receiving unit 31 of the image output apparatus 30. These data are called PDL. Data is converted from a print command to raster data by the PDL interpretation unit 32. In the process of converting this data, the color processing unit 33 changes the color space, adjusts the hue, and the like. The input drawing-related data is managed in units called objects such as text, images, and graphics. Each of the objects includes a color space designation, a drawing color designation, a gray compensation setting, and various correction processing settings. Note that settings such as gray compensation are not necessarily included in the data, and may be realized by input to an external input device such as an operation panel. These data are converted as designated by the color processing unit 33 and written into a memory or the like through the drawing processing unit 34. The converted data is output to the output device 40 through the output device conversion means 35.

図3は、本実施形態における色変換機能に関する処理のパスを示した図である。4つの色空間や各処理の定義については、図7に記載したものと同様であるが、図7と異なるのは色変換処理の前にグレイ補償処理を行う点である。   FIG. 3 is a diagram showing a processing path related to the color conversion function in the present embodiment. The definitions of the four color spaces and the respective processes are the same as those described in FIG. 7, except that the gray compensation process is performed before the color conversion process.

まず、色空間がRGBの場合、R=G=Bのときに入力色がグレイと判定し、グレイ補償処理にて黒単色での出力を行い、所定の色変換を行う(図ではグレイ補償処理から下の矢印を通ってK単色の矢印へ進む)。一方、R=G=Bでないときは、入力色がグレイでないため、グレイ補正処理にて黒単色での出力を行わず、RGB to CMYK処理によりCMYK色空間へ変換し、所定の色変換を行う(図ではグレイ処理から上の矢印を通ってRGB、CMYKの矢印へ進む)。   First, when the color space is RGB, when R = G = B, it is determined that the input color is gray, output is performed in a single black color by gray compensation processing, and predetermined color conversion is performed (in the figure, gray compensation processing is performed). Go to the K-colored arrow through the bottom arrow). On the other hand, when R = G = B is not satisfied, the input color is not gray. Therefore, the output is not performed in a single black color in the gray correction process, but is converted into the CMYK color space by the RGB to CMYK process, and a predetermined color conversion is performed. (In the figure, the gray process advances to the RGB and CMYK arrows through the upper arrow).

色空間がRGB補正の場合、R=G=Bのときに入力色がグレイと判定し、グレイ補償処理にて黒単色での出力を行い、所定の色変換を行う(図ではグレイ補償処理から下の矢印を通ってK単色の矢印へ進む)。一方、R=G=Bでないときは、入力色がグレイでないため、グレイ補正処理にて黒単色での出力を行わず、R’G’B’ to RGB処理にてRGB色空間へ変換し、該RGB色空間をRGB to CMYK処理によりCMYK色空間を変換し、所定の色変換を行う(図ではグレイ処理から上の矢印を通ってRGB補正、RGB、CMYKの矢印へ進む)。   When the color space is RGB correction, when R = G = B, the input color is determined to be gray, output in a single black color is performed in gray compensation processing, and predetermined color conversion is performed (from the gray compensation processing in the figure). Go through the arrow below to the K arrow.) On the other hand, when R = G = B is not satisfied, the input color is not gray. Therefore, the output is not performed in a single black color by the gray correction process, and is converted to the RGB color space by the R′G′B ′ to RGB process. The RGB color space is converted into a CMYK color space by RGB to CMYK processing, and predetermined color conversion is performed (in the figure, the gray processing is advanced to the RGB correction, RGB, and CMYK arrows through the upper arrow).

色空間がCMYKの場合、R=G=Bのときに入力色がグレイと判定し、グレイ補償処理にて黒単色での出力を行い、所定の色変換を行う(図ではグレイ補償処理から下の矢印を通ってK単色の矢印へ進む)。一方、R=G=Bでないときは、入力色がグレイでないため、グレイ補正処理にて黒単色での出力を行わず、入力色について所定の色変換を行う(図ではグレイ処理から上の矢印を通ってCMYKの矢印へ進む)。   When the color space is CMYK, when R = G = B, the input color is determined to be gray, and output is performed in a single black color by the gray compensation process, and predetermined color conversion is performed (in the figure, from the gray compensation process). Go to the K-colored arrow through the arrow). On the other hand, when R = G = B is not satisfied, the input color is not gray, so that the black color is not output in the gray correction process, and a predetermined color conversion is performed for the input color (in the figure, the arrow above the gray process) Through to the CMYK arrow).

色空間がCMYKインクの場合、R=G=Bのときに入力色がグレイと判定し、グレイ補償処理にて黒単色での出力を行い、所定の色変換を行う(図ではグレイ補償処理から下の矢印を通ってK単色の矢印へ進む)。一方、R=G=Bでないときは、入力色がグレイでないため、グレイ補正処理にて黒単色での出力を行わず、C’M’Y’K’ to CMYK処理にてCMYK色空間へ変換し、所定の色変換を行う(図ではグレイ処理から上の矢印を通ってCMYKインク、CMYKの矢印へ進む)。   When the color space is CMYK ink, when R = G = B, it is determined that the input color is gray, the output is performed in a single black color by the gray compensation process, and predetermined color conversion is performed (from the gray compensation process in the figure). Go through the arrow below to the K arrow.) On the other hand, when R = G = B is not satisfied, the input color is not gray, so the output is not performed in black by the gray correction process, and is converted to the CMYK color space by the C′M′Y′K ′ to CMYK process. Then, predetermined color conversion is performed (in the figure, the process proceeds from the gray process to the CMYK ink and CMYK arrows through the upper arrow).

このように、色変換処理の前にグレイ補償処理を行うことで、入力色がグレイの場合には確実にグレイ補償を行うことができ、グレイ補償の対象外の画像、若しくはグレイ補償を実施しない設定の場合は、入力色に変更を行うことなく、各色空間に対応した色空間変換処理を行う。   As described above, by performing the gray compensation process before the color conversion process, the gray compensation can be surely performed when the input color is gray, and the image that is not subjected to the gray compensation or the gray compensation is not performed. In the case of setting, color space conversion processing corresponding to each color space is performed without changing the input color.

図4は、本実施形態におけるグレイ補償処理及び色変換処理の流れを示したフローチャートである。なお、本フローは、本実施形態において、出力1ページ分の画像に対するグレイ補償処理及び色変換処理の手順を表したもので、実際にはこの処理の前後に画像出力に関わる種々の処理が存在する。   FIG. 4 is a flowchart showing the flow of gray compensation processing and color conversion processing in the present embodiment. This flow shows the procedure of gray compensation processing and color conversion processing for an image for one page output in this embodiment, and actually there are various processes related to image output before and after this processing. To do.

まず、処理対象のオブジェクトの選択を行う(ステップS101)。ページには1つないし複数のオブジェクトが存在する。これからの処理は、そのオブジェクト1つ1つに対して行う必要があるため、このステップでは処理対象となる、まだ処理を行っていないオブジェクトを選択する。   First, an object to be processed is selected (step S101). There are one or more objects on the page. Since it is necessary to perform the processing from now on for each object, an object that has not yet been processed is selected in this step.

続いて、選択されたオブジェクトの入力色空間を調べ、その色空間に応じた処理を行う(ステップS102)。なお、ここでは例としてRGB色空間及びCMYK色空間を挙げているが、本発明の適用される色空間はHSBやCIE表色系等の別の色空間であっても構わない。   Subsequently, the input color space of the selected object is examined, and processing corresponding to the color space is performed (step S102). Here, the RGB color space and the CMYK color space are given as examples, but the color space to which the present invention is applied may be another color space such as HSB or CIE color system.

以下、RGB色空間に応じた処理について述べる。選択したオブジェクトの入力色空間がRGBであった場合(ステップS102/RGB)、オブジェクトに対するグレイ補償設定がONになっているかどうかを確認する(ステップS103)。このグレイ補償設定に関する情報は、操作パネル等の外部入力装置からのオブジェクトごと(主にオブジェクトの種類ごと)のグレイ補償の設定、あるいはデータ内でオブジェクトごとに設定したグレイ補償の設定等で与えられている。   Hereinafter, processing according to the RGB color space will be described. If the input color space of the selected object is RGB (step S102 / RGB), it is confirmed whether the gray compensation setting for the object is ON (step S103). This gray compensation setting information is given by the gray compensation setting for each object (mainly for each object type) from the external input device such as the operation panel or the gray compensation setting set for each object in the data. ing.

グレイ補償設定がONの場合(ステップS103/YES)には、選択されたオブジェクトに対してRGB色空間でのグレイ判定を行う(ステップS104)。当該オブジェクトがグレイ補償の対象である、すなわちオブジェクトの入力色がR=G=Bの場合(ステップS104/YES)、グレイ補償処理にてオブジェクトを黒単色での表現に変換する(ステップS105)。一方、オブジェクトがグレイ補償の対象でない場合(ステップS104/NO)は、以下のような、グレイ補償設定がOFFになっている場合と同様の処理を行う。   If the gray compensation setting is ON (step S103 / YES), gray determination is performed on the selected object in the RGB color space (step S104). When the object is a target of gray compensation, that is, when the input color of the object is R = G = B (step S104 / YES), the object is converted into a black monochrome expression by gray compensation processing (step S105). On the other hand, when the object is not the target of gray compensation (step S104 / NO), the following processing is performed as in the case where the gray compensation setting is OFF.

グレイ補償設定がOFFの場合(ステップS103/NO)には、選択されたオブジェクトがRGB補正の対象であるか、すなわちRGB補正設定がONであるかを確認する(ステップS106)。RGB補正設定がONの場合(ステップS106/YES)は、所定のRGB補正方式に基づいてRGB補正処理を行い、入力色のR’G’B’色空間をRGB色空間に変換する(ステップS107)。そして、選択したオブジェクトに対して先に述べた変換式を用いてRGB to CMYK変換処理を行う(ステップS108)。他方、RGB補正設定がOFFの場合(ステップS106/NO)は、RGB補正処理を行わずに、RGB to CMYK変換処理を行う(ステップS108)。   If the gray compensation setting is OFF (step S103 / NO), it is confirmed whether the selected object is an object of RGB correction, that is, whether the RGB correction setting is ON (step S106). If the RGB correction setting is ON (step S106 / YES), RGB correction processing is performed based on a predetermined RGB correction method, and the R′G′B ′ color space of the input color is converted to the RGB color space (step S107). ). Then, the RGB to CMYK conversion process is performed on the selected object using the conversion formula described above (step S108). On the other hand, when the RGB correction setting is OFF (step S106 / NO), the RGB to CMYK conversion process is performed without performing the RGB correction process (step S108).

次に、CMYK色空間に応じた処理について述べる。選択したオブジェクトの入力色空間がCMYKであった場合(ステップS102/CMYK)、オブジェクトに対するグレイ補償設定がONになっているかどうかを確認する(ステップS112)。なお、グレイ補償設定に関する情報については、RGB色空間に応じた処理にて説明したものと同様である。   Next, processing according to the CMYK color space will be described. When the input color space of the selected object is CMYK (step S102 / CMYK), it is confirmed whether the gray compensation setting for the object is ON (step S112). The information regarding the gray compensation setting is the same as that described in the processing corresponding to the RGB color space.

グレイ補償設定がONの場合(ステップS109/YES)には、選択されたオブジェクトに対してCMYK色空間でのグレイ判定を行う(ステップS110)。当該オブジェクトがグレイ補償の対象である、すなわちオブジェクトの入力色がC=M=Yの場合(ステップS110/YES)、グレイ補償処理にてオブジェクトを黒単色での表現に変換する(ステップS111)。一方、オブジェクトがグレイ補償の対象でない場合(ステップS110/NO)は、以下のような、グレイ補償設定がOFFになっている場合と同様の処理を行う。   When the gray compensation setting is ON (step S109 / YES), gray determination is performed on the selected object in the CMYK color space (step S110). When the object is a target of gray compensation, that is, when the input color of the object is C = M = Y (step S110 / YES), the object is converted into a black single color representation by gray compensation processing (step S111). On the other hand, when the object is not the target of gray compensation (step S110 / NO), the same processing as the case where the gray compensation setting is OFF is performed as follows.

グレイ補償設定がOFFの場合(ステップS109/NO)には、選択されたオブジェクトがインクシミュレーションの対象であるか、すなわちインクシミュレーション設定がONであるかを確認する(ステップS112)。インクシミュレーション設定がONの場合(ステップS112/YES)は、所定のインクモデルに基づいてインクシミュレーション処理を行い、入力色のC’M’Y’K’色空間をCMYK色空間に変換する(ステップS113)。他方、インクシミュレーション設定がOFFの場合(ステップS112/NO)は、インクシミュレーション処理を行わない。   When the gray compensation setting is OFF (step S109 / NO), it is confirmed whether the selected object is a target of ink simulation, that is, whether the ink simulation setting is ON (step S112). If the ink simulation setting is ON (step S112 / YES), ink simulation processing is performed based on a predetermined ink model, and the C′M′Y′K ′ color space of the input color is converted into the CMYK color space (step S112). S113). On the other hand, when the ink simulation setting is OFF (step S112 / NO), the ink simulation process is not performed.

以上の処理を終了した後、全てのオブジェクトに対して処理を行ったかを確認する(ステップS114)。未処理のオブジェクトがある場合(ステップS114/NO)は、処理対象オブジェクトの選択(S101)に戻り、未処理のオブジェクトに対して上記の同様の処理を行う。そして、ページ内の全てのオブジェクトに対して上記処理が完了した場合(ステップS114/YES)には、ページ単位で残りの色処理を行う(ステップS115)。この色処理は、出力色空間に対して行われるもので、γ変換処理や階調補正処理等がある。   After the above processing is completed, it is confirmed whether processing has been performed for all objects (step S114). If there is an unprocessed object (NO in step S114), the process returns to the selection of the object to be processed (S101), and the same process as described above is performed on the unprocessed object. When the above processing is completed for all objects in the page (step S114 / YES), the remaining color processing is performed for each page (step S115). This color processing is performed on the output color space, and includes γ conversion processing and gradation correction processing.

本実施形態によれば、内部的な色変換処理の前段階でグレイ補償処理を行うため、入力色においてのグレイ判定を行うことができ、グレイ補償の目的である、「入力色がグレイの場合に出力を黒単色で出力する」という要望に適った処理が可能となる。また、グレイ補償と、RGB補正処理やインクシミュレーション処理等の色変換処理とを共存して利用でき、グレイ補償処理と色変換処理とを併用した場合にグレイ補償処理が要望されたものにより近くなる。   According to the present embodiment, since gray compensation processing is performed before the internal color conversion processing, gray determination can be performed on the input color, which is the purpose of gray compensation, “when the input color is gray. Can be processed according to the request of “outputting the output to black in a single color”. Also, gray compensation and color conversion processing such as RGB correction processing and ink simulation processing can be used together, and when gray compensation processing and color conversion processing are used together, the gray compensation processing becomes closer to what is desired. .

[実施形態2]
本発明の第2の実施形態として画像形成装置について説明する。本実施形態の画像形成装置は、実施形態1の画像処理装置を内部に搭載している。図1は、本実施形態の画像処理装置の概略構成を示した図である。
[Embodiment 2]
An image forming apparatus will be described as a second embodiment of the present invention. The image forming apparatus according to the present embodiment has the image processing apparatus according to the first embodiment mounted therein. FIG. 1 is a diagram illustrating a schematic configuration of an image processing apparatus according to the present embodiment.

本実施形態の画像形成装置は、ADF(Auto Document Feeder)101と、コンタクトガラス106と、第1トレイ108と、第2トレイ109と、第3トレイ110と、第1給紙ユニット111と、第2給紙ユニット112と、第3給紙ユニット113と、縦搬送ユニット114と、感光体115と、搬送ベルト116と、定着ユニット117と、排紙ユニット118と、現像ユニット120と、読み取りユニット130と、書き込みユニット140と、フィニシャ150と、両面給紙ユニット161と、分岐爪162と、から構成される。   The image forming apparatus according to the present embodiment includes an ADF (Auto Document Feeder) 101, a contact glass 106, a first tray 108, a second tray 109, a third tray 110, a first paper feeding unit 111, 2 paper feed unit 112, 3rd paper feed unit 113, vertical transport unit 114, photoconductor 115, transport belt 116, fixing unit 117, paper discharge unit 118, development unit 120, and reading unit 130. A writing unit 140, a finisher 150, a double-sided paper feeding unit 161, and a branching claw 162.

ADF(Auto Document Feeder)101は、原稿台102と、給紙ローラ103と、給送ベルト104と、配送ローラ105と、原稿セット検知部107から構成される。また、フィニシャ150は、切り替え板151、通常排紙ローラ152、搬送ローラ153、155、通常排紙トレイ154、ステープラ156、排紙ローラ157、ステープル台158、ジョガー159、ステープル完了排紙トレイ160から構成される。   An ADF (Auto Document Feeder) 101 includes a document table 102, a paper feed roller 103, a feed belt 104, a delivery roller 105, and a document set detection unit 107. Further, the finisher 150 includes a switching plate 151, a normal discharge roller 152, transport rollers 153 and 155, a normal discharge tray 154, a stapler 156, a discharge roller 157, a staple table 158, a jogger 159, and a staple completion discharge tray 160. Composed.

読み取りユニット130は、露光ランプ131、第1ミラー132、レンズ133、CCDイメージセンサ134、第2ミラー135、第3ミラー136から構成される。また、書き込みユニット140は、レーザ出力ユニット141、結像レンズ142、ミラー143から構成される。なお、図1のようなハードウェア構成を有する実施形態1の画像処理装置は、本実施形態の画像形成装置において、読み取りユニット130及び書き込みユニット140と内部バスで接続され、画像データや制御信号のやり取りを行っている。   The reading unit 130 includes an exposure lamp 131, a first mirror 132, a lens 133, a CCD image sensor 134, a second mirror 135, and a third mirror 136. The writing unit 140 includes a laser output unit 141, an imaging lens 142, and a mirror 143. The image processing apparatus according to the first embodiment having a hardware configuration as shown in FIG. 1 is connected to the reading unit 130 and the writing unit 140 via an internal bus in the image forming apparatus according to the present embodiment, and is used for image data and control signals. We are communicating.

本実施形態の画像形成装置における画像形成処理動作について説明する。   An image forming processing operation in the image forming apparatus of the present embodiment will be described.

ADF101の具備する原稿台102上に原稿の画像面を上にして置かれた原稿束は、操作部上のスタートキーが押下されることで、一番上の原稿から給送ローラ103と、給送ベルト104とにより、コンタクトガラス106上の所定の位置に給送される。   A document stack placed on the document table 102 of the ADF 101 with the image surface of the document facing upward is pressed from the top document to the feed roller 103 and the feed roller by pressing the start key on the operation unit. The sheet is fed to a predetermined position on the contact glass 106 by the feeding belt 104.

コンタクトガラス106上の所定の位置に給送された原稿は、読み取りユニット130により読み取られ、読み取りが終了した原稿は、給送ベルト104、排送ローラ105を介して排出される。さらに、原稿台102に次の原稿があることを原稿セット検知部107が検知した場合には、上述した処理動作と同様に、コンタクトガラス106上に給送される。なお、給送ローラ103、給送ベルト104、排送ローラ105は、不図示の搬送モータによって駆動される。   The document fed to a predetermined position on the contact glass 106 is read by the reading unit 130, and the document that has been read is discharged via the feeding belt 104 and the discharge roller 105. Further, when the document set detection unit 107 detects that the next document is on the document table 102, it is fed onto the contact glass 106 in the same manner as the processing operation described above. The feeding roller 103, the feeding belt 104, and the discharging roller 105 are driven by a conveyance motor (not shown).

第1トレイ108、第2トレイ109、第3トレイ110に積載された記録紙は、各々第1給紙装置111、第2給紙装置112、第3給紙装置113により給紙され、縦搬送ユニット114により感光体115に当接する位置まで搬送される。   The recording sheets stacked on the first tray 108, the second tray 109, and the third tray 110 are fed by the first paper feeding device 111, the second paper feeding device 112, and the third paper feeding device 113, respectively, and are conveyed vertically. The unit 114 is transported to a position where it abuts on the photoreceptor 115.

読み取りユニット130にて読み込まれた画像データは、書き込みユニット140からのレーザによって感光体115上に書き込まれ、感光体115上に静電潜像が形成される。そして、静電潜像が現像ユニット120を通過することで現像され、感光体115上にトナー像が形成される。   The image data read by the reading unit 130 is written on the photoconductor 115 by the laser from the writing unit 140, and an electrostatic latent image is formed on the photoconductor 115. Then, the electrostatic latent image is developed by passing through the developing unit 120, and a toner image is formed on the photoreceptor 115.

縦搬送ユニット114より搬送された記録紙は、感光体115の回転速度と等速の搬送ベルト116により搬送され、この際に、感光体115上に形成されたトナー像が記録紙上に転写される。定着ユニット117に搬送される。   The recording paper transported from the vertical transport unit 114 is transported by a transport belt 116 having the same rotational speed as that of the photosensitive member 115. At this time, the toner image formed on the photosensitive member 115 is transferred onto the recording paper. . It is conveyed to the fixing unit 117.

トナー像の転写された記録紙は、定着ユニット117に搬送される。定着ユニット117において、記録紙上に転写されたトナー像が熱定着される。   The recording sheet on which the toner image is transferred is conveyed to the fixing unit 117. In the fixing unit 117, the toner image transferred onto the recording paper is thermally fixed.

なお、感光体115と、搬送ベルト116と、定着ユニット117と、排紙ユニット118と、現像ユニット120とは、不図示のメインモータによって駆動される。また、各給紙装置111〜113は、不図示の給紙クラッチが該メインモータの駆動をそれぞれ伝達することで駆動される。また、縦搬送ユニット114は、メインモータの駆動を不図示の中間クラッチが伝達することで駆動される。   Note that the photoconductor 115, the conveyance belt 116, the fixing unit 117, the paper discharge unit 118, and the development unit 120 are driven by a main motor (not shown). Each of the paper feeding apparatuses 111 to 113 is driven by a paper feeding clutch (not shown) that transmits the driving of the main motor. Further, the vertical conveyance unit 114 is driven by transmission of a main motor driven by an intermediate clutch (not shown).

排紙ユニット118は、後処理装置であるフィニシャ150に記録紙を排出する。   The paper discharge unit 118 discharges the recording paper to the finisher 150 that is a post-processing device.

フィニシャ150は、記録紙を、通常排紙トレイ154側と、ステープル台158側とに導くための装置である。切り替え板151を上に切り替えると、搬送ローラ153を介して通常排紙トレイ154側に記録紙を排紙する。逆に、切り替え板151を下方向に切り替えると、搬送ローラ155、排紙ローラ157を介して、ステープル台158に記録紙を搬送する。   The finisher 150 is a device for guiding the recording paper to the normal paper discharge tray 154 side and the staple table 158 side. When the switching plate 151 is switched upward, the recording paper is discharged to the normal paper discharge tray 154 side via the transport roller 153. Conversely, when the switching plate 151 is switched downward, the recording paper is conveyed to the staple table 158 via the conveying roller 155 and the paper discharge roller 157.

通常の排紙トレイ154は、前後に移動可能な排紙トレイであり、前後に移動し、簡易的に排出されてくる記録紙(コピー紙)の仕分けを行う。これにより、通常の排紙トレイ154に搬送された記録紙は、原稿ごと、あるいは、画像メモリによってソートされたコピー部ごとに仕分けられる。   The normal paper discharge tray 154 is a paper discharge tray that can move back and forth, and sorts the recording paper (copy paper) that moves forward and backward and is simply discharged. As a result, the recording paper conveyed to the normal paper discharge tray 154 is sorted for each original or each copy unit sorted by the image memory.

他方、ステープル台158に積載された記録紙は、一枚排紙されるごとに紙揃え用のジョガー159によって、紙端面が揃えられ、一部のコピー完了とともにステープラ156により綴じられる。ステープラ156で綴じられた記録紙群は自重により、ステープル完了排紙トレイ160に収納される。   On the other hand, every time a sheet of recording paper loaded on the staple table 158 is discharged, the paper end face is aligned by the paper aligning jogger 159, and is bound by the stapler 156 when a part of the copy is completed. The recording paper group bound by the stapler 156 is stored in the staple completion paper discharge tray 160 by its own weight.

また、記録紙の両面に画像を作像する場合には、経路切り替えの為の分岐爪162を上側にセットする。分岐爪162が上側セットされると、記録紙の片面に画像が形成された記録紙は排紙トレイ154側に搬送されずに両面給紙ユニット161に一旦ストックされる。そして、両面給紙ユニット161に一旦ストックされた記録紙を再給紙し、感光体115に作像されたトナー画像を再び転写する。両面転写後、経路切り替えの為の分岐爪162は下側にセットされ、両面印刷のなされた記録紙はフィニシャ150に導かれる。このようにして、記録紙の両面に画像の形成がなされる。   When images are formed on both sides of the recording paper, the branching claw 162 for switching the path is set on the upper side. When the branching claw 162 is set on the upper side, the recording paper on which an image is formed on one side of the recording paper is temporarily stored in the double-sided paper feeding unit 161 without being conveyed to the discharge tray 154 side. Then, the recording paper once stocked in the double-sided paper feeding unit 161 is fed again, and the toner image formed on the photosensitive member 115 is transferred again. After the double-sided transfer, the branching claw 162 for switching the path is set on the lower side, and the recording paper subjected to the double-sided printing is guided to the finisher 150. In this way, images are formed on both sides of the recording paper.

なお、上述する実施形態は、本発明の好適な実施形態であり、上記実施形態のみに本発明の範囲を限定するものではなく、本発明の要旨を逸脱しない範囲において種々の変更を施した形態での実施が可能である。   The above-described embodiment is a preferred embodiment of the present invention, and the scope of the present invention is not limited to the above-described embodiment alone, and various modifications are made without departing from the gist of the present invention. Implementation is possible.

すなわち、上記した実施形態における画像処理装置は、プログラムの命令によりコンピュータ(CPU)で実行される処理、手段、機能によって動作する。当該プログラムは、コンピュータの各構成要素に指令を送り、先に述べたような所定の処理や機能、例えば、色処理部33により、色空間変換や色合い調整等の処理の前段階に、グレイ補償設定の設定内容に応じてグレイ判定及びグレイ補償処理を行う。具体的には、入力色空間を識別した後、選択されたオブジェクトのグレイ補償設定を確認し、設定内容がONのとき識別した色空間(RGBやCMYK)におけるグレイ判定を行い、グレイと判定された場合にオブジェクトを黒単色に変換するグレイ補償処理を行う。そして、全てのオブジェクトについて該処理が完了したとき、ページに対してγ変換処理や階調補正処理等の色処理を行う。このように、上記実施形態における各処理や手段は、プログラムとコンピュータとが協働した具体的手段によって実現されるものである。   That is, the image processing apparatus in the above-described embodiment operates by processing, means, and functions executed by a computer (CPU) according to program instructions. The program sends a command to each component of the computer, and performs gray compensation in a predetermined process and function as described above, for example, before the process such as color space conversion and hue adjustment by the color processing unit 33. Gray determination and gray compensation processing are performed according to the setting contents. Specifically, after identifying the input color space, the gray compensation setting of the selected object is confirmed, and gray determination is performed in the identified color space (RGB or CMYK) when the setting content is ON. In such a case, a gray compensation process for converting the object into a single black color is performed. When the processing is completed for all objects, color processing such as γ conversion processing and gradation correction processing is performed on the page. As described above, the processes and means in the above-described embodiment are realized by specific means in which the program and the computer cooperate.

そして、上記実施形態の機能を実現するソフトウェアのプログラムコードを記録したコンピュータ読み取り可能な記録媒体、すなわち記憶メディアを介して、例えば画像処理装置のコンピュータ(CPU)が記憶メディアに格納されたプログラムコードを読み出し実行することによっても、本発明の目的は達成される。また、プログラムは、記録メディアを介さず、通信回線を通じて直接にコンピュータにロードし実行することもでき、これによっても同様に本発明の目的は達成される。   Then, for example, a computer (CPU) of the image processing apparatus stores the program code stored in the storage medium via a computer-readable recording medium that records the program code of the software that realizes the functions of the above-described embodiments, that is, the storage medium. The object of the present invention is also achieved by executing the reading. Further, the program can be loaded and executed directly on a computer through a communication line without going through a recording medium, and the object of the present invention can be achieved similarly.

この場合、記憶メディアから読み出された又は通信回線を通じてロードし実行されたプログラムコード自体が前述の実施形態の機能を実現することになる。そして、そのプログラムコードを記憶した記憶メディアは本発明を構成する。   In this case, the program code itself read from the storage medium or loaded and executed through the communication line realizes the functions of the above-described embodiment. And the storage medium which memorize | stored the program code comprises this invention.

また、プログラムコードを供給するための記憶メディアとしては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、不揮発性のメモリカード、ROM、磁気テープ等を用いることができる。   Examples of the storage medium for supplying the program code include a floppy (registered trademark) disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a nonvolatile memory card, a ROM, and a magnetic tape. Can be used.

本発明の実施形態に係る画像処理装置のハードウェア構成を示したブロック図である。1 is a block diagram illustrating a hardware configuration of an image processing apparatus according to an embodiment of the present invention. 本発明の実施形態に係る画像処理装置の機能構成を示したブロック図である。1 is a block diagram illustrating a functional configuration of an image processing apparatus according to an embodiment of the present invention. 本発明の実施形態における色変換機能に関する処理のパスを示した図である。It is the figure which showed the path | pass of the process regarding the color conversion function in embodiment of this invention. 本発明の実施形態におけるグレイ補償処理及び色変換処理の流れを示したフローチャートである。It is the flowchart which showed the flow of the gray compensation process and color conversion process in embodiment of this invention. 本発明の実施形態に係る画像形成装置の概略構成を示した図である。1 is a diagram illustrating a schematic configuration of an image forming apparatus according to an embodiment of the present invention. グレイ補償処理の概要を説明するための図である。It is a figure for demonstrating the outline | summary of a gray compensation process. 色変換機能に関する処理のパス(色空間の変換処理後にグレイ補償処理を行う場合)を示した図である。It is the figure which showed the path | pass of the process regarding a color conversion function (when performing gray compensation processing after color space conversion processing).

符号の説明Explanation of symbols

10,30 画像処理装置
11 ネットワークI/F
12 制御部(CPU)
13 主記憶部(ROM,RAM)
14 補助記憶部(HDD)
15 外部記憶I/F
16 システムバス
18 外部記憶部(SD,CF)
20 データ入力手段
31 データ受信部
32 PDL解釈部
33 色処理部
34 描画処理部
35 出力装置変換手段
40 出力装置
10, 30 Image processing device 11 Network I / F
12 Control unit (CPU)
13 Main memory (ROM, RAM)
14 Auxiliary storage (HDD)
15 External storage I / F
16 System bus 18 External storage (SD, CF)
DESCRIPTION OF SYMBOLS 20 Data input means 31 Data receiving part 32 PDL interpretation part 33 Color processing part 34 Drawing process part 35 Output device conversion means 40 Output device

Claims (9)

入力された画像データのグレイ判定を行う判定手段と、
前記判定手段によって前記画像データの入力色がグレイと判定される場合は、該画像データを黒単色に色処理するグレイ補償を行うとともに、前記判定手段によって前記画像データの入力色がグレイ以外と判定される場合は、前記グレイ補償を行わないグレイ補償処理手段と、
前記グレイ補償処理手段による処理後の画像データの色空間を別の色空間に変換する変換手段と、
を有することを特徴とする画像処理装置。
A determination means for performing gray determination of the input image data;
When the determination unit determines that the input color of the image data is gray, gray compensation is performed so that the image data is processed into a single black color, and the determination unit determines that the input color of the image data is other than gray. If so, gray compensation processing means that does not perform the gray compensation;
Conversion means for converting the color space of the image data processed by the gray compensation processing means into another color space;
An image processing apparatus comprising:
前記変換手段は、前記グレイ補償手段によって前記グレイ補償が行われない画像データについて、該画像データの色空間を別の色空間に変換することを特徴とする請求項1に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the conversion unit converts a color space of the image data into another color space for the image data that is not subjected to the gray compensation by the gray compensation unit. 前記変換手段は、RGB色空間の補正処理を行うことを特徴とする請求項1又は2に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the conversion unit performs correction processing of an RGB color space. 前記変換手段は、CMYK色空間のインクシミュレーション処理を行うことを特徴とする請求項1から3のいずれか1項に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the conversion unit performs ink simulation processing in a CMYK color space. 前記グレイ補償手段による処理及び前記変換手段による処理は、画像ごとに指定された設定内容に基づいて行われることを特徴とする請求項1から4のいずれか1項に記載の画像処理装置。   5. The image processing apparatus according to claim 1, wherein the processing by the gray compensation unit and the processing by the conversion unit are performed based on setting contents designated for each image. 6. 前記設定内容は、装置の操作内容を入力する外部入力装置により指定されることを特徴とする請求項5に記載の画像処理装置。   The image processing apparatus according to claim 5, wherein the setting content is designated by an external input device that inputs operation content of the device. 前記設定内容は、入力された画像データに含まれることを特徴とする請求項5に記載の画像処理装置。   The image processing apparatus according to claim 5, wherein the setting content is included in input image data. 請求項1から7のいずれか1項に記載の画像処理装置を搭載することを特徴とする画像形成装置。   An image forming apparatus comprising the image processing apparatus according to claim 1. 入力された画像データのグレイ判定を行う判定ステップと、
前記判定ステップによって前記画像データの入力色がグレイと判定される場合は、該画像データを黒単色に色処理するグレイ補償を行うとともに、前記判定ステップによって前記画像データの入力色がグレイ以外と判定される場合は、前記グレイ補償を行わないグレイ補償処理ステップと、
前記グレイ補償処理ステップによる処理後の画像データの色空間を別の色空間に変換する変換ステップと、
を有することを特徴とする画像処理方法。
A determination step for performing gray determination of the input image data;
If the input color of the image data is determined to be gray by the determination step, gray compensation is performed so that the image data is processed into a single black color, and the input color of the image data is determined to be other than gray by the determination step. If so, a gray compensation processing step that does not perform the gray compensation;
A conversion step of converting the color space of the image data after the processing by the gray compensation processing step into another color space;
An image processing method comprising:
JP2007148192A 2007-06-04 2007-06-04 Image processor, image forming apparatus and image processing method Withdrawn JP2008301414A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007148192A JP2008301414A (en) 2007-06-04 2007-06-04 Image processor, image forming apparatus and image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007148192A JP2008301414A (en) 2007-06-04 2007-06-04 Image processor, image forming apparatus and image processing method

Publications (1)

Publication Number Publication Date
JP2008301414A true JP2008301414A (en) 2008-12-11

Family

ID=40174457

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007148192A Withdrawn JP2008301414A (en) 2007-06-04 2007-06-04 Image processor, image forming apparatus and image processing method

Country Status (1)

Country Link
JP (1) JP2008301414A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108364615A (en) * 2018-02-13 2018-08-03 深圳市华星光电技术有限公司 Mura compensation methodes and Mura compensation systems

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108364615A (en) * 2018-02-13 2018-08-03 深圳市华星光电技术有限公司 Mura compensation methodes and Mura compensation systems

Similar Documents

Publication Publication Date Title
US7969593B2 (en) Printing apparatus, control method therefor, job processing method, printing system, and program
US8115949B2 (en) Image forming system, printing apparatus, image processing apparatus, control method therefor, and program
US8379237B2 (en) Printing system and method for controlling a printing system that determines whether to start printing only after completion of developing all print data
US7860411B2 (en) Printing apparatus and printing processing method
US9374495B2 (en) Printer with outsourcing capability for color copies
US7980545B2 (en) Sheet insertion control unit/method
JP5178133B2 (en) Printing apparatus, job processing method, program, and storage medium
JP2011166781A (en) Image processing apparatus and setting method used in the image processing apparatus
JP2008110576A (en) Printer, its printing execution method, and printing execution program
US20090290192A1 (en) Image processing apparatus, image processing method, and program
US8331808B2 (en) Control apparatus, control method, and storage medium for resuming printing after being interrupted
US7636176B2 (en) Image forming apparatus, method and storage medium
US8374522B2 (en) Printing apparatus and printing method
US8615182B2 (en) Printing system, control method of the printing system, and program for executing the control method
US11089181B2 (en) Image forming apparatus, system and program product acquiring color information of image printed on first side before printing on second side of print medium
US20110317202A1 (en) Image forming apparatus, control method thereof, and storage medium
JP2008052115A (en) Printing device, printing execution method therefor, and program of printing execution
US8330986B2 (en) Image forming apparatus
JP6058707B2 (en) Method for controlling image forming apparatus
JP2008301414A (en) Image processor, image forming apparatus and image processing method
JP2011137957A (en) Apparatus and method for printing, and program for executing the method
JP2010114749A (en) Image forming apparatus
JP2007057944A (en) Image forming apparatus
JP3937572B2 (en) Image processing system and control method thereof
JP2006081023A (en) Information processor, image forming system, information processing method, and program

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20100907