JP2016192623A - Image processing apparatus and method, and recording medium - Google Patents

Image processing apparatus and method, and recording medium Download PDF

Info

Publication number
JP2016192623A
JP2016192623A JP2015070562A JP2015070562A JP2016192623A JP 2016192623 A JP2016192623 A JP 2016192623A JP 2015070562 A JP2015070562 A JP 2015070562A JP 2015070562 A JP2015070562 A JP 2015070562A JP 2016192623 A JP2016192623 A JP 2016192623A
Authority
JP
Japan
Prior art keywords
lut
image
color
input
expansion
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.)
Pending
Application number
JP2015070562A
Other languages
Japanese (ja)
Inventor
慶 玉川
Kei Tamagawa
慶 玉川
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2015070562A priority Critical patent/JP2016192623A/en
Publication of JP2016192623A publication Critical patent/JP2016192623A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an image processing apparatus and method, and a recording medium for color conversion of an image at high speed while suppressing the amount of usage of memory.SOLUTION: The method generates a development table corresponding to the color distribution of an image included in print data and imparts it to the image. Thereafter, when performing color conversion, the method develops a corresponding area of a color conversion LUT in memory on the basis of the development table and refers to a developed LUT component, thereby generating a color-converted image. In accordance with the priority order of the print data and a load on a calculator, the method switches between use and no use of the development table.SELECTED DRAWING: Figure 3

Description

本発明は、複数ページからなる印刷データを並列処理により、高速に印刷する印刷システムにおける画像処理方法に関する。   The present invention relates to an image processing method in a printing system that prints print data consisting of a plurality of pages at a high speed by parallel processing.

従来、書籍やパンフレットなどの商業印刷物を印刷する商業印刷分野では、オフセット印刷やグラビア印刷などのアナログ印刷機が用いられてきた。しかし、多品種少部数印刷という市場ニーズの変化からインクジェット方式やレーザ方式のデジタル印刷機の導入が進行している。同時に、アナログ印刷において要求されていたようにデジタル印刷においても印刷処理の高速化が求められている。   Conventionally, analog printing machines such as offset printing and gravure printing have been used in the commercial printing field for printing commercial printed matter such as books and brochures. However, due to changes in the market needs for printing a wide variety of products with a small number of copies, the introduction of ink-jet and laser-type digital printers is in progress. At the same time, as required in analog printing, high-speed printing processing is also required in digital printing.

デジタル印刷の印刷処理は、一般的に次のような流れで行われる。まず、パーソナルコンピュータなどの計算機を使って作成されたデジタル印刷データが印刷サーバに投入されると、印刷サーバはその印刷データが後続の印刷処理に必要な情報を完備しているか検査する(プリスキャン)。検査の結果、必要な情報が揃っていた場合には、ページ記述言語(Page Description Language:PDL)で記述された印刷データを解析し、印刷データ中の画像データを印刷機で再現可能な色に変換する。色変換した画像データを含む印刷データをシアン、マゼンタ、イエロー、ブラック(CMYK)などの版ごとの多値データに分解したのち、分解した多値データを印刷機に転送する。転送された多値データを印刷機が印刷用紙に転写することで、印刷物が出来上がる。   The printing process of digital printing is generally performed according to the following flow. First, when digital print data created using a computer such as a personal computer is input to the print server, the print server checks whether the print data is complete with information necessary for subsequent print processing (pre-scan). ). If the required information is available as a result of the inspection, the print data described in Page Description Language (PDL) is analyzed, and the image data in the print data is converted to a color that can be reproduced by the printing press. Convert. After the print data including the color-converted image data is decomposed into multi-value data for each plate such as cyan, magenta, yellow, and black (CMYK), the decomposed multi-value data is transferred to a printing machine. A printed matter is completed when the printing machine transfers the transferred multi-value data to printing paper.

上記印刷処理における画像の色変換処理では、sRGB色空間(IEC(国際電気標準会議)が策定した色空間の国際標準規格)で記述された画像の画素値を印刷機の色信号値に対応付けるマッピング処理が行われる。マッピング処理では、sRGB色空間のRGB各軸を8分割や16分割など所定の分割数で分割し、空間を格子状に分割する。そして、各格子点の入力値に対応する出力値を算出し、この対応表をLook-Up Table(LUT)として作成しておく。入力画像の画素値、すなわち、入力値が入力された際には、LUTを参照して入力値に対応する出力値を算出する。入力値が格子点と一致する場合には、その格子点における出力値が入力値に対応する出力値となるが、入力値が格子点と一致しない場合には、入力値を包含する格子点から出力値を補間演算により算出しなければならない。   In the image color conversion process in the above printing process, mapping is performed to associate the pixel values of the image described in the sRGB color space (the international standard of the color space established by the IEC (International Electrotechnical Commission)) with the color signal values of the printing press. Processing is performed. In the mapping process, the RGB axes of the sRGB color space are divided by a predetermined number of divisions such as 8 divisions or 16 divisions, and the space is divided into a grid. Then, an output value corresponding to the input value of each grid point is calculated, and this correspondence table is created as a Look-Up Table (LUT). When a pixel value of an input image, that is, an input value is input, an output value corresponding to the input value is calculated with reference to the LUT. If the input value matches the grid point, the output value at that grid point is the output value corresponding to the input value. If the input value does not match the grid point, the grid point containing the input value The output value must be calculated by interpolation.

この補間演算には、立方体補間や四面体補間など補間に使用する格子点に応じて様々な補間方法が提案されている。補間精度の高い四面体補間を例に補間演算における処理を説明する。入力値が入力されると、まず、入力値が属する格子を探索し、格子内の6つの四面体のうち、入力値がどの四面体の中に存在するか、内外判定を行い、入力値を包含する四面体を特定する。次に、特定された四面体の1頂点を原点とし、原点から入力値の点までの距離と、原点から他の3頂点までのそれぞれの長さとの内分比から入力値に対応する出力値を算出する。以上の処理を行うことで、入力値に対応する出力値を補間することができるが、補間演算には、入力値が属する格子の探索、格子内の四面体に対する入力値の内外判定、および、内分比の計算が必要なため、演算速度が遅いという問題がある。また、補間演算は、格子点から間の点を補間するため、実際の格子点間の色の変化が非線形であった場合には、補間精度が低下することになる。   For this interpolation calculation, various interpolation methods such as cube interpolation and tetrahedral interpolation have been proposed according to the grid points used for the interpolation. The processing in the interpolation calculation will be described by taking tetrahedral interpolation with high interpolation accuracy as an example. When an input value is input, first, a lattice to which the input value belongs is searched, and among the six tetrahedrons in the lattice, inside / outside determination is made as to which tetrahedron the input value exists, and the input value is determined. Specify the tetrahedron to be included. Next, the output value corresponding to the input value from the internal ratio of the distance from the origin to the point of the input value and the length from the origin to the other three vertices, with one vertex of the specified tetrahedron as the origin Is calculated. By performing the above processing, it is possible to interpolate the output value corresponding to the input value, but for the interpolation calculation, search of the lattice to which the input value belongs, determination of the inside / outside of the input value for the tetrahedron in the lattice, and Since calculation of the internal ratio is required, there is a problem that the calculation speed is slow. In addition, since the interpolation calculation interpolates points between grid points, if the color change between the actual grid points is non-linear, the interpolation accuracy decreases.

色変換LUTを格子状に間引かず、全ての入力値に対する出力値(以下、全体LUT)を算出しておき、この全体LUTを用いることで補間することなく出力値を得ることができる。   Output values (hereinafter referred to as overall LUTs) for all input values are calculated without thinning out the color conversion LUTs in a grid pattern, and output values can be obtained without interpolation by using the overall LUTs.

しかしながら、印刷データの用紙サイズがA4で400dpiだった場合、少なくとも44MB(210mm×297mm×(400/25.4)^2×3=44MB(^記号は累乗を表す))の作業用メモリが必要である。これに対して、この全体LUTは、全入力値に対する全出力値を持っているため、例えば、各チャネルが8ビットの色深度で3チャネルのLUTの場合、そのデータ容量は48MB(256^3×3=48MB)に達する。このため、この全体LUTを使って、並列計算機で印刷データを処理すると、メモリ容量が全体LUTで圧迫されるため、演算装置を複数搭載した計算機であっても、並列度を上げられず、印刷処理速度を上げることができない。   However, if the paper size of the print data is A4 and 400 dpi, a working memory of at least 44 MB (210 mm x 297 mm x (400 / 25.4) ^ 2 x 3 = 44 MB (^ symbol represents a power)) is required. . On the other hand, since this entire LUT has all output values for all input values, for example, when each channel is a 3-channel LUT with 8-bit color depth, the data capacity is 48 MB (256 ^ 3 × 3 = 48MB). For this reason, if print data is processed by a parallel computer using this entire LUT, the memory capacity is compressed by the entire LUT, so even a computer equipped with multiple arithmetic devices cannot increase the degree of parallelism and print. The processing speed cannot be increased.

そこで、LUTによるメモリ使用量を削減する技術として、以下のような先願技術が開示されている。   Accordingly, the following prior application techniques have been disclosed as techniques for reducing the memory usage by the LUT.

特許文献1に開示の技術は、YCbCr色空間(輝度と色度で規定される色空間)のLUTにおいて、入力画像の最大輝度に応じて保持するLUT成分を制限する技術である。例えば、入力画像の最大輝度Ymaxが50であった場合には、Ymaxを超えるLUT成分を保持しないことで、LUTのデータ容量を削減する(特許文献1の図6参照)。 The technique disclosed in Patent Document 1 is a technique for limiting the LUT component held according to the maximum luminance of an input image in an LUT in a YC b Cr color space (a color space defined by luminance and chromaticity). For example, when the maximum luminance Y max of the input image is 50, the LUT data capacity is reduced by not retaining the LUT component exceeding Y max (see FIG. 6 of Patent Document 1).

また、特許文献2に開示の技術は、LUTを粗い領域に分割し、分割領域ごとに1次直線で近似し、元のLUT成分の値と近似値との誤差値を算出し、分割領域ごとに1次直線の係数と誤差値を保持しておく(特許文献2の図1から図3参照)。これにより、LUTのデータ容量を削減する。 また、入力値に対応する出力値は、該1次直線の係数と誤差値から算出する。   The technique disclosed in Patent Document 2 divides the LUT into coarse areas, approximates each divided area with a linear line, calculates an error value between the original LUT component value and the approximate value, and calculates the divided area. The coefficient and error value of the linear straight line are held in (see FIGS. 1 to 3 of Patent Document 2). This reduces the data capacity of the LUT. The output value corresponding to the input value is calculated from the coefficient and error value of the primary line.

特開2008-245029号公報JP 2008-245029 特許4411230号公報Japanese Patent No.4411230

しかしながら、特許文献1に開示の技術の場合、99%の画素の色分布が偏っていたとしても、残り1%の画素がその偏りから外れていた場合には、LUTの多くが圧縮されないため、メモリ使用量を削減することができない。また、特許文献2に開示の技術の場合、入力画像において出現確率の極めて低い入力範囲についても近似直線と誤差値を算出し、全ての近似直線の係数と誤差値を保存する。このため、色分布に偏りのある入力画像が入力された場合には、使用しないデータのためにメモリを消費してしまう。また、本先願技術では、出力値を算出する際に、近似直線の係数と誤差値を使ってLUTの格子点を算出した後、さらに補間演算を行うため、通常の補間演算よりも処理速度が遅くなる。   However, in the case of the technique disclosed in Patent Document 1, even if the color distribution of 99% of pixels is biased, if the remaining 1% of pixels are out of the bias, most of the LUTs are not compressed. Memory usage cannot be reduced. In the case of the technique disclosed in Patent Document 2, approximate lines and error values are calculated even for an input range having a very low appearance probability in the input image, and the coefficients and error values of all approximate lines are stored. For this reason, when an input image with a biased color distribution is input, memory is consumed for data that is not used. In the prior application technique, when calculating the output value, the LUT grid points are calculated using the approximate straight line coefficient and error value, and then the interpolation operation is performed. Therefore, the processing speed is higher than the normal interpolation operation. Becomes slower.

そこで、本発明は上記の課題を解決するためになされたものであり、最小限のメモリ使用量で、高速に画像の色変換を行う画像処理装置及び方法及び記録媒体を提供することを目的とする。   Accordingly, the present invention has been made to solve the above-described problems, and an object thereof is to provide an image processing apparatus and method, and a recording medium, which perform high-speed color conversion of images with a minimum memory usage. To do.

上記目的を達成するために、本発明の画像処理装置は、メモリに展開すべきLUTの色領域を記述した展開表を画像ごとに予め生成し、その展開表に基づいてメモリ上へ必要最小限のLUTを展開して色変換を行うことを特徴とする。   In order to achieve the above object, the image processing apparatus of the present invention generates in advance a development table that describes the color area of the LUT to be developed in the memory for each image, and stores the minimum necessary amount on the memory based on the development table. The color conversion is performed by expanding the LUT.

本発明によれば、印刷処理における画像の色変換時にメモリ使用量を削減しつつ、高速に色変換を行うことができる。   According to the present invention, it is possible to perform color conversion at high speed while reducing the amount of memory used during color conversion of an image in print processing.

印刷データに含まれる画像の例とRGB空間におけるそれらの色分布を示す図Diagram showing examples of images included in print data and their color distribution in RGB space 本発明における展開表の例を示す図The figure which shows the example of the expansion table in this invention 本発明における印刷システムの論理構成を示す図The figure which shows the logical structure of the printing system in this invention 第一の実施例に係る印刷システムの処理、および、圧縮手段の処理の流れの例を示す図The figure which shows the example of the process of the printing system which concerns on a 1st Example, and the flow of a process of a compression means. 第一の実施例に係る展開表生成手段、および、圧縮手段の処理の流れの例を示す図The figure which shows the example of the flow of a process of the expansion | deployment table production | generation means based on a 1st Example, and a compression means. 第二の実施例に係るシステムの論理構成の例を示す図The figure which shows the example of the logical structure of the system which concerns on a 2nd Example. 第二の実施例に係る画像処理装置の処理の流れの例を示す図The figure which shows the example of the flow of a process of the image processing apparatus which concerns on a 2nd Example. 第二の実施例に係るUIの例を示す図The figure which shows the example of UI which concerns on a 2nd Example

以下、本発明を実施するための形態を図面に基づいて説明する。   Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings.

[第一の実施例]
実施例の説明に先立って、まず本発明が基づく知見について説明する。
[First embodiment]
Prior to the description of the examples, the knowledge based on the present invention will be described first.

図1(a)から(c)に、本発明が想定する印刷データに含まれる画像の例(サンプル画像)を示す。図1(a)は表計算ソフトウェアやドキュメント作成ソフトウェアで作成されるグラフィックス画像、図1(b)は人物を被写体としたポートレート画像、図1(c)は紅葉の画像である。   FIGS. 1A to 1C show examples (sample images) of images included in print data assumed by the present invention. 1A is a graphics image created by spreadsheet software or document creation software, FIG. 1B is a portrait image of a person as a subject, and FIG. 1C is an image of autumn leaves.

また、図1(d)に、sRGB色空間における各サンプル画像の色分布を示す。図1(d)において、1001(○印の分布)、1002(+印の分布)、1003(□印の分布)は、それぞれサンプル画像の色分布である。1001、1002、1003の分布を見ると、明らかにその分布が他の画像の色分布と異なることが分かる。また、各サンプル画像の格子使用率(sRGB色空間のRGB各軸を32分割したときの各画像が使用している格子の割合)を見てみると、図1(a)は1.7%、図1(b)は2.6%、図1(c)は8.9%である。   FIG. 1D shows the color distribution of each sample image in the sRGB color space. In FIG. 1 (d), reference numerals 1001 (circular mark distribution), 1002 (positive mark distribution), and 1003 (square mark distribution) are the color distributions of the sample images. Looking at the distributions 1001, 1002, and 1003, it can be clearly seen that the distribution is different from the color distribution of other images. Also, looking at the grid usage rate of each sample image (ratio of grid used by each image when each RGB axis in the sRGB color space is divided into 32), FIG. 1 (a) is 1.7%, 1 (b) is 2.6% and FIG. 1 (c) is 8.9%.

以上の2点から、一般的な画像の色分布には、偏りがあり、格子使用率も低いということが分かる。つまり、画像の色分布には偏りがあるので、高速化のために全てのLUT成分をメモリ上に展開したとしても、実際にはLUTのごく一部の格子しか使用されないと言える。   From the above two points, it can be seen that the color distribution of a general image is biased and the grid usage rate is low. In other words, since the color distribution of the image is biased, even if all the LUT components are expanded on the memory for speeding up, it can be said that only a small part of the LUT is actually used.

そこで、本発明では、画像の色分布に応じて展開表を生成し、該展開表を用いてLUT成分をメモリ上に展開し、展開されたLUT成分を参照して色変換を行う。こうすることで、必要最小限のメモリ使用量で高速に色変換を行うことができる。   Therefore, in the present invention, a development table is generated according to the color distribution of the image, the LUT component is developed on the memory using the development table, and color conversion is performed with reference to the developed LUT component. In this way, color conversion can be performed at high speed with the minimum necessary memory usage.

また、本発明では、色変換時にメモリ上に展開されていなければならない格子の特定を少ない計算量で行うために、1ビットのフラグ(展開フラグ)列(展開表)を生成する。図2に、LUTの各軸を8分割した際の展開表の例を示す。この展開表を用いることで、ビットシフトと論理積演算によってメモリ上に展開すべき格子を特定できるため、高速にLUT成分をメモリ上に展開することができる。   Further, in the present invention, a 1-bit flag (development flag) sequence (development table) is generated in order to specify a grid that must be expanded on a memory at the time of color conversion with a small amount of calculation. FIG. 2 shows an example of an expansion table when each axis of the LUT is divided into eight. By using this expansion table, the lattice to be expanded on the memory can be specified by bit shift and logical product operation, so that the LUT component can be expanded on the memory at high speed.

図3に、本実施例で想定している印刷システムの論理構成を示す。図3において、1は、印刷データを印刷する印刷システム、10は、印刷データを印刷機が印刷できるデータ(RIP(Raster Image Processing)データ)に変換する印刷サーバ、11は、印刷データの作成、および、印刷サーバへの印刷データの転送を行うためのクライアントPC、12は、入力されたRIPデータに基づき色材を印刷用紙に転写する印刷機である。   FIG. 3 shows a logical configuration of the printing system assumed in this embodiment. In FIG. 3, 1 is a printing system that prints print data, 10 is a print server that converts print data into data (RIP (Raster Image Processing) data) that can be printed by a printing press, 11 is print data creation, The client PCs 12 for transferring the print data to the print server are printers that transfer the color material to the print paper based on the input RIP data.

101は、画像入力装置の入出力特性を記述した入力プロファイルや画像出力装置の入出力特性を記述した出力プロファイル、および、画像入力装置側における画像観察条件、画像出力側における画像観察条件などの色変換条件を保持するプロファイル保持手段、102は、色変換LUTを生成するための入力値を生成する入力値生成手段、103は、前記入力値を第一の色空間の色値から第二の色空間の色値に変換する色変換手段、104は、前記色変換手段で変換した色変換LUTを所定の格子ごとに圧縮する圧縮手段、105は、前記圧縮手段で圧縮した色変換LUT(圧縮LUT)を保持する圧縮LUT保持手段である。   101 is an input profile describing the input / output characteristics of the image input device, an output profile describing the input / output characteristics of the image output device, and colors such as image observation conditions on the image input device side and image observation conditions on the image output side Profile holding means for holding conversion conditions, 102 is an input value generating means for generating an input value for generating a color conversion LUT, 103 is a second color from the color value of the first color space. Color conversion means for converting to color values in space, 104 is a compression means for compressing the color conversion LUT converted by the color conversion means for each predetermined grid, and 105 is a color conversion LUT (compression LUT) compressed by the compression means ) Is a compressed LUT holding means.

106は、印刷対象である印刷データ、107は、クライアントPC11からサーバ10に転送された印刷データ106が印刷に必要な情報を保持しているか否か検査するプリスキャン手段、108は、PDLで記述された印刷データを解釈するPDL解釈手段、109は、前記PDL解釈した印刷データに含まれる画像の色分布に応じて展開表を生成し画像に付与する展開表生成手段、110は、前記展開表を付与した画像を含むPDLデータを保持するPDLデータ保持手段、111は、前記PDLデータ保持手段からPDLデータを取得するPDLデータ入力手段である。   106 is print data to be printed, 107 is pre-scanning means for checking whether or not the print data 106 transferred from the client PC 11 to the server 10 holds information necessary for printing, and 108 is described in PDL PDL interpretation means for interpreting the printed data, 109 is a development table generation means for generating a development table according to the color distribution of the image included in the PDL-interpreted print data and assigning it to the image, 110 is the development table PDL data holding means 111 for holding PDL data including an image to which is assigned PDL data input means for acquiring PDL data from the PDL data holding means.

112は、前記PDLデータ入力手段で取得したPDLデータに含まれる画像データの色変換条件に応じた圧縮LUTを圧縮LUT保持手段から取得し画像データに付与された展開表に基づきメモリ上に圧縮LUTのLUT成分を展開する展開手段、113は、前記展開手段でメモリ上に展開されたLUT成分を参照することで、画像の画素値を第一の色空間の色値から第二の色空間値の色値に変換する画像変換手段、114は、前記画像変換手段で変換された画像を含むPDLデータをラスターイメージに変換するRIP手段、115は、前記RIP手段で生成されたRIPデータを印刷する印刷手段、116は、前記印刷手段によって印刷された印刷物である。   112 obtains a compressed LUT corresponding to the color conversion condition of the image data included in the PDL data acquired by the PDL data input means from the compressed LUT holding means, and compresses the compressed LUT on the memory based on the expansion table attached to the image data. An expansion unit 113 expands the LUT component of the image by referring to the LUT component expanded on the memory by the expansion unit, so that the pixel value of the image is changed from the color value of the first color space to the second color space value. An image conversion means 114 for converting the color value into a RIP means 114 for converting PDL data including the image converted by the image conversion means into a raster image, and 115 for printing the RIP data generated by the RIP means A printing unit 116 is a printed matter printed by the printing unit.

また、印刷サーバ10、クライアントPC11のハードウェア構成の例を以下に示す。CPU(Central Processing Unit)、RAM(Random Access Memory)、ROM(Read Only Memory)、VRAM(Video RAM)、キーボードコントローラ、磁気記憶媒体、光学記憶媒体。さらに、ネットワークコントローラ、入出力コントローラなどである。そして、これらがバスに接続されているものとする。サーバの詳細については本発明においては主たる要件ではないので、詳細な説明は省略する。   Examples of hardware configurations of the print server 10 and the client PC 11 are shown below. CPU (Central Processing Unit), RAM (Random Access Memory), ROM (Read Only Memory), VRAM (Video RAM), keyboard controller, magnetic storage medium, optical storage medium. Further, a network controller, an input / output controller, and the like. These are connected to the bus. Since the details of the server are not the main requirements in the present invention, a detailed description is omitted.

上記、印刷サーバ10とクライアントPC11と印刷機12は、それぞれネットワークを介して接続されている。実施例においては、インターネットを介して接続されていることとする。なお、本発明におけるネットワークは、接続された機器間でデータ交換が可能であれば、如何なる技術、手段を用いて接続されていても良い。   The print server 10, the client PC 11, and the printer 12 are connected to each other via a network. In the embodiment, it is assumed that they are connected via the Internet. The network according to the present invention may be connected using any technique and means as long as data exchange is possible between connected devices.

次に、本実施例における印刷システムの処理フローについて説明する。   Next, the processing flow of the printing system in this embodiment will be described.

<印刷システムにおける処理>
以下に、本実施例で想定している印刷システムの処理の流れの例を図4(a)を用いて詳細に説明する。
<Processing in the printing system>
Hereinafter, an example of the flow of processing of the printing system assumed in this embodiment will be described in detail with reference to FIG.

ステップS101において、入力値生成手段102は、入力値の全ての組み合わせ(全体LUT)を生成する。   In step S101, the input value generation means 102 generates all combinations of input values (entire LUT).

ステップS102において、色変換手段103は、入力プロファイルと出力プロファイルと色変換条件に基づき前記全体LUTに格納された入力値を第一の色空間の色値から第二の色空間の色値に変換する。   In step S102, the color conversion unit 103 converts the input value stored in the entire LUT from the color value of the first color space to the color value of the second color space based on the input profile, the output profile, and the color conversion condition. To do.

ステップS103において、圧縮手段104は、ステップS102で変換された全体LUTを所定の格子ごとに圧縮する。   In step S103, the compression unit 104 compresses the entire LUT converted in step S102 for each predetermined lattice.

ステップS104において、プリスキャン手段107は、クライアントPCから入力された印刷データを受け取り、プリスキャンを行う。   In step S104, the prescan unit 107 receives print data input from the client PC and performs prescan.

ステップS105において、PDL解釈手段108は、前記印刷データを解釈する。   In step S105, the PDL interpretation unit 108 interprets the print data.

ステップS106において、展開表生成手段109は、前記印刷データに含まれる画像の色分布に応じて展開表を生成し、画像データに付与しPDLデータをPDLデータ保持手段に格納する。   In step S106, the development table generation unit 109 generates a development table according to the color distribution of the image included in the print data, adds the development table to the image data, and stores the PDL data in the PDL data holding unit.

ステップS107において、PDLデータ入力手段111は、PDLデータ保持手段に格納されたPDLデータを取得する。   In step S107, the PDL data input unit 111 acquires the PDL data stored in the PDL data holding unit.

ステップS108において、展開手段112は、前記PDLデータに含まれる画像の色変換条件に応じた圧縮LUTを圧縮LUT保持手段105から取得し、画像に付与された展開表に基づき圧縮LUTのLUT成分をメモリ上に展開する。   In step S108, the expansion unit 112 acquires a compression LUT corresponding to the color conversion condition of the image included in the PDL data from the compression LUT holding unit 105, and calculates the LUT component of the compression LUT based on the expansion table attached to the image. Expand on memory.

ステップS109において、画像変換手段113は、メモリ上のLUT成分を参照して画像の画素値を変換する。   In step S109, the image conversion unit 113 converts the pixel value of the image with reference to the LUT component on the memory.

ステップS110において、RIP手段114は、ステップS109で色変換した画像を含むPDLデータをRIPする。   In step S110, the RIP unit 114 RIPs the PDL data including the image subjected to color conversion in step S109.

ステップS111において、印刷手段115は、ステップS110でRIPされたRIPデータを印刷する。   In step S111, the printing unit 115 prints the RIP data that has been RIPed in step S110.

<圧縮手段104における処理>
図4(b)に、圧縮手段104における処理の例をフローチャートで示す。
<Processing in compression means 104>
FIG. 4B is a flowchart showing an example of processing in the compression unit 104.

ステップS201において、圧縮手段104は、格子内の隣接成分の差分値を算出する。   In step S201, the compression unit 104 calculates a difference value between adjacent components in the lattice.

ステップS202において、圧縮手段104は、格子の始点成分の出力値を対応表に保存する。   In step S202, the compression means 104 stores the output value of the starting point component of the grid in the correspondence table.

ステップS203において、圧縮手段104は、差分値の出現確率に応じて符号を割り当てる。具体的には、出現確率が大きい差分値には短い符号を、他方、出現確率が小さい差分値には長い符号を割り当てる。   In step S203, the compression means 104 assigns a code according to the appearance probability of the difference value. Specifically, a short code is assigned to a difference value having a high appearance probability, and a long code is assigned to a difference value having a low appearance probability.

ステップS204において、圧縮手段104は、対応表と符号表を圧縮LUT保持手段309に格納する。   In step S204, the compression unit 104 stores the correspondence table and the code table in the compression LUT holding unit 309.

<展開表生成手段109における処理>
まず、本実施例で用いる展開表について詳細に図2を用いて説明する。
<Processing in Expansion Table Generating Unit 109>
First, the expansion table used in the present embodiment will be described in detail with reference to FIG.

本発明は、入力値の全組み合わせに対する出力値を画像の種別に応じて部分的にメモリに展開し、展開された出力値を使って色変換することにより、メモリ使用量を削減するとともに色変換速度の向上を図る。本発明では、LUTを部分的にメモリに展開するため、入力値に対応する出力値がメモリに展開されているか否かの判定が必要である。本発明では、以下に説明するビット列を用いることで高速に判定を行う。   According to the present invention, output values for all combinations of input values are partially expanded in a memory according to the type of image, and color conversion is performed using the expanded output values, thereby reducing memory usage and color conversion. Increase speed. In the present invention, since the LUT is partially expanded in the memory, it is necessary to determine whether or not the output value corresponding to the input value is expanded in the memory. In the present invention, determination is performed at high speed by using a bit string described below.

以下、説明を簡単にするため、1次元で説明する。図2(a)に、1次元の軸を8分割した際の各格子の境界値(格子境界値)の10進表記と2進表記、その上位3ビットの2進表記、10進表記、および、各格子の展開状況を表す展開フラグを示す。図2(a)の1列目に示す格子境界値で軸を8つの格子に分割すると、格子境界値の2進表記は同図2列目の値で表わすことができる。さらに、2進表記の格子境界値の上位3ビットを取り出すと、同図3列目の値で表すことができ、これを10進表記で表すと、同図2列目の値で表すことができる。各格子をメモリに展開すべきか否か、また、展開されているか否かを0,1の2値で表すと同図5列目のように8つの2値で表すことができる。つまり、この展開/非展開の情報(展開フラグ)は、8ビットのビット列を用いることでメモリ上で表現することができる。図2(b)に、展開フラグを格納するためのビット列の例を示す。   Hereinafter, in order to simplify the description, a one-dimensional description will be given. FIG. 2 (a) shows a decimal notation and a binary notation of boundary values (grid boundary values) of each lattice when a one-dimensional axis is divided into eight, a binary notation of the upper 3 bits, a decimal notation, and The expansion flag indicating the expansion status of each grid is shown. When the axis is divided into eight lattices with the lattice boundary values shown in the first column of FIG. 2A, the binary representation of the lattice boundary values can be represented by the values in the second column of FIG. Further, if the upper 3 bits of the grid boundary value in binary notation are taken out, it can be expressed by the value in the third column of FIG. 3, and if expressed in decimal notation, it can be expressed by the value in the second column of FIG. it can. Whether each grid should be expanded in a memory and whether it is expanded or not can be expressed by 8 binary values as shown in the fifth column of FIG. In other words, this expansion / non-expansion information (expansion flag) can be expressed on a memory by using an 8-bit bit string. FIG. 2B shows an example of a bit string for storing the expansion flag.

同図において、2001は、8ビットのビット列からなる展開フラグ、2002から2009は、それぞれ1から8番目の格子の展開フラグを表す。   In the figure, 2001 represents an expansion flag composed of an 8-bit bit string, and 2002 to 2009 represent expansion flags for the 1st to 8th lattices, respectively.

以下に、具体例として、入力値が35であった場合における展開フラグの取得方法を、図2(f)を用いて説明する。まず、入力値35(図2(f)1列目)を2進表記に変換する(図2(f)2列目)。次に、2進表記の入力値の上位3ビットを取得する(図2(f)3列目)。取得した上位3ビットを10進表記に変換する(図2(f)4列目)。変換して得られた値の分だけ展開フラグのビット列を右シフトする(本ケースの場合、シフト回数は1回)。これにより、ビット列の最下位ビットに入力値が属する格子の展開フラグが格納されるので、0000 0001との論理積をとることで、最下位ビットに格納された展開フラグを取得することができる。   Hereinafter, as a specific example, a method for acquiring a development flag when the input value is 35 will be described with reference to FIG. First, the input value 35 (first column in FIG. 2 (f)) is converted into binary notation (second column in FIG. 2 (f)). Next, the upper 3 bits of the input value in binary notation are acquired (FIG. 2 (f), third column). The acquired upper 3 bits are converted into decimal notation (FIG. 2 (f), fourth column). The bit string of the expansion flag is right-shifted by the value obtained by the conversion (in this case, the number of shifts is 1). As a result, since the expansion flag of the lattice to which the input value belongs to the least significant bit of the bit string is stored, the expansion flag stored in the least significant bit can be acquired by performing a logical product with 0000 0001.

以上が、入力値35が属する格子の展開フラグを取得する方法である。これを一般化すると、次のようになる。全LUTの各軸の分割数を   The above is the method for acquiring the expansion flag of the lattice to which the input value 35 belongs. This is generalized as follows. The number of divisions for each axis of all LUTs

、画像のビット深度を The bit depth of the image

とすると、入力値のシフト回数 Then the number of shifts of the input value

は、次式で表すことができる。 Can be expressed as:

以上の演算により入力値が属する格子の展開フラグを取得することができ、この展開フラグの値を参照することにより、格子がメモリに展開されているか否か判定することができる。   The expansion flag of the lattice to which the input value belongs can be acquired by the above calculation, and it can be determined whether or not the lattice is expanded in the memory by referring to the value of the expansion flag.

次に、図5(a)を用いて本実施例における展開表の生成処理について詳細に説明する。図5(a)に、展開表生成手段109における処理の例をフローチャートで示す。   Next, with reference to FIG. 5A, the expansion table generation processing in the present embodiment will be described in detail. FIG. 5A is a flowchart showing an example of processing in the expansion table generating unit 109.

ステップS301において、展開表生成手段109は、展開表の各ビットを0で初期化する。ここで、0は、格子をメモリに展開する必要がない、あるいは、展開されていないことを表す。一方、1は、メモリに展開する必要がある、あるいは、展開されていることを表す。   In step S301, the expansion table generating unit 109 initializes each bit of the expansion table with 0. Here, 0 indicates that the lattice does not need to be expanded in the memory or is not expanded. On the other hand, 1 indicates that it is necessary to expand in the memory or that it is expanded.

ステップS302において、展開表生成手段109は、画像の全ての画素に対して処理を行ったか判定する。   In step S302, the development table generation unit 109 determines whether all pixels of the image have been processed.

ステップS303において、展開表生成手段109は、画像の画素値を包含する格子に対応する展開表の該当ビットに1を設定する。   In step S303, the expansion table generating unit 109 sets 1 to the corresponding bit of the expansion table corresponding to the grid that includes the pixel values of the image.

ステップS304において、展開表生成手段109は、全ての画素について処理が終了したか判定する。処理が終了していない場合には、ステップS302に戻って処理を反復する。処理が終了している場合には、ステップS304に進む。   In step S304, the expansion table generating unit 109 determines whether the processing has been completed for all pixels. If the process has not ended, the process returns to step S302 to repeat the process. If the process has been completed, the process proceeds to step S304.

ステップS305において、展開表生成手段109は、展開表を画像データに関連付ける。   In step S305, the expansion table generating unit 109 associates the expansion table with the image data.

<展開手段112における処理>
図5(b)に、展開手段112における処理の例をフローチャートで示す。
<Processing in Expansion Unit 112>
FIG. 5B is a flowchart showing an example of processing in the expansion means 112.

ステップS401において、展開手段112は、対応表に格納されている圧縮LUTの始点成分を取得する。   In step S401, the expansion unit 112 acquires the starting point component of the compression LUT stored in the correspondence table.

ステップS402において、展開手段112は、始点成分をメモリに書き出す。   In step S402, the expansion unit 112 writes the starting point component in the memory.

ステップS403において、展開手段112は、圧縮LUTの全成分について処理を行ったか判定する。   In step S403, the decompressing unit 112 determines whether processing has been performed for all components of the compression LUT.

ステップS404において、展開手段112は、圧縮LUTから符号表の符号に対応する記号を取得する。   In step S404, the decompressing means 112 acquires a symbol corresponding to the code of the code table from the compression LUT.

ステップS405において、展開手段112は、前の成分に記号の値を加算した値を現成分値としてメモリに書き出す。   In step S405, the expansion unit 112 writes the value obtained by adding the symbol value to the previous component to the memory as the current component value.

ステップS406において、展開手段112は、圧縮LUTの全成分について処理が終了したか判定する。処理が終了していない場合には、ステップS403に戻って処理を反復する。処理が終了している場合には、ステップS407に進む。   In step S406, the decompressing unit 112 determines whether the processing has been completed for all components of the compression LUT. If the process has not ended, the process returns to step S403 to repeat the process. If the process has been completed, the process proceeds to step S407.

以上、説明した技術によれば、印刷データに含まれる画像データの色分布に応じて展開表を予め生成しておき、色変換時に該展開表を用いて圧縮LUTのLUT成分をメモリ上に展開し、展開されたLUT成分を参照する。こうすることにより、メモリ使用量を削減しつつ、高速に色変換を行うことができる。   As described above, according to the technique described above, a development table is generated in advance according to the color distribution of the image data included in the print data, and the LUT component of the compression LUT is developed on the memory using the development table at the time of color conversion. And refer to the expanded LUT component. In this way, color conversion can be performed at high speed while reducing the amount of memory used.

[第二の実施例]
以下、本発明を適用した第二の実施例を説明する。
[Second Example]
A second embodiment to which the present invention is applied will be described below.

本発明で想定している印刷システムにおいて、印刷ジョブの優先度に応じて特定の印刷ジョブを高速に行いたいという要求がある。このような要求に対応するため、実施例2は、メモリ空き量に余裕がある場合には、メモリを大量に消費してでも、高速に印刷ジョブを処理することができるような構成を備える。   In the printing system assumed in the present invention, there is a demand for performing a specific print job at high speed according to the priority of the print job. In order to respond to such a request, the second embodiment has a configuration capable of processing a print job at a high speed even when a large amount of memory is consumed when there is a sufficient memory space.

すなわち、印刷ジョブに予め設定された特急フラグの内容と印刷システムのメモリの空き容量に応じて当該印刷ジョブに対する印刷速度を切り替えることを特徴とする。図6に本実施例における論理構成を、図7に処理フローの例をそれぞれ示す。   In other words, the print speed for the print job is switched according to the contents of the express flag set in advance for the print job and the free capacity of the memory of the printing system. FIG. 6 shows a logical configuration in the present embodiment, and FIG. 7 shows an example of a processing flow.

以下、図6を用いて本実施例におけるシステム構成を説明する。同一構成要素には同一符号を付し、説明を省略する。   Hereinafter, the system configuration in the present embodiment will be described with reference to FIG. The same components are denoted by the same reference numerals, and description thereof is omitted.

図6において、2は、本実施例における印刷システム、20は、本実施例における印刷サーバ、201は、メモリの空き容量を取得する空き情報取得手段、202は、メモリの空き容量に応じて全てのLUT成分をメモリに展開するか否かを判定する全展開判定手段、203は、全てのLUT成分をメモリに展開する全展開手段である。   In FIG. 6, 2 is a printing system in this embodiment, 20 is a print server in this embodiment, 201 is free information acquisition means for acquiring the free space of the memory, and 202 is all according to the free space of the memory. All expansion determination means 203 for determining whether or not to expand the LUT components in the memory, 203 is all expansion means for expanding all the LUT components in the memory.

<印刷システム2における処理>
以下に、印刷システム2における処理の流れについて図7を用いて詳細に説明する。
<Processing in printing system 2>
Hereinafter, the flow of processing in the printing system 2 will be described in detail with reference to FIG.

図7は印刷システム2における処理の例を示すフローチャートである。   FIG. 7 is a flowchart illustrating an example of processing in the printing system 2.

ステップS501において、全展開判定手段202は、印刷ジョブのヘッダに記述された特急フラグを参照し、当該印刷ジョブが特急ジョブであるか否かを判定する。特急フラグの値が1の場合には、ステップS503へ進み、他方、フラグの値が0の場合には、ステップS502に進む。   In step S501, the all development determination unit 202 refers to the express flag described in the header of the print job, and determines whether the print job is an express job. When the value of the express flag is 1, the process proceeds to step S503, and when the value of the flag is 0, the process proceeds to step S502.

ステップS502において、空き情報取得手段201は、システムのメモリの空き容量を取得する。   In step S502, the free information acquisition unit 201 acquires the free capacity of the system memory.

ステップS503において、全展開判定手段202は、メモリの空き容量が必要容量よりも大きいか判定する。全体LUTがcチャネル、1成分nビットの場合、必要容量rは、r=c×2nで算出することができる。メモリの空き容量が必要容量よりも大きい場合には、ステップS504に進む。他方、メモリの空き容量が必要量よりも小さい場合には、ステップS108に進む。 In step S503, the total expansion determination unit 202 determines whether the free capacity of the memory is larger than the necessary capacity. When the entire LUT is c channel and 1 component n bits, the required capacity r can be calculated by r = c × 2 n . If the available memory capacity is larger than the required capacity, the process proceeds to step S504. On the other hand, when the free space of the memory is smaller than the required amount, the process proceeds to step S108.

ステップS504において、全展開手段203は、全ての対応表と符号表を用いて全てのLUT成分をメモリに展開する。   In step S504, the all expansion means 203 expands all LUT components in the memory using all correspondence tables and code tables.

本実施例の全展開判定処理は、メモリの空き容量に基づき自動的に判定することができる。さらに、図8に示すようなメモリ使用状況と当該印刷ジョブの優先度を設定するチェックボックスを備えたUIをユーザに提示し、ユーザに当該印刷ジョブを優先的に処理するか指定させるようにしてもよい。   The all expansion determination process of this embodiment can be automatically determined based on the free memory capacity. Further, a UI including a check box for setting the memory usage status and the priority of the print job as shown in FIG. 8 is presented to the user so that the user can specify whether to process the print job with priority. Also good.

図8において、30はユーザの入力を受け付けるUI、301は、入力プロファイルのファイル名を入力する入力プロファイル入力部、302は、出力プロファイルのファイル名を入力する出力プロファイル入力部、303は、印刷データを印刷する際の印刷条件を指定する印刷条件指定部、304は、印刷データに含まれる画像を色変換する際のマッチング方法を選択するマッチング方法選択部、305は、上記画像の色変換時に画像の黒点(R=G=B=0なる色)を印刷機の黒点の色信号値にマッピングするか否かを指定する黒点補正指定部、306は、後処理サーバのメモリ使用状況を時系列で表示するメモリ使用状況表示部、307は、当該印刷ジョブを優先的に処理するかを指定する印刷ジョブ優先度指定部、308は、UI40の各項目で設定した条件を後処理に反映するOKボタン、309は、UI40の各項目で設定した条件をキャンセルするキャンセルボタンである。   In FIG. 8, 30 is a UI for receiving user input, 301 is an input profile input unit for inputting an input profile file name, 302 is an output profile input unit for inputting an output profile file name, and 303 is print data. A printing condition designating unit for designating a printing condition for printing the image, 304 a matching method selecting unit for selecting a matching method for color conversion of the image included in the print data, and 305 for the color conversion of the image The black point correction specification unit 306 for specifying whether to map the black point (color where R = G = B = 0) to the color signal value of the black point of the printing press, 306 indicates the memory usage status of the post-processing server in time series Memory usage status display section to be displayed, 307 is a print job priority specifying section for specifying whether to process the print job preferentially, and 308 is an OK button for reflecting the conditions set in each item of UI40 in post-processing , Reference numeral 309 denotes a cancel button for canceling the conditions set in each item of the UI 40.

このようなUIを提示することによりオペレータの判断によって指定の印刷ジョブを高速に印刷することができる。   By presenting such a UI, it is possible to print a designated print job at a high speed according to the judgment of the operator.

以上、説明した技術によれば、印刷ジョブの優先度とメモリの空き状況に応じてメモリに展開するLUT成分を制御することにより、優先度の高い印刷ジョブを高速に印刷することができる。   As described above, according to the technology described above, it is possible to print a high-priority print job at high speed by controlling the LUT component developed in the memory in accordance with the priority of the print job and the availability of the memory.

[他の実施の形態]
前記実施例において、生成する入力値を入力値の全ての組み合わせとしたが、入力値は「全ての組み合わせ」に限定されるものではなく、所定の点数おきに入力値を生成するようにしても良い。例えば、1点おきなど適当な点数おきに入力値を生成するようにしても良い。その場合、生成されていない入力値に対する出力値を得るには、入力値を囲む格子点に対応する出力値の平均値や加重平均値などをその出力値とすれば良い。
[Other embodiments]
In the above embodiment, the input values to be generated are all combinations of the input values. However, the input values are not limited to “all combinations”, and the input values may be generated every predetermined number of points. good. For example, an input value may be generated every other suitable number of points such as every other point. In this case, in order to obtain an output value for an input value that has not been generated, the output value may be an average value or a weighted average value of output values corresponding to grid points surrounding the input value.

また、前記実施例において、画像の色空間をsRGB色空間としたが、これに限定されるものではなく、AdobeRGB色空間など他の色空間であっても良い。   In the above embodiment, the color space of the image is the sRGB color space. However, the color space is not limited to this, and may be another color space such as an AdobeRGB color space.

また、前記実施例において、展開表生成手段や入力値生成手段などの生成手段は、展開表や入力値を生成するとしたが、予め作成しておいた展開表や入力値を取得し、使用するようにしても良いことは言うまでもない。   In the embodiment, the generation means such as the expansion table generation means and the input value generation means generate the expansion table and the input value. However, the expansion table and the input value prepared in advance are acquired and used. Needless to say, it may be done.

前記実施例において、展開表を生成するタイミングは、印刷データが印刷サーバに転送されてからとしたが、これに限定されるものではなく、例えば、ユーザがクライアントPC上で印刷データを保存したときに展開表を生成するようにしても良い。さらに、クライアントPCで印刷データを保存した後クライアントPCのCPU負荷が低いときにバックグラウンドで生成するようにしても良く、PDL解釈を実行するまでに展開表が生成されていれば良い。   In the above embodiment, the timing for generating the expansion table is after the print data is transferred to the print server, but is not limited to this. For example, when the user saves the print data on the client PC An expansion table may be generated. Furthermore, after the print data is saved on the client PC, it may be generated in the background when the CPU load on the client PC is low, and the expansion table only needs to be generated before the PDL interpretation is executed.

また、本実施例において、展開表は画像ごとに生成するとしたが、これに限定する必要はなく、例えば、印刷データの中に複数の画像が含まれている場合には、全ての画像を統合し、統合した画像に対する展開表を生成し、印刷データに付与するようにしても良い。こうすることによって、1つの印刷データに対し1つの展開表を保持すれば良いだけになるので、展開表を保持するためのメモリ使用量を削減することができる。同時に、圧縮LUTの展開処理が印刷データにつき1回に削減できるため、処理速度を向上させることができる。   In this embodiment, the development table is generated for each image. However, the present invention is not limited to this. For example, when a plurality of images are included in the print data, all the images are integrated. Then, a development table for the integrated image may be generated and attached to the print data. By doing so, it is only necessary to hold one development table for one print data, and therefore the amount of memory used to hold the development table can be reduced. At the same time, since the decompression process of the compression LUT can be reduced once per print data, the processing speed can be improved.

<記憶媒体>
なお、本発明は、複数の機器(例えばホストコンピュータ、インタフェイス機器、リーダ、プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機、ファクシミリ装置など)に適用しても良い。
<Storage medium>
Note that the present invention can be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, and a printer), and a device (for example, a copying machine and a facsimile device) including a single device You may apply to.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(又はCPU又はMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても達成されることは言うまでもない。   Another object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the above-described embodiments to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium. Needless to say, this can also be achieved by reading and executing the program code stored in.

この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD-ROM、CD-R、磁気テープ、不揮発性のメモリカード、ROMなどを用いることができる。   As a storage medium for supplying the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(オペレーティングシステム)などが実際の処理の一部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   In addition, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) running on the computer based on the instruction of the program code. It goes without saying that a part of the actual processing is performed and the functions of the above-described embodiments are realized by the processing.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written to a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

1 印刷システム、10 印刷サーバ、11 クライアントPC、12 印刷、
101 プロファイル保持手段、102 入力値生成手段、103 色変換手段、104 圧縮手段、
105 圧縮LUT保持手段、106 印刷データ、107 プリスキャン手段、108 PDL解釈手段、
109 展開表生成手段、110 PDLデータ保持手段、111 PDLデータ入力手段、
112 展開手段、113 画像変換手段、114 RIP手段、115 印刷手段、116 印刷物、
2 印刷システム、20 印刷サーバ、201 空き情報取得手段、202 全展開判定手段、
203 全展開手段、30 UI、301 入力プロファイル入力部、
302 出力プロファイル入力部、303 印刷条件指定部、304 マッチング方法選択部、
305 黒点補正指定部、306 メモリ使用状況表示部、307 印刷ジョブ優先度指定部、
308 OKボタン、309 キャンセルボタン、1001 図1(a)の累積出現確率、
1002 図1(b)の累積出現確率、1003 図1(c)の累積出現確率、2001 展開フラグ、
2002 展開フラグの第1ビット、2003 展開フラグの第2ビット、
2004 展開フラグの第3ビット、2005 展開フラグの第4ビット、
2006 展開フラグの第5ビット、2007 展開フラグの第6ビット、
2008 展開フラグの第7ビット、2009 展開フラグの第8ビット
1 printing system, 10 printing server, 11 client PC, 12 printing,
101 profile holding means, 102 input value generating means, 103 color conversion means, 104 compression means,
105 compressed LUT holding means, 106 print data, 107 prescan means, 108 PDL interpretation means,
109 expansion table generation means, 110 PDL data holding means, 111 PDL data input means,
112 developing means, 113 image converting means, 114 RIP means, 115 printing means, 116 printed matter,
2 printing systems, 20 print servers, 201 vacancy information acquisition means, 202 full deployment determination means,
203 All deployment means, 30 UI, 301 input profile input section,
302 Output profile input section, 303 Print condition specification section, 304 Matching method selection section,
305 Black point correction specification part, 306 Memory usage display part, 307 Print job priority specification part,
308 OK button, 309 Cancel button, 1001 Cumulative appearance probability in Fig. 1 (a),
1002 Cumulative appearance probability in FIG. 1 (b), 1003 Cumulative appearance probability in FIG. 1 (c), 2001 unfolding flag,
1st bit of 2002 expansion flag, 2nd bit of 2003 expansion flag,
3rd bit of 2004 expansion flag, 4th bit of 2005 expansion flag,
5th bit of 2006 expansion flag, 6th bit of 2007 expansion flag,
7th bit of 2008 expansion flag, 8th bit of 2009 expansion flag

Claims (3)

複数の印刷ジョブを処理する印刷システムであって、
印刷データに含まれる画像の色分布に基づきメモリ上に展開すべき色変換LUTの領域を記述した展開表を生成し画像に付与する展開表生成手段と、
色変換LUTを生成するための入力プロファイル、出力プロファイル、色変換条件を取得する入力手段と、
前記色変換LUTを生成するための入力値の組み合わせを生成する入力値生成手段と、
前記入力プロファイル、出力プロファイル、色変換条件に基づいて前記入力値を第一の色空間から第二の色空間の色空間値に色変換する色変換手段と、
前記色変換手段で変換した入力値に対応する出力値を格納した色変換LUT(全体LUT)を部分ごとに圧縮した圧縮LUTを生成する圧縮手段と、
前記展開表に基づいて前記圧縮LUTのLUT成分をメモリ上に展開する展開手段と、
前記展開手段で展開されたLUT成分を用いて入力画像の画素値を第一の色空間から第二の色空間の色空間値に変換する画像変換手段と、
を備えることを特徴とする画像処理方法。
A printing system for processing multiple print jobs,
An expansion table generating means for generating an expansion table that describes a region of the color conversion LUT to be expanded on the memory based on the color distribution of the image included in the print data and attaching the expansion table to the image;
An input means for generating a color conversion LUT, an output profile, and an input means for acquiring color conversion conditions;
Input value generation means for generating a combination of input values for generating the color conversion LUT;
Color conversion means for color-converting the input value from a first color space to a color space value of a second color space based on the input profile, output profile, and color conversion conditions;
Compression means for generating a compression LUT in which a color conversion LUT (overall LUT) storing an output value corresponding to an input value converted by the color conversion means is compressed for each part;
Expansion means for expanding the LUT component of the compression LUT on a memory based on the expansion table;
Image conversion means for converting the pixel value of the input image from the first color space to the color space value of the second color space using the LUT component expanded by the expansion means;
An image processing method comprising:
前記展開表生成手段は、所定の色空間における入力画像の色分布を複数の領域に分割し、該領域ごとにメモリ上に展開するか否かを表す複数の展開フラグを生成することを特徴とする請求項1に記載の画像処理方法。 The development table generation means divides the color distribution of the input image in a predetermined color space into a plurality of areas, and generates a plurality of development flags indicating whether or not each area is developed on a memory. The image processing method according to claim 1. 印刷データの優先度と計算機の負荷に応じて、圧縮LUTの展開に展開表を用いるか否かを判定する全展開判定手段を備えることを特徴とする請求項1に記載の画像処理方法。 The image processing method according to claim 1, further comprising: an all expansion determination unit that determines whether or not to use an expansion table for expansion of the compression LUT according to the priority of the print data and the load on the computer.
JP2015070562A 2015-03-31 2015-03-31 Image processing apparatus and method, and recording medium Pending JP2016192623A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015070562A JP2016192623A (en) 2015-03-31 2015-03-31 Image processing apparatus and method, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015070562A JP2016192623A (en) 2015-03-31 2015-03-31 Image processing apparatus and method, and recording medium

Publications (1)

Publication Number Publication Date
JP2016192623A true JP2016192623A (en) 2016-11-10

Family

ID=57245862

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015070562A Pending JP2016192623A (en) 2015-03-31 2015-03-31 Image processing apparatus and method, and recording medium

Country Status (1)

Country Link
JP (1) JP2016192623A (en)

Similar Documents

Publication Publication Date Title
US7692813B2 (en) Image processing apparatus and method, and storage medium
US8659793B2 (en) Image processing apparatus and image processing method
US9036199B2 (en) Image processing apparatus for performing color matching processing, image processing method, and computer-readable medium
EP1732031B1 (en) Image processing apparatus and image processing method
JP4618324B2 (en) Image processing apparatus and program
US20070086050A1 (en) Information processing apparatus, image processing method, and machine-readable medium
US20060072134A1 (en) Image forming apparatus and method
JP5578157B2 (en) Image processing device
JP4375449B2 (en) Image processing apparatus, image processing program, and image processing method
JP6110708B2 (en) Image processing apparatus and image processing method
JP2017024321A (en) Image processor, image formation device, and image processing time prediction method and program
JP2008118447A (en) Image forming apparatus, image forming method, and its program
CN105704347A (en) Image processing apparatus and image processing method
US7091985B1 (en) System and method for compressing color data using expandable color palette
JP2016192623A (en) Image processing apparatus and method, and recording medium
JP4514168B2 (en) Image processing system and image processing method
US8830509B2 (en) Image processing apparatus, method, and medium for performing density adjustment
JP3346051B2 (en) Image processing device
JP5012871B2 (en) Image processing apparatus, image forming apparatus, and image processing program
JP2010050832A (en) Device and method for processing image, program, and recording medium
JP4636145B2 (en) Image processing apparatus and program
US10560603B2 (en) Image processing apparatus and image processing method
JP5090969B2 (en) Image processing device
JP6521650B2 (en) INFORMATION PROCESSING APPARATUS, CONTROL METHOD FOR INFORMATION PROCESSING APPARATUS, AND PROGRAM
JP2023008251A (en) Image processing apparatus, image processing method, and program