JP7658007B2 - IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM - Google Patents
IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM Download PDFInfo
- Publication number
- JP7658007B2 JP7658007B2 JP2024075528A JP2024075528A JP7658007B2 JP 7658007 B2 JP7658007 B2 JP 7658007B2 JP 2024075528 A JP2024075528 A JP 2024075528A JP 2024075528 A JP2024075528 A JP 2024075528A JP 7658007 B2 JP7658007 B2 JP 7658007B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- image data
- color
- display
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Landscapes
- Image Processing (AREA)
- Controls And Circuits For Display Device (AREA)
- Color Image Communication Systems (AREA)
Description
本発明は、画像処理装置、画像処理方法及び画像処理プログラムに関する。 The present invention relates to an image processing device, an image processing method, and an image processing program.
従来から、線や文字、図形、写真などの画像等の印刷データをラスタライズして印刷用の画像を生成し、その画像を印刷出力する前に、表示装置の表示画面上でその画像の仕上がり状態を確認する色校正(ソフトプルーフ)が行われている(下記特許文献1,2参照)。このソフトプルーフによれば、実際に画像の印刷物を出力することなく表示画面上で画像の校正・確認作業を行うことができるので、印刷用紙やインク等の印刷資源の無駄を省き作業時間を短縮することができる等の利点がある。また、表示装置の表示画面上で拡大した部分の確認ができる画像処理装置が存在する(下記特許文献1参照)。
Conventionally, printing data such as images of lines, characters, figures, photographs, etc. are rasterized to generate an image for printing, and color proofing (soft proofing) is performed to check the finished state of the image on the display screen of a display device before printing out the image (see
インクジェットプリンタでは、印刷を行う際にインクのドットサイズを使い分けて印刷を行うマルチサイズドット印刷が知られているが、上記特許文献1,2に開示された従来技術のソフトプルーフでは、マルチサイズドットによる色の変化を踏まえた画像を表示画面上に表示することは考慮されず、拡大表示した場合にインクのドットサイズによる変化等の確認ができない。
Inkjet printers are known to use multi-size dot printing, which uses different ink dot sizes when printing, but the conventional soft proofing technology disclosed in
本発明は、上記事情に鑑みてなされたものであり、マルチサイズドット印刷により印刷出力される画像を正確に表示装置の表示画面上に表示することができる画像処理装置、画像処理方法及び画像処理プログラムを提供することを目的とする。 The present invention has been made in consideration of the above circumstances, and aims to provide an image processing device, an image processing method, and an image processing program that can accurately display images printed out by multi-size dot printing on the display screen of a display device.
本発明に係る画像処理装置は、入力された画像データに基づく画像を、表示装置の表示画面上に表示する画像処理装置において、前記画像データを入力してマルチサイズドットにより形成される印刷用画像を構成する印刷用画像データを生成する第1画像生成部と、前記印刷用画像データを、ドットサイズ及びドットの色情報に基づき色変換してシングルサイズドットにより形成される表示用画像を構成する表示用画像データを生成する第2画像生成部と、前記表示用画像データを前記表示装置に出力する出力部と、を備えたことを特徴とする。 The image processing device according to the present invention is an image processing device that displays an image based on input image data on a display screen of a display device, and is characterized by comprising: a first image generation unit that inputs the image data and generates print image data constituting an image for printing formed by multi-size dots; a second image generation unit that color-converts the print image data based on dot size and dot color information to generate display image data constituting an image for display formed by single-size dots; and an output unit that outputs the display image data to the display device.
本発明の一実施形態において、前記第1画像生成部は、前記画像データの入力プロファイル及び印刷出力装置の出力プロファイルを参照して前記印刷用画像データを生成し、前記第2画像生成部は、前記表示装置の表示プロファイル及び前記ドットサイズに応じて前記色情報を色変換するための変換テーブルを参照して前記表示用画像データを生成する。 In one embodiment of the present invention, the first image generation unit generates the print image data by referring to an input profile of the image data and an output profile of a print output device, and the second image generation unit generates the display image data by referring to a conversion table for color converting the color information according to the display profile of the display device and the dot size.
本発明の他の実施形態において、前記第2画像生成部は、前記変換テーブルを参照して前記色情報の輝度を変換する。 In another embodiment of the present invention, the second image generating unit converts the luminance of the color information by referring to the conversion table.
本発明の更に他の実施形態において、前記第2画像生成部は、前記表示用画像を所定領
域毎に分割した複数の分割画像を構成する前記表示用画像データを縮小表示したナビゲーション画像と、前記複数の分割画像の一つを拡大表示したプルーフ画像とを生成する。
In yet another embodiment of the present invention, the second image generation unit generates a navigation image that displays the display image data in a reduced form, which constitutes a plurality of split images obtained by dividing the display image into specified areas, and a proof image that displays an enlarged version of one of the plurality of split images.
本発明に係る画像処理方法は、入力された画像データに基づく画像を、表示装置の表示画面上に表示する画像処理方法において、前記画像データを入力してマルチサイズドットにより形成される印刷用画像を構成する印刷用画像データを生成する第1画像生成工程と、前記印刷用画像データを、ドットサイズ及びドットの色情報に基づき色変換してシングルサイズドットにより形成される表示用画像を構成する表示用画像データを生成する第2画像生成工程と、前記表示用画像データを前記表示装置に出力する出力工程と、を有することを特徴とする。 The image processing method according to the present invention is an image processing method for displaying an image based on input image data on a display screen of a display device, and is characterized by comprising a first image generation step of inputting the image data and generating print image data constituting an image for printing formed by multi-size dots, a second image generation step of color-converting the print image data based on dot size and dot color information to generate display image data constituting an image for display formed by single-size dots, and an output step of outputting the display image data to the display device.
本発明に係る画像処理プログラムは、入力された画像データに基づく画像を、表示装置の表示画面上に表示する画像処理プログラムであって、コンピュータに、前記画像データを入力してマルチサイズドットにより形成される印刷用画像を構成する印刷用画像データを生成させる第1画像生成工程と、前記印刷用画像データを、ドットサイズ及びドットの色情報に基づき色変換してシングルサイズドットにより形成される表示用画像を構成する表示用画像データを生成させる第2画像生成工程と、前記表示用画像データを前記表示装置に出力させる出力工程と、を実行させることを特徴とする。 The image processing program of the present invention is an image processing program that displays an image based on input image data on a display screen of a display device, and is characterized in that it causes a computer to execute a first image generation step of inputting the image data and generating print image data constituting a print image formed with multi-size dots, a second image generation step of color-converting the print image data based on dot size and dot color information to generate display image data constituting a display image formed with single-size dots, and an output step of outputting the display image data to the display device.
本発明によれば、マルチサイズドット印刷により印刷出力される画像を正確に表示装置の表示画面上に表示することができる。 According to the present invention, images printed out using multi-size dot printing can be accurately displayed on the display screen of a display device.
以下、添付の図面を参照して、本発明の実施形態に係る画像処理装置、画像処理方法及び画像処理プログラムを詳細に説明する。ただし、以下の実施形態は、各請求項に係る発明を限定するものではなく、また、実施形態の中で説明されている特徴の組み合わせの全てが発明の解決手段に必須であるとは限らない。 Below, an image processing device, an image processing method, and an image processing program according to embodiments of the present invention will be described in detail with reference to the attached drawings. However, the following embodiments do not limit the inventions according to the claims, and not all of the combinations of features described in the embodiments are necessarily essential to the solution of the invention.
図1は、本発明の一実施形態に係る画像処理装置1の概略構成を示すブロック図であり、機能的な構成を示している。図1に示すように、本実施形態の画像処理装置1は、例えばRIP(Raster Image Processor)装置として構成され得る。画像処理装置1は、例えばラスタイメージ変換部2と、印刷用画像データ生成部3と、表示用画像データ生成部4と、記憶部5と、操作部6と、を備える。なお、画像処理装置1には、外部に、画像データを含む印刷データを入力する印刷データ生成装置等の印刷データ入力部7、表示装置としてのディスプレイ8、及び印刷出力装置としてのインクジェッ
トプリンタ9等が接続され得る。なお、ディスプレイ8は、画像処理装置1の操作部6に含まれていても良い。
FIG. 1 is a block diagram showing a schematic configuration of an image processing device 1 according to an embodiment of the present invention, showing a functional configuration. As shown in FIG. 1, the image processing device 1 of this embodiment can be configured as, for example, a RIP (Raster Image Processor). The image processing device 1 includes, for example, a raster
ラスタイメージ変換部2は、外部の印刷データ入力部7からPDF(Portable
Document Format)やPS(PostScript:登録商標)等の線や文字、図形、写真などの画像データからなる印刷データを入力し、ラスタデータからなるTIFF画像等の画像データであるラスタイメージデータ(CMYKデータ)に変換する。印刷用画像データ生成部3は、色変換部3a及びハーフトーン処理部3bを有し、ラスタイメージ変換部2からの画像データ(ラスタイメージデータ)に各種変換処理を施してマルチサイズドットの印刷用画像データを生成する。
The raster
The printing
表示用画像データ生成部4は、印刷用画像データ生成部3からの印刷用画像データから、プレビュー用の表示用画像データを生成する。そして、表示用画像データ生成部4は、画像データをディスプレイ8に出力する出力部としても機能する。
The display image data generating unit 4 generates display image data for previewing from the print image data from the print image
記憶部5は、各種のプロファイル及び変換テーブル等のデータ、ディスプレイドライバ及びプリンタドライバ等のデータ、並びに各部により変換・生成された各種の画像データ等を記憶する。操作部6は、画像処理装置1のユーザによる操作入力を、入力部6aを介して受け付ける。
The storage unit 5 stores data such as various profiles and conversion tables, data such as display drivers and printer drivers, and various image data converted and generated by each unit. The
上記印刷用画像データ生成部3の色変換部3aは、少なくとも画像データの入力プロファイル及びインクジェットプリンタ9の出力プロファイルを記憶部5から参照して、画像データに色変換処理を施す。色変換部3aは、具体的には、まず、カラーマネジメント処理として、記憶部5に記憶されたJapan Color(登録商標)等の入力プロファイル(ICCプロファイル)を参照して、画像データ(例えば、8-bit_CMYKデータ)を、例えばL*a*b*表色系の色空間に展開し、デバイスインディペンデントカラーのL*a*b*値に色変換する。
The
そして、色変換部3aは、使用されるインクジェットプリンタ9に使用することができる出力プロファイル(ICCプロファイル)を参照して、L*a*b*値をデバイスディペンデントカラーのCMYK値(8-bit_CMYKデータ)に再度色変換する。
Then, the
その他、色変換部3aは、カラーキャリブレーション処理として、ライトインクカラー(Lc,Lm,Lk)の生成、下地色印刷及び厚盛印刷のための特色インクカラー(W:White/V:Varnish)の生成、インク量の調整(トーンカーブ調整)等を実行し得る。このように、色変換部3aは、カラーマネジメント処理及びカラーキャリブレーション処理を含む、いわゆるカラーマッチング処理全般を実行する。
In addition, the
変換処理部3のハーフトーン処理部3bは、色変換部3aからのCMYK値(8-bit_CMYKLcLmLkWVデータ)に基づいて、誤差拡散法等を用いてハーフトーン処理を施し、印刷用画像データであるデバイスディペンデントカラーのマルチサイズドットのCMYK値(2-bit_CMYKLcLmLkWVデータ)に変換する。なお、マルチサイズドット(SML)情報20の詳細については後述する。
The
印刷用画像データ生成部3から出力されたマルチサイズドットのCMYK値(2-bit_CMYKLcLmLkWVデータ)は、印刷用画像のラスタイメージデータを形成するプリントデータとしてインクジェットプリンタ9に出力される。
The CMYK values of the multi-size dots (2-bit CMYKLcLmLkWV data) output from the print image
表示用画像データ生成部4は、ハーフトーン処理部3bから出力されたマルチサイズドットのCMYK値(2-bit_CMYKLcLmLkWVデータ)を、記憶部5に記憶
された変換テーブル30(図4参照)に基づいて、シングルサイズ(統一サイズ)ドットにより形成される表示用画像を構成するデバイスディペンデントカラーのRGB値(8-bit_RGBデータ)に変換する。表示用画像データ生成部4は、この8-bit_RGBデータからなる表示用画像データをディスプレイ8に出力する。なお、変換テーブル30の詳細については後述する。
The display image data generating unit 4 converts the CMYK values (2-bit CMYKLcLmLkWV data) of the multi-sized dots output from the
本実施形態の画像処理装置1は、このように構成されることにより、インクジェットプリンタ9にてマルチサイズドット印刷により印刷出力される印刷用画像(CMYKデータ)を、ディスプレイ8の表示画面上に表示される表示用画像(RGBデータ)に適切に変換することができるので、例えば実際の印刷出力前に、印刷用画像を正確にディスプレイ8上に表示することが可能となる。これにより、印刷資源の無駄を省き作業時間を短縮することが可能となる。なお、上記印刷用画像データ生成部3及び表示用画像データ生成部4は、それぞれ印刷用画像データを生成する第1画像生成部及び表示用画像データを生成する第2画像生成部として機能する。
By configuring the image processing device 1 of this embodiment in this way, it is possible to appropriately convert a print image (CMYK data) printed and output by multi-size dot printing on the
図2は、画像処理装置1のハードウェア構成を概略的に示す構成図である。
図2に示すように、画像処理装置1は、ハードウェア構成として、CPU11と、RAM12と、ROM13と、HDD(ハードディスクドライブ)14と、SSD(ソリッドステートドライブ)15と、を備える。また、画像処理装置1は、入力I/F(インタフェース)16と、出力I/F(インタフェース)17と、通信I/F(インタフェース)27と、を備える。各構成部11~17,27は、それぞれバス10によって接続されている。
FIG. 2 is a diagram illustrating a schematic hardware configuration of the image processing device 1. As shown in FIG.
2, the image processing device 1 includes, as its hardware configuration, a
CPU11は、RAM12、ROM13、HDD14、SSD15等に記憶された各種プログラムを実行することで画像処理装置1の全体を制御すると共に、画像処理プログラムを実行することで上記ラスタイメージ変換部2、印刷用画像データ生成部3、表示用画像データ生成部4の機能を実現する。RAM12は、CPU11の作業領域として使用され得る。ROM13は、上記各種プログラムを格納する。HDD14及びSSD15は、各種のデータを読み書き可能に記憶し、上記記憶部5の機能を実現する。
The
入力I/F16には、上記操作部6の入力部6aとして機能するキーボード18やマウス19が接続され、ユーザからの操作入力に伴う情報を受け付ける。出力I/F17には、上記ディスプレイ8やインクジェットプリンタ9が接続され、プリントデータやモニタデータが出力される。なお、画像処理装置1は、通信I/F27により、ネットワーク28を介して外部機器29に接続され得る。外部機器29は、遠隔地の他の画像処理装置等を含む。
The input I/
図3は、マルチサイズドットとそのドットサイズ及びデータ構成を説明するための図である。
図3(a)に示すように、マルチサイズドット印刷における印刷用画像は、ドット径が異なる複数のドットサイズのドットにより構成され得る。マルチサイズドットは、例えば小滴(Sドット)21と、中滴(Mドット)22と、大滴(Lドット)23と、により構成され、例えばCMYKの4色による色表現をシングルサイズドットによるものと比較して、最大限に引き出して高品質な印刷用画像を形成することが可能である。
FIG. 3 is a diagram for explaining multi-size dots, their dot sizes, and data configurations.
3A, a print image in multi-size dot printing can be composed of dots of multiple dot sizes with different dot diameters. Multi-size dots are composed of, for example, small dots (S dots) 21, medium dots (M dots) 22, and large dots (L dots) 23, and can maximize color expression using four colors of CMYK compared to single-size dots, forming a high-quality print image.
マルチサイズドット(SML)情報20は、図3(b)に示すように、このマルチサイズドットを構成するSドット21、Mドット22及びLドットを、例えば2ビットのデータ表現により規定するもので、Sドット21を「01」、Mドット22を「10」、及びLドット23を「11」と表すことができる。なお、ドットなしの場合は、「00」と表される。上述したハーフトーン処理後に変換されたCMYK値(2-bit_CMYKL
cLmLkWVデータ)は、インクカラー(CMYK)、ライトインクカラー(LcLmLk)、及び特色インクカラー(WV)を、このようなマルチサイズドットにより表現するものである。
As shown in FIG. 3B, the multi-size dot (SML) information 20 specifies the S dot 21, M dot 22, and L dot that make up this multi-size dot by, for example, 2-bit data expression, where the S dot 21 can be expressed as "01", the M dot 22 as "10", and the L dot 23 as "11". Note that if there is no dot, it is expressed as "00". The CMYK value (2-bit_CMYKL) converted after the above-mentioned halftone processing is
The multi-size dots are used to represent ink colors (CMYK), light ink colors (LcLmLk), and special ink colors (WV).
図4は、画像処理装置1の表示用画像データ生成部4による色変換に用いられる変換テーブル30の一例を示す図である。
図4に示すように、変換テーブル30には、印刷用画像のマルチサイズドットのドットサイズ及び色情報を表すCMYK値(2-bit_CMYKLcLmLkWVデータ)と、これを表現するシングルサイズドットの表示用画像のRGB値(8-bit_RGBデータ)との対応関係が格納されている。
FIG. 4 is a diagram showing an example of a conversion table 30 used for color conversion by the display image data generating unit 4 of the image processing device 1. As shown in FIG.
As shown in FIG. 4, the conversion table 30 stores the correspondence between the CMYK values (2-bit CMYKLcLmLkWV data) representing the dot size and color information of the multi-sized dots in the printing image, and the RGB values (8-bit RGB data) of the display image of the single-sized dots that represent this.
変換テーブル30には、例えばシアン(C)テーブル31、マゼンタ(M)テーブル32、イエロー(Y)テーブル33、ブラック(K)テーブル34、ライトシアン(Lc)テーブル35、ライトマゼンタ(Lm)テーブル36の各色テーブルが含まれている。なお、ライトブラック(Lk)、ホワイト(W)、バーニッシュ(V)の各色テーブルに関しては、図示は省略しているが変換テーブル30に含まれていても良い。ただし、ホワイト(W)及びバーニッシュ(V)は他のインクカラーと一緒に使用しないで単独の色として使用をされることも多く、例えばその場合は全体がすべて同じ色(W,V)となり、またバーニッシュ(V)はクリア(透明、ワニス)なインクであるため、ディスプレイ8で色表現を行っても確認がしにくい特色インクカラーであるため、代替色(例えば、ブラック)テーブル(図示せず)により対応付けするようにして、どの位置にドットがあるのかを確認しやすくしても良い。
The conversion table 30 includes color tables such as a cyan (C) table 31, a magenta (M) table 32, a yellow (Y) table 33, a black (K) table 34, a light cyan (Lc) table 35, and a light magenta (Lm) table 36. The color tables for light black (Lk), white (W), and varnish (V) are not shown in the figure, but may be included in the conversion table 30. However, white (W) and varnish (V) are often used as independent colors without being used with other ink colors, and in that case, for example, the entire color becomes the same color (W, V). Also, varnish (V) is a clear (transparent, varnish) ink, so it is a special ink color that is difficult to confirm even when the color is displayed on the
各色テーブル31~36において、ドットなしの場合のRGB値は、例えば「255,255,255」の値で表現されている。シアン(C)テーブル31においては、Sドット21のRGB値は「170,255,255」の値で表現され、Mドット22のRGB値は「85,255,255」の値で表現され、Lドット23のRGB値は「0,255,255」で表現されている。 In each of the color tables 31 to 36, the RGB values when there is no dot are expressed as values of "255, 255, 255", for example. In the cyan (C) table 31, the RGB values of the S dot 21 are expressed as values of "170, 255, 255", the RGB values of the M dot 22 are expressed as values of "85, 255, 255", and the RGB values of the L dot 23 are expressed as values of "0, 255, 255".
同様に、Sドット21、Mドット22及びLドット23の各RGB値は、マゼンタ(M)テーブル32においては、それぞれ「255,170,255」、「255,85,255」、「255,0,255」の値で表現され、イエロー(Y)テーブル33においては、それぞれ「255,255,170」、「255,255,85」、「255,255,0」の値で表現され、ブラック(K)テーブル34においては、それぞれ「170,170,170」、「85,85,85」、「0,0,0」の値で表現されている。 Similarly, the RGB values of the S dots 21, M dots 22, and L dots 23 are expressed in the magenta (M) table 32 as "255,170,255", "255,85,255", and "255,0,255", respectively; in the yellow (Y) table 33 as "255,255,170", "255,255,85", and "255,255,0", respectively; and in the black (K) table 34 as "170,170,170", "85,85,85", and "0,0,0", respectively.
また、ライトシアン(Lc)テーブル35においては、それぞれ「234,255,255」、「213,255,255」、「191,255,255」の値で表現され、ライトマゼンタ(Lm)テーブル36においては、それぞれ「255,234,255」、「255,213,255」、「255,191,255」の値で表現されている。 In addition, in the light cyan (Lc) table 35, they are expressed as values of "234, 255, 255", "213, 255, 255", and "191, 255, 255", respectively, and in the light magenta (Lm) table 36, they are expressed as values of "255, 234, 255", "255, 213, 255", and "255, 191, 255", respectively.
このように構成された変換テーブル30を参照することによって、表示用画像データ生成部4は、出力用画像を適切に変換した表示用画像をRGB値(8-bit_RGBデータ)で表すモニタデータを生成する。なお、上述した変換テーブル30は、色情報としてのRGB値の色濃度を変更して、各色のマルチサイズドットに対応させたものを例として挙げたが、例えば、図5に示すように、RGBの輝度値を変更して各色のマルチサイズドットに対応させるもの等であっても良い。 By referencing the conversion table 30 configured in this way, the display image data generating unit 4 generates monitor data that represents the display image, which is an appropriately converted version of the output image, in RGB values (8-bit RGB data). Note that the above-mentioned conversion table 30 is an example in which the color density of the RGB values as color information is changed to correspond to multi-size dots of each color, but it may also be one in which the luminance values of RGB are changed to correspond to multi-size dots of each color, as shown in FIG. 5.
具体的には、例えば各色テーブル31~36のうち、シアン(C)テーブル31を例に挙げると、Sドット21のRGB値「170,255,255」を、RGB輝度「67%
,100%,100%」で表現し、Mドット22のRGB値「85,255,255」を、RGB輝度「33%,100%,100%」で表現し、Lドット23のRGB値「0,255,255」を、RGB輝度「0%,100%,100%」で表現することも可能である。ディスプレイ8では、このようなRGB値をRGBの輝度信号として読み替えて色を表現し得る。
Specifically, for example, among the color tables 31 to 36, in the cyan (C) table 31, the RGB values of the S dot 21 are set to "170, 255, 255" and the RGB brightness is set to "67%
It is also possible to express the RGB values of the M dots 22 as "85, 255, 255" with RGB brightness of "33%, 100%, 100%", and the RGB values of the L dots 23 as "0, 255, 255" with RGB brightness of "0%, 100%, 100%". On the
図6は、画像処理装置1による画像処理手順の一例を示すフローチャートであり、図7はディスプレイ8の表示画面上への表示用画像の表示例を示す図である。なお、図6の画像処理は、画像処理装置1によるソフトプルーフにおける表示・印刷処理例を表している。
Figure 6 is a flow chart showing an example of an image processing procedure by the image processing device 1, and Figure 7 is a diagram showing an example of a display image displayed on the display screen of the
図6に示すように、画像処理装置1は、印刷データ入力部7から印刷データを入力する(ステップS100)。次に、画像処理装置1のラスタイメージ変換部2は、入力された印刷データをラスタイメージデータに変換するラスタライズ処理を実行する(ステップS101)。次に、印刷用画像データ生成部3は、上述したように各種変換処理及びハーフトーン処理を施して、Sドット21、Mドット22及びLドット23に対応するマルチサイズドットの印刷用画像データを生成する(ステップS102)。
As shown in FIG. 6, the image processing device 1 inputs print data from the print data input unit 7 (step S100). Next, the raster
その後、操作部6を介したユーザからの操作入力による指示を受け付け(ステップS103)、受け付けられた指示が印刷実行を示す場合(ステップS103の「印刷」)は、インクジェットプリンタ9により印刷用画像を印刷出力し(ステップS107)、一連の処理を終了する。 Thereafter, an instruction is received from the user via the operation unit 6 (step S103), and if the received instruction indicates printing ("Print" in step S103), the image to be printed is printed out by the inkjet printer 9 (step S107), and the process ends.
一方、受け付けられた指示が表示を示す場合(ステップS103の「表示」)は、表示用画像データ生成部4は、印刷用画像データ生成部3からの印刷用画像データに基づいて、Sドット21、Mドット22及びLドット23のマルチサイズドットに応じた拡大表示並びに縮小分割表示に対応する表示用画像データを生成する(ステップS104)。なお、上記ステップS104において生成される表示用画像データは、例えば、表示用画像を所定領域毎に分割した複数の分割画像を構成するものであっても良い。このようにすれば、画像処理(例えば、演算や描画に関する処理)の高速化及び処理負担の軽減を図ることが可能である。 On the other hand, if the received instruction indicates display ("Display" in step S103), the display image data generating unit 4 generates display image data corresponding to an enlarged display and a reduced split display according to the multi-size dots of S dots 21, M dots 22, and L dots 23 based on the print image data from the print image data generating unit 3 (step S104). Note that the display image data generated in step S104 may, for example, be a plurality of split images obtained by splitting the display image into predetermined areas. In this way, it is possible to speed up image processing (for example, processing related to calculations and drawing) and reduce the processing burden.
その後、ディスプレイ8の表示画面上に、表示用画像を表示する(ステップS105)。ここで、表示用画像データが上記のような複数の分割画像により形成される表示用画像を構成するものである場合、更に表示用画像データは、上述したようにマルチサイズドットに対応する表示用画像を拡大表示したり、複数の分割画像を縮小表示(すなわち、縮小分割表示)したりするものであっても良い。例えば上記ステップS105にてディスプレイ8に表示される表示用画像は、図7に示すように表示され得る。すなわち、ディスプレイ8の表示画面上には、表示用画像を表示するためのプレビューウィンドウ40が表示される。
Then, the display image is displayed on the display screen of the display 8 (step S105). Here, if the display image data constitutes a display image formed by a plurality of divided images as described above, the display image data may further be such that the display image corresponding to the multi-size dots is enlarged as described above, or the plurality of divided images is reduced (i.e., reduced divided display). For example, the display image displayed on the
プレビューウィンドウ40は、メイン表示領域41と、サブ表示領域42と、を有する。サブ表示領域42には、表示画像全体を複数に分割し、縮小したナビゲーション画像43が表示される。このナビゲーション画像43で表示された複数の分割画像のうち、例えば操作部6を介したユーザの操作によって、任意の分割画像を選択フレーム44で選択すると、メイン表示領域41にその選択された分割画像を拡大表示したプルーフ画像(図示せず)45が表示され得る。ユーザは、更に、必要な部分を拡大フレーム46で選択指定し、拡大メニュー47を操作して拡大率表示窓48に表示される拡大率を変更することによって、メイン表示領域41に指定部分を拡大表示した拡大プルーフ画像45が表示され(ステップS106)、拡大プルーフ画像45を確認して、一連の処理を終了する。
なお、大型のインクジェットプリンタにより印刷を行う画像などは、画像のデータ量も非常に大きくなるため、本実施形態の画像処理装置1では画像に適した分割数を自動で計算して決定を行い、その決定した分割数により分割の縮小表示を行うことで、対象となる画像データを取り扱いがしやすい大きさにして処理を高速化している。例えば印刷サイズが1,615mm×1,142.2mmの画像を印刷解像度720dpi×720dpiにて印刷を行う場合に画像全体のピクセルサイズは16,838×11,906となるため、分割数を108個(12×9)に設定すると分割1枚当たりのピクセルサイズは1,403×1,322となる。
また、分割データ表示の有無に関係なく全画面分のデータを作成しておくことで、選択部分の画像の拡大表示などもスムーズに行え、また拡大率を大きくすることにより、選択部分のドットの表示も容易に行える。
The preview window 40 has a main display area 41 and a sub-display area 42. In the sub-display area 42, a navigation image 43 is displayed, which is a reduced version of the entire display image divided into a plurality of parts. When an arbitrary divided image is selected in a selection frame 44 from among the plurality of divided images displayed in the navigation image 43, for example, by a user's operation via the
Since the amount of image data becomes very large for images printed by a large inkjet printer, the image processing device 1 of this embodiment automatically calculates and determines the number of divisions suitable for the image, and displays the divisions in a reduced size according to the determined number of divisions, thereby making the target image data easier to handle and speeding up processing. For example, when an image with a print size of 1,615 mm x 1,142.2 mm is printed at a print resolution of 720 dpi x 720 dpi, the pixel size of the entire image is 16,838 x 11,906, so if the number of divisions is set to 108 (12 x 9), the pixel size per division will be 1,403 x 1,322.
In addition, by creating data for the entire screen regardless of whether or not divided data is displayed, the image of the selected portion can be smoothly enlarged and displayed, and by increasing the magnification ratio, the dots of the selected portion can be easily displayed.
拡大プルーフ画像45においては、ディスプレイ8の表示画面におけるドットサイズは一定であるが、上述したようにRGB輝度を各色毎に変更すること、すなわち、例えば図8に示すように、Sドット21群は比較的明るく、Lドット23群は比較的暗く、更にMドット22群はこれらの中間の明るさで表示することによって、印刷用画像におけるドットサイズの相違を適切に表現している。ユーザは、このように表示される拡大プルーフ画像45を視認することによって、例えばインクのドットサイズによる変化に伴い、印刷用画像で意図した色表現等が実際に再現されているか否かを容易且つ簡単に確認することが可能となる。
In the enlarged proof image 45, the dot size on the display screen of the
本実施形態の画像処理装置1によれば、マルチサイズドット印刷の印刷用画像を、このような表示用画像を用いたソフトプルーフによって正確に確認することができるので、マルチドット印刷の印刷用画像の色表現やレイアウト等の細部に亘って正確なシミュレーションを実現することができ、印刷資源の無駄を省き作業時間を短縮するのみならず、ユーザの負担軽減を図ることも可能となる。 According to the image processing device 1 of this embodiment, the print image for multi-size dot printing can be accurately checked by soft proofing using such a display image, so that an accurate simulation can be realized over the details such as color expression and layout of the print image for multi-dot printing, which not only eliminates waste of printing resources and shortens work time, but also reduces the burden on the user.
図9は、画像処理装置1による画像処理手順の他の例を示すフローチャートである。
図9に示すように、画像処理装置1は、印刷データ入力部7から印刷データを入力し(ステップS200)、画像処理装置1のラスタイメージ変換部2は、入力された印刷データをラスタイメージデータに変換するラスタライズ処理を実行する(ステップS201)。
FIG. 9 is a flowchart showing another example of the image processing procedure by the image processing device 1.
As shown in FIG. 9, the image processing device 1 inputs print data from the print data input unit 7 (step S200), and the raster
次に、画像処理装置1の印刷用画像データ生成部3は、上述したように各種変換処理及びハーフトーン処理を施してマルチサイズドットの印刷用画像データを生成し(ステップS202)、画像処理装置1の表示用画像データ生成部4は、印刷用画像データ生成部3からの印刷用画像データに基づいて、表示用画像データを生成する(ステップS203)。
Next, the print image
その後、表示用画像データ生成部4は、インクジェットプリンタ9による印刷用画像の出力前に、ディスプレイ8に表示用画像データを出力して、表示用画像をディスプレイ8に上述したように表示する(ステップS204)。そして、ユーザは、上記拡大プルーフ画像45を視認することによって、印刷用画像で意図した色表現等が実際に再現されているか否かを容易且つ簡単に確認し、例えば画像の修正が必要ない場合(ステップS205のNO)は、操作部6を介して印刷実行を指示することにより、インクジェットプリンタ9によって印刷用画像を印刷出力し(ステップS207)、一連の処理を終了する。
Then, the display image data generating unit 4 outputs the display image data to the
一方、画像の修正が必要なことが確認された場合(ステップS205のYES)は、操作部6を介して各種の修正操作(ステップS206)を行った後、上記ステップS202に移行して修正を反映させた印刷用画像データを生成し(ステップS202)、更に表示
用画像データを再度生成した上で(ステップS203)、以降の処理を繰り返す。マルチサイズドット印刷の印刷用画像を、このようなソフトプルーフによって正確に確認して修正等することも可能である。
On the other hand, if it is confirmed that the image needs to be corrected (YES in step S205), various correction operations (step S206) are performed via the
以上、本発明の実施形態を説明したが、この実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。この新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれると共に、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 Although an embodiment of the present invention has been described above, this embodiment is presented as an example and is not intended to limit the scope of the invention. This new embodiment can be embodied in various other forms, and various omissions, substitutions, and modifications can be made without departing from the gist of the invention. These embodiments and their modifications are included in the scope and gist of the invention, and are included in the scope of the invention and its equivalents described in the claims.
1 画像処理装置
2 ラスタイメージ変換部
3 印刷用画像データ生成部
3a 色変換部
3b ハーフトーン処理部
4 表示用画像データ生成部
5 記憶部
6 操作部
6a 入力部
REFERENCE SIGNS LIST 1
Claims (5)
前記画像データを入力してマルチサイズドットにより形成される印刷用画像を構成する印刷用画像データを生成する第1画像生成部と、
前記印刷用画像データを、ドットサイズ及びドットの色情報に基づき色変換してシングサイズドットにより形成される表示用画像を構成する表示用画像データを生成する第2画像生成部と、
前記表示用画像データを前記表示装置に出力する出力部と、を備え、
前記第1画像生成部は、前記画像データの入力プロファイル及び印刷出力装置の出力プロファイルを参照して前記印刷用画像データを生成し、
前記第2画像生成部は、前記印刷用画像データを構成する各ドットの色情報が特色インクカラーである場合、前記特色インクカラーを、前記ドットの位置を確認可能な代替色に色変換して前記表示用画像データを生成すると共に、前記特色インクカラーと前記代替色とを対応付ける代替色テーブルを参照して前記特色インクカラーのマルチサイズドットを前記代替色のシングルサイズドットに変換する
画像処理装置。 1. An image processing device that displays an image based on input image data on a display screen of a display device,
a first image generating section which receives the image data and generates print image data constituting a print image formed by multi-size dots;
a second image generating section that generates display image data constituting a display image formed by single-size dots by color-converting the print image data based on dot size and dot color information;
an output unit that outputs the display image data to the display device,
the first image generation unit generates the print image data by referring to an input profile of the image data and an output profile of a print output device;
When color information of each dot constituting the printing image data is a spot ink color, the second image generating unit converts the spot ink color into an alternative color that allows the position of the dot to be confirmed, and generates the display image data , and converts multi-sized dots of the spot ink color into single-sized dots of the alternative color by referring to an alternative color table that associates the spot ink color with the alternative color.
Image processing device.
請求項1記載の画像処理装置。 The image processing apparatus according to claim 1 , wherein the special ink color is at least one of a white ink and a clear ink.
請求項1又は2記載の画像処理装置。 The image processing device according to claim 1 or 2, wherein the second image generating unit generates a navigation image in which the display image data constituting a plurality of split images obtained by dividing the display image into predetermined regions is displayed in a reduced size, and a proof image in which one of the plurality of split images is displayed in an enlarged size.
前記画像データを入力してマルチサイズドットにより形成される印刷用画像を構成する印刷用画像データを生成する第1画像生成工程と、
前記印刷用画像データを、ドットサイズ及びドットの色情報に基づき色変換してシングルサイズドットにより形成される表示用画像を構成する表示用画像データを生成する第2画像生成工程と、
前記表示用画像データを前記表示装置に出力する出力工程と、を有し、
前記第1画像生成工程は、前記画像データの入力プロファイル及び印刷出力装置の出力プロファイルを参照して前記印刷用画像データを生成し、
前記第2画像生成工程は、前記印刷用画像データを構成する各ドットの色情報が特色インクカラーである場合、前記特色インクカラーを、前記ドットの位置を確認可能な代替色に色変換して前記表示用画像データを生成すると共に、前記特色インクカラーと前記代替色とを対応付ける代替色テーブルを参照して前記特色インクカラーのマルチサイズドットを前記代替色のシングルサイズドットに変換する
画像処理方法。 1. An image processing method for displaying an image based on input image data on a display screen of a display device, comprising:
a first image generating step of generating print image data constituting a print image formed by multi-sized dots by inputting the image data;
a second image generating step of generating display image data constituting a display image formed by single-size dots by color-converting the print image data based on dot size and dot color information;
and an output step of outputting the display image data to the display device,
the first image generating step generates the print image data by referring to an input profile of the image data and an output profile of a print output device;
In the second image generating step, when color information of each dot constituting the printing image data is a spot ink color, the spot ink color is converted into an alternative color that allows the position of the dot to be confirmed , to generate the display image data, and multi-sized dots of the spot ink color are converted into single-sized dots of the alternative color by referring to an alternative color table that associates the spot ink color with the alternative color.
Image processing methods.
コンピュータに、
前記画像データを入力してマルチサイズドットにより形成される印刷用画像を構成する印刷用画像データを生成させる第1画像生成工程と、
前記印刷用画像データを、ドットサイズ及びドットの色情報に基づき色変換してシングルサイズドットにより形成される表示用画像を構成する表示用画像データを生成させる第2画像生成工程と、
前記表示用画像データを前記表示装置に出力させる出力工程と、を実行させ、
前記第1画像生成工程は、前記画像データの入力プロファイル及び印刷出力装置の出力プロファイルを参照して前記印刷用画像データを生成し、
前記第2画像生成工程は、前記印刷用画像データを構成する各ドットの色情報が特色インクカラーである場合、前記特色インクカラーを、前記ドットの位置を確認可能な代替色に色変換して前記表示用画像データを生成すると共に、前記特色インクカラーと前記代替色とを対応付ける代替色テーブルを参照して前記特色インクカラーのマルチサイズドットを前記代替色のシングルサイズドットに変換する
画像処理プログラム。 An image processing program for displaying an image based on input image data on a display screen of a display device,
On the computer,
a first image generating step of generating print image data by inputting the image data and constituting a print image formed by multi-sized dots;
a second image generating step of generating display image data constituting a display image formed by single-size dots by color-converting the print image data based on dot size and dot color information;
an output step of outputting the display image data to the display device;
the first image generating step generates the print image data by referring to an input profile of the image data and an output profile of a print output device;
In the second image generating step, when color information of each dot constituting the printing image data is a spot ink color, the spot ink color is converted into an alternative color that allows the position of the dot to be confirmed , to generate the display image data, and multi-sized dots of the spot ink color are converted into single-sized dots of the alternative color by referring to an alternative color table that associates the spot ink color with the alternative color.
Image processing program.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2024075528A JP7658007B2 (en) | 2020-08-31 | 2024-05-08 | IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2020145548A JP7487051B2 (en) | 2020-08-31 | 2020-08-31 | IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM |
| JP2024075528A JP7658007B2 (en) | 2020-08-31 | 2024-05-08 | IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2020145548A Division JP7487051B2 (en) | 2020-08-31 | 2020-08-31 | IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2024096364A JP2024096364A (en) | 2024-07-12 |
| JP7658007B2 true JP7658007B2 (en) | 2025-04-07 |
Family
ID=80500189
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2020145548A Active JP7487051B2 (en) | 2020-08-31 | 2020-08-31 | IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM |
| JP2024075528A Active JP7658007B2 (en) | 2020-08-31 | 2024-05-08 | IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2020145548A Active JP7487051B2 (en) | 2020-08-31 | 2020-08-31 | IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM |
Country Status (1)
| Country | Link |
|---|---|
| JP (2) | JP7487051B2 (en) |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002055802A (en) | 2000-08-10 | 2002-02-20 | Seiko Epson Corp | Print image display device, print image display method, and medium recording print image display processing program |
| JP2011244054A (en) | 2010-05-14 | 2011-12-01 | Seiko Epson Corp | Image processor, image processing method, and image processing program |
| JP2014096648A (en) | 2012-11-08 | 2014-05-22 | Ricoh Co Ltd | Display processing apparatus, display processing method, and program |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP3619354B2 (en) * | 1997-09-02 | 2005-02-09 | 大日本スクリーン製造株式会社 | Color printing simulation device |
| JP5510033B2 (en) | 2010-04-27 | 2014-06-04 | セイコーエプソン株式会社 | Image processing apparatus and image processing program |
| JP2013252622A (en) | 2012-06-05 | 2013-12-19 | Canon Inc | Image forming device, method, and program |
| JP2018191240A (en) | 2017-05-11 | 2018-11-29 | キヤノン株式会社 | Image processing apparatus, image processing method, and program |
-
2020
- 2020-08-31 JP JP2020145548A patent/JP7487051B2/en active Active
-
2024
- 2024-05-08 JP JP2024075528A patent/JP7658007B2/en active Active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2002055802A (en) | 2000-08-10 | 2002-02-20 | Seiko Epson Corp | Print image display device, print image display method, and medium recording print image display processing program |
| JP2011244054A (en) | 2010-05-14 | 2011-12-01 | Seiko Epson Corp | Image processor, image processing method, and image processing program |
| JP2014096648A (en) | 2012-11-08 | 2014-05-22 | Ricoh Co Ltd | Display processing apparatus, display processing method, and program |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2022040712A (en) | 2022-03-11 |
| JP2024096364A (en) | 2024-07-12 |
| JP7487051B2 (en) | 2024-05-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4618324B2 (en) | Image processing apparatus and program | |
| JP2000025191A (en) | Proofing system and method | |
| US7589864B2 (en) | Color conversion apparatus and color conversion program storage medium | |
| US7777914B2 (en) | Image-processing device and method using combined color correction table | |
| JP6824052B2 (en) | Image processing device, its control method, and program | |
| US7426060B2 (en) | Image processing method, image processing device and image processing system | |
| US7821659B2 (en) | Image processing method and image processing device | |
| JP4771538B2 (en) | Color conversion table generation method, color conversion table, and color conversion table generation apparatus | |
| JP4564986B2 (en) | Image processing apparatus, image processing method, and image processing program | |
| JP4976266B2 (en) | Image processing apparatus, image processing method, and program | |
| JP7691898B2 (en) | IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM | |
| JP4646567B2 (en) | Color conversion table creation method and image processing apparatus | |
| JP7658007B2 (en) | IMAGE PROCESSING APPARATUS, IMAGE PROCESSING METHOD, AND IMAGE PROCESSING PROGRAM | |
| JP2015002442A (en) | Image processing apparatus and method | |
| JP4682628B2 (en) | Image processing apparatus, method, and program | |
| JP5595341B2 (en) | Image processing apparatus, image processing method, and recording apparatus | |
| JP2010274616A (en) | Image processing system, image processing device, image forming apparatus and program | |
| JP2010010862A (en) | Program, color matching method, and printing system | |
| JP2010074352A (en) | Color adjustment apparatus, color adjustment method, and program | |
| JP7005796B2 (en) | Image forming device, its control method, and program | |
| JP4732957B2 (en) | Color conversion system | |
| JP2009224986A (en) | Scanner | |
| JP4200855B2 (en) | Image processing device | |
| JP2006260532A (en) | Image processing apparatus and image processing method | |
| JPH10301738A (en) | Output control system, output control method, and recording medium recording output control program |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240520 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240520 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20250130 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20250212 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250313 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20250325 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20250326 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7658007 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |