JP3119124U - Image processing device - Google Patents

Image processing device Download PDF

Info

Publication number
JP3119124U
JP3119124U JP2005009950U JP2005009950U JP3119124U JP 3119124 U JP3119124 U JP 3119124U JP 2005009950 U JP2005009950 U JP 2005009950U JP 2005009950 U JP2005009950 U JP 2005009950U JP 3119124 U JP3119124 U JP 3119124U
Authority
JP
Japan
Prior art keywords
output
image data
resolution
data
pixel
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.)
Expired - Lifetime
Application number
JP2005009950U
Other languages
Japanese (ja)
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.)
Riso Kagaku Corp
Original Assignee
Riso Kagaku Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Riso Kagaku Corp filed Critical Riso Kagaku Corp
Priority to JP2005009950U priority Critical patent/JP3119124U/en
Application granted granted Critical
Publication of JP3119124U publication Critical patent/JP3119124U/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

【課題】原画像データにRIP処理を施してラスターデータを取得し、その取得したラスターデータにスムージング処理を施して出力画像データを生成する画像処理装置において、より低い解像度でRIP処理を施すようにする。
【解決手段】主走査方向および/または副走査方向についてフィルタの一部が重なるように対応付けすることによりラスターデータの同一画素I10、I11、I12を重複して用いて隣接する出力画素P00、P10の値をそれぞれ算出し、フィルタの重なりに応じた解像度で原画像データにRIP処理を施す。
【選択図】図4
An image processing apparatus that performs RIP processing on original image data to acquire raster data, and performs smoothing processing on the acquired raster data to generate output image data so as to perform RIP processing at a lower resolution. To do.
Relative output pixels P00, P10 are used by overlapping the same pixels I10, I11, I12 of raster data by associating the filters so as to overlap each other in the main scanning direction and / or the sub-scanning direction. Are respectively calculated, and RIP processing is performed on the original image data at a resolution corresponding to the overlap of the filters.
[Selection] Figure 4

Description

本考案は、原画像データにRIP処理を施してラスターデータを取得し、その取得したラスターデータにスムージング処理を施して出力画像データを生成する画像処理装置に関するものである。   The present invention relates to an image processing apparatus that performs RIP processing on original image data to acquire raster data, and performs smoothing processing on the acquired raster data to generate output image data.

従来、コンピュータによって文字やイラストなどの図形を含む原画像データを作成し、その原画像データをPDL形式(ページ記述言語)でコンピュータから出力し、そのPDL形式の原画像データにRIP処理を施してC(シアン)成分、M(マゼンダ)成分、Y(イエロー)成分、K(ブラック)成分のラスターデータを作成し、そのラスターデータに基づいてインクジェット記録装置によりカラー画像を形成する画像形成方法が提案されている。   Conventionally, original image data including graphics such as characters and illustrations is created by a computer, the original image data is output from a computer in PDL format (page description language), and RIP processing is performed on the original image data in PDL format. An image forming method is proposed in which raster data of C (cyan) component, M (magenta) component, Y (yellow) component, and K (black) component is created and a color image is formed by an inkjet recording apparatus based on the raster data. Has been.

ここで、たとえば、上記のようにして作成されたラスターデータに基づいて「A」という文字を形成した場合、図9(A)に示すように、ドットの大きさ(解像度)によって、文字のエッジ部分にがたつきが発生する。   Here, for example, when the character “A” is formed based on the raster data created as described above, the edge of the character depends on the size (resolution) of the dot as shown in FIG. Shaking occurs in the part.

そこで、多階調表現可能なインクジェット記録装置の場合、たとえば、ラスターデータに対し、オーバーサンプリング法などによってスムージング処理を施すことによって、中間濃度のデータを生成することで、上記のようながたつきを目立たなくする方法が提案されている。オーバーサンプリング法とは、高解像度のラスターデータをn×nの画素集合に分け、各画素集合の平均濃度値を1画素の濃度値として出力画像データを生成する方法である。   Therefore, in the case of an ink jet recording apparatus capable of expressing multiple gradations, for example, by performing smoothing processing on raster data using an oversampling method or the like to generate intermediate density data, the above-described rattling can be achieved. A method has been proposed for making the image inconspicuous. The oversampling method is a method of generating output image data by dividing high-resolution raster data into n × n pixel sets and using the average density value of each pixel set as the density value of one pixel.

具体的には、たとえば、1画素毎に、インクの吐出回数を0から7ドロップの範囲で切り替えることにより、1画素当たり8階調(8値)の表現可能なインクジェット記録装置の場合、上記オーバーサンプリング法を用いて上記濃度値を算出し、その濃度値に基づいて8階調の画素値を生成し、その8階調の画素値に基づいてインクドロップ数を8段階変化させてドットを形成することによって文字のエッジ部分に中間濃度のドットを配置することによりがたつきを目立たなくすることができる(図9(B)参照)。   Specifically, for example, in the case of an ink jet recording apparatus that can express 8 gradations (8 values) per pixel by switching the number of ink ejections within a range of 0 to 7 drops for each pixel, The above density value is calculated using a sampling method, pixel values of eight gradations are generated based on the density values, and dots are formed by changing the number of ink drops by eight steps based on the pixel values of the eight gradations. By doing so, the shakiness can be made inconspicuous by arranging dots of intermediate density at the edge portion of the character (see FIG. 9B).

ここで、たとえば、出力解像度が300×600dpi、出力階調が6階調に設定されたインクジェット記録装置に入力される出力画像データを上記のようなオーバーサンプリングを行って生成する場合、従来は、たとえば、900×1200dpiの解像度の2階調のラスターデータが得られるように原画像データにRIP処理を施し、その900×1200dpiのラスターデータを、図10に示すように3×2の画素集合に分け、図10に示す数式を計算することによりオーバーサンプリングを行って各出力画素値P00を算出し、出力画像データを生成するようにしていた。なお、上記のように900×1200dpiの解像度でRIP処理をするのは、出力解像度が300×600dpi、出力階調が6階調の場合、そのデータ量は300×600×5(最大インクドロップ数)=900000であり、900×1200dpiでRIP処理を施せば、そのデータ量は900×1200dpi=1080000となり十分であるからである。なお、上記データ量とは、単位面積あたりの階調数を意味する。ここでは、一例として、1平方インチ当たりの階調数の場合の説明を行っている。
特開平11−69163号公報 特開平10−336454号公報 特開平5−233792号公報 特開平9−149242号公報 特開2001−105663号公報
Here, for example, when output image data input to an inkjet recording apparatus in which an output resolution is set to 300 × 600 dpi and an output gradation is set to 6 gradations is generated by performing oversampling as described above, conventionally, For example, RIP processing is performed on the original image data so that two-tone raster data with a resolution of 900 × 1200 dpi is obtained, and the 900 × 1200 dpi raster data is converted into a 3 × 2 pixel set as shown in FIG. In other words, oversampling is performed by calculating the mathematical formula shown in FIG. 10 to calculate each output pixel value P00, and output image data is generated. As described above, the RIP processing at the resolution of 900 × 1200 dpi is performed when the output resolution is 300 × 600 dpi and the output gradation is 6 gradations, and the data amount is 300 × 600 × 5 (the maximum number of ink drops). ) = 900,000, and if the RIP processing is performed at 900 × 1200 dpi, the data amount is 900 × 1200 dpi = 1080000, which is sufficient. The data amount means the number of gradations per unit area. Here, as an example, the case of the number of gradations per square inch is described.
JP 11-69163 A JP-A-10-336454 Japanese Patent Laid-Open No. 5-233792 JP-A-9-149242 JP 2001-105663 A

しかしながら、現実には、900×1200dpiといった主走査方向と副走査方向とが異なる解像度でリッピングができなかったり、あるいは入力解像度が一定レベルをこえるとリソース不足のために処理できなかったりする問題がある。また、入力解像度が高いほど、処理速度は比例して低下するという問題がある。   However, in reality, there is a problem that ripping cannot be performed at a resolution of 900 × 1200 dpi in which the main scanning direction and the sub-scanning direction are different, or if the input resolution exceeds a certain level, processing cannot be performed due to insufficient resources. . Moreover, there is a problem that the processing speed decreases in proportion to the input resolution.

本考案は、上記のように原画像データにRIP処理を施してラスターデータを取得し、その取得したラスターデータにスムージング処理を施して出力画像データを生成する画像処理装置において、より低い入力解像度でリッピングすることができるとともに、適切なスムージング処理を施すことができる画像処理装置を提供することを目的とするものである。   As described above, the present invention provides an image processing apparatus that performs RIP processing on original image data to acquire raster data, and performs smoothing processing on the acquired raster data to generate output image data at a lower input resolution. An object of the present invention is to provide an image processing apparatus that can perform ripping and perform appropriate smoothing processing.

本考案の画像処理装置は、原画像データに所定の解像度でRIP処理を施してラスターデータを取得するRIP処理部と、RIP処理部により取得されたラスターデータにフィルタを対応付け、フィルタ内のラスターデータの画素の値に基づいて出力画素の値を算出することによってスムージング処理を施し所定の解像度より小さい解像度の出力画像データを生成する出力画像データ生成部とを備えた画像処理装置であって、出力画像データ生成部が、主走査方向および/または副走査方向についてフィルタの一部が重なるように対応付けすることによりラスターデータの同一画素を重複して用いて隣接する出力画素の値をそれぞれ算出するものであり、RIP処理部が、フィルタの重なりに応じた解像度で原画像データにRIP処理を施してラスターデータを取得するものであることを特徴とする。   An image processing apparatus according to the present invention includes a RIP processing unit that performs RIP processing on original image data at a predetermined resolution to obtain raster data, a filter associated with the raster data acquired by the RIP processing unit, and a raster in the filter An image processing apparatus comprising: an output image data generation unit configured to perform smoothing processing by calculating an output pixel value based on a pixel value of data and generate output image data having a resolution smaller than a predetermined resolution; The output image data generation unit calculates the values of adjacent output pixels by using the same pixel of the raster data redundantly by associating the filters so as to overlap in the main scanning direction and / or the sub-scanning direction. The RIP processing unit performs RIP processing on the original image data with a resolution corresponding to the overlap of the filters. Characterized in that it is intended to acquire the raster data.

また、上記本考案の画像処理装置においては、フィルタを、フィルタの重なりに応じて重み付して算出された値から構成するようにすることができる。   In the image processing apparatus according to the present invention, the filter can be configured from values calculated by weighting according to the overlap of the filters.

また、フィルタを、ラスターデータの画素の位置と出力画素の位置との位置関係に基づいて算出された値から構成するようにすることができる。   In addition, the filter can be configured from values calculated based on the positional relationship between the pixel position of the raster data and the position of the output pixel.

本考案の画像処理装置によれば、主走査方向および/または副走査方向についてフィルタの一部が重なるように対応付けすることによりラスターデータの同一画素を重複して用いて隣接する出力画素の値をそれぞれ算出し、フィルタの重なりに応じた解像度で原画像データにRIP処理を施してラスターデータを取得するようにしたので、従来の画像処理装置よりも低い解像度でRIP処理を施すようにすることができる。   According to the image processing apparatus of the present invention, the values of adjacent output pixels are used by overlapping the same pixels of raster data by associating the filters so as to overlap in the main scanning direction and / or the sub-scanning direction. Since the raster data is obtained by performing RIP processing on the original image data at a resolution corresponding to the overlap of the filters, the RIP processing is performed at a lower resolution than the conventional image processing apparatus. Can do.

そして、さらに、上記フィルタを、フィルタの重なりに応じて重み付して算出された値から構成するようにした場合には、より適切なスムージング処理を施すようにすることができる。   Further, when the filter is composed of values calculated by weighting according to the overlap of the filters, a more appropriate smoothing process can be performed.

以下、図面を参照して本考案の画像処理装置の一実施形態を用いたインクジェット記録システムについて詳細に説明する。図1は、本インクジェット記録システムの概略構成を示すブロック図である。   Hereinafter, an inkjet recording system using an embodiment of an image processing apparatus of the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a schematic configuration of the ink jet recording system.

本インクジェット記録システムは、図1に示すように、文字や写真、イラストなどを含む原画像データを作成可能なアプリケーションがインストールされ、原画像データをPDL形式(ページ記述言語)で出力するコンピュータ10と、コンピュータ10から出力された原画像データを受け付け、その原画像データにRIP処理を施してR成分、G成分、B成分のラスターデータをそれぞれ生成するRIP処理部20と、RIP処理部20においてRIP処理の行う際のRIP解像度を取得するRIP解像度取得部21と、RIP処理部20において生成されたR成分、G成分、B成分のラスターデータをC成分、M成分、Y成分およびK成分のラスターデータに変換するRGB−CMYK変換部30と、RGB−CMYK変換部30において変換されたC成分、M成分、Y成分およびK成分のラスターデータに対しスムージング処理を施してそれぞれの出力画像データを生成するスムージング処理部40と、スムージング処理部40においてスムージング処理を行う際に用いられるフィルタの値を算出するフィルタ値取得部41と、スムージング処理を行う際に用いられるフィルタのサイズを取得するフィルタサイズ取得部42と、予め取得された出力解像度および、後述する最大インクドロップ数に基づいて入力解像度を取得する入力解像度取得部43と、スムージング処理部40において生成された各出力画像データにスクリーニング処理を施してスクリーニング処理済出力画像データを生成するスクリーニング処理部50と、スクリーニング処理部50において生成された各スクリーニング処理済出力画像データに基づいて画像を記録するインクジェット記録装置60とを備えている。   As shown in FIG. 1, the present inkjet recording system is installed with an application capable of creating original image data including characters, photographs, illustrations, and the like, and a computer 10 that outputs the original image data in a PDL format (page description language). The RIP processing unit 20 that receives the original image data output from the computer 10 and generates R component, G component, and B component raster data by applying RIP processing to the original image data. RIP resolution acquisition unit 21 that acquires RIP resolution at the time of processing, and R component, G component, and B component raster data generated by RIP processing unit 20 are rasterized as C component, M component, Y component, and K component In the RGB-CMYK conversion unit 30 and the RGB-CMYK conversion unit 30 for converting data A smoothing processing unit 40 that performs smoothing processing on the converted C component, M component, Y component, and K component raster data to generate respective output image data, and is used when the smoothing processing unit 40 performs the smoothing processing. A filter value acquisition unit 41 for calculating a filter value, a filter size acquisition unit 42 for acquiring a filter size used when performing the smoothing process, an output resolution acquired in advance, and a maximum ink drop number to be described later An input resolution acquisition unit 43 that acquires an input resolution based on the above, a screening processing unit 50 that performs screening processing on each output image data generated in the smoothing processing unit 40 to generate output image data that has undergone screening processing, and a screening processing unit Generated in 50 And a ink jet recording apparatus 60 for recording an image based on screening processed output image data.

次に、本インクジェット記録システムの作用について説明する。   Next, the operation of the ink jet recording system will be described.

まず、コンピュータ10において、文字や写真、イラストなどを含む原画像データがアプリケーションによって作成される。そして、コンピュータ10のアプリケーションにおいて印刷指示がなされる。コンピュータ10は、印刷指示に応じて原画像データをPDL形式でRIP処理部20に出力する。   First, in the computer 10, original image data including characters, photos, illustrations, and the like is created by an application. Then, a print instruction is issued in the application of the computer 10. The computer 10 outputs the original image data to the RIP processing unit 20 in the PDL format according to the print instruction.

そして、RIP処理部20においてPDL形式の原画像データにRIP処理が施されるが、そのときのRIP解像度の決定方法について説明する。   Then, RIP processing is performed on the original image data in the PDL format in the RIP processing unit 20, and a method for determining the RIP resolution at that time will be described.

まず、インクジェット記録装置60の出力解像度が予め取得されるとともに、最大インクドロップ数が予め選択される。上記出力解像度および最大インクドロップ数はインクジェット記録装置60において予め設定するようにしてもよいし、コンピュータ10において予め設定するようにしてもよい。   First, the output resolution of the inkjet recording apparatus 60 is acquired in advance, and the maximum number of ink drops is selected in advance. The output resolution and the maximum number of ink drops may be set in advance in the inkjet recording apparatus 60 or may be set in advance in the computer 10.

また、最大インクドロップ数とは、印刷用紙に記録される各ドットの最大濃度のインクドロップ数であり、出力階調数に対応する情報である。最大インクドロップ数は、直接その値を選択するようにしてもよいし、たとえば、印刷用紙の種類と最大インクドロップ数とを対応付けしておき、印刷用紙の種類を選択することによって最大インクドロップ数を選択するようにしてもよい。   The maximum number of ink drops is the number of ink drops with the maximum density of each dot recorded on the printing paper, and is information corresponding to the number of output gradations. The maximum number of ink drops may be selected directly, or for example, the maximum ink drop may be selected by associating the type of printing paper with the maximum number of ink drops and selecting the type of printing paper. The number may be selected.

なお、印刷用紙の種類と最大インクドロップ数の対応付けは、印刷用紙の種類とその印刷用紙上で表現可能な最大ドット濃度のインクドロップ数とを対応付けるようにすればよい。印刷用紙の種類によって、インクのにじみや裏抜けの程度が異なり、表現可能な最大ドット濃度が異なるからである。   Note that the type of printing paper and the maximum number of ink drops may be associated with the type of printing paper and the number of ink drops having the maximum dot density that can be expressed on the printing paper. This is because the degree of ink bleeding and back-through varies depending on the type of printing paper, and the maximum dot density that can be expressed differs.

そして、上記のようにして取得された出力解像度と最大インクドロップ数は入力解像度取得部43に入力される。そして、入力解像度取得部43において、出力解像度と最大インクドロップ数とに基づいて入力解像度が取得される。   The output resolution and the maximum ink drop number acquired as described above are input to the input resolution acquisition unit 43. Then, the input resolution acquisition unit 43 acquires the input resolution based on the output resolution and the maximum number of ink drops.

具体的には、たとえば、出力解像度が300×600dpi、最大インクドロップ数が5ドロップの場合、データ量は、出力解像度×最大インクドロップ数=300×600×5=900000となる。そして、900×1200dpi=1080000なので、900×1200dpiの解像度で2階調のラスターデータが得られるようにすればスムージングの実現には十分であり、この入力解像度が取得される。   Specifically, for example, when the output resolution is 300 × 600 dpi and the maximum number of ink drops is 5, the data amount is output resolution × maximum number of ink drops = 300 × 600 × 5 = 900,000. Since 900 × 1200 dpi = 1080000, it is sufficient to achieve smoothing if two-tone raster data is obtained with a resolution of 900 × 1200 dpi, and this input resolution is acquired.

そして、上記のようにして取得された入力解像度900×1200dpiは、出力解像度300×600dpiとともにフィルタサイズ取得部42に出力される。そして、フィルタサイズ取得部42において、主走査方向についての入力解像度900と出力解像度300の最大公約数300が算出されるとともに、副走査方向についての入力解像度1200と出力解像度600の最大公約数600が算出される。主走査方向についての入力解像度900が主走査方向についての最大公約数300で除算されて主走査方向についてのフィルタサイズ3が取得される。また、副走査方向についての入力解像度1200が副走査方向についての最大公約数600で除算されて副走査方向についてのフィルタサイズ2が取得される。そして、図2に示すような3×2のフィルタが設定される。そして、上記のようにして取得されたフィルタサイズはRIP解像度取得部21に出力される。   The input resolution 900 × 1200 dpi acquired as described above is output to the filter size acquisition unit 42 together with the output resolution 300 × 600 dpi. The filter size acquisition unit 42 calculates the greatest common divisor 300 of the input resolution 900 and the output resolution 300 in the main scanning direction, and obtains the greatest common divisor 600 of the input resolution 1200 and the output resolution 600 in the sub scanning direction. Calculated. The input resolution 900 in the main scanning direction is divided by the greatest common divisor 300 in the main scanning direction to obtain the filter size 3 in the main scanning direction. Further, the input resolution 1200 in the sub-scanning direction is divided by the greatest common divisor 600 in the sub-scanning direction to obtain the filter size 2 in the sub-scanning direction. Then, a 3 × 2 filter as shown in FIG. 2 is set. The filter size acquired as described above is output to the RIP resolution acquisition unit 21.

ここで、たとえば、上記のようにして設定されたフィルタを用いてスムージング処理が施されるラスターデータが、図3に示すような、画素値I00、I01、I02、I10、I11、I12、I20、I21、I22、I30、I31、I32からなるものである場合、従来は、画素値I00、I01、I02、I10、I11、I12の範囲を入力参照マトリクスr1によって参照し、上記画素値とフィルタとを対応付けてオーバーサンプリングして出力画素値P00を算出し、次に、画素値I20、I21、I22、I30、I31、I32の範囲を入力参照マトリクスr2によって参照し、上記画素値とフィルタとを対応付けてオーバーサンプリングして出力画素値P10を算出するようにしていた。   Here, for example, raster data subjected to smoothing processing using the filter set as described above has pixel values I00, I01, I02, I10, I11, I12, I20, In the case of I21, I22, I30, I31, and I32, conventionally, the pixel values I00, I01, I02, I10, I11, and I12 are referred to by the input reference matrix r1, and the pixel values and the filters are Corresponding oversampling is performed to calculate the output pixel value P00, and then the range of the pixel values I20, I21, I22, I30, I31, and I32 is referred to by the input reference matrix r2, and the pixel values and the filters are associated with each other. In addition, the output pixel value P10 is calculated by oversampling.

これに対し、本実施形態では、図4に示ように、画素値I00、I01、I02、I10、I11、I12、I20、I21、I22の範囲を入力参照マトリクスRとし、その入力参照マトリクスRの範囲の一部の画素値I10、I11、I12を重複して参照して出力画素値を算出する。具体的には、まず、画素値I00、I01、I02、I10、I11、I12とフィルタとを対応付けて下式を演算することによって出力画素値P00を算出し、次に、画素値I10、I11、I12、I20、I21、I22とフィルタとを対応付けて下式を演算することによって出力画素値P10を算出する。なお、W00、W01、W02、W10、W11、W12の値については後で詳述する。   On the other hand, in this embodiment, as shown in FIG. 4, the range of pixel values I00, I01, I02, I10, I11, I12, I20, I21, and I22 is defined as an input reference matrix R, and the input reference matrix R The output pixel value is calculated by referring to the partial pixel values I10, I11, and I12 in the range. Specifically, first, the output pixel value P00 is calculated by associating the pixel values I00, I01, I02, I10, I11, and I12 with the filter and calculating the following equation, and then the pixel values I10, I11. , I12, I20, I21, I22 and the filter are associated with each other and the following expression is calculated to calculate the output pixel value P10. The values of W00, W01, W02, W10, W11, and W12 will be described in detail later.

P00=(I00×W00+I01×W01+I02×W02+I10×W10+I11
×W11+I12×W12)/(W00+W01+W02+W10+W11+
W12)
P10=(I10×W00+I11×W01+I12×W02+I20×W10+I11
×W11+I22×W12)/(W00+W01+W02+W10+W11+
W12)
上記のように同じ画素値を副走査方向について重複して参照するようにしたので、副走査方向のRIP解像度は、以下のようにして算出することができる。
P00 = (I00 × W00 + I01 × W01 + I02 × W02 + I10 × W10 + I11
× W11 + I12 × W12) / (W00 + W01 + W02 + W10 + W11 +
W12)
P10 = (I10 × W00 + I11 × W01 + I12 × W02 + I20 × W10 + I11
× W11 + I22 × W12) / (W00 + W01 + W02 + W10 + W11 +
W12)
As described above, the same pixel value is referred to redundantly in the sub-scanning direction, so that the RIP resolution in the sub-scanning direction can be calculated as follows.

副走査方向のRIP解像度=入力参照マトリクスRの副走査方向のサイズ/フィルタの副走査方向のサイズ×副走査方向についての出力解像度=3/2×600=900
上記のようにしてRIP解像度がRIP解像度取得部21において取得され、900×900dpiの解像度がRIP処理部20に出力される。なお、入力参照マトリクスRの副走査方向のサイズは予めRIP解像度取得部21に設定されているものとする。
RIP resolution in the sub scanning direction = size of the input reference matrix R in the sub scanning direction / size of the filter in the sub scanning direction × output resolution in the sub scanning direction = 3/2 × 600 = 900
As described above, the RIP resolution is acquired by the RIP resolution acquisition unit 21, and a resolution of 900 × 900 dpi is output to the RIP processing unit 20. Note that the size of the input reference matrix R in the sub-scanning direction is set in the RIP resolution acquisition unit 21 in advance.

そして、RIP処理部20は、上記のようにして取得されたRIP解像度に基づいて原画像データにRIP処理を施すことによってR成分、G成分、B成分のラスターデータをそれぞれ生成する。なお、R成分、G成分、B成分のラスターデータの各画素データは、たとえば、8bitで表されるデータである。   The RIP processing unit 20 generates R component, G component, and B component raster data by performing RIP processing on the original image data based on the RIP resolution acquired as described above. Note that each pixel data of R data, G component, and B component raster data is, for example, data represented by 8 bits.

そして、RIP処理部20で生成されたR成分、G成分、B成分のラスターデータはRGB−CMYK変換部30に出力され、RGB−CMYK変換部30において、C成分、M成分、Y成分、K成分のラスターデータに変換される。なお、C成分、M成分、Y成分、K成分のラスターデータの各画素データも、たとえば、8bitで表されるデータである。   The R component, G component, and B component raster data generated by the RIP processing unit 20 is output to the RGB-CMYK conversion unit 30, and the RGB-CMYK conversion unit 30 outputs the C component, M component, Y component, and K. Converted to component raster data. The pixel data of raster data of C component, M component, Y component, and K component is also data represented by 8 bits, for example.

そして、RGM−CMYK変換部30において生成されたC成分、M成分、Y成分、K成分のラスターデータは、スムージング処理部40に出力され、スムージング処理部40において、図4で説明したようにラスターデータとフィルタとが対応付けられて各出力画素値が算出され、300×600dpiの出力画像データが生成される。   The raster data of the C component, M component, Y component, and K component generated by the RGM-CMYK conversion unit 30 is output to the smoothing processing unit 40, and the smoothing processing unit 40 performs the raster processing as described with reference to FIG. Each output pixel value is calculated by associating the data with the filter, and output image data of 300 × 600 dpi is generated.

ここで、スムージング処理部40において出力画素値を算出する際に用いられるフィルタの値の求め方について説明する。   Here, how to obtain the filter value used when the smoothing processing unit 40 calculates the output pixel value will be described.

上述したように、本実施形態においては、RIP解像度が900×900dpiであるので、入力参照画素値I00、I01、I02、I10、I11、I12、I20、I21、I22の位置関係は、図5に示すような関係となる。なお、図5においては、入力参照画素の位置を黒丸で示している。   As described above, in this embodiment, since the RIP resolution is 900 × 900 dpi, the positional relationship between the input reference pixel values I00, I01, I02, I10, I11, I12, I20, I21, and I22 is shown in FIG. The relationship is as shown. In FIG. 5, the position of the input reference pixel is indicated by a black circle.

そして、図5に示すような入力参照画素の位置関係と出力画素値の位置とを、図6に示すように対応付けする。なお、図6においては、出力画素P00、P10の位置を×印で示している。   Then, the positional relationship between the input reference pixels as shown in FIG. 5 and the position of the output pixel value are associated as shown in FIG. In FIG. 6, the positions of the output pixels P00 and P10 are indicated by crosses.

そして、入力参照画素から出力画素までの副走査方向についての距離を計算する。具体的には、入力参照画素I00、I01、I02、I10、I11、I12から出力画素P00までの距離をそれぞれ求める。入力参照画素I00、I01、I02から出力画素P00までの距離は1/3600=(1/900+1/1800)−(1/1200+1/1800)であり、入力参照画素I10、I11、I12から出力画素P00までの距離は3/3600である。   Then, the distance in the sub-scanning direction from the input reference pixel to the output pixel is calculated. Specifically, the distances from the input reference pixels I00, I01, I02, I10, I11, and I12 to the output pixel P00 are obtained. The distance from the input reference pixels I00, I01, I02 to the output pixel P00 is 1/3600 = (1/900 + 1/1800) − (1/1200 + 1/1800), and the input reference pixels I10, I11, I12 to the output pixel P00. The distance to is 3/3600.

そして、図7(A)に示すように、上記距離の逆数を正規化して出力画素P00用のフィルタ値を求める。   Then, as shown in FIG. 7A, the filter value for the output pixel P00 is obtained by normalizing the reciprocal of the distance.

また、上記と同様に、入力参照画素I10、I11、I12、I20、I21、I22から出力画素P10までの距離をそれぞれ求める。入力参照画素I10、I11、I12から出力画素P10までの距離は3/3600であり、入力参照画素I20、I21、I22から出力画素P10までの距離は1/3600である。   Similarly to the above, the distances from the input reference pixels I10, I11, I12, I20, I21, and I22 to the output pixel P10 are obtained. The distance from the input reference pixels I10, I11, I12 to the output pixel P10 is 3/3600, and the distance from the input reference pixels I20, I21, I22 to the output pixel P10 is 1/3600.

そして、上記距離の逆数を正規化して、図7(B)に示すような出力画素P10用のフィルタ値を求める。   Then, the reciprocal of the distance is normalized to obtain a filter value for the output pixel P10 as shown in FIG.

なお、本実施形態においては、上記のように入力参照画素と出力画素との距離の逆数を正規化してフィルタ値を求めるようにしたが、これに限らず、たとえば、入力参照画素と出力画素の副走査方向および/または主走査方向についての距離の逆数を正規化してフィルタ値を求めるようにしてもよい。   In the present embodiment, the filter value is obtained by normalizing the reciprocal of the distance between the input reference pixel and the output pixel as described above. However, the present invention is not limited to this. The filter value may be obtained by normalizing the reciprocal of the distance in the sub-scanning direction and / or main scanning direction.

そして、上記のようにして算出されたフィルタ値がフィルタ値取得部41において取得され、そのフィルタ値がフィルタサイズ取得部42において取得されたフィルタに当てはめられ、そのフィルタがスムージング処理部40に出力される。   Then, the filter value calculated as described above is acquired by the filter value acquisition unit 41, the filter value is applied to the filter acquired by the filter size acquisition unit 42, and the filter is output to the smoothing processing unit 40. The

そして、スムージング処理部40において、入力参照画素値I00、I01、I02、I10、I11、I12、I20、I21、I22とフィルタとが対応付けられ、下式を計算することによって出力画素値P00、P10が算出される。   In the smoothing processing unit 40, the input reference pixel values I00, I01, I02, I10, I11, I12, I20, I21, and I22 are associated with the filters, and the output pixel values P00 and P10 are calculated by calculating the following equations. Is calculated.

P00=(I00×3+I01×3+I02×3+I10×1+I11×1+I12×
2)/(3+3+3+1+1+1)
P10=(I10×1+I11×1+I12×1+I20×3+I21×3+I22×
3)/(1+1+1+3+3+3)
そして、上記のようにして各成分のラスターデータについて、各出力画素値を算出することによって、各成分について300×600dpiの出力画像データが生成される。
P00 = (I00 × 3 + I01 × 3 + I02 × 3 + I10 × 1 + I11 × 1 + I12 ×
2) / (3 + 3 + 3 + 1 + 1 + 1)
P10 = (I10 × 1 + I11 × 1 + I12 × 1 + I20 × 3 + I21 × 3 + I22 ×
3) / (1 + 1 + 1 + 3 + 3 + 3)
Then, by calculating each output pixel value for the raster data of each component as described above, output image data of 300 × 600 dpi is generated for each component.

そして、上記のようにして各成分について生成された出力画像データは、スクリーニング処理部50に出力される。そして、スクリーニング処理部50において、各成分の出力画像データに対し、予め選択された階調数を考慮してスクリーニング処理が施される。上記スクリーニング処理としては、たとえば、網点処理や誤差拡散処理などが施される。なお、上記予め選択された階調数とは上記最大インクドロップ数に対応する階調数である。   The output image data generated for each component as described above is output to the screening processing unit 50. Then, the screening processing unit 50 performs screening processing on the output image data of each component in consideration of the number of gradations selected in advance. As the screening processing, for example, halftone processing or error diffusion processing is performed. Note that the previously selected number of gradations is the number of gradations corresponding to the maximum number of ink drops.

そして、上記スクリーニング処理は、各ドットが上記階調数の濃度で表現されるように、に施される。たとえば、決定された階調数が8階調の場合、各スクリーニング処理済出力画像データの各画素データは3ビットのデータに変換される。   The screening process is performed so that each dot is expressed by the density of the number of gradations. For example, when the determined number of gradations is 8 gradations, each pixel data of each screened output image data is converted into 3-bit data.

そして、上記のようにして生成された各成分のスクリーニング処理済出力画像データはインクジェット記録装置60に出力され、各成分のスクリーニング処理済画像出力データに基づいて、各成分の記録ヘッドからインクが吐出され、印刷用紙に画像が記録される。たとえば、上記スクリーニング処理済出力画像データが6階調を表すデータの場合、記録ヘッドから、0から5ドロップの6階調のドット濃度で印刷用紙に吐出されることで画像が記録される。なお、インクジェット記録装置における画像の記録の作用については後で詳述する。   Then, the screened output image data of each component generated as described above is output to the ink jet recording apparatus 60, and ink is ejected from the recording head of each component based on the screened image output data of each component. The image is recorded on the printing paper. For example, when the screened output image data is data representing 6 gradations, an image is recorded by being ejected from a recording head onto a printing paper with a dot density of 6 gradations from 0 to 5 drops. The operation of image recording in the ink jet recording apparatus will be described in detail later.

次に、本インクジェット記録システムにおけるインクジェット記録装置60について簡単に説明する。   Next, the ink jet recording apparatus 60 in the ink jet recording system will be briefly described.

インクジェット記録装置60は、図8に示すように、スクリーニング処理部50から出力された各スクリーニング処理済出力画像データに基づいて制御信号を生成する制御部70と、制御部70からの制御信号に基づいて印刷用紙にインクを吐出して画像を記録するインクジェットヘッドユニット61と、印刷用紙が載置される給紙部62と、給紙部62から繰り出された印刷用紙をインクジェットヘッドユニット61まで搬送するベルト搬送部63と、両面印刷時に印作用紙を搬送するための両面用ベルト搬送部64と、両面印刷時に片面印刷の施された印刷用紙が一旦排紙される両面用スタックトレー65と、ベルト搬送部63により搬送されるとともにインクジェットヘッドユニット61により画像が記録された印刷用紙が排紙される排紙部66と、所定の印刷条件を入力可能なタッチパネル67とを備えている。   As shown in FIG. 8, the inkjet recording apparatus 60 includes a control unit 70 that generates a control signal based on each screened output image data output from the screening processing unit 50, and a control signal from the control unit 70. Ink jet head unit 61 that ejects ink onto printing paper and records an image, paper feeding unit 62 on which the printing paper is placed, and printing paper fed from paper feeding unit 62 are conveyed to ink jet head unit 61. A belt conveying unit 63; a double-sided belt conveying unit 64 for conveying printing paper during double-sided printing; a double-sided stack tray 65 for temporarily discharging printing paper subjected to single-sided printing during double-sided printing; A print sheet on which an image is recorded is discharged by the inkjet head unit 61 while being transported by the transport unit 63. Paper portion 66, and an input touch panel capable 67 a predetermined printing conditions.

インクヘッドジェットユニット61は、Y成分、M成分、C成分およびK成分のスクリーニング処理済出力画像データに対応した記録ヘッド61A〜61Dを備えている。   The ink head jet unit 61 includes recording heads 61 </ b> A to 61 </ b> D corresponding to output image data that has undergone screening processing of Y component, M component, C component, and K component.

ベルト搬送部63は、ベルトに多数の穴を開けた無端ベルトにより形成され、不図示の吸引ファンにより空気を穴から吸引することにより発生する負圧で印刷用紙をベルトに吸着させ、印刷用紙を矢印A方向に搬送するものである。   The belt conveyance unit 63 is formed of an endless belt having a number of holes in the belt, and adsorbs the printing paper to the belt with negative pressure generated by sucking air from the holes by a suction fan (not shown), It is conveyed in the direction of arrow A.

両面用ベルト搬送部64は、ベルト搬送部63と同様に、ベルトに多数の穴を空けた無端ベルトにより形成されており、片面印刷の施された印刷用紙を両面用スタックトレー65まで搬送し、両面用スタックトレー65に排紙するものである。   The double-sided belt conveyance unit 64 is formed of an endless belt having a plurality of holes formed in the belt, similarly to the belt conveyance unit 63, and conveys printing paper subjected to single-sided printing to the double-sided stack tray 65, The paper is discharged to the double-sided stack tray 65.

両面用スタックトレー65は、両面用ベルト搬送部64により搬送された片面印刷済印刷用紙が一旦載置されるものであるとともに、該載置された片面印刷済印刷用紙を載置された順で繰り出すことにより、印刷用紙の裏側に印刷が施されるようベルト搬送部63に片面印刷済印刷用紙を排紙するものである。   In the double-sided stack tray 65, the single-sided printed printing paper conveyed by the double-sided belt conveyance unit 64 is temporarily placed, and the placed single-sided printed printing paper is placed in the order in which it is placed. By feeding out, the single-side printed printing paper is discharged to the belt conveyance unit 63 so that printing is performed on the back side of the printing paper.

次に、インクジェット記録装置60の作用について説明する。   Next, the operation of the ink jet recording apparatus 60 will be described.

給紙部62に載置された印刷用紙が、ベルト搬送部63に送り出され、ベルト搬送部63は、印刷用紙を所定の一定の搬送速度で矢印A方向に搬送し、インクジェットヘッドユニット61付近まで搬送する。そして、ベルト搬送部63により搬送された印刷用紙に記録ヘッド61A〜61Dから制御部70から出力された制御信号に基づいてインクが吐出されて画像が記録される。そして、片面印刷を行う場合には、上記のようにして画像が記録された印刷用紙は排紙部66に排紙される。また、両面印刷を行う場合には、上記のようにして画像が記録された片面印刷済印刷用紙は、ローラ対68に狭持され、搬送路69に送り出される。搬送路69に送り出された片面印刷済印刷用紙はさらにローラ対70に狭持され、両面用ベルト搬送部64に搬送される。両面用ベルト搬送部64は片面印刷済印刷用紙を矢印B方向に搬送するが、このとき片面印刷済印刷用紙は画像が記録された面を下向きにして搬送される。そして、片面印刷済印刷用紙は画像が記録された面を下に向けたまま両面用スタックトレー65に排出される。そして、両面用スタックトレー65に排出された片面印刷済印刷用紙は、両面用スタックトレー65の底面側から不図示のピックアップローラにより再度両面用ベルト搬送部64に繰り出され、再び上記片面印刷時と同様の処理によって印刷用紙の裏面に画像が記録される。ただし、裏面印刷時には、おもて面に記録された画像と画像の向きを同じにする必要があるため、180°回転させる処理の施されたスクリーニング処理済出力画像データに基づいて画像の記録が行われる。   The printing paper placed on the paper feed unit 62 is sent out to the belt conveyance unit 63, and the belt conveyance unit 63 conveys the printing paper in the direction of arrow A at a predetermined constant conveyance speed to the vicinity of the inkjet head unit 61. Transport. Then, ink is ejected onto the printing paper conveyed by the belt conveyance unit 63 based on the control signal output from the control unit 70 from the recording heads 61A to 61D, and an image is recorded. When performing single-sided printing, the printing paper on which the image is recorded as described above is discharged to the paper discharge unit 66. When performing duplex printing, the single-sided printed paper on which an image has been recorded as described above is held between the roller pair 68 and sent to the conveyance path 69. The single-sided printed printing sheet sent to the conveyance path 69 is further held between the roller pair 70 and conveyed to the double-sided belt conveyance unit 64. The double-sided belt conveyance unit 64 conveys the single-sided printed paper in the direction of arrow B. At this time, the single-sided printed paper is conveyed with the surface on which the image is recorded facing downward. Then, the single-sided printed paper is discharged to the double-sided stack tray 65 with the side on which the image is recorded facing down. Then, the single-sided printed printing sheet discharged to the double-sided stack tray 65 is again fed out from the bottom surface side of the double-sided stack tray 65 to the double-sided belt transport unit 64 by a pickup roller (not shown), and again during the above single-sided printing. An image is recorded on the back side of the printing paper by a similar process. However, when printing on the back side, the image recorded on the front side needs to have the same orientation as that of the image. Therefore, the image is recorded on the basis of the output image data that has been subjected to the rotation process by 180 °. Done.

本考案の画像処理装置の一実施形態を用いたインクジェット記録システムの概略構成を示すブロック図The block diagram which shows schematic structure of the inkjet recording system using one Embodiment of the image processing apparatus of this invention. フィルタを示す図Diagram showing filter 従来のオーバーサンプリングを説明するための図Diagram for explaining conventional oversampling 本考案の画像処理装置のスムージング処理を説明するための図The figure for demonstrating the smoothing process of the image processing apparatus of this invention 900×900dpiのラスターデータの画素の位置を示す図The figure which shows the position of the pixel of the raster data of 900x900 dpi 900×900dpiのラスターデータの画素の位置と300×600dpiの出力画像データの出力画素の位置とを対応付けた図The figure which matched the position of the pixel of raster data of 900x900 dpi, and the position of the output pixel of output image data of 300x600 dpi フィルタの値の算出方法を説明するための図Diagram for explaining how to calculate the filter value インクジェット記録装置の概略構成図Schematic configuration diagram of inkjet recording apparatus スムージング処理を施さなかった場合における文字のエッジ部分を示す図(A)、スムージング処理を施した場合における文字のエッジ部分を示す図(B)The figure which shows the edge part of a character when smoothing processing is not performed (A), The figure which shows the edge part of a character when smoothing processing is performed (B) 従来のスムージング処理を説明するための図The figure for demonstrating the conventional smoothing process

符号の説明Explanation of symbols

10 コンピュータ
20 RIP処理部
21 RIP解像度取得部
30 RGB−CMYK変換部
40 スムージング処理部
41 フィルタ値取得部
42 フィルタサイズ取得部
43 入力解像度取得部
50 スクリーニング処理部
60 インクジェット記録装置
61 インクジェットヘッドユニット
62 給紙部
63 ベルト搬送部
64 両面用ベルト搬送部
65 両面用スタックトレー
66 排紙部
67 タッチパネル
68 ローラ対
69 搬送路
70 制御部
DESCRIPTION OF SYMBOLS 10 Computer 20 RIP process part 21 RIP resolution acquisition part 30 RGB-CMYK conversion part 40 Smoothing process part 41 Filter value acquisition part 42 Filter size acquisition part 43 Input resolution acquisition part 50 Screening process part 60 Inkjet recording device 61 Inkjet head unit 62 Supply Paper part 63 Belt conveying part 64 Double-sided belt conveying part 65 Double-sided stack tray 66 Paper discharging part 67 Touch panel 68 Roller pair 69 Conveying path 70 Control part

Claims (3)

原画像データに所定の解像度でRIP処理を施してラスターデータを取得するRIP処理部と、該RIP処理部により取得されたラスターデータにフィルタを対応付け、該フィルタ内の前記ラスターデータの画素の値に基づいて出力画素の値を算出することによってスムージング処理を施し前記所定の解像度より小さい解像度の出力画像データを生成する出力画像データ生成部とを備えた画像処理装置であって、
前記出力画像データ生成部が、主走査方向および/または副走査方向について前記フィルタの一部が重なるように対応付けすることにより前記ラスターデータの同一画素を重複して用いて隣接する前記出力画素の値をそれぞれ算出するものであり、
前記RIP処理部が、前記フィルタの重なりに応じた解像度で前記原画像データにRIP処理を施してラスターデータを取得するものであることを特徴とする画像処理装置。
RIP processing unit that performs RIP processing on original image data at a predetermined resolution to obtain raster data, a filter associated with the raster data acquired by the RIP processing unit, and a pixel value of the raster data in the filter An output image data generation unit that performs a smoothing process by calculating a value of an output pixel based on the output image data and generates output image data having a resolution smaller than the predetermined resolution,
The output image data generation unit associates the filters so that a part of the filter overlaps in the main scanning direction and / or the sub-scanning direction, so that the same pixel of the raster data is used in an overlapping manner. Each value is calculated,
The image processing apparatus, wherein the RIP processing unit performs raster processing on the original image data at a resolution corresponding to the overlap of the filters to obtain raster data.
前記フィルタが、前記フィルタの重なりに応じて重み付して算出された値から構成されたものであることを特徴とする請求項1記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the filter includes a value calculated by weighting according to the overlap of the filters. 前記フィルタが、前記ラスターデータの画素の位置と前記出力画素の位置との位置関係に基づいて算出された値から構成されたものであることを特徴とする請求項2記載の画像処理装置。   The image processing apparatus according to claim 2, wherein the filter includes a value calculated based on a positional relationship between a pixel position of the raster data and a position of the output pixel.
JP2005009950U 2005-11-25 2005-11-25 Image processing device Expired - Lifetime JP3119124U (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005009950U JP3119124U (en) 2005-11-25 2005-11-25 Image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005009950U JP3119124U (en) 2005-11-25 2005-11-25 Image processing device

Publications (1)

Publication Number Publication Date
JP3119124U true JP3119124U (en) 2006-02-16

Family

ID=43469370

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005009950U Expired - Lifetime JP3119124U (en) 2005-11-25 2005-11-25 Image processing device

Country Status (1)

Country Link
JP (1) JP3119124U (en)

Similar Documents

Publication Publication Date Title
JP4546385B2 (en) Image processing method and apparatus
US20150352871A1 (en) Printer and method of processing an image to be printed
JP2007007899A (en) Printer, printing method, and image processing method
JP4928313B2 (en) Image processing apparatus and image processing method
JP2020026061A (en) Recording device, recording method, and recording control device
US20140153021A1 (en) Image forming apparatus and image forming method
JP2009194894A (en) Image processing capable of improving print quality of image around edge
US9150009B1 (en) Printing apparatus, printing method, and program
JP5821245B2 (en) Printing apparatus and printing method
JP2010130303A (en) Print controller, printing apparatus, print control method, and computer program
JP3119124U (en) Image processing device
JP6163092B2 (en) Image processing device
JP2019038229A (en) Printer and print control unit
JP2018069603A (en) Inkjet printing device
JP5834672B2 (en) Image processing apparatus, image processing method, image forming apparatus, program, and recording medium
JP2009131959A (en) Image forming method and image forming apparatus
JP3915521B2 (en) Printing that suppresses blurring of contours
US7425054B2 (en) Reduced memory usage for delay buffer during printing swaths in an inkjet printer
JP2005170010A (en) Image formation device, printer driver, and data-processing device
US11400707B2 (en) Recording device and recording method
JP4193433B2 (en) Continuous printing of multiple images
JP2009278416A (en) Image printing system, image printing method, and computer-readable medium
JP2024004757A (en) Image processing device
JP2010115846A (en) Image processing method
JP2005178144A (en) Printing device, printing control device, printing method and program

Legal Events

Date Code Title Description
R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090125

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100125

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110125

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110125

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120125

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120125

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130125

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130125

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140125

Year of fee payment: 8

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term