JP2000246975A - Image-processing apparatus, its method, and recording medium - Google Patents

Image-processing apparatus, its method, and recording medium

Info

Publication number
JP2000246975A
JP2000246975A JP11053375A JP5337599A JP2000246975A JP 2000246975 A JP2000246975 A JP 2000246975A JP 11053375 A JP11053375 A JP 11053375A JP 5337599 A JP5337599 A JP 5337599A JP 2000246975 A JP2000246975 A JP 2000246975A
Authority
JP
Japan
Prior art keywords
image
image data
data
unit
image processing
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
JP11053375A
Other languages
Japanese (ja)
Inventor
Mizuki Muramatsu
瑞紀 村松
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 JP11053375A priority Critical patent/JP2000246975A/en
Priority to US09/516,969 priority patent/US6972865B1/en
Publication of JP2000246975A publication Critical patent/JP2000246975A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent printing outputs of specific image data prohibited from being output without permission by judging whether or not input image data is a specific image, and selecting and outputting data of a hierarchy of a lowest resolution of the image data when the data is judged to be the specific image. SOLUTION: Copyright information stored in an extension property of FPX data as image data conforming to a hierarchical data format is obtained (S601), and whether or not FPX data to be printed is a copyrighted image is judged (S602). When the data is judged to be copyrighted, a noise overlap judgment part outputs a noise addition order signal to a noise overlap processing part (S603). Then, an FPX sub image as image data of a lowest resolution or the like is read out (S604), and whether or not all FPX sub images are read out is judged (S605). When it is judged that all FPX sub images are completely read out, the process is terminated.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は画像処理装置及びそ
の方法、及び記録媒体に関し、特に特定画像の出力を制
御する画像処理装置及びその方法、及び記録媒体に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus and method, and a recording medium, and more particularly to an image processing apparatus and method for controlling output of a specific image, and a recording medium.

【0002】[0002]

【従来の技術】コンピュータの出力装置として、レーザ
ビームプリンタ(以下、「LBP」と称する)等の電子写真
方式を用いた情報記録装置が普及している。これらの情
報記録装置は、その高品質な印刷結果、静粛性および高
速性などの多くのメリットにより、デスクトップパブリ
ッシング(DTP)の分野を急速に拡大させる要因となって
いる。さらに、ホストコンピュータやプリンタの画像生
成部であるコントローラ等の高性能化に伴い、処理対象
としてカラー画像を容易に扱えるようになった。従っ
て、電子写真方式のカラープリンタも開発され、従来か
らのモノクロ画像の印刷のみならず、カラー画像の印刷
も普及しつつある。
2. Description of the Related Art As an output device of a computer, an information recording device using an electrophotographic method, such as a laser beam printer (hereinafter referred to as "LBP"), has become widespread. These information recording devices are factors that rapidly expand the field of desktop publishing (DTP) due to many advantages such as high quality printing results, quietness and high speed. Further, with the advancement of the performance of a controller or the like which is an image generation unit of a host computer or a printer, a color image can be easily handled as a processing target. Therefore, electrophotographic color printers have been developed, and printing of color images as well as conventional printing of monochrome images is becoming widespread.

【0003】また、イメージスキャナやデジタルカメラ
などから入力した写真画像をカラープリンタに出力した
り、モニタ上に表示したりといったように、画像データ
を出力するデバイスの種類も増えつつある。このよう
に、画像データが様々な用途で用いられることにより、
複数解像度の画像データを構造化して扱うデータフォー
マットが普及しつつある。このデータフォーマットで最
近注目されているものとして、FlashPix(米国EastmanK
odak社の登録商標)がある。
In addition, there are increasing types of devices that output image data, such as outputting a photographic image input from an image scanner or a digital camera to a color printer or displaying it on a monitor. In this way, image data is used for various purposes,
Data formats that handle structured image data of a plurality of resolutions are becoming widespread. Recently, FlashPix (EastmanK, USA)
odak).

【0004】以下に、FlashPixのファイルフォーマット
を従来の画像フォーマットを対比して説明する。
The file format of FlashPix will be described below in comparison with a conventional image format.

【0005】<従来の画像フォーマット>従来の画像フ
ォーマットの一例を図27に示す。図27に示すように、従
来の画像ファイルは画像ヘッダ部と画像データ部に大別
される。一般にヘッダ部には、その画像ファイルからデ
ータを読み取る際に必要となる情報や、画像の内容を説
明する付帯的な情報が格納される。図27に示す例では、
該画像ファイルにおけるフォーマット名を示す画像フォ
ーマット識別子、ファイルサイズ、画像の幅・高さ・深
さ、圧縮の有無、カラーパレットの情報、解像度、画像
度、画像データの格納位置へのオフセット、等の情報が
格納されている。一方、画像データ部は実際の画像デー
タを順次格納している部分である。
<Conventional Image Format> FIG. 27 shows an example of a conventional image format. As shown in FIG. 27, a conventional image file is roughly divided into an image header section and an image data section. In general, the header section stores information necessary for reading data from the image file and additional information explaining the contents of the image. In the example shown in FIG. 27,
An image format identifier indicating a format name in the image file, a file size, an image width / height / depth, presence / absence of compression, information on a color palette, resolution, image quality, an offset to a storage position of image data, and the like. Information is stored. On the other hand, the image data section is a section that stores actual image data sequentially.

【0006】このような画像フォーマットの代表的な例
として、Microsoft社のBMPフォーマットやCompuserve社
のGIFフォーマット等が広く普及している。
As typical examples of such image formats, the BMP format of Microsoft Corporation and the GIF format of Compuserve Corporation are widely used.

【0007】<FlashPixフォーマット>以降説明するFl
ashPixフォーマットにおいては、上述した従来の画像フ
ォーマットにおいて画像ヘッダ部に格納されていた画像
属性情報および画像データを、さらに構造化して格納す
る。
<FlashPix format> Fl described below
In the ashPix format, image attribute information and image data stored in the image header section in the above-described conventional image format are further structured and stored.

【0008】図21,図22に、FlashPixフォーマットの論
理構造を示す。同図において、ファイル内の各プロパテ
ィやデータには、MS-DOSのディレクトリ及びファイルに
相当する、ストレージとストリームによってアクセスす
る。図21,図22において、二本線で示される部分がスト
レージであり、一本線で示される部分がストリームであ
る。画像データや画像属性情報はストリーム部分に格納
される。画像データは異なる解像度で階層化されてお
り、それぞれの解像度の画像をSubimageと呼び、図21に
おいてResolution0,1,…で示してある。各解像度画像
に対して、その画像を読み出すために必要な情報がSubi
mage Headerに、また画像データがSubimage dataに格納
される。プロパティセット(Property Set)とは、属性情
報をその使用目的及び内容に応じて分類して定義したも
ので、Summary Info. Property Set,Image Info. Prop
erty Set,Image Contents Property Set,Extension l
istProperty Setがある。
FIGS. 21 and 22 show the logical structure of the FlashPix format. In the figure, each property and data in a file are accessed by a storage and a stream corresponding to an MS-DOS directory and file. In FIGS. 21 and 22, a portion indicated by a double line is a storage, and a portion indicated by a single line is a stream. Image data and image attribute information are stored in the stream portion. The image data is hierarchized at different resolutions. Images of each resolution are called Subimages, and are indicated by Resolution0, 1,... In FIG. For each resolution image, the information needed to read that image is
Image data is stored in mage Header, and image data is stored in Subimage data. A property set is a property set that categorizes and defines attribute information according to the purpose and content of its use. Summary Info. Property Set, Image Info. Prop
erty Set, Image Contents Property Set, Extension l
There is istProperty Set.

【0009】[各プロパティセットの説明] ●Summary Info. Propertyは、FlashPix特有のものでは
なく、Microsoft社のストラクチャードストレージでは
必須のプロパティセットであり、該画像ファイルのタイ
トル・題名・著者・サムネイル画像等を格納する。
[Explanation of each property set] ● Summary Info. Property is not specific to FlashPix, but is an essential property set in structured storage of Microsoft Corporation. The title, title, author, thumbnail image, etc. of the image file Is stored.

【0010】●Image Contents Property Setは、画像
データの格納方法を記述する属性であり、この例を図25
に示す。この属性には、画像データの階層数、最大解像
度の画像の幅、高さや、それぞれの解像度の画像につい
ての幅、高さ、色の構成、あるいはJpeg圧縮を用いる際
の量子化テーブル・ハフマンテーブルの定義を記述す
る。
[0010] The Image Contents Property Set is an attribute that describes a method of storing image data.
Shown in This attribute includes the number of layers of image data, the width and height of the image with the highest resolution, the width, height, and color configuration of each resolution image, or the quantization table and Huffman table when using Jpeg compression. Describe the definition.

【0011】●Image Info. Property Setは、画像を使
用する際に利用できるさまざまな情報、例えば、その画
像がどのようにして取り込まれ、どのように利用可能で
あるか、等の情報を格納する。Image Info. Property S
etとして格納され得る情報例を以下に列挙する。
The Image Info. Property Set stores various information that can be used when an image is used, for example, information on how the image is captured and how it can be used. . Image Info. Property S
Examples of information that can be stored as et are listed below.

【0012】・デジタルデータの取り込み方法/あるい
は生成方法に関する情報(File Source) ・著作権に関する情報(Intellectual Property) ・画像の内容(画像中の人物、場所など)に関する情報
(Content description) ・撮影に使われたカメラに関する情報(Camera informa
tion) ・撮影時のカメラのセッティング(露出,シャッタース
ピード、焦点距離、フラッシュ使用の有無など)の情報
(Per Picture camera settings) ・デジタルカメラ特有解像度やモザイクフィルタに関す
る情報(Digital camera characterization) ・フィルムのメーカ名、製品名、種類(ネガ/ポジ、カ
ラー/白黒)などの情報(Film description) ・スキャン画像の場合、使用したスキャナやソフト、操
作した人に関する情報(Scan device) ●Extention list Property Setは、FlashPixの基本仕
様に含まれない情報を追加する際に使用する領域であ
る。
Information on the method of capturing and / or generating digital data (File Source) Information on copyright (Intellectual Property) Information on the contents of images (persons, places, etc. in images) (Content description) Information about the camera used (Camera informa
• Information on camera settings (exposure, shutter speed, focal length, use of flash, etc.) at the time of shooting (Per Picture camera settings) • Information on digital camera specific resolution and mosaic filter (Digital camera characterization) • Film Information such as manufacturer name, product name, type (negative / positive, color / black and white) (Film description) ・ For scanned images, information about the scanner and software used, and the person who operated it (Scan device) ● Extention list Property Set This is an area used when adding information that is not included in the basic specifications of FlashPix.

【0013】図22に示すFlashPix Image View Object
は、画像を表示する際に用いるビューイングパラメータ
と画像データをあわせて格納する画像ファイルである。
ビューイングパラメータとは、画像の回転、拡大/縮
小、移動、色変換、フィルタリングの処理を画像表示の
際に適応するために記憶しておく処理係数のセットであ
る。Source/Result FlashPix Image ObjectはFlashPix
画像データの実体であり、Source FlashPix Image Obje
ctは必須であり、Result FlashPix Image Objectはオプ
ションである。
The FlashPix Image View Object shown in FIG.
Is an image file that stores together viewing data and image data used when displaying an image.
The viewing parameter is a set of processing coefficients stored in order to adapt the processing of image rotation, enlargement / reduction, movement, color conversion, and filtering when displaying an image. Source / Result FlashPix Image Object is FlashPix
Source FlashPix Image Obje
ct is required and Result FlashPix Image Object is optional.

【0014】Source FlashPix Image Objectはオリジナ
ルの画像データを格納し、Result FlashPix Image Obje
ctはビューイングパラメータを使って画像処理した結果
の画像を格納する。
The Source FlashPix Image Object stores the original image data and the Result FlashPix Image Obje
ct stores the image resulting from image processing using the viewing parameters.

【0015】Source/Result desc. Property setは、上
述した画像データの識別のためのプロパティセットであ
り、画像ID、変更禁止のプロパティセット、最終更新日
時等を格納する。
The Source / Result desc. Property set is a property set for identifying the image data described above, and stores an image ID, a property set for which change is prohibited, a last update date and time, and the like.

【0016】Transform Property Setは、回転、拡大/
縮小、移動のためのアフィン変換係数、色変換マトリク
ス、コントラスト調整値、フィルタリング係数を格納し
ている。
[0016] The Transform Property Set is for rotating, enlarging /
An affine transformation coefficient for reduction and movement, a color transformation matrix, a contrast adjustment value, and a filtering coefficient are stored.

【0017】[画像データの取り扱い説明]次に、画像デ
ータの取り扱いについて説明する。
[Explanation of Handling of Image Data] Next, handling of image data will be described.

【0018】FlashPixの画像フォーマットは、タイル状
に分割された複数の解像度の画像を含む。図23に、解像
度の異なる複数の画像から構成される画像ファイルの例
を示す。図23においては、最大解像度の画像は列×行が
X0×Y0で構成されており、その次に大きい画像はX0/2×
Y0/2であり、それ以降順次、列・行ともに1/2ずつ縮小
し、列・行ともに64画素以下となるまで繰り返す。この
ように階層化した結果、画像の属性情報として「1つの
画像ファイル中の階層数」やそれぞれの階層の画像に対
して、従来の画像フォーマットの項で説明したヘッダ情
報と画像データが必要となる。1つの画像ファイル中の
階層の数や最大解像度の画像の幅、高さ、あるいはそれ
ぞれの解像度の画像の幅、高さ、色構成、圧縮方式等に
関する情報は、図25に示したImage Contents Property
Setに記述される。
The FlashPix image format includes images of a plurality of resolutions divided into tiles. FIG. 23 shows an example of an image file composed of a plurality of images having different resolutions. In FIG. 23, the image of the maximum resolution has columns × rows.
X0 × Y0, the next largest image is X0 / 2 ×
Y0 / 2. Thereafter, both the column and the row are sequentially reduced by 1/2, and the process is repeated until both the column and the row have 64 pixels or less. As a result of the hierarchization in this way, the header information and the image data described in the section of the conventional image format are required for the image attribute information such as “the number of layers in one image file” and the image of each layer. Become. Information about the number of layers in one image file, the width and height of the image at the maximum resolution, or the width, height, color configuration, compression method, and the like of the image at each resolution is shown in the Image Contents Property shown in FIG.
Described in Set.

【0019】さらに、各解像度のレイヤの画像は図24に
示すように64×64画素のタイル状に分割されている。画
像の左上部から順次64×64画素のタイル状に分割してい
くと、画像によっては右端および下端のタイルの一部に
空白が生ずる場合がある。この場合には、それぞれ最右
端画像または最下端画像を繰り返し挿入することで、64
×64画素タイルを構築する。FlashPixにおいては、それ
ぞれのタイル中の画像をJPEG圧縮、シングルカラー、非
圧縮のいずれかの方法で格納する。ここで、JPEG圧縮は
ISO/IEC JTC1/SC29により国際標準化された画像圧縮方
式であり、方式自体の説明はここでは割愛する。またシ
ングルカラーとは、1つのタイルがすべて同色で構成さ
れている場合にのみ、個々の画素の値を記録することな
く、そのタイルの値を1色で表現する方式である。この
方法は特に、コンピュータグラフィックスにより生成さ
れた画像において有効である。このようにタイル分割さ
れた画像データは、Subimage dataストリーム中に格納
され、タイルの総数、タイルのサイズ、データの開始位
置、圧縮方法はすべてSubimage headerに格納されてい
る。Subimage headerの例を図26に示す。
Further, the image of each resolution layer is divided into tiles of 64 × 64 pixels as shown in FIG. When the image is divided into tiles of 64 × 64 pixels sequentially from the upper left of the image, blanks may be generated in some of the right and lower end tiles depending on the image. In this case, by repeatedly inserting the rightmost image or the bottommost image,
Build a x64 pixel tile. In FlashPix, the image in each tile is stored in one of the JPEG compression, single color, and non-compression methods. Where JPEG compression is
This is an image compression method internationally standardized by ISO / IEC JTC1 / SC29, and the description of the method itself is omitted here. The single color is a method of expressing the value of a tile in one color without recording the value of each pixel only when all the tiles are formed of the same color. This method is particularly useful for images generated by computer graphics. The image data thus divided into tiles is stored in the Subimage data stream, and the total number of tiles, the size of the tile, the starting position of the data, and the compression method are all stored in the Subimage header. FIG. 26 shows an example of the Subimage header.

【0020】[0020]

【発明が解決しようとする課題】上述したように、複数
の解像度の画像データを構造化して扱うFlashPix等のフ
ォーマットが普及したことにより、その特徴を生かし
て、例えばユーザが自ら撮影した画像データをインター
ネット上で公開し、該画像を閲覧した第三者がモニタ等
のディスプレイ装置には低解像度の画像データを表示
し、カラープリンタ等の出力装置には最高解像度の画像
データを出力するといったように、画像データの選択的
な出力が可能となっている。
As described above, the spread of formats such as FlashPix, which handles image data of a plurality of resolutions in a structured manner, makes it possible to take advantage of the characteristics of the image data, for example, by taking user-owned image data. Published on the Internet, a third party browsing the image displays low-resolution image data on a display device such as a monitor, and outputs the highest-resolution image data on an output device such as a color printer. In addition, it is possible to selectively output image data.

【0021】反面、例えば著作権を有する画像データで
あっても、インターネットを介して第三者が無断で盗用
することが可能であるという問題が発生した。
On the other hand, there has been a problem in that, for example, even if the image data has a copyright, it can be stolen by a third party without permission via the Internet.

【0022】本発明は上記問題を解決するためになされ
たものであり、無断出力が禁止された特定画像データの
印刷出力を防止する画像処理装置及びその方法を提供す
ることを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and has as its object to provide an image processing apparatus and method for preventing printout of specific image data for which unauthorized output is prohibited.

【0023】[0023]

【課題を解決するための手段】上記目的を達成するため
の一手段として、本発明の画像処理装置は以下の構成を
備える。
As one means for achieving the above object, the image processing apparatus of the present invention has the following arrangement.

【0024】即ち、複数解像度の画像データを構造化し
た階層データフォーマットに準ずる画像データを入力す
る入力手段と、該入力された画像データが特定画像であ
るか否かを判別する判別手段と、前記判別手段により特
定画像であると判別された場合に、該画像データの最低
解像度の階層におけるデータを選択出力する出力手段
と、を有することを特徴とする。
That is, input means for inputting image data conforming to a hierarchical data format in which image data of a plurality of resolutions are structured, determining means for determining whether or not the input image data is a specific image, Output means for selecting and outputting data in the lowest resolution hierarchy of the image data when the image data is determined to be a specific image by the determination means.

【0025】例えば、前記判別手段は、前記画像データ
が著作権を有する場合に特定画像であると判別すること
を特徴とする。
For example, when the image data has a copyright, the determination means determines that the image data is a specific image.

【0026】また、画像データを入力する入力手段と、
該入力された画像データが特定画像であるか否かを判別
する判別手段と、該入力された画像データの出力許可情
報を得る出力許可検出手段と、前記判別手段の判別結果
及び前記出力許可情報に応じて、前記画像データに対し
て画質を向上させる画像処理を施す画像処理手段と、を
有することを特徴とする。
An input means for inputting image data;
Determining means for determining whether or not the input image data is a specific image; output permission detecting means for obtaining output permission information of the input image data; a determination result of the determining means and the output permission information And image processing means for performing image processing for improving image quality on the image data in accordance with

【0027】例えば、前記判別手段は、前記画像データ
が著作権を有する場合に特定画像であると判別すること
を特徴とする。
For example, the determining means determines that the image data is a specific image when the image data has a copyright.

【0028】例えば、前記画像データはノイズが重畳さ
れており、前記画像処理手段は、前記画像データよりノ
イズを除去することを特徴とする。
For example, noise is superimposed on the image data, and the image processing means removes noise from the image data.

【0029】[0029]

【発明の実施の形態】以下、本発明にかかる一実施形態
について図面を参照して詳細に説明する。なお、以下の
説明においては、本発明を600dpiのカラーLBPに適用す
る例について説明するが、本発明はこれに限られるもの
ではなく、その趣旨を逸脱しない範囲で、任意の記録密
度のカラープリンタやカラーファクシミリ装置などの画
像処理装置に適用できる。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment according to the present invention will be described below in detail with reference to the drawings. In the following description, an example in which the present invention is applied to a color LBP of 600 dpi will be described. However, the present invention is not limited to this, and a color printer having an arbitrary recording density may be used without departing from the gist of the present invention. And an image processing apparatus such as a color facsimile machine.

【0030】<第1実施形態>図1は本発明にかかる一
実施形態におけるカラーLBPの概要構成を示す図であ
る。
<First Embodiment> FIG. 1 is a diagram showing a schematic configuration of a color LBP according to an embodiment of the present invention.

【0031】同図において、カラーLBP501は外部機器で
あるホストコンピュータ502から送られてくるプリンタ
記述言語(PDL)で記述されたコードデータや画像データ
を受け、該データに基づいて記録媒体上にカラー画像を
形成する。
Referring to FIG. 1, a color LBP 501 receives code data and image data described in a printer description language (PDL) sent from a host computer 502 as an external device, and stores color data on a recording medium based on the data. Form an image.

【0032】より具体的に説明すると、カラーLBP501は
プリンタコントローラ(以下単に「コントローラ」と称
する)200とプリンタエンジン(以下単に「エンジン」
と称する)100により構成される。コントローラ200は、
ホストコンピュータ502から入力されたデータに基づい
て、1ページ分のマゼンタ(M)、シアン(C)、イエロー
(Y)、ブラック(K)の多値画像データを作成する。エンジ
ン100は、コントローラ200が生成した多値画像データに
応じて変調したレーザビームで感光ドラムを走査するこ
とにより潜像を形成し、この潜像をトナーで現像して記
録紙に転写した後、記録紙上のトナーを定着するという
一連の電子写真プロセスによる記録を行う。なお、エン
ジン100は600dpiの解像度を有する。
More specifically, the color LBP 501 includes a printer controller (hereinafter simply referred to as “controller”) 200 and a printer engine (hereinafter simply referred to as “engine”).
100). Controller 200
Based on data input from the host computer 502, one page of magenta (M), cyan (C), yellow
Create multi-valued image data of (Y) and black (K). The engine 100 forms a latent image by scanning the photosensitive drum with a laser beam modulated according to the multi-valued image data generated by the controller 200, develops the latent image with toner, and transfers the latent image to recording paper. Recording is performed by a series of electrophotographic processes of fixing toner on recording paper. The engine 100 has a resolution of 600 dpi.

【0033】図2はエンジン100の詳細な構成例を示すブ
ロック図であり、以下、同図を用いてエンジン100の動
作を説明する。
FIG. 2 is a block diagram showing a detailed configuration example of the engine 100. Hereinafter, the operation of the engine 100 will be described with reference to FIG.

【0034】図2において、エンジン100は不図示の駆動
手段により、感光ドラム106および転写ドラム108を図中
矢印方向に回転させる。続いてローラ帯電器109の充電
を開始し、感光ドラム106の表面電位を所定値に略均一
に帯電させる。次に、給紙ローラ111によって、記録紙
カセット110に収納された記録紙128を転写ドラム108へ
供給する。転写ドラム108は、中空の支持体上に誘導体
シートを張ったもので、感光ドラム106と等速で矢印方
向に回転する。
In FIG. 2, the engine 100 rotates the photosensitive drum 106 and the transfer drum 108 in the direction of the arrow in FIG. Subsequently, charging of the roller charger 109 is started, and the surface potential of the photosensitive drum 106 is charged substantially uniformly to a predetermined value. Next, the recording paper 128 stored in the recording paper cassette 110 is supplied to the transfer drum 108 by the paper feed roller 111. The transfer drum 108 is formed by stretching a derivative sheet on a hollow support, and rotates in the direction of the arrow at the same speed as the photosensitive drum 106.

【0035】転写ドラム108に給紙された記録紙128は、
転写ドラム108の支持体上に設けられたグリッパ112によ
って保持され、吸着ローラ113および吸着用帯電器114に
より転写ドラム108に吸着される。同時に現像器の支持
体115を回転させて、支持体115に支持された4つの現像
器116Y,116M,116C,116Kのうち、最初に潜像を形成す
る現像器を感光ドラム106に対向させる。なお、116Yは
イエロー(Y)、116Mはマゼンタ(M)、116Cはシアン(C)、1
16Kはブラック(K)のトナーが入った現像器である。
The recording paper 128 fed to the transfer drum 108 is
The transfer roller 108 is held by a gripper 112 provided on a support of the transfer drum 108, and is suctioned to the transfer drum 108 by a suction roller 113 and a suction charger 114. At the same time, the support 115 of the developing device is rotated so that the developing device that first forms a latent image among the four developing devices 116Y, 116M, 116C, and 116K supported by the support 115 is opposed to the photosensitive drum 106. 116Y is yellow (Y), 116M is magenta (M), 116C is cyan (C), 1
16K is a developing device containing black (K) toner.

【0036】一方、エンジン100は転写ドラム106に吸着
した記録紙128の先端を紙先端検出器117によって検出
し、コントローラ200に制御信号を送信する。コントロ
ーラ200は制御信号を受信するとビデオ信号を光学ユニ
ット118内のレーザドライバ102に出力する。
On the other hand, the engine 100 detects the leading end of the recording paper 128 attracted to the transfer drum 106 by the paper leading end detector 117 and sends a control signal to the controller 200. Upon receiving the control signal, the controller 200 outputs a video signal to the laser driver 102 in the optical unit 118.

【0037】図3は、図2に示す光学ユニット118の詳細
構成を示す図である。レーザドライバ102はビデオ信号
に応じてレーザダイオード103を発光させ、レーザビー
ム127が射出される。レーザビーム127は不図示のモータ
により矢印方向に回転駆動される回転多面鏡104により
偏向され、光路上に配置された結像レンズ105を経て、
感光ドラム106上を主走査方向に走査し、感光ドラム106
上に潜像を生成する。このとき、ビームディテクタ107
はレーザビーム127の走査開始点を検出して水平同期信
号を生成する。
FIG. 3 is a diagram showing a detailed configuration of the optical unit 118 shown in FIG. The laser driver 102 causes the laser diode 103 to emit light according to the video signal, and a laser beam 127 is emitted. The laser beam 127 is deflected by the rotating polygon mirror 104 driven to rotate in the direction of the arrow by a motor (not shown), and passes through the imaging lens 105 arranged on the optical path,
The photosensitive drum 106 is scanned on the photosensitive drum 106 in the main scanning direction.
Generate a latent image on top. At this time, the beam detector 107
Detects a scanning start point of the laser beam 127 and generates a horizontal synchronization signal.

【0038】感光ドラム106上に形成された潜像は現像
器によって現像された後、転写用帯電器119により転写
ドラム108に吸着された記録紙128に転写される。この
際、転写されずに感光ドラム106上に残ったトナーはク
リーニング装置125によって除去される。以上の動作を
繰り返すことにより、カラーのトナー像が記録紙128上
に転写される。全てのトナー像が転写された記録紙128
は、分離帯電器120を経て分離爪121によって転写ドラム
108から剥がされ、搬送ベルト122により定着器123へ送
られる。また、このとき転写ドラムクリーナ126によっ
て転写ドラム108の表面が清掃される。記録紙128上のト
ナー像は、定着器123により加熱・加圧されて溶融固着
し、フルカラー画像になる。そして、フルカラー画像が
記録された記録紙128は排紙トレイ124へ排出される。
After the latent image formed on the photosensitive drum 106 is developed by a developing device, the latent image is transferred by a transfer charger 119 onto the recording paper 128 attracted to the transfer drum 108. At this time, the toner remaining on the photosensitive drum 106 without being transferred is removed by the cleaning device 125. By repeating the above operation, a color toner image is transferred onto the recording paper 128. Recording paper 128 on which all toner images have been transferred
Is transferred drum by separation claw 121 through separation charger 120
It is peeled off from 108 and sent to the fixing device 123 by the conveyor belt 122. At this time, the surface of the transfer drum 108 is cleaned by the transfer drum cleaner 126. The toner image on the recording paper 128 is heated and pressed by the fixing device 123 and melted and fixed to form a full-color image. Then, the recording paper 128 on which the full-color image is recorded is discharged to the paper discharge tray 124.

【0039】図4は、コントローラ200の詳細構成例を示
すブロック図であり、同図を参照してコントローラ200
の動作を説明する。
FIG. 4 is a block diagram showing a detailed configuration example of the controller 200. Referring to FIG.
Will be described.

【0040】同図において、201はホストインタフェイ
ス(以下「ホストI/F」と称する)であり、ホストコン
ピュータ502との通信を行ってPDLで記述されたコードデ
ータや画像データ等の印刷情報を受信する。ここで本実
施形態においては、flashPix等の複数解像度の画像デー
タを構造化して扱う階層化データフォーマットに準ずる
画像データ(例えば図21,図22に示す構造を有する)を
FPXデータと称し、以下、印刷情報としてホストコンピ
ュータ502よりFPXデータを受信し、プリントアウトする
場合について考える。
Referring to FIG. 2, reference numeral 201 denotes a host interface (hereinafter, referred to as a “host I / F”) which communicates with a host computer 502 to print information such as code data and image data described in PDL. Receive. Here, in the present embodiment, image data (for example, having a structure shown in FIGS. 21 and 22) conforming to a hierarchical data format that handles image data of a plurality of resolutions such as flashPix in a structured manner is used.
Hereinafter, a case where FPX data is received from the host computer 502 as print information and is printed out will be considered.

【0041】202は受信バッファであり、入力された印
刷情報を保持する。203はノイズ重畳判定部であり、ホ
ストコンピュータ502から入力されるFPXデータが備える
拡張プロパティの情報から著作権情報を獲得し、FPXデ
ータの画像データに対してノイズを重畳するか否かを判
定する。204はノイズ重畳部であり、ノイズ重畳判定部2
03からの制御信号に基づいて、FPXデータに対してノイ
ズ重畳の処理を行う。尚、ノイズ重畳処理の詳細につい
ては後述する。
Reference numeral 202 denotes a reception buffer, which holds input print information. Reference numeral 203 denotes a noise superimposition determination unit that acquires copyright information from extended property information included in the FPX data input from the host computer 502 and determines whether to superimpose noise on the FPX data image data. . Reference numeral 204 denotes a noise superimposition unit, and a noise superimposition determination unit 2
Based on the control signal from 03, noise superimposition processing is performed on the FPX data. The details of the noise superimposition process will be described later.

【0042】205は色変換モード設定部であり、ホスト
コンピュータ502から入力される標準色、高光沢色、低
光沢色、高精彩色などの色変換モードに対応する色変換
パラメータを色変換パラメータ保持部206から選択し、
色変換テーブル208を作成し格納する。206は色変換パラ
メータ保持部であり、上記各色変換モードに対応した、
例えば、色変換パラメータ1(206a)、色変換パラメータ2
(206b)、色変換パラメータ3(206c)として保持してお
く。207は色変換部であり、ホストコンピュータ502から
入力されるRGB形式のFPXデータに対して、色変換テーブ
ル208を参照して補間処理を行うことでCMYK形式に変換
する。
A color conversion mode setting unit 205 stores color conversion parameters corresponding to color conversion modes such as standard colors, high gloss colors, low gloss colors, and high definition colors input from the host computer 502. Select from section 206,
A color conversion table 208 is created and stored. 206 is a color conversion parameter holding unit, corresponding to each of the above color conversion modes,
For example, color conversion parameter 1 (206a), color conversion parameter 2
(206b) and color conversion parameter 3 (206c). A color conversion unit 207 converts the FPX data in RGB format input from the host computer 502 into CMYK format by performing interpolation processing with reference to the color conversion table 208.

【0043】209はオブジェクト生成部であり、ホスト
コンピュータ502から入力されるFPXデータ等の情報(PD
L)をオブジェクトに変換する。ここで、FPXデータはノ
イズ重畳部204、色変換部207で変換されたCMYK形式のオ
ブジェクトに変換される。210はオブジェクトバッファ
であり、オブジェクト生成部209で変換されたオブジェ
クトを1ページ分格納する。211はレンダリング部であ
り、オブジェクトバッファ210に格納された1ページ分の
該オブジェクトに基づくレンダリング処理を行い、描画
対象となるビットマップに変換する。212はビットマッ
プバッファであり、レンダリング部211で生成されたビ
ットマップを格納し、プリンタエンジン100に該ビット
マップデータを送出する。
Reference numeral 209 denotes an object generation unit, which outputs information (PD) such as FPX data input from the host computer 502.
Convert L) to an object. Here, the FPX data is converted into a CMYK format object converted by the noise superimposing unit 204 and the color conversion unit 207. An object buffer 210 stores one page of the object converted by the object generation unit 209. Reference numeral 211 denotes a rendering unit that performs a rendering process based on one page of the object stored in the object buffer 210 and converts it into a bitmap to be drawn. A bitmap buffer 212 stores the bitmap generated by the rendering unit 211 and sends the bitmap data to the printer engine 100.

【0044】213は中央演算処理装置(CPU)であり、ROM2
14にあらかじめ格納された制御プログラムに従い、不図
示のCPUバスを介してコントローラ200の各種処理の制御
を行う。214はROM(リードオンリメモリ)であり、後述す
る図5のフローチャートに示すプログラムを含む各種制
御プログラム214aを格納している。215はRAM(ランダム
アクセスメモリ)であり、CPU213がROM214に格納された
制御プログラムに従って各種処理の制御を行うためのデ
ータや、色変換モード215aなどを格納しているほか、CP
U213のワークエリアとしても使用される。216は操作パ
ネルであり、CRTやLCDなどから構成され、CPU213によっ
て装置の動作状態や動作条件を表示する表示部と、キー
ボードやタッチパネルなどから構成され、オペレータの
指示を入力する入力部とを備えている。つまり、オペレ
ータはこの操作パネル216を操作することにより、カラ
ーLBP501に対する各種設定を直接行うことができる。
Reference numeral 213 denotes a central processing unit (CPU).
In accordance with a control program stored in advance in 14, various processes of the controller 200 are controlled via a CPU bus (not shown). A ROM (Read Only Memory) 214 stores various control programs 214a including a program shown in a flowchart of FIG. Reference numeral 215 denotes a RAM (random access memory) which stores data for the CPU 213 to control various processes according to a control program stored in the ROM 214, a color conversion mode 215a, and the like.
Also used as a work area for U213. Reference numeral 216 denotes an operation panel, which includes a CRT, an LCD, and the like.The CPU 213 includes a display unit that displays an operation state and operation conditions of the device. ing. That is, the operator can directly perform various settings for the color LBP 501 by operating the operation panel 216.

【0045】次に、図5のフローチャートを参照して、
本実施形態におけるコントローラ200の動作について詳
細に説明する。尚、図5のフローチャートに示す処理を
実現する制御プログラムは、上述したようにROM214に格
納されており、CPU213により実行される。
Next, referring to the flowchart of FIG.
The operation of the controller 200 in the present embodiment will be described in detail. The control program for realizing the processing shown in the flowchart of FIG. 5 is stored in the ROM 214 as described above, and is executed by the CPU 213.

【0046】図5において、まずカラーLBP501の初期化
処理としてプリンタステータスを初期設定した後、バッ
ファの初期化を行う(ステップS501)。この時、色変換モ
ードの初期値に基づいて色変換テーブル208を作成して
格納する。次に、ホストコンピュータ502より印刷デー
タを受信し(ステップS502)、受信バッファ202で保持す
る(ステップS503)。そして、受信バッファ202から1処理
単位分のデータを取出し(ステップS504)、全てのデータ
を取出したか否かを判断する(ステップS505)。ステップ
S505で終了していないと判断された場合には、1ページ
分のデータ処理が終了したか否かを判断する(ステップS
506)。ステップS506で終了していないと判断された場合
には、印刷データがFPXデータであるか否かを判断し(ス
テップS507)、FPXデータである場合には拡張プロパティ
より著作権データを取出し(ステップS508)、その情報に
基づきノイズ重畳部204でノイズ重畳処理を行う(ステッ
プS509)。ステップS509でノイズ重畳処理されたFPXデー
タに対して、色変換部207において色変換テーブル208を
参照して補間演算することにより、RGB式のFPXデータは
CMYK形式の色データに変換され(ステップS510)、ステッ
プS504に戻る。
In FIG. 5, first, the printer status is initialized as initialization processing of the color LBP 501, and then the buffer is initialized (step S501). At this time, a color conversion table 208 is created and stored based on the initial value of the color conversion mode. Next, print data is received from the host computer 502 (step S502), and held in the reception buffer 202 (step S503). Then, data for one processing unit is fetched from the reception buffer 202 (step S504), and it is determined whether all data has been fetched (step S505). Steps
If it is determined in S505 that the processing has not been completed, it is determined whether the data processing for one page has been completed (step S505).
506). If it is determined in step S506 that the process is not completed, it is determined whether the print data is FPX data (step S507) .If the print data is FPX data, the copyright data is extracted from the extended property (step S507). (S508), the noise superimposing unit 204 performs a noise superimposing process based on the information (step S509). The FPX data subjected to the noise superimposition process in step S509 is subjected to an interpolation operation in the color conversion unit 207 with reference to the color conversion table 208, so that the RGB type FPX data is obtained.
The data is converted into CMYK format color data (step S510), and the process returns to step S504.

【0047】一方、ステップS507において、FPXデータ
でないと判断された場合は印刷データが色変換モードデ
ータであるか否かを判断し(ステップS511)、色変換モー
ドデータである場合には色変換モード設定部205におい
て、色変換モードに対応する色変換パラメータにより色
変換テーブル208を作成し(ステップS512)、ステップS50
4に戻る。ステップS510において、色変換モードデータ
でないと判断された場合には、文字、図形等のマスクデ
ータであるか否かを判断し(ステップS513)、マスクデー
タである場合にはマスクデータのオブジェクトを作成し
(ステップS514)、ステップS504に戻る。ステップS513に
おいてマスクデータでないと判断された場合には、デー
タの種類に応じたデータ処理を行い(ステップS515)、ス
テップS504に戻る。
On the other hand, if it is determined in step S507 that the print data is not FPX data, it is determined whether or not the print data is color conversion mode data (step S511). The setting unit 205 creates a color conversion table 208 based on the color conversion parameters corresponding to the color conversion mode (step S512), and
Return to 4. In step S510, if it is determined that the data is not the color conversion mode data, it is determined whether or not the data is mask data such as a character or a figure (step S513). If the data is mask data, an object of the mask data is created. I
(Step S514), returning to step S504. If it is determined in step S513 that the data is not mask data, data processing according to the type of data is performed (step S515), and the process returns to step S504.

【0048】一方、ステップS506において、1ページ分
のデータ処理が終了したと判断された場合には、オブジ
ェクトバッファ210に保持されたオブジェクトに基づい
てビットマップへの展開処理を行い(ステップS516)、プ
リンタエンジン100に送信して印刷処理を実行する(ステ
ップS517)。そして、ステップS505において全てのデー
タが終了したと判断された場合には、印刷処理を終了す
る。
On the other hand, if it is determined in step S506 that the data processing for one page has been completed, the data is expanded into a bitmap based on the object held in the object buffer 210 (step S516). The data is transmitted to the printer engine 100 to execute the printing process (step S517). If it is determined in step S505 that all data has been completed, the printing process ends.

【0049】次に、図6のフローチャートを参照して、
本実施形態におけるノイズ重畳部204の動作について詳
細に説明する。図6に示すフローチャートは即ち、上述
した図5に示すステップS508及びS509の詳細である。
尚、本実施形態で説明するFPX画像データは、最高解像
度600dpi、標準解像度300dpi、低解像度150dpi、最低解
像度75dpi、の4種の解像度画像データを記憶しており、
各解像度の画像をサブイメージと称することとする。
Next, referring to the flowchart of FIG.
The operation of the noise superimposing unit 204 in the present embodiment will be described in detail. The flowchart shown in FIG. 6 is the details of steps S508 and S509 shown in FIG. 5 described above.
Note that the FPX image data described in the present embodiment stores four types of resolution image data of a maximum resolution of 600 dpi, a standard resolution of 300 dpi, a low resolution of 150 dpi, and a minimum resolution of 75 dpi.
Images of each resolution are referred to as sub-images.

【0050】図6において、まずステップS601で、FPXデ
ータの拡張プロパティに格納されている著作権情報を獲
得し、印刷しようとするFPXデータが著作権を有する画
像であるか否かを判断する(ステップS602)。ステップS6
02で著作権を有すると判断された場合には、ノイズ重畳
判定部203からノイズ重畳処理部204へノイズ付加命令信
号を出力する(ステップS603)。次に、FPXサブイメージ
を読み出し(ステップS604)、全てのFPXサブイメージを
読み出したか否かを判断し(ステップS605)、全てのFPX
サブイメージを読み出していないと判断された場合に
は、読み出されたFPXサブイメージに対してノイズ重畳
部204でノイズ重畳処理を行い(ステップS606)、ステッ
プS604に戻る。一方、ステップS604において、全てのFP
Xサブイメージの読み出し終了と判断された場合には、
処理を終了する。一方、ステップS602において、印刷し
ようとするFPXデータが著作権を有していないと判断さ
れた場合には、上記処理を行うことなく終了する。
In FIG. 6, first, in step S601, the copyright information stored in the extended property of the FPX data is obtained, and it is determined whether or not the FPX data to be printed is a copyrighted image (step S601). Step S602). Step S6
If it is determined in step 02 that the image has the copyright, the noise superimposition determination unit 203 outputs a noise addition command signal to the noise superimposition processing unit 204 (step S603). Next, the FPX sub-image is read (step S604), and it is determined whether or not all the FPX sub-images have been read (step S605).
If it is determined that the sub-image has not been read, the noise superimposing unit 204 performs a noise superimposing process on the read FPX sub-image (step S606), and returns to step S604. On the other hand, in step S604, all FPs
If it is determined that the reading of the X sub image has been completed,
The process ends. On the other hand, if it is determined in step S602 that the FPX data to be printed does not have the copyright, the process ends without performing the above processing.

【0051】次に、上述したステップS606に示すノイズ
重畳処理について、図7,図8を参照して更に詳細に説明
する。
Next, the noise superimposition processing shown in step S606 will be described in more detail with reference to FIGS.

【0052】本実施形態のノイズ重畳処理においては、
平均化器を用いてN×M画素単位で平均化処理を行う。図
7はノイズ重畳部204の詳細構成例を示すブロック図であ
り、セレクタ701と平均化器702から構成される。セレク
タ701はノイズ重畳判定部203からのノイズ付加命令信号
Detによって制御され、ノイズ付加命令信号Detが真であ
る場合に、FPXサブイメージを平均化器702へ入力するよ
うに切り替える。図8は平均化器702における動作を説明
するための図であり、ノイズ重畳部204の出力FPXサブイ
メージデータを示す。同図において、P(x,y)は各画素を
示す。図8に示すP(1,1)からP(N,M)の範囲が平均化処理
の最小単位であり、該ブロックにおける平均値Paveは、
次式により求められる。
In the noise superimposing process of this embodiment,
An averaging process is performed for each N × M pixels using an averaging device. Figure
FIG. 7 is a block diagram illustrating a detailed configuration example of the noise superimposing unit 204, which includes a selector 701 and an averaging unit 702. The selector 701 is a noise addition command signal from the noise superimposition determination unit 203.
Controlled by Det, the FPX sub-image is switched to be input to the averaging unit 702 when the noise addition command signal Det is true. FIG. 8 is a diagram for explaining the operation of the averaging unit 702, and shows FPX sub-image data output from the noise superimposing unit 204. In the figure, P (x, y) indicates each pixel. The range of P (1, 1) to P (N, M) shown in FIG. 8 is the minimum unit of the averaging process, and the average value Pave in the block is
It is obtained by the following equation.

【0053】Pave = ΣΣP(x,y)/(N×M) 以上説明したように本実施形態によれば、受信したFPX
データが著作権を有している場合、オリジナルの画像デ
ータに代えてノイズ重畳部204において所定ブロック単
位の平均値Paveを出力することにより、オリジナル画像
に対して適度なノイズが付加される。従って、著作権を
有する画像データを第三者が無断で印刷出力することを
防ぐことができる。
Pave = ΣΣP (x, y) / (N × M) As described above, according to the present embodiment, the received FPX
When the data has the copyright, the noise superimposing unit 204 outputs an average value Pave in a predetermined block unit instead of the original image data, so that an appropriate noise is added to the original image. Therefore, it is possible to prevent a third party from printing and outputting the copyrighted image data without permission.

【0054】尚、著作権を有する画像データを著作権者
の許可を得て印刷出力する際には、例えばFPXデータの
拡張プロパティに格納されている著作権情報において、
印刷許可を示す情報が著作権者によって付加されれば良
い。そして該印刷許可情報が付加されていれば、本実施
形態のノイズ重畳処理において著作権無しの画像データ
と同様に扱えば良い。
When the image data having the copyright is printed out with the permission of the copyright holder, for example, in the copyright information stored in the extended property of the FPX data,
The information indicating the print permission may be added by the copyright holder. If the print permission information is added, the image data may be handled in the same manner as the image data without copyright in the noise superimposition processing of the present embodiment.

【0055】<第2実施形態>以下、本発明における第
2実施形態について説明する。尚、第2実施形態において
上述した第1実施形態と略同様の構成については同一符
号を付し、その説明を省略する。
<Second Embodiment> Hereinafter, a second embodiment of the present invention will be described.
Two embodiments will be described. In the second embodiment, the same components as those in the first embodiment described above are denoted by the same reference numerals, and description thereof will be omitted.

【0056】第2実施形態においては、ノイズ重畳部204
の詳細構成が第1実施形態と異なる。図9は、第2実施形
態におけるノイズ重畳部204の詳細構成例を示すブロッ
ク図である。第1実施形態において図7に示した構成と異
なるのは、平均化器702の代わりに、FPXサブイメージを
二次元空間で帯域制限するローパスフィルタ(以下「LP
F」と称する)703が備わっていることである。LPF703は
画像空間の低域成分を通過させて高域成分を抑圧するも
のである。二次元空間のLPFの代表的なものとしては、
バタワースフィルタやガウシアンフィルタ等がある。
In the second embodiment, the noise superimposing section 204
The detailed configuration of this embodiment is different from that of the first embodiment. FIG. 9 is a block diagram illustrating a detailed configuration example of the noise superimposing unit 204 according to the second embodiment. The difference from the configuration shown in FIG. 7 in the first embodiment is that instead of the averaging unit 702, a low-pass filter (hereinafter referred to as “LP
703). The LPF 703 passes the low-frequency component of the image space and suppresses the high-frequency component. A typical example of a two-dimensional LPF is
There are a Butterworth filter, a Gaussian filter, and the like.

【0057】第2実施形態のノイズ重畳部204の構成によ
れば即ち、受信したFPXデータが著作権を有している場
合、オリジナルの画像データに代えてその低域成分のみ
が出力される。
According to the configuration of the noise superimposing unit 204 of the second embodiment, that is, when the received FPX data has a copyright, only the low-frequency component is output instead of the original image data.

【0058】以上説明した様に第2実施形態によれば、
第1実施形態と同様にオリジナル画像を適度に劣化して
出力することができる。従って、著作権を有する画像デ
ータを第三者が無断で印刷出力することを防ぐことがで
きる。
As described above, according to the second embodiment,
As in the first embodiment, the original image can be output after being appropriately degraded. Therefore, it is possible to prevent a third party from printing and outputting the copyrighted image data without permission.

【0059】尚、第1及び第2実施形態においては、ノイ
ズ重畳処理を平均化やLBPによって実現する例について
説明したが、本発明のノイズ重畳処理はこの例に限定さ
れず、入力されたデータが著作権を有する場合には実質
的に該入力データを忠実に再現しない方法であれば、ど
のような方法であっても良い。
In the first and second embodiments, an example has been described in which the noise superimposition processing is realized by averaging or LBP. However, the noise superposition processing of the present invention is not limited to this example, and the input data In the case where has a copyright, any method that does not substantially faithfully reproduce the input data may be used.

【0060】<第3実施形態>以下、本発明における第
3実施形態について説明する。尚、第3実施形態において
第1,第2実施形態と略同様の構成については同一符号を
付し、その説明を省略する。
<Third Embodiment> Hereinafter, a third embodiment of the present invention will be described.
Three embodiments will be described. In the third embodiment, the same components as those in the first and second embodiments are denoted by the same reference numerals, and description thereof is omitted.

【0061】第3実施形態においては、ノイズ重畳部204
の詳細構成が第1及び第2実施形態と異なる。図10は、第
3実施形態におけるノイズ重畳部204の詳細構成例を示す
ブロック図である。第1,第2実施形態において図7,図9
に示した構成と異なるのは、入力されたFPXサブイメー
ジに対してデータを付加することである。図10におい
て、704は付加するイメージデータを予め格納している
メモリであり、705はメモリ704から出力されたイメージ
データをセレクタ701より入力されるFPXサブイメージへ
合成する合成回路である。
In the third embodiment, the noise superimposing section 204
Is different from the first and second embodiments. FIG.
FIG. 21 is a block diagram illustrating a detailed configuration example of a noise superimposing unit 204 according to the third embodiment. 7 and 9 in the first and second embodiments.
The difference from the configuration shown in (1) is that data is added to the input FPX sub-image. In FIG. 10, reference numeral 704 denotes a memory in which image data to be added is stored in advance, and reference numeral 705 denotes a combining circuit that combines the image data output from the memory 704 with the FPX sub-image input from the selector 701.

【0062】図11のフローチャートを参照して、第3実
施形態におけるノイズ重畳部204の動作について詳細に
説明する。まずステップS111において、ノイズ重畳判定
部203でノイズ付加命令信号Detが検出されたか否かを判
断し、ノイズ付加信号Detが真である場合には、印刷し
ようとするサブイメージが著作権を有するデータである
と判断し、メモリ704から予め記憶してあるイメージデ
ータを読み出す(ステップS112)。次に合成回路705にお
いて、ステップS112で読み出したイメージデータとサブ
イメージとを合成し(ステップS113)、印刷データとして
出力して終了する。一方、ステップS111においてノイズ
付加信号Detが偽である場合には、処理を行わず終了す
る。
The operation of the noise superimposing unit 204 in the third embodiment will be described in detail with reference to the flowchart of FIG. First, in step S111, the noise superimposition determination unit 203 determines whether or not the noise addition command signal Det is detected. If the noise addition signal Det is true, the sub-image to be printed has copyrighted data. Is determined, and the image data stored in advance is read from the memory 704 (step S112). Next, the combining circuit 705 combines the image data read in step S112 and the sub-image (step S113), outputs the print data as print data, and ends the processing. On the other hand, if the noise addition signal Det is false in step S111, the process ends without performing the processing.

【0063】図12に、第3実施形態において合成された
イメージの一例を示す。同図によれば、オリジナルのFP
Xサブイメージに対して、「VOID」というイメージが付加
されていることが分かる。
FIG. 12 shows an example of an image synthesized in the third embodiment. According to the figure, the original FP
It can be seen that the image “VOID” is added to the X sub-image.

【0064】以上説明した様に第3実施形態によれば、
著作権を有する画像データに対して所定のイメージを強
制的に付加して出力することができる。従って、著作権
を有する画像データを第三者が無断で印刷出力すること
を防ぐことができる。
As described above, according to the third embodiment,
A predetermined image can be forcibly added to the copyrighted image data and output. Therefore, it is possible to prevent a third party from printing and outputting the copyrighted image data without permission.

【0065】<第4実施形態>以下、本発明における第
4実施形態について説明する。上述した第1乃至第3実施
形態においては、FPXサブイメージの全てのデータに対
してノイズ重畳処理を行なう例について説明した。第4
実施形態においては、印刷しようとするFPXデータが著
作権を有する画像データであった場合には、強制的に最
低解像度(75dpi)のFPXサブイメージを選択して印刷出力
を行うことを特徴とする。尚、第4実施形態において第1
実施形態と略同様の構成については同一符号を付し、そ
の説明を省略する。
<Fourth Embodiment> Hereinafter, a fourth embodiment of the present invention will be described.
Four embodiments will be described. In the above-described first to third embodiments, an example has been described in which noise superimposition processing is performed on all data of the FPX sub-image. the 4th
In the embodiment, when the FPX data to be printed is copyrighted image data, the FPX sub-image having the minimum resolution (75 dpi) is forcibly selected and printed. . Note that, in the fourth embodiment, the first
The same components as those in the embodiment are denoted by the same reference numerals, and description thereof will be omitted.

【0066】図13は第4実施形態におけるコントローラ2
00の詳細構成例を示すブロック図である。同図におい
て、217は判定部であり、ホストコンピュータ502から入
力されるFPXデータが備える拡張プロパティの情報から
著作権情報を獲得し、FPXデータの画像データに対して
通常印刷を行なうか否かを判定し、制御信号Detを出力
する。218はサブイメージ選択部であり、判定部217から
の制御信号Detに基づいて、FPXデータに対してどの解像
度のサブイメージを出力するかを選択する。
FIG. 13 shows a controller 2 according to the fourth embodiment.
It is a block diagram which shows the example of a detailed structure of 00. In the figure, reference numeral 217 denotes a determination unit that acquires copyright information from extended property information included in FPX data input from the host computer 502 and determines whether to perform normal printing on the FPX data image data. Judge and output the control signal Det. Reference numeral 218 denotes a sub-image selection unit that selects which resolution sub-image to output for FPX data based on the control signal Det from the determination unit 217.

【0067】次に、図14のフローチャートを参照して、
第4実施形態におけるコントローラ200の動作を詳細に説
明する。尚、図14のフローチャートにおいて、上述した
第1実施形態で示した図5と同様の処理については同一ス
テップ番号を付し、その説明を省略する。また、図14の
フローチャートに示す処理を実現する制御プログラムも
ROM214に格納されており、CPU213により実行される。
Next, referring to the flowchart of FIG.
The operation of the controller 200 according to the fourth embodiment will be described in detail. In the flowchart of FIG. 14, the same processes as those in FIG. 5 described in the first embodiment are denoted by the same step numbers, and description thereof will be omitted. Further, a control program for realizing the processing shown in the flowchart of FIG.
It is stored in the ROM 214 and executed by the CPU 213.

【0068】図14において、ステップS507で印刷データ
がFPXデータであると判断された場合には、拡張プロパ
ティより著作権データを取出し(ステップS148)、その情
報に基づき、サブイメージ選択部218で印刷すべき解像
度のFPXサブイメージを選択する(ステップS149)。ステ
ップS149で選択されたFPXデータは色変換部207において
CMYK形式に変換された後(ステップS510)、ステップS504
に戻る。
In FIG. 14, if it is determined in step S507 that the print data is FPX data, the copyright data is extracted from the extended properties (step S148), and the sub-image selection unit 218 prints the copyright data based on the information. An FPX sub-image having a resolution to be selected is selected (step S149). The FPX data selected in step S149 is
After being converted to CMYK format (step S510), step S504
Return to

【0069】次に、図15のフローチャートを参照して、
第4実施形態におけるサブイメージ選択部218の動作を詳
細に説明する。図15に示すフローチャートは即ち、上述
した図14に示すステップS148及びS149の詳細である。
Next, referring to the flowchart of FIG.
The operation of the sub-image selection unit 218 according to the fourth embodiment will be described in detail. The flowchart shown in FIG. 15 is the details of steps S148 and S149 shown in FIG. 14 described above.

【0070】図15において、まずステップS151で、FPX
データの拡張プロパディに格納されている著作権情報を
獲得し、印刷しようとするFPXデータが著作権を有する
画像であるか否かを判断する(ステップS152)。ステップ
S152で著作権を有すると判断された場合には、判定部21
7からサブイメージ選択部218へ制御信号Detを出力する
(ステップS153)。次に、最低解像度である75dpiのFPXサ
ブイメージを読み出し(ステップS1504)、処理を終了す
る。一方、ステップS152において、印刷しようとするFP
Xデータが著作権を有していないと判断された場合に
は、最高解像度である600dpiのFPXサブイメージを読み
出し(ステップS155)、処理を終了する。
In FIG. 15, first, in step S151, FPX
The copyright information stored in the extended property of the data is obtained, and it is determined whether or not the FPX data to be printed is a copyrighted image (step S152). Steps
If it is determined in S152 that the copyright is held, the determination unit 21
7 outputs control signal Det to sub-image selection unit 218
(Step S153). Next, an FPX sub-image of 75 dpi, which is the lowest resolution, is read (step S1504), and the process ends. On the other hand, in step S152, the FP to be printed
If it is determined that the X data does not have the copyright, an FPX sub-image of 600 dpi, which is the highest resolution, is read (step S155), and the process ends.

【0071】以上説明したように第4実施形態によれ
ば、受信したFPXデータが著作権を有している場合、強
制的に最低解像度のFPXサブイメージを出力し、最高解
像度等の他のサブイメージの出力を不可とすることがで
きる。即ち、著作権を有する画像データは劣化した出力
しかできないため、第三者が無断で印刷出力することを
防ぐことができる。
As described above, according to the fourth embodiment, when the received FPX data has the copyright, the FPX sub-image of the lowest resolution is forcibly output, and other sub-images such as the highest resolution are forcibly output. Image output can be disabled. That is, since the copyrighted image data can be output only in a deteriorated state, it is possible to prevent a third party from printing out without permission.

【0072】<第5実施形態>以下、本発明における第
5実施形態について説明する。上述した第4実施形態にお
いては、印刷しようとするFPXデータが著作権を有する
場合、最低解像度(75dpi)のFPXサブイメージを選択して
出力する処理について説明した。第5実施形態において
は、選択された最低解像度のFPXサブイメージを、最高
解像度(600dpi)の画像サイズに拡大して出力することを
特徴とする。尚、第5実施形態において第1実施形態と略
同様の構成については同一符号を付し、その説明を省略
する。
<Fifth Embodiment> Hereinafter, a fifth embodiment of the present invention will be described.
Five embodiments will be described. In the above-described fourth embodiment, the process of selecting and outputting the FPX sub-image of the lowest resolution (75 dpi) when the FPX data to be printed has the copyright has been described. The fifth embodiment is characterized in that the selected lowest-resolution FPX sub-image is enlarged to the highest-resolution (600 dpi) image size and output. In the fifth embodiment, the same components as those in the first embodiment are denoted by the same reference numerals, and description thereof will be omitted.

【0073】図16は、第5実施形態におけるコントロー
ラ200の動作を示すフローチャートである。同図におい
て、まずステップS1601で、FPXデータの拡張プロパティ
に格納されている著作権情報を獲得し、印刷しようとす
るFPXデータが著作権を有する画像であるか否かを判断
する(ステップS1602)。ステップS1602で著作権を有する
と判断された場合には、最低解像度(75dpi)のFPXサブイ
メージヘッダ情報からサブイメージの幅WIDTH、高さLEN
GTHを取得し(ステップS1603)、主走査方向繰り返し数XC
NT、副走査方向繰り返し数YCNTを次式に基づき算出する
(ステップS1604)。
FIG. 16 is a flowchart showing the operation of the controller 200 according to the fifth embodiment. In the figure, first, in step S1601, the copyright information stored in the extended property of the FPX data is obtained, and it is determined whether the FPX data to be printed is a copyrighted image (step S1602). . If it is determined in step S1602 that the image has the copyright, the width WIDTH and height LEN of the sub-image are obtained from the FPX sub-image header information of the minimum resolution (75 dpi).
GTH is obtained (step S1603), and the number of repetitions in the main scanning direction XC
Calculate NT, sub-scanning direction repetition number YCNT based on the following formula
(Step S1604).

【0074】XCNT = YCNT = 600dpi/75dpi = 4 次に、副走査方向カウンタYをリセットし(ステップS160
5)、副走査方向カウンタYとFPXサブイメージの高さLENG
THを比較し(ステップS1608)、FPXサブイメージの高さま
での処理が済んでいなければ、最低解像度75dpiのFPXサ
ブイメージの1ライン分をラインメモリに読み込む(ステ
ップS1607)。次に、副走査方向繰り返しカウンタYCをリ
セットし(ステップS1608)、副走査方向繰り返しカウン
タYCと副走査方向繰り返し数YCNTを比較し(ステップS16
09)、YCがYCNTより小さければ、主走査方向カウンタXを
リセットする(ステップS1610)。
XCNT = YCNT = 600dpi / 75dpi = 4 Next, the sub-scanning direction counter Y is reset (step S160).
5), sub-scanning direction counter Y and FPX sub-image height LENG
The TH is compared (step S1608), and if the processing up to the height of the FPX sub-image has not been completed, one line of the FPX sub-image having the minimum resolution of 75 dpi is read into the line memory (step S1607). Next, the sub-scanning direction repetition counter YC is reset (step S1608), and the sub-scanning direction repetition counter YC is compared with the sub-scanning direction repetition number YCNT (step S16).
09) If YC is smaller than YCNT, the main scanning direction counter X is reset (step S1610).

【0075】次に、主走査方向カウンタXとFPXサブイメ
ージの幅WIDTHを比較し(ステップS1611)、FPXサブイメ
ージの幅までの処理が済んでいなければ、主走査方向繰
り返しカウンタXCをリセットし(ステップS1612)、主走
査方向繰り返しカウンタXCと主走査方向繰り返し数XCNT
を比較し(ステップS1613)、XCがXCNTより小さければ、F
PXサブイメージの1画素データDATA(X,Y)を出力し(ステ
ップS1614)、主走査方向繰り返しカウンタXCをインクリ
メントし(ステップS1615)、ステップS1613に戻る。ステ
ップS1613において、主走査方向繰り返しカウンタXCが
主走査方向繰り返し数XCNTより大きいと判断された場合
には、主走査方向カウンタXをインクリメントし(ステッ
プS1616)、ステップS1611に戻る。
Next, the main scanning direction counter X is compared with the width WIDTH of the FPX sub-image (step S1611). If the processing up to the width of the FPX sub-image has not been completed, the main scanning direction repetition counter XC is reset. (Step S1612) Main scanning direction repetition counter XC and main scanning direction repetition number XCNT
Are compared (step S1613), and if XC is smaller than XCNT, F
The one-pixel data DATA (X, Y) of the PX sub-image is output (step S1614), the main scanning direction repetition counter XC is incremented (step S1615), and the process returns to step S1613. If it is determined in step S1613 that the main scanning direction repetition counter XC is larger than the main scanning direction repetition number XCNT, the main scanning direction counter X is incremented (step S1616), and the process returns to step S1611.

【0076】ステップS1611において、主走査方向カウ
ンタXがFPXサブイメージの幅WIDTHより大きいと判断さ
れた場合には、副走査方向繰り返しカウンタYCをインク
リメントし(ステップS1617)、ステップS1609に戻る。ス
テップS1609において、副走査方向繰り返しカウンタYC
が副走査方向繰り返し数YCNTより大きいと判断された場
合には、FPXサブイメージの1ライン分の処理が終了した
と判断し、副走査方向カウンタYをインクリメントし(ス
テップS1618)、ステップS1606に戻る。
If it is determined in step S1611, that the main scanning direction counter X is larger than the width FIDTH of the FPX sub-image, the sub-scanning direction repetition counter YC is incremented (step S1617), and the process returns to step S1609. In step S1609, the sub-scanning direction repetition counter YC
Is larger than the sub-scanning direction repetition number YCNT, it is determined that the processing for one line of the FPX sub-image has been completed, the sub-scanning direction counter Y is incremented (step S1618), and the process returns to step S1606. .

【0077】ステップS1606において、副走査方向カウ
ンタYがFPXサブイメージの高さLENGTHより大きいと判断
された場合には、FPXサブイメージの全てのデータ処理
が終了したと判断し、処理を終了する。一方、ステップ
S1602において、印刷しようとするFPXデータが著作権を
有していないと判断された場合には上記処理を行うこと
なく処理を終了する。
If it is determined in step S1606 that the sub-scanning direction counter Y is larger than the height LENGTH of the FPX sub-image, it is determined that all data processing of the FPX sub-image has been completed, and the process is terminated. Meanwhile, step
If it is determined in step S1602 that the FPX data to be printed does not have the copyright, the process ends without performing the above process.

【0078】以上説明したように第5実施形態によれ
ば、受信したFPXデータが著作権を有している場合、最
低解像度のFPXサブイメージを拡大して出力する。即
ち、著作権を有する画像データは劣化した出力しかでき
ないため、第三者が無断で印刷出力することを防ぐこと
ができる。
As described above, according to the fifth embodiment, if the received FPX data has the copyright, the FPX sub-image of the lowest resolution is enlarged and output. That is, since the copyrighted image data can be output only in a deteriorated state, it is possible to prevent a third party from printing out without permission.

【0079】<第6実施形態>以下、本発明における第
6実施形態について説明する。上述した第1乃至第3実施
形態においては、印刷対象となるFPXデータをオリジナ
ルの画像データとし、該オリジナルに対してノイズを重
畳する例について説明した。第6実施形態においては、
入力されるFPXデータにあらかじめノイズを重畳してお
き、拡張プロパティ情報に著作権情報を有し、且つ印刷
許可情報を有する場合に、ノイズ除去フィルタにより重
畳されたノイズを除去し、印刷出力することを特徴とす
る。尚、第6実施形態において上述した第1実施形態と略
同様の構成については同一符号を付し、その説明を省略
する。
<Sixth Embodiment> Hereinafter, a sixth embodiment of the present invention will be described.
Six embodiments will be described. In the first to third embodiments described above, an example has been described in which FPX data to be printed is used as original image data and noise is superimposed on the original. In the sixth embodiment,
Noise is superimposed on the input FPX data in advance, and when the extended property information has the copyright information and the print permission information, the superimposed noise is removed by the noise removal filter and printed out. It is characterized by. In the sixth embodiment, the same components as those in the first embodiment described above are denoted by the same reference numerals, and description thereof will be omitted.

【0080】図17は、第6実施形態におけるコントロー
ラ200の詳細構成例を示すブロック図である。同図にお
いて、219はノイズ除去判定部であり、ホストコンピュ
ータ502から入力されるFPXデータが備える拡張プロパテ
ィの情報から著作権情報及び印刷許可情報を獲得し、FP
Xデータの画像に対してノイズ除去を行うか否かを判定
し、印刷許可制御信号Permitを出力する。220はノイズ
除去処理部であり、ノイズ除去判定部219から出力され
る印刷許可制御信号Permitに基づいて、FPXデータに対
してノイズ除去処理を行う。
FIG. 17 is a block diagram showing a detailed configuration example of the controller 200 in the sixth embodiment. In the figure, reference numeral 219 denotes a noise removal determination unit which obtains copyright information and print permission information from information of extended properties provided in FPX data input from the host computer 502, and
It is determined whether or not noise is to be removed from the X data image, and a print permission control signal Permit is output. Reference numeral 220 denotes a noise removal processing unit that performs a noise removal process on the FPX data based on the print permission control signal Permit output from the noise removal determination unit 219.

【0081】次に、図18のフローチャートを参照して、
第6実施形態におけるコントローラ200の動作を詳細に説
明する。尚、図18のフローチャートにおいて、上述した
第1実施形態で示した図5と同様の処理については同一ス
テップ番号を付し、その説明を省略する。また、図18の
フローチャートに示す処理を実現する制御プログラムも
ROM214に格納されており、CPU213により実行される。
Next, referring to the flowchart of FIG.
The operation of the controller 200 according to the sixth embodiment will be described in detail. In the flowchart of FIG. 18, the same processes as those in FIG. 5 described in the first embodiment are denoted by the same step numbers, and description thereof will be omitted. Further, a control program for realizing the processing shown in the flowchart of FIG.
It is stored in the ROM 214 and executed by the CPU 213.

【0082】図18において、ステップS507で印刷データ
がFPXデータであると判断された場合には、拡張プロパ
ティより著作権データを取出し(ステップS188)、その情
報に基づき、ノイズ除去部220でノイズ除去処理を行な
う(ステップS189)。ステップS189でノイズ除去されたFP
Xデータは色変換部207においてCMYK形式に変換された後
(ステップS510)、ステップS504に戻る。
In FIG. 18, when it is determined in step S507 that the print data is FPX data, the copyright data is extracted from the extended properties (step S188), and the noise removal unit 220 removes the noise based on the information. Processing is performed (step S189). FP with noise removed in step S189
After the X data is converted to CMYK format by the color conversion unit 207
(Step S510), returning to step S504.

【0083】図19はノイズ除去処理部220の詳細構成例
を示すブロック図であり、以下、同図を参照してノイズ
除去処理部220の動作について詳細に説明する。同図に
おいて、1901はセレクタであり、ノイズ除去判定部219
からの印刷許可制御信号Permitによって制御され、印刷
許可制御信号Permitが真の時、FPXサブイメージをフィ
ルタ回路1903へ入力するように切り替える。1902はメモ
リであり、あらかじめFPXサブイメージのノイズを除去
する様々なフィルタ係数が格納されている。1903はフィ
ルタ回路であり、印刷許可制御信号Permitによってメモ
リ1902から読み出されたフィルタ係数を用いて、FPXサ
ブイメージに対してフィルタ処理を行う。
FIG. 19 is a block diagram showing a detailed configuration example of the noise removal processing unit 220. Hereinafter, the operation of the noise removal processing unit 220 will be described in detail with reference to FIG. In the figure, reference numeral 1901 denotes a selector, and a noise removal determination unit 219
When the print permission control signal Permit is true, the FPX sub-image is switched to be input to the filter circuit 1903. Reference numeral 1902 denotes a memory in which various filter coefficients for removing noise of the FPX sub-image are stored in advance. Reference numeral 1903 denotes a filter circuit, which performs a filtering process on the FPX sub-image using the filter coefficient read from the memory 1902 by the print permission control signal Permit.

【0084】次に、図20のフローチャートを参照して、
第6実施形態におけるノイズ除去処理部220の動作を詳細
に説明する。図20に示すフローチャートは即ち、上述し
た図18に示すステップS188及びS189の詳細である。
Next, referring to the flowchart of FIG.
The operation of the noise removal processing unit 220 according to the sixth embodiment will be described in detail. The flowchart shown in FIG. 20 is a detail of steps S188 and S189 shown in FIG. 18 described above.

【0085】まずステップS201において、ノイズ除去判
定部219からの印刷許可制御信号Permitが真として検出
されたか否かを判断し、印刷許可信号Permitが真である
場合には、印刷しようとするサブイメージが著作権を有
し、且つ印刷許可されたデータであると判断し、メモリ
1902からあらかじめ記憶してあるフィルタ係数を読み出
す(ステップS202)。次にフィルタ回路1903において、ス
テップS202で読み出したフィルタ係数を用いてサブイメ
ージをフィルタリングし(ステップS203)、印刷データと
して出力して終了する。一方、ステップS201において印
刷許可制御信号Permitが偽である場合には、処理を行わ
ずに終了する。
First, in step S201, it is determined whether the print permission control signal Permit from the noise removal determination unit 219 has been detected as true. If the print permission signal Permit is true, the sub-image to be printed is determined. Determines that the data is copyrighted and print-permitted,
The filter coefficients stored in advance are read from 1902 (step S202). Next, in the filter circuit 1903, the sub-image is filtered using the filter coefficient read in step S202 (step S203), output as print data, and the process ends. On the other hand, if the print permission control signal Permit is false in step S201, the process ends without performing the process.

【0086】以上説明したように第6実施形態によれ
ば、FPXデータに予めノイズを重畳しておき、受信したF
PXデータが著作権を有し、かつ印刷許可されている場合
のみ、該FPXデータからノイズを除去して出力すること
ができる。従って、著作権を有する画像データを第三者
が無断で印刷出力することを防ぐことができる。
As described above, according to the sixth embodiment, noise is superimposed on FPX data in advance, and
Only when the PX data has the copyright and the printing is permitted, noise can be removed from the FPX data and output. Therefore, it is possible to prevent a third party from printing and outputting the copyrighted image data without permission.

【0087】尚、第6実施形態においてはメモリからフ
ィルタ係数を読み出してフィルタリングを行うことによ
ってノイズ除去処理を実現する例について説明したが、
本発明はこの例に限定されず、例えばFPXデータの拡張
プロパティに上記フィルタ係数等の復元のための情報を
記録しておき、該情報を読み出して画像データの復元を
行うことも可能である。
In the sixth embodiment, an example has been described in which noise removal processing is realized by reading out filter coefficients from a memory and performing filtering.
The present invention is not limited to this example. For example, it is also possible to record information for restoring the filter coefficients and the like in an extended property of FPX data and read the information to restore image data.

【0088】[0088]

【他の実施形態】尚、上述した各実施形態においては、
入力データをRGB形式、出力をCMYK形式として説明した
が、L*a*b*,XYZ等のあらゆる色空間表現において本発
明は適用可能である。
[Other Embodiments] In each of the above embodiments,
Although the input data is described in the RGB format and the output in the CMYK format, the present invention is applicable to any color space representation such as L * a * b *, XYZ, and the like.

【0089】また、上述した各実施形態においては、ノ
イズ重畳処理およびノイズ除去処理を、複数の解像度を
構造化したファイルフォーマットであるFPXデータを対
象として行なう例について説明したが、その他のファイ
ルフォーマットに対しても適用可能である。
In each of the above-described embodiments, an example has been described in which the noise superimposition processing and the noise removal processing are performed on FPX data which is a file format in which a plurality of resolutions are structured. It is also applicable.

【0090】また、各実施形態においては著作権を有す
る画像データに関して、ノイズ重畳等の画像処理を施す
例について説明したが、本発明は著作権画像に限定され
ず、無断盗用を禁止すべき画像全般について、適用可能
である。即ち、該画像の拡張プロパティ情報において無
断出力禁止等の情報が付与されていた場合に、上述した
著作権画像と同様の処理を行なうようにすれば良い。
In each of the embodiments, an example has been described in which image processing such as noise superimposition is performed on image data having copyright. However, the present invention is not limited to a copyrighted image and an image for which unauthorized use is prohibited. In general, it is applicable. That is, when information such as unauthorized output prohibition is added to the extended property information of the image, the same processing as the above-described copyright image may be performed.

【0091】また、本発明は、上述した各実施形態を組
み合わせて達成される場合にも適用できることはいうま
でもない。
Further, it is needless to say that the present invention can be applied to a case where the above embodiments are achieved in combination.

【0092】尚、本発明は、複数の機器(例えばホスト
コンピュータ,インタフェイス機器,リーダ,プリンタ
など)から構成されるシステムに適用しても、一つの機
器からなる装置(例えば、複写機,ファクシミリ装置な
ど)に適用してもよい。
The present invention can be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.), but can be applied to a single device (for example, a copying machine, a facsimile). Device).

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

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

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

【0096】また、コンピュータが読出したプログラム
コードを実行することにより、前述した実施形態の機能
が実現されるだけでなく、そのプログラムコードの指示
に基づき、コンピュータ上で稼働しているOS(オペレ
ーティングシステム)などが実際の処理の一部または全
部を行い、その処理によって前述した実施形態の機能が
実現される場合も含まれることは言うまでもない。
When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS (Operating System) running on the computer based on the instruction of the program code. ) May perform some or all of the actual processing, and the processing may realize the functions of the above-described embodiments.

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

【0098】本発明を上記記憶媒体に適用する場合、そ
の記憶媒体には、先に説明したフローチャートに対応す
るプログラムコードを格納することになる。
When the present invention is applied to the storage medium, the storage medium stores program codes corresponding to the flowcharts described above.

【0099】[0099]

【発明の効果】以上説明したように本発明によれば、無
断出力が禁止された特定画像データの印刷出力を防止す
ることができる。
As described above, according to the present invention, it is possible to prevent printout of specific image data for which unauthorized output is prohibited.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明にかかる一実施形態におけるカラーLBPの
概要構成を示すブロック図、
FIG. 1 is a block diagram illustrating a schematic configuration of a color LBP according to an embodiment of the present invention;

【図2】プリンタエンジンの詳細構成を示すブロック
図、
FIG. 2 is a block diagram illustrating a detailed configuration of a printer engine.

【図3】光学ユニットの詳細構成を示すブロック図、FIG. 3 is a block diagram illustrating a detailed configuration of an optical unit.

【図4】本実施形態におけるプリンタコントローラの詳
細構成を示すブロック図、
FIG. 4 is a block diagram illustrating a detailed configuration of a printer controller according to the embodiment.

【図5】プリンタコントローラの動作を示すフローチャ
ート、
FIG. 5 is a flowchart illustrating the operation of the printer controller,

【図6】ノイズ重畳処理を示すフローチャート、FIG. 6 is a flowchart illustrating noise superimposition processing;

【図7】ノイズ重畳処理部の詳細構成を示すブロック
図、
FIG. 7 is a block diagram illustrating a detailed configuration of a noise superimposition processing unit.

【図8】平均化器の動作を説明する図、FIG. 8 illustrates an operation of an averaging device.

【図9】第2実施形態におけるノイズ重畳処理部の詳細構
成を示すブロック図、
FIG. 9 is a block diagram illustrating a detailed configuration of a noise superimposition processing unit according to the second embodiment;

【図10】第3実施形態におけるノイズ重畳処理部の詳細
構成を示すブロック図、
FIG. 10 is a block diagram illustrating a detailed configuration of a noise superimposition processing unit according to the third embodiment;

【図11】第3実施形態におけるノイズ重畳処理部の動作
を示すフローチャート、
FIG. 11 is a flowchart illustrating an operation of a noise superimposition processing unit according to the third embodiment;

【図12】第3実施形態におけるノイズ重畳後の出力画像
例を示す図、
FIG. 12 is a diagram illustrating an example of an output image after noise superposition according to the third embodiment;

【図13】第4実施形態におけるプリンタコントローラの
詳細構成を示すブロック図、
FIG. 13 is a block diagram illustrating a detailed configuration of a printer controller according to a fourth embodiment.

【図14】第4実施形態におけるプリンタコントローラの
動作を示すフローチャート、
FIG. 14 is a flowchart illustrating an operation of the printer controller according to the fourth embodiment;

【図15】第4実施形態におけるサブイメージ選択部の動
作を示すフローチャート、
FIG. 15 is a flowchart illustrating an operation of a sub-image selection unit according to the fourth embodiment;

【図16】第5実施形態におけるサブイメージ選択部の動
作を示すフローチャート、
FIG. 16 is a flowchart illustrating an operation of a sub-image selection unit according to the fifth embodiment;

【図17】第6実施形態におけるプリンタコントローラの
詳細構成を示すブロック図、
FIG. 17 is a block diagram illustrating a detailed configuration of a printer controller according to a sixth embodiment.

【図18】第6実施形態におけるプリンタコントローラの
動作を示すフローチャート、
FIG. 18 is a flowchart illustrating an operation of the printer controller according to the sixth embodiment;

【図19】第6実施形態におけるノイズ除去処理部の詳細
構成を示すブロック図、
FIG. 19 is a block diagram illustrating a detailed configuration of a noise removal processing unit according to a sixth embodiment;

【図20】第6実施形態におけるノイズ除去処理部の動作
を示すフローチャート、
FIG. 20 is a flowchart illustrating an operation of a noise removal processing unit according to the sixth embodiment;

【図21】FlashPix画像ファイルの論理構造を示す図、FIG. 21 is a diagram showing a logical structure of a FlashPix image file,

【図22】FlashPix画像ファイルの論理構造を示す図、FIG. 22 is a diagram showing a logical structure of a FlashPix image file,

【図23】FlashPix画像ファイルを構成する階層画像例を
示す図、
FIG. 23 is a diagram showing an example of a hierarchical image forming a FlashPix image file;

【図24】FlashPix画像ファイルのサブイメージのタイル
分割を説明する図、
FIG. 24 is a diagram illustrating tile division of a sub-image of a FlashPix image file,

【図25】FlashPix画像ファイルのImage Contents Prope
rty Setの論理構造を示す図、
[Figure 25] Image Contents Prope of FlashPix image file
Diagram showing the logical structure of rty Set,

【図26】FlashPix画像ファイルのSubimage Headerの論
理構造を示す図、
FIG. 26 is a diagram showing a logical structure of a Subimage Header of a FlashPix image file,

【図27】従来の画像データフォーマットの一例を示す
図、である。
FIG. 27 is a diagram illustrating an example of a conventional image data format.

【符号の説明】[Explanation of symbols]

100 プリンタエンジン 200 プリンタコントローラ 201 ホストI/F 202 受信バッファ 203 ノイズ重畳判定部 204 ノイズ重畳処理部 205 色変換モード設定部 206 色変換パラメータ保持部 207 色変換部 208 色変換テーブル 209 オブジェクト生成部 210 オブジェクトバッファ 211 レンダリング部 212 ビットマップバッファ 213 CPU 214 ROM 215 RAM 216 操作パネル 217 判定部 218 サブイメージ選択部 219 ノイズ除去判定部 220 ノイズ除去処理部 701 セレクタ 702 平均化器 703 LPF 704 メモリ 705 合成回路 1901 セレクタ 1902 メモリ 1903 フィルタ回路 100 Printer engine 200 Printer controller 201 Host I / F 202 Receive buffer 203 Noise superimposition determination section 204 Noise superposition processing section 205 Color conversion mode setting section 206 Color conversion parameter holding section 207 Color conversion section 208 Color conversion table 209 Object generation section 210 Object Buffer 211 Rendering unit 212 Bitmap buffer 213 CPU 214 ROM 215 RAM 216 Operation panel 217 Judgment unit 218 Sub-image selection unit 219 Noise elimination judgment unit 220 Noise elimination processing unit 701 Selector 702 Averaging unit 703 LPF 704 Memory 705 Synthesis circuit 1901 Selector 1902 Memory 1903 Filter circuit

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 2C087 AC08 BA03 BA07 BD05 BD06 BD24 BD31 DA13 5B021 AA01 NN18 5C076 AA14 AA21 BA02 BA07 BB42 CA08 CB04 5C077 LL02 LL14 LL19 MP08 NN02 PP01 PP20 PP65 PP66 PQ08 PQ22 SS02 TT03  ────────────────────────────────────────────────── ─── Continued on the front page F term (reference) 2C087 AC08 BA03 BA07 BD05 BD06 BD24 BD31 DA13 5B021 AA01 NN18 5C076 AA14 AA21 BA02 BA07 BB42 CA08 CB04 5C077 LL02 LL14 LL19 MP08 NN02 PP01 PP20 PP65 PP66 PQ08 PQ22 SS

Claims (15)

【特許請求の範囲】[Claims] 【請求項1】 複数解像度の画像データを構造化した階
層データフォーマットに準ずる画像データを入力する入
力手段と、 該入力された画像データが特定画像であるか否かを判別
する判別手段と、 前記判別手段により特定画像であると判別された場合
に、該画像データの最低解像度の階層におけるデータを
選択出力する出力手段と、を有することを特徴とする画
像処理装置。
An input unit for inputting image data conforming to a hierarchical data format in which image data of a plurality of resolutions is structured; a determining unit for determining whether the input image data is a specific image; Output means for selectively outputting data in the lowest resolution hierarchy of the image data when the image data is determined to be a specific image by the determination means.
【請求項2】 前記判別手段は、前記画像データが著作
権を有する場合に特定画像であると判別することを特徴
とする請求項1記載の画像処理装置。
2. The image processing apparatus according to claim 1, wherein the determination unit determines that the image data is a specific image when the image data has a copyright.
【請求項3】 前記出力手段は、前記最低解像度の画像
データを最高解像度における画像データサイズに拡大変
倍することを特徴とする請求項1記載の画像処理装置。
3. The image processing apparatus according to claim 1, wherein the output unit enlarges and scales the image data of the lowest resolution to an image data size of the highest resolution.
【請求項4】 画像データを入力する入力手段と、 該入力された画像データが特定画像であるか否かを判別
する判別手段と、 該入力された画像データの出力許可情報を得る出力許可
検出手段と、 前記判別手段の判別結果及び前記出力許可情報に応じ
て、前記画像データに対して画質を向上させる画像処理
を施す画像処理手段と、を有することを特徴とする画像
処理装置。
4. An input unit for inputting image data, a determining unit for determining whether the input image data is a specific image, and an output permission detection for obtaining output permission information of the input image data. And an image processing means for performing image processing for improving image quality on the image data in accordance with a result of the determination by the determination means and the output permission information.
【請求項5】 前記判別手段は、前記画像データが著作
権を有する場合に特定画像であると判別することを特徴
とする請求項4記載の画像処理装置。
5. The image processing apparatus according to claim 4, wherein the determination unit determines that the image data is a specific image when the image data has a copyright.
【請求項6】 前記画像データはノイズが重畳されてお
り、 前記画像処理手段は、前記画像データよりノイズを除去
することを特徴とする請求項4記載の画像処理装置。
6. The image processing apparatus according to claim 4, wherein noise is superimposed on the image data, and the image processing unit removes noise from the image data.
【請求項7】 前記画像処理手段は、 所定のデータを保持する保持手段と、 前記画像データを前記保持手段に保持された所定のデー
タに基づいて変換する変換手段と、 を有することを特徴とする請求項6記載の画像処理装
置。
7. The image processing unit includes: a holding unit that holds predetermined data; and a conversion unit that converts the image data based on the predetermined data held in the holding unit. 7. The image processing apparatus according to claim 6, wherein:
【請求項8】 前記保持手段は所定のフィルタ係数を保
持し、 前記変換手段は、前記画像データに対して前記フィルタ
係数に基づくフィルタ処理を施すことを特徴とする請求
項7記載の画像処理装置。
8. The image processing apparatus according to claim 7, wherein the holding unit holds a predetermined filter coefficient, and the conversion unit performs a filtering process on the image data based on the filter coefficient. .
【請求項9】 前記画像データは、複数解像度の画像デ
ータを構造化した階層データフォーマットに準ずる画像
データであることを特徴とする請求項4記載の画像処理
装置。
9. The image processing apparatus according to claim 4, wherein said image data is image data conforming to a hierarchical data format in which image data of a plurality of resolutions are structured.
【請求項10】 前記入力手段は、外部装置より転送さ
れてきた画像データを入力することを特徴とする請求項
4記載の画像処理装置。
10. The image processing apparatus according to claim 4, wherein said input means inputs image data transferred from an external device.
【請求項11】 更に、前記画像処理手段によって画像
処理が施された画像データに基づいて画像を形成する画
像形成手段を有することを特徴とする請求項4記載の画
像処理装置。
11. The image processing apparatus according to claim 4, further comprising an image forming unit that forms an image based on the image data on which image processing has been performed by the image processing unit.
【請求項12】 複数解像度の画像データを構造化した
階層データフォーマットに準ずる画像データを入力する
入力工程と、 該入力された画像データが特定画像であるか否かを判別
する判別工程と、 前記判別工程において特定画像であると判別された場合
に、該画像データの最低解像度の階層におけるデータを
選択出力する出力工程と、を有することを特徴とする画
像処理方法。
12. An inputting step of inputting image data conforming to a hierarchical data format in which image data of a plurality of resolutions is structured; a determining step of determining whether the input image data is a specific image; An output step of selectively outputting data in the lowest resolution hierarchy of the image data when the image data is determined to be a specific image in the determination step.
【請求項13】 画像データを入力する入力工程と、 該入力された画像データが特定画像であるか否かを判別
する判別工程と、 該入力された画像データの出力許可情報を得る出力許可
検出工程と、 前記判別工程における判別結果及び前記出力許可情報に
基づいて、前記画像データに対して画質を向上させる画
像処理を施す画像処理工程と、を有することを特徴とす
る画像処理方法。
13. An inputting step of inputting image data, a determining step of determining whether the input image data is a specific image, and an output permission detection for obtaining output permission information of the input image data. An image processing method, comprising: a step of performing image processing for improving image quality of the image data based on the determination result in the determination step and the output permission information.
【請求項14】 画像処理のプログラムコードが記録さ
れた記録媒体であって、該プログラムは少なくとも、 複数解像度の画像データを構造化した階層データフォー
マットに準ずる画像データを入力する入力工程のコード
と、 該入力された画像データが特定画像であるか否かを判別
する判別工程のコードと、 前記判別工程において特定画像であると判別された場合
に、該画像データの最低解像度の階層におけるデータを
選択出力する出力工程のコードと、を有することを特徴
とする記録媒体。
14. A recording medium on which a program code for image processing is recorded, said program comprising at least a code for an input step of inputting image data conforming to a hierarchical data format in which a plurality of resolutions of image data are structured; A code for a discriminating step of discriminating whether or not the input image data is a specific image, and selecting data in the lowest resolution hierarchy of the image data when the discriminating step determines that the image data is a specific image And a code for an output step of outputting.
【請求項15】 画像処理のプログラムコードが記録さ
れた記録媒体であって、該プログラムは少なくとも、 画像データを入力する入力工程のコードと、 該入力された画像データが特定画像であるか否かを判別
する判別工程のコードと、 該入力された画像データの出力許可情報を得る出力許可
検出工程のコードと、 前記判別工程における判別結果及び前記出力許可情報に
基づいて、前記画像データに対して画質を向上させる画
像処理を施す画像処理工程のコードと、を有することを
特徴とする記録媒体。
15. A recording medium on which a program code for image processing is recorded, wherein the program comprises at least a code for an input step of inputting image data, and whether or not the input image data is a specific image. A code of a discrimination step of discriminating the image data, a code of an output permission detection step of obtaining output permission information of the input image data, and a judgment result in the discrimination step and the output permission information. A code for an image processing step of performing image processing for improving image quality.
JP11053375A 1999-03-01 1999-03-01 Image-processing apparatus, its method, and recording medium Pending JP2000246975A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP11053375A JP2000246975A (en) 1999-03-01 1999-03-01 Image-processing apparatus, its method, and recording medium
US09/516,969 US6972865B1 (en) 1999-03-01 2000-02-29 Image processing apparatus and method, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11053375A JP2000246975A (en) 1999-03-01 1999-03-01 Image-processing apparatus, its method, and recording medium

Publications (1)

Publication Number Publication Date
JP2000246975A true JP2000246975A (en) 2000-09-12

Family

ID=12941085

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11053375A Pending JP2000246975A (en) 1999-03-01 1999-03-01 Image-processing apparatus, its method, and recording medium

Country Status (1)

Country Link
JP (1) JP2000246975A (en)

Similar Documents

Publication Publication Date Title
US7319548B2 (en) Image processing device having functions for detecting specified images
JP5495802B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP2002077607A (en) Image data correction apparatus, image reading apparatus, and image forming apparatus
JP2002369012A (en) Image processing apparatus and its method, and image processing system
US6366685B1 (en) Image processing apparatus and method and storing medium
JP4929064B2 (en) Confidential processing apparatus and image forming apparatus
JP2009033437A (en) Image processing device and its method
US6972865B1 (en) Image processing apparatus and method, and storage medium
JP4323742B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP2000246975A (en) Image-processing apparatus, its method, and recording medium
JP2006044114A (en) Image forming device, printing mode setting method and printer driver
JPH11289467A (en) Color processor, its method and its recording medium
JP2002094809A (en) Picture processor and method thereof
JP2001146045A (en) Apparatus and method for processing image
JP3787464B2 (en) Image processing apparatus and method, and recording medium
JP2008103919A (en) Image forming apparatus and method thereof
JP2001309183A (en) Image processing unit and method
JP4841891B2 (en) Image forming apparatus
JP2009027250A (en) Image processor and image processing method
JP2001230932A (en) Method and device for processing image and storage medium
JP2007060262A (en) Image processing apparatus
JP2002109526A (en) Image processor and image forming apparatus
JP2004040142A (en) Image processing system
JP2002314797A (en) Image file containing image processing control data
JP2002204348A (en) Image processor, its control method and record medium

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051031

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051111

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060105

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060217