JP2019186856A - Image processing apparatus, image processing method, recording system, and recording apparatus - Google Patents

Image processing apparatus, image processing method, recording system, and recording apparatus Download PDF

Info

Publication number
JP2019186856A
JP2019186856A JP2018078610A JP2018078610A JP2019186856A JP 2019186856 A JP2019186856 A JP 2019186856A JP 2018078610 A JP2018078610 A JP 2018078610A JP 2018078610 A JP2018078610 A JP 2018078610A JP 2019186856 A JP2019186856 A JP 2019186856A
Authority
JP
Japan
Prior art keywords
resolution
image data
recording
line width
segment object
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
JP2018078610A
Other languages
Japanese (ja)
Inventor
和 岩谷
Kazu Iwatani
和 岩谷
靖和 小野
Yasukazu Ono
靖和 小野
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 Finetech Nisca Inc
Original Assignee
Canon Finetech Nisca 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 Finetech Nisca Inc filed Critical Canon Finetech Nisca Inc
Priority to JP2018078610A priority Critical patent/JP2019186856A/en
Publication of JP2019186856A publication Critical patent/JP2019186856A/en
Pending legal-status Critical Current

Links

Images

Abstract

To provide an image processing apparatus and an image processing method, capable of inhibiting a line width of straight line data from being changed by resolution conversion.SOLUTION: By determining whether a line width of a line object in image data can be recorded according to a specified line width, when there is a line object that cannot be recorded according to the specified line width, recording is performed after converting resolution of the object to recordable resolution.SELECTED DRAWING: Figure 6

Description

本発明は、入力された画像データの解像度変換を行って出力を行う画像処理装置とその画像処理方法、記録システム、記録装置に関する。   The present invention relates to an image processing apparatus that performs resolution conversion of input image data and outputs the image data, an image processing method thereof, a recording system, and a recording apparatus.

従来より画像データを記録装置で記録する場合には、出力解像度を設定することができる。画像データの解像度と記録装置の出力解像度とが異なる場合には、受信した画像データの解像度を記録装置の解像度に変換して記録が行われる。その際、例えば画像データを低解像度に変換して送信する場合、変換処理によって画像中の一部の画素が間引かれることで細い線が消失してしまうことがある。これは、画像データを単純に間引いて1/2に縮小する場合に、2ドットの線は1ドットの線になるが、1ドットの線は消失してしまうということである。   Conventionally, when image data is recorded by a recording apparatus, an output resolution can be set. When the resolution of the image data and the output resolution of the recording apparatus are different, recording is performed by converting the resolution of the received image data into the resolution of the recording apparatus. At this time, for example, when image data is converted to a low resolution and transmitted, a thin line may be lost due to thinning of some pixels in the image by the conversion process. This means that when the image data is simply thinned out and reduced to ½, the 2-dot line becomes a 1-dot line, but the 1-dot line disappears.

これに対して特許文献1では、解像度変換が行われた際に、線が消失しないようにするために、細線や微細ドットの描画されたラインと1ライン前のデータとの論理和を行うことで、線幅や微細ドットを拡張する方法が提案されている。   On the other hand, in Patent Document 1, in order to prevent the lines from disappearing when resolution conversion is performed, the logical sum of the line on which the fine line or fine dot is drawn and the data one line before is performed. A method for extending the line width and fine dots has been proposed.

特開2017−028399号公報JP 2017-028399 A

しかし、画像データで指定した1ラインの幅に対して出力解像度が適さない場合に、線幅が太くなることもある。例えば画像データが0.125pt(ポイント=線幅の単位)の線分オブジェクトの場合、300dpiの解像度変換では0.25ptが描画可能最小サイズのため、消失を防ぐと0.25ptの線分になり指定よりも太い線になってしまう。   However, when the output resolution is not suitable for the width of one line specified by the image data, the line width may be increased. For example, if the image data is a line object of 0.125 pt (point = unit of line width), 0.25 pt is the minimum size that can be drawn with 300 dpi resolution conversion. The line will be thicker than specified.

よって本発明は、線分オブジェクトの線幅が解像度変換によって変更されることを抑制することが可能な画像処理装置、画像処理方法、記録システムおよび記録装置を提供することを目的とする。   Therefore, an object of the present invention is to provide an image processing apparatus, an image processing method, a recording system, and a recording apparatus that can prevent the line width of a line segment object from being changed by resolution conversion.

そのため本発明の画像処理装置は、記録装置で記録する画像データを前記記録装置に送信する画像処理装置であって、前記画像データを記録するにあたり選択された第1解像度を取得する画像解像度取得手段と、前記画像データ内に含まれる線分オブジェクトの線幅が所定の線幅未満の場合に前記所定の線幅未満の線分オブジェクトを前記第1解像度よりも高い第2解像度に変換し、前記所定の線幅未満の線分オブジェクト以外を前記第1解像度に変換する解像度変換手段と、前記解像度変換手段により前記第1解像度に変換された画像データと前記第2解像度に変換された線分オブジェクトとを前記記録装置に送信する送信手段と、を有することを特徴とする。   Therefore, an image processing apparatus according to the present invention is an image processing apparatus that transmits image data to be recorded by a recording apparatus to the recording apparatus, and that obtains a first resolution selected for recording the image data. And, when the line width of the line segment object included in the image data is less than a predetermined line width, the line segment object less than the predetermined line width is converted to a second resolution higher than the first resolution, Resolution conversion means for converting other than line segment objects less than a predetermined line width to the first resolution, image data converted to the first resolution by the resolution conversion means, and line segment objects converted to the second resolution Transmitting means for transmitting the information to the recording apparatus.

本発明によれば、線分オブジェクトの線幅が解像度変換によって変更されることを抑制することが可能な画像処理装置および画像処理方法を実現することができる。   ADVANTAGE OF THE INVENTION According to this invention, the image processing apparatus and image processing method which can suppress that the line width of a line segment object is changed by resolution conversion are realizable.

記録システムの構成を示した図である。It is the figure which showed the structure of the recording system. ホストPCと記録装置それぞれの機能を示すブロック図である。FIG. 3 is a block diagram illustrating functions of a host PC and a recording apparatus. (a)から(c)は従来の記録時における解像度変換処理を示した図である。(A) to (c) are diagrams showing resolution conversion processing at the time of conventional recording. データ処理の流れを示した図である。It is the figure which showed the flow of data processing. 記録解像度設定を行う画面と解像度変換通知画面を示した図である。It is the figure which showed the screen which performs recording resolution setting, and the resolution conversion notification screen. ホストPCにおける送信の処理を示したフローチャートである。It is the flowchart which showed the process of transmission in host PC. 記録装置における記録処理を示したフローチャートである。6 is a flowchart showing recording processing in the recording apparatus. 解像度変換処理を行う前に通知する解像度変換通知画面である。It is a resolution conversion notification screen notified before performing resolution conversion processing. ホストPCにおける送信の処理を示したフローチャートである。It is the flowchart which showed the process of transmission in host PC.

以下、図面を参照して本発明の実施形態について説明する。
図1は、本実施形態に係る記録システムの構成を示した図である。本実施形態の記録システムは、記録データの生成などを行うホストPC101(画像処理装置)と、ホストPC101からの指示に従って記録を実行する記録装置102とを含んで構成される。本実施形態では、記録装置102は、インクジェット方式の記録装置である。ホストPC101と記録装置102とは、接続ケーブル103を介して相互に通信可能であり、記録装置102は、ホストPC101から受信した記録データに基づいて、記録用紙等の記録媒体104にインクを吐出して記録を行う。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a diagram showing a configuration of a recording system according to the present embodiment. The recording system of this embodiment includes a host PC 101 (image processing apparatus) that generates recording data and the like, and a recording apparatus 102 that executes recording in accordance with an instruction from the host PC 101. In the present embodiment, the recording apparatus 102 is an ink jet recording apparatus. The host PC 101 and the recording apparatus 102 can communicate with each other via the connection cable 103, and the recording apparatus 102 ejects ink to the recording medium 104 such as recording paper based on the recording data received from the host PC 101. To record.

記録装置102において、記録ヘッド113(113a〜113d)は、それぞれ記録媒体Pの幅方向(搬送方向と交差する方向)に所定密度で、記録媒体Pの有効記録幅よりも長い範囲にわたってインク吐出口を配列した、いわゆるライン型の記録ヘッドである。記録ヘッド113a〜113dは、イエローインク(Y)、マゼンタインク(M)、シアンインク(C)、ブラックインク(K)をそれぞれ吐出する複数の吐出口を配列している。各吐出口は、インクを吐出するためのヒータを備えている。   In the recording apparatus 102, each of the recording heads 113 (113 a to 113 d) has an ink discharge port with a predetermined density in the width direction of the recording medium P (direction intersecting the transport direction) and longer than the effective recording width of the recording medium P. Is a so-called line-type recording head. The recording heads 113a to 113d are arranged with a plurality of ejection openings that eject yellow ink (Y), magenta ink (M), cyan ink (C), and black ink (K), respectively. Each ejection port includes a heater for ejecting ink.

ピックアップローラ114は、不図示の駆動機構によって回転駆動され、トレイ上に積載された記録媒体Pを1枚ずつ分離して記録装置102内に給送する。記録媒体Pの搬送機構は、記録媒体Pの搬送方向において、所定距離をおいて配置された搬送ローラ115A、115Bと、これらのローラに張りわたされたベルト116と、を備えている。搬送機構は、給送された記録媒体Pを記録ヘッド113a〜113dに対して相対的に搬送し、その搬送の間に記録ヘッド113a〜113dによって順に記録がなされた記録媒体Pを不図示の排紙トレイに排出する。   The pickup roller 114 is rotationally driven by a drive mechanism (not shown), and separates the recording media P stacked on the tray one by one and feeds them into the recording apparatus 102. The conveyance mechanism for the recording medium P includes conveyance rollers 115A and 115B arranged at a predetermined distance in the conveyance direction of the recording medium P, and a belt 116 stretched around these rollers. The transport mechanism transports the fed recording medium P relative to the recording heads 113a to 113d, and discharges the recording medium P on which recording is performed in order by the recording heads 113a to 113d during the transport. Eject to paper tray.

記録媒体Pの搬送路には、検知センサー112が配置され、記録媒体Pのページ先端を検出する。この検出タイミングに基づいて、記録ヘッド113a〜113dによる記録や、搬送の停止、再開を行う。   A detection sensor 112 is disposed in the conveyance path of the recording medium P and detects the leading edge of the page of the recording medium P. Based on this detection timing, recording by the recording heads 113a to 113d, and conveyance stop and restart are performed.

なお、本実施形態はインクジェット方式の記録ヘッドを用いる形態に関して説明するが、本発明は、熱転写等の他の方式の記録ヘッドを用いる場合にも適用可能であることは、以下の説明からも明らかである。また、インクジェット方式は、電気熱変換素子(ヒータ)を用いてインクに気泡を生じさせて吐出エネルギを発生する形態の他、ピエゾ素子によって吐出エネルギを発生する形態など他の方式を用いることができる。なお、本実施形態ではインクを吐出するためのエネルギを発生するヒータなどで記録素子が構成され、この記録素子によって記録媒体Pにドットが形成(記録)される。この点で、例えば、熱転写方式によってドットを形成する形態も記録素子によるドット記録であり、本発明を適用することができる。   Although this embodiment will be described with respect to an embodiment using an ink jet recording head, it is apparent from the following description that the present invention can also be applied to the case where a recording head of another method such as thermal transfer is used. It is. In addition, the ink jet method may use other methods such as a mode in which bubbles are generated in ink using an electrothermal conversion element (heater) to generate discharge energy, and a mode in which discharge energy is generated by a piezo element. . In the present embodiment, a recording element is configured by a heater that generates energy for ejecting ink, and dots are formed (recorded) on the recording medium P by the recording element. In this regard, for example, the form in which dots are formed by a thermal transfer method is also dot recording by a recording element, and the present invention can be applied.

図2は、ホストPC101と記録装置102それぞれの機能を示すブロック図である。ホストPC101は、例えば一般的なパーソナルコンピューターとすることができる。ホストPC101のCPU220は、オペレーティングシステム(OS)の制御の下で、RAM等の記憶領域に格納された後述される実行プログラムなどの各種プログラムを実行して本実施形態の動作を実行する。   FIG. 2 is a block diagram illustrating functions of the host PC 101 and the recording apparatus 102. The host PC 101 can be a general personal computer, for example. Under the control of the operating system (OS), the CPU 220 of the host PC 101 executes various programs such as an execution program (to be described later) stored in a storage area such as a RAM to execute the operation of this embodiment.

ホストPC101では、ローカルバスであるPCIバスがホスト/PCIブリッジ221、PCIブリッジ228を介して階層的に構成され、全体としてシステムバスを構成している。ホストPC101内の各機能ブロックは、システムバスを介して相互にデータの送受信を行う。なお、システムバスには、L2・キャッシュと呼ぶ高速のメモリ(不図示)が接続されており、CPU220が常時アクセスするコードやデータを記憶している。メインメモリ222は、オペレーティングシステム(OS)、アプリケーションプログラム、プリンタドライバー等、実行プログラムを一時的に記憶する記憶領域である。また、メインメモリ222は、各プログラム実行のための作業用メモリ領域としても用いられる。メインメモリ222は、アプリケーションプログラムにより描画処理されたRGB画像データや、RGB画像データから色空間変換された、記録装置102の各記録ヘッドの各インク色に対応したインク色データ等も記憶する。本実施形態において、インク色データは、ブラック、シアン、マゼンタ、イエローの各インク色に対応した2値の画像データである。   In the host PC 101, a PCI bus that is a local bus is hierarchically configured via a host / PCI bridge 221 and a PCI bridge 228, and constitutes a system bus as a whole. Each functional block in the host PC 101 exchanges data with each other via the system bus. Note that a high-speed memory (not shown) called an L2 cache is connected to the system bus, and stores codes and data that the CPU 220 always accesses. The main memory 222 is a storage area for temporarily storing execution programs such as an operating system (OS), application programs, and printer drivers. The main memory 222 is also used as a working memory area for executing each program. The main memory 222 also stores RGB image data rendered by an application program, ink color data corresponding to each ink color of each recording head of the recording apparatus 102 that has been color space converted from the RGB image data, and the like. In the present embodiment, the ink color data is binary image data corresponding to each ink color of black, cyan, magenta, and yellow.

ROM229は、入力デバイス232やDVD−ROM231等の入出力機器を制御するBIOS(Basic Input Output System)プログラムや、電源投入時の初期化プログラムや自己診断プログラム等を格納する。ここで、入力デバイス232は、例えば、キーボードやポインティングデバイスである。ユーザは、入力デバイス232により、例えば、記録装置102での記録等を指示することができる。EEPROM230は、恒久的に利用する各種のパラメータを記憶させるための書き換え可能な不揮発性のメモリである。オペレーティングシステム(OS)、各種アプリケーションプログラム、図3にて後述する処理などを実行するプログラム、記録装置102に対応するプリンタドライバー等は、HDD227からメインメモリ222に読み出されてCPU220により実行される。   The ROM 229 stores a BIOS (Basic Input Output System) program for controlling input / output devices such as the input device 232 and the DVD-ROM 231, an initialization program at power-on, a self-diagnosis program, and the like. Here, the input device 232 is, for example, a keyboard or a pointing device. For example, the user can instruct recording on the recording apparatus 102 by the input device 232. The EEPROM 230 is a rewritable nonvolatile memory for storing various parameters used permanently. An operating system (OS), various application programs, a program for executing processing to be described later with reference to FIG. 3, a printer driver corresponding to the recording apparatus 102, and the like are read from the HDD 227 to the main memory 222 and executed by the CPU 220.

ホストPC101は、画像データに対して誤差拡散法等の2値化処理を行い、2値の記録データを作成し、通信インタフェース223を介して記録装置102に送信する。通信インタフェース223は、例えばUSB、ネットワーク等であり、PCIバスに接続されている。CRTC224は、ビデオコントローラであり、CPU220によりVRAM225に書き込まれた表示用ビットマップデータを読み取って、LCD等のディスプレイ226に転送する。ユーザは、ディスプレイ226を介して、例えば、記録指示した記録ジョブの処理経過や処理結果を認識することができる。   The host PC 101 performs binarization processing such as an error diffusion method on the image data, creates binary recording data, and transmits it to the recording apparatus 102 via the communication interface 223. The communication interface 223 is, for example, a USB or a network, and is connected to the PCI bus. The CRTC 224 is a video controller, reads the display bitmap data written in the VRAM 225 by the CPU 220, and transfers it to the display 226 such as an LCD. For example, the user can recognize the processing progress and processing result of the recording job instructed to record via the display 226.

一方、記録装置102は、記録データを記憶するRAM202や、制御プログラムや吐出タイミング調整値等を記憶するROM203や、ホストPC101との通信を行うインタフェースとなる通信装置204、各記録ヘッドを駆動制御する記録ヘッド制御部205を含む。また、記録装置102は、記録媒体搬送のためのアクチュエータ等を駆動制御する駆動部206、各記録ヘッド内のメモリ208〜211に対する読み込み及び書き込み(R/W)を制御するメモリR/W回路207を含む。CPU201は、RAM202に格納された各種プログラムを実行して本実施形態の動作を実現する。記録装置102は、ブラック、シアン、マゼンタ、イエローの4色それぞれのノズル列に対応するライン型記録ヘッド(以下、単に記録ヘッドという)を搭載している。本実施形態においては、上記4色として説明するが、淡シアン等上記4色以外の色や特定の目的に応じた特色インク色を含んでも良い。各記録ヘッドは、キャリッジ等に着脱自在に取り付けられている。   On the other hand, the printing apparatus 102 drives and controls a RAM 202 that stores printing data, a ROM 203 that stores control programs, ejection timing adjustment values, and the like, a communication device 204 that serves as an interface for communicating with the host PC 101, and each printing head. A recording head control unit 205 is included. In addition, the recording apparatus 102 includes a drive unit 206 that drives and controls an actuator for conveying a recording medium, and a memory R / W circuit 207 that controls reading and writing (R / W) with respect to the memories 208 to 211 in each recording head. including. The CPU 201 executes various programs stored in the RAM 202 to realize the operation of this embodiment. The recording apparatus 102 is equipped with line-type recording heads (hereinafter simply referred to as recording heads) corresponding to nozzle rows of four colors of black, cyan, magenta, and yellow. In the present embodiment, the four colors are described. However, a color other than the four colors such as light cyan or a special color ink according to a specific purpose may be included. Each recording head is detachably attached to a carriage or the like.

図3(a)と(b)は、従来の画像処理装置における解像度変換処理を示した図である。図3(a)は、画像データ301内に0.125pt(0.044mm相当)で描画した線分オブジェクト302がある場合に、600dpiの画像データ303に変換して記録する場合の処理を示している。この時、記録装置の解像度が同じ600dpiだとすると、描画できる最小ドットサイズは約0.042mmなので小さい1ドット幅の線分に変換された画像データ303が同じ解像度の1ドット幅の画像データ304としてそのまま記録装置で記録処理が行われる。その結果、記録結果305は、元の画像データ301と同じ結果を得ることができる。   3A and 3B are diagrams showing resolution conversion processing in a conventional image processing apparatus. FIG. 3A shows a process in the case where the line object 302 drawn with 0.125 pt (equivalent to 0.044 mm) is included in the image data 301 and converted into the 600 dpi image data 303 and recorded. Yes. At this time, if the resolution of the recording apparatus is the same 600 dpi, the minimum dot size that can be drawn is about 0.042 mm, so the image data 303 converted into a small 1-dot-width line segment remains as 1-dot-width image data 304 with the same resolution. Recording processing is performed by the recording device. As a result, the recording result 305 can obtain the same result as the original image data 301.

図3(b)は、画像データ301を300dpiの画像データ306に変換して記録する場合の処理を示している。300dpiで描画できる最小ドットサイズは約0.085mmなので0.125ptの線分は画像処理装置内で大きい1ドット幅の画像データ306に変換されるか、消失してしまう。消失しないように大きい1ドット幅の画像データ306に変換した場合、記録装置の解像度が600dpiだと画像データは小さい2ドット幅の線分を有する画像データ307に変換されて記録される。その結果、記録結果308は、元の画像データ301よりも太い0.25ptに相当する線分になる。   FIG. 3B shows processing when image data 301 is converted into 300 dpi image data 306 and recorded. Since the minimum dot size that can be drawn at 300 dpi is about 0.085 mm, a line segment of 0.125 pt is converted into image data 306 having a large 1-dot width in the image processing apparatus or disappears. When converted into image data 306 having a large 1-dot width so as not to disappear, if the resolution of the recording apparatus is 600 dpi, the image data is converted into image data 307 having a small 2-dot-width line segment and recorded. As a result, the recording result 308 is a line segment corresponding to 0.25 pt thicker than the original image data 301.

そこで本実施形態では、以下のような方法で解像度変換処理を行うことで、画像データの線幅が解像度変換によって変更されることを抑制する。以下、その方法について説明する。   Therefore, in the present embodiment, the resolution conversion process is performed by the following method, thereby suppressing the line width of the image data from being changed by the resolution conversion. The method will be described below.

図4(a)は、本実施形態で用いる画像データに対して一般的な解像度変換処理を行った場合のデータ処理の流れを示した図であり、図4(b)は、本実施形態において解像度変換処理を行う場合のデータ処理の流れを示した図である。画像データ401は、枠線データ402とその枠線で囲まれた中に文字列403とが配置されたデータとなっている。画像データ401の解像度は300dpiであり、記録装置の解像度は600dpiである。   FIG. 4A is a diagram showing a flow of data processing when general resolution conversion processing is performed on the image data used in the present embodiment, and FIG. It is the figure which showed the flow of the data processing in the case of performing resolution conversion processing. The image data 401 is data in which a frame line data 402 and a character string 403 are arranged within the frame line. The resolution of the image data 401 is 300 dpi, and the resolution of the recording apparatus is 600 dpi.

ここで、コンピュータ内の画像編集アプリケーションで画像データを作成する場合、一般的に画像サイズは「ポイント(pt)」という単位で管理され、1ptは1/72インチ(約0.353mm)である。そして本実施形態の記録装置では、各解像度の最小記録幅を、300dpiでは0.25pt、600dpiでは0.125ptとしている。   Here, when image data is created by an image editing application in a computer, the image size is generally managed in units of “point (pt)”, and 1 pt is 1/72 inch (about 0.353 mm). In the recording apparatus of this embodiment, the minimum recording width of each resolution is 0.25 pt at 300 dpi and 0.125 pt at 600 dpi.

図4(a)の枠線データ402は、ホストPC101上で作成された際、線幅が0.125ptで描画されている。文字列403は、最小記録幅より大きい任意のサイズで作成されている。この場合、通常と同様に記録を行うと枠線データ402が描画されている線幅0.125ptは、解像度300dpiの最小記録幅より小さい。そのため、記録では解像度300dpiにおける最小記録幅である0.25ptの枠線データ405に変換されて太い幅の線になってしまう。この場合、作成された画像データ401とは異なる出力結果404となってしまう。   The frame line data 402 in FIG. 4A is drawn with a line width of 0.125 pt when created on the host PC 101. The character string 403 is created with an arbitrary size larger than the minimum recording width. In this case, when recording is performed as usual, the line width 0.125 pt in which the frame line data 402 is drawn is smaller than the minimum recording width of resolution 300 dpi. For this reason, in recording, the frame data 405 having a minimum recording width of 0.25 pt at a resolution of 300 dpi is converted into a thick line. In this case, the output result 404 is different from the created image data 401.

そこで本実施形態では、画像データ401の記録が実施された場合、ホストPC101において記録装置側の解像度(記録装置解像度)を取得し、ホストPC101で選択された画像解像度と記録装置解像度との比較を行う。この比較により画像解像度が低解像度300dpiであった場合、画像データ401における0.25pt未満の枠線データ402とそれ以外の文字列データ403とを判別し、0.25pt未満の枠線データ402に対しては高解像度への解像度変換処理を行う。つまり、600dpiの解像度として線幅0.125ptでの記録が行われるようにする。   Therefore, in this embodiment, when the image data 401 is recorded, the host PC 101 acquires the resolution on the recording apparatus side (recording apparatus resolution), and compares the image resolution selected by the host PC 101 with the recording apparatus resolution. Do. When the image resolution is 300 dpi by this comparison, the frame data 402 of less than 0.25 pt in the image data 401 and the other character string data 403 are discriminated, and the frame data 402 of less than 0.25 pt is obtained. On the other hand, resolution conversion processing to high resolution is performed. That is, recording is performed with a resolution of 600 dpi and a line width of 0.125 pt.

この解像度変換により、枠線データ402は高解像度(最小記録幅0.125pt)の枠線データに変換される。解像度変換がされた枠線データが含まれる画像データ407と、文字列データ403が含まれる解像度変換していない画像データ408とでは解像度が各々異なるため、同一のファイルにすることができない。そこで、解像度を変換した画像データ407をフォームオーバーレイファイル形式としてデータを作成し、解像度変換していない画像データ408とのオーバーレイ記録を行うことで解像度設定が異なるデータを記録する。   By this resolution conversion, the frame line data 402 is converted into frame line data having a high resolution (minimum recording width 0.125 pt). Since the resolution is different between the image data 407 including the frame line data subjected to the resolution conversion and the image data 408 including the character string data 403 and not subjected to the resolution conversion, the same file cannot be formed. Therefore, data with different resolution settings is recorded by creating image data 407 with converted resolution as a form overlay file format and performing overlay recording with image data 408 without resolution conversion.

このように、画像データにおける線分オブジェクトの線幅が、指定した線幅どおりに記録可能かどうかを判定して、指定した線幅どおりに記録できないオブジェクトがある場合には、そのオブジェクトに対して記録可能な解像度に解像度変換して記録を行う。こうすることで、画像データ内の線分オブジェクトの線幅が解像度変換によって変更されることを抑制することができる。   In this way, it is determined whether the line width of the line segment object in the image data can be recorded according to the specified line width, and if there is an object that cannot be recorded according to the specified line width, Recording is performed after converting the resolution to a recordable resolution. By doing so, it is possible to prevent the line width of the line segment object in the image data from being changed by resolution conversion.

図5(a)は、本実施形態における画像解像度の設定を行う画面の例を示した図であり、図5(b)は、解像度変換処理を行う前に通知する解像度変換通知画面である。記録設定画面501は、画像データのプレビュー表示 502と解像度選択表示503を備えている。プレビュー表示502は、記録する画像データ401を画面上に表示している。解像度選択表示503は、設定可能な解像度をプルダウンによって列挙しユーザが選択することができる。ホストPC101は、この列挙された解像度からユーザが選択した内容を基に記録データを作成し、記録装置102へ記録データを送信すると記録装置102で記録が実行される。   FIG. 5A is a diagram illustrating an example of a screen for setting the image resolution in the present embodiment, and FIG. 5B is a resolution conversion notification screen that is notified before performing the resolution conversion processing. The recording setting screen 501 includes an image data preview display 502 and a resolution selection display 503. The preview display 502 displays image data 401 to be recorded on the screen. The resolution selection display 503 lists the settable resolutions by pull-down and can be selected by the user. The host PC 101 creates recording data based on the contents selected by the user from the listed resolutions, and when the recording data is transmitted to the recording apparatus 102, the recording apparatus 102 performs recording.

解像度選択表示503にて選択した解像度が記録装置解像度より低い場合、かつ図4の画像データ401に配置されている枠線データ402の線幅が、選択した解像度設定表示の最小記録幅より細かった場合に、図5(b)の解像度変換通知画面504を表示する。この画面では、画像データ401中にある線幅が変更される枠線データ505の位置をプレビュー表示506する。同時に警告表示部507に線幅が変更される枠線データ505が存在する旨を通知する警告文を表示する。また、本画面では線幅が変更される枠線データ505に対する解像度変換方法選択部508を設け、本画面が表示された際に任意の設定を選択することができるようになっている。   When the resolution selected in the resolution selection display 503 is lower than the recording apparatus resolution, the line width of the frame line data 402 arranged in the image data 401 in FIG. 4 is smaller than the minimum recording width of the selected resolution setting display. In this case, the resolution conversion notification screen 504 shown in FIG. 5B is displayed. On this screen, the position of the frame line data 505 whose line width is changed in the image data 401 is displayed as a preview 506. At the same time, a warning message for notifying that there is frame line data 505 whose line width is changed is displayed on the warning display unit 507. Further, a resolution conversion method selection unit 508 for the frame line data 505 whose line width is changed is provided on this screen so that any setting can be selected when this screen is displayed.

選択可能な解像度変換方法の例として「そのまま記録」509、「線のみきれいに記録」510を列挙する。「そのまま記録」509を選択した場合、画像処理装置101は解像度変換をせず記録装置102に送信する。記録装置102内では300dpiでの記録になるため線幅が変更された出力結果となる。また、「線のみきれいに記録」510を選択した場合は、解像度変換の処理を実行し、0.25pt未満の線分オブジェクト(枠線データ402)のみ600dpiに解像度変換を行い送信する。記録装置102内では文字データ403は300dpiの画質になるが、枠線データ402は高解像度になるため、線分オブジェクトについては画像データ401で指定した線幅の出力結果を得ることができる。   As examples of selectable resolution conversion methods, “record as it is” 509 and “record only lines” 510 are listed. When “record as it is” 509 is selected, the image processing apparatus 101 transmits the image to the recording apparatus 102 without performing resolution conversion. Since recording is performed at 300 dpi in the recording apparatus 102, an output result in which the line width is changed is obtained. If “Record only line cleanly” 510 is selected, resolution conversion processing is executed, and only a line segment object (frame line data 402) of less than 0.25 pt is converted to 600 dpi and transmitted. In the recording apparatus 102, the character data 403 has an image quality of 300 dpi, but the frame line data 402 has a high resolution, so that an output result of the line width specified by the image data 401 can be obtained for the line segment object.

図6は、本実施形態のホストPCにおける送信の処理を示したフローチャートである。以下、このフローチャートを用いて本実施形態のホストPCにおける送信の処理を説明する。送信が開始されると、ステップS601で、記録時の解像度設定を確認する。この処理では、図5(a)の解像度選択表示503において選択され設定された解像度情報の取得(画像解像度取得)と、記録装置102の解像度情報の取得(記録装置解像度取得)とを行う。その後、ステップS602で、画像データ401を解析し、画像データ401中のオブジェクト配置を確認する。その後、ステップS603で、ステップS602で解析したデータから線分オブジェクト(枠線データ402)が存在するかどうかを判断(線分オブジェクト判断)する。線分オブジェクト(枠線データ402)が存在する場合、ステップS604に移行して、線分オブジェクト(枠線データ402)が存在しない場合には、ステップS611へ移行して通常と同様に記録装置102へ画像データ401を送信して処理を終了する。   FIG. 6 is a flowchart showing a transmission process in the host PC of this embodiment. Hereinafter, transmission processing in the host PC of this embodiment will be described using this flowchart. When transmission is started, resolution setting at the time of recording is confirmed in step S601. In this process, the resolution information selected and set in the resolution selection display 503 in FIG. 5A (image resolution acquisition) and the resolution information of the recording device 102 (recording device resolution acquisition) are acquired. After that, in step S602, the image data 401 is analyzed, and the object arrangement in the image data 401 is confirmed. Thereafter, in step S603, it is determined whether or not a line segment object (frame line data 402) exists from the data analyzed in step S602 (line segment object determination). When the line segment object (frame line data 402) exists, the process proceeds to step S604, and when the line segment object (frame line data 402) does not exist, the process proceeds to step S611 and the recording apparatus 102 as usual. The image data 401 is transmitted to and the process ends.

ステップS604に移行した場合、ステップS601での取得結果に基づいて選択され設定された画像解像度と記録装置102の記録装置解像度との比較(解像度比較)により、記録装置102の方が高解像度であるかどうかを判断する。記録装置102の方が高解像度である場合、ステップS605へ移行し、それ以外の場合はステップS611へ移行して通常と同様に記録装置102へ画像データ401を送信して処理を終了する。ステップS605に移行した場合、画像データ401に配置されている線分オブジェクト(枠線データ402)の線幅を確認し、低解像度である画像解像度における最小記録幅より細い線幅(最小線幅)であるかどうかを判断(線幅比較)する。本実施形態では、低解像度(300dpi)である画像データの最小記録幅を0.25ptとしているため、0.25ptより細いかどうかを判断する。比較結果(判断結果)から線分オブジェクト(枠線データ402)の線幅が0.25ptより細い場合、ステップS606へ移行する。それ以外の場合は、ステップS611へ移行して通常と同様に記録装置102へ画像データ401を送信して処理を終了する。   When the process proceeds to step S604, the recording apparatus 102 has a higher resolution by comparing the image resolution selected and set based on the acquisition result in step S601 and the recording apparatus resolution of the recording apparatus 102 (resolution comparison). Determine whether or not. If the recording apparatus 102 has a higher resolution, the process proceeds to step S605. Otherwise, the process proceeds to step S611, and the image data 401 is transmitted to the recording apparatus 102 as usual, and the process ends. When the process proceeds to step S605, the line width of the line segment object (frame line data 402) arranged in the image data 401 is confirmed, and the line width (minimum line width) narrower than the minimum recording width at the low resolution image resolution. It is determined whether or not (line width comparison). In the present embodiment, since the minimum recording width of image data having a low resolution (300 dpi) is set to 0.25 pt, it is determined whether the image data is thinner than 0.25 pt. If the line width of the line segment object (frame line data 402) is smaller than 0.25pt from the comparison result (judgment result), the process proceeds to step S606. In other cases, the process proceeds to step S611, and the image data 401 is transmitted to the recording apparatus 102 as usual, and the process ends.

ステップS606に移行した場合は、図5(b)の解像度変換通知画面504を表示する。画面には処理方法の選択肢を表示し、通知画面から画像データ401に対する変換方法が選択されるまで待機する。ユーザによる選択肢の選択が行われると、ステップS607で、表示した画面からどの選択が行われたかを判断する。ここで「線のみきれいに記録」510が選択された場合、ステップS608に移行する。それ以外の場合は、ステップS611へ移行して通常と同様に記録装置102へ画像データ401を送信して処理を終了する。ステップS608に移行した場合、ステップS602で特定した画像データ401中のオブジェクト配置における解像度変換対象データ(0.25pt未満の線分オブジェクト)をフォームデータに変換する。また、対象外データについてはオーバーレイデータとして扱う。   When the process proceeds to step S606, the resolution conversion notification screen 504 of FIG. 5B is displayed. The processing method options are displayed on the screen, and the process waits until a conversion method for the image data 401 is selected from the notification screen. When an option is selected by the user, it is determined in step S607 which selection has been made from the displayed screen. If “Record line only cleanly” 510 is selected, the process proceeds to step S608. In other cases, the process proceeds to step S611, and the image data 401 is transmitted to the recording apparatus 102 as usual, and the process ends. When the process proceeds to step S608, resolution conversion target data (line segment object of less than 0.25 pt) in the object arrangement in the image data 401 specified in step S602 is converted into form data. Further, non-target data is handled as overlay data.

ステップS609で、ステップS608で変換したフォームデータに対して解像度変換を行う。本実施形態では解像度を600dpiへ変更する。その後、ステップS610で、解像度変換を行ったフォームデータと変換対象外のオーバーレイデータとを記録装置102へ送信して処理を終了する。   In step S609, resolution conversion is performed on the form data converted in step S608. In this embodiment, the resolution is changed to 600 dpi. Thereafter, in step S610, the form data subjected to the resolution conversion and the overlay data not to be converted are transmitted to the recording apparatus 102, and the process is terminated.

図7は、記録装置102における記録処理を示したフローチャートである。以下、このフローチャートを用いて本実施形態の記録処理を説明する。記録処理が開始されると、ステップS701で、ホストPC101から送信された記録データを受信する。その後、ステップS702で、受信した記録データがフォームオーバーレイ記録であるか通常記録であるかを判断する。フォームオーバーレイ記録である場合にはステップS703に移行して、フォームオーバーレイ記録でない場合には、ステップS704に移行する。ステップS703に移行した場合には、ホストPC101から送信されたフォームデータとオーバーレイデータとの合成を行う。そして、ステップS704で記録を実行して処理を終了する。   FIG. 7 is a flowchart showing a recording process in the recording apparatus 102. Hereinafter, the recording process of this embodiment will be described with reference to this flowchart. When the recording process is started, the recording data transmitted from the host PC 101 is received in step S701. Thereafter, in step S702, it is determined whether the received recording data is form overlay recording or normal recording. If it is form overlay recording, the process proceeds to step S703. If it is not form overlay recording, the process proceeds to step S704. When the process proceeds to step S703, the form data transmitted from the host PC 101 and the overlay data are combined. In step S704, recording is executed and the process is terminated.

このように、画像データにおける線分オブジェクトの線幅が、指定した線幅どおりに記録可能かどうかを判定して、指定した線幅どおりに記録できない線分オブジェクトがある場合には、そのオブジェクトに対して記録可能な解像度に解像度変換して記録を行う。これによって、線分オブジェクトの線幅が解像度変換によって変更されることを抑制することが可能な画像処理装置および画像処理方法を実現することができた。   In this way, it is determined whether the line width of the line object in the image data can be recorded according to the specified line width, and if there is a line object that cannot be recorded according to the specified line width, On the other hand, recording is performed after converting the resolution to a recordable resolution. Thus, an image processing apparatus and an image processing method capable of suppressing the line width of the line segment object from being changed by resolution conversion can be realized.

(その他の実施形態)
本発明におけるその他の実施形態を説明する。なお基本的な構成は前述した実施形態と同様であるので特徴的な構成についてのみ説明する。
(Other embodiments)
Other embodiments of the present invention will be described. Since the basic configuration is the same as that of the above-described embodiment, only the characteristic configuration will be described.

図8は、本実施形態における解像度変換処理を行う前に通知する解像度変換通知画面である。本実施形態では、変換方法として「きれいに記録」が加えられており、「そのまま記録」、「きれいに記録」、「線のみきれいに記録」の3つから選択することができる。本実施形態の解像度変換通知画面は、解像度変換通知画面801、プレビュー表示802、警告表示部803、解像度変換方法選択部804を備えている。解像度変換方法選択部804において変換方法として「きれいに記録」805が選択された場合は、画像データ全体(枠線データと文字列データの両方)に対して解像度変換を行い、記録装置102と同じ解像度(600dpi)として記録を実行する。   FIG. 8 is a resolution conversion notification screen that is notified before performing the resolution conversion processing in the present embodiment. In this embodiment, “clean recording” is added as a conversion method, and it is possible to select from “recording as it is”, “clean recording”, and “record only lines cleanly”. The resolution conversion notification screen of this embodiment includes a resolution conversion notification screen 801, a preview display 802, a warning display unit 803, and a resolution conversion method selection unit 804. When “clean recording” 805 is selected as the conversion method in the resolution conversion method selection unit 804, resolution conversion is performed on the entire image data (both frame line data and character string data), and the same resolution as that of the recording apparatus 102 is obtained. Recording is performed as (600 dpi).

図9は、本実施形態のホストPC101における送信の処理を示したフローチャートである。以下、このフローチャートを用いて本実施形態のホストPCにおける送信の処理を説明する。なお、ステップS901からステップS905まで、ステップS910からステップS912までは前述の実施形態(図6参照)と同様であるので説明を省略する。   FIG. 9 is a flowchart showing transmission processing in the host PC 101 of this embodiment. Hereinafter, transmission processing in the host PC of this embodiment will be described using this flowchart. Since steps S901 to S905 and steps S910 to S912 are the same as those in the above-described embodiment (see FIG. 6), the description thereof is omitted.

ステップS905からステップS906に移行した場合は、図8の解像度変換通知画面801を表示する。画面には処理方法の選択肢を表示し、通知画面から画像データ802に対する変換方法が選択されるまで待機する。ユーザによる選択肢の選択が行われると、ステップS907で、「線のみきれいに記録」が選択されたか判断する。ここで「線のみきれいに記録」が選択された場合、ステップS910に移行する。それ以外の場合は、ステップS908へ移行する。ステップS908では、「きれいに記録」805が選択されたか判断する。「きれいに記録」805が選択されていれば、ステップS909に移行し、「きれいに記録」805が選択されていなければ、通常と同様に記録装置102へ画像データ802を送信して処理を終了する。ステップS909に移行した場合は、画像データ全体(枠線データおよび文字列データ)を選択された高解像度(600dpi)に変換する。その後、ステップS914で、変換した画像データを記録装置に送信して処理を終了する。   When the process proceeds from step S905 to step S906, the resolution conversion notification screen 801 shown in FIG. 8 is displayed. The screen displays processing method options, and waits until a conversion method for the image data 802 is selected from the notification screen. If an option is selected by the user, it is determined in step S907 whether “Record only lines” is selected. Here, when “record only lines” is selected, the process proceeds to step S910. In cases other than that described here, process flow proceeds to Step S908. In step S908, it is determined whether “clean recording” 805 has been selected. If “clean recording” 805 has been selected, the process proceeds to step S909. If “clean recording” 805 has not been selected, the image data 802 is transmitted to the recording apparatus 102 in the same manner as usual, and the processing ends. When the process proceeds to step S909, the entire image data (frame line data and character string data) is converted to the selected high resolution (600 dpi). Thereafter, in step S914, the converted image data is transmitted to the recording apparatus, and the process is terminated.

なお上記実施形態では、解像度選択表示503にて選択した解像度が記録装置解像度より低い場合に、線分オブジェクトの線幅が0.25pt未満かどうかを判定したが、記録装置解像度が600dpiであると予め想定して、線分オブジェクトの線幅が0.25pt未満の場合に一律600dpiのフォームオーバーレイファイルに変換するようにしても良い。   In the above embodiment, when the resolution selected in the resolution selection display 503 is lower than the recording device resolution, it is determined whether the line width of the line segment object is less than 0.25 pt. However, the recording device resolution is 600 dpi. Assuming in advance, when the line width of the line segment object is less than 0.25 pt, it may be converted into a uniform 600 dpi form overlay file.

また上記実施形態では、ホストPC側で解像度変換を行う例について説明したが、記録装置側で画像データの線幅解析を行い、設定されている解像度で記録した場合に、線分オブジェクトの線幅が太くなってしまう場合に、線分オブジェクトに対して解像度変換を行ってから記録ヘッドに各インク色に対応したインク色データを送信するようにしても良い。   In the above embodiment, an example in which resolution conversion is performed on the host PC side has been described. However, when line width analysis of image data is performed on the recording apparatus side and recording is performed at the set resolution, the line width of the line segment object is determined. In the case where the color becomes thicker, the ink color data corresponding to each ink color may be transmitted to the recording head after resolution conversion is performed on the line segment object.

101 ホストPC
102 記録装置
303 記録ヘッド
401 画像データ
402 枠線データ
101 Host PC
102 Recording Device 303 Recording Head 401 Image Data 402 Frame Line Data

Claims (17)

記録装置で記録する画像データを前記記録装置に送信する画像処理装置であって、
前記画像データを記録するにあたり選択された第1解像度を取得する画像解像度取得手段と、
前記画像データ内に含まれる線分オブジェクトの線幅が所定の線幅未満の場合に前記所定の線幅未満の線分オブジェクトを前記第1解像度よりも高い第2解像度に変換し、前記所定の線幅未満の線分オブジェクト以外を前記第1解像度に変換する解像度変換手段と、
前記解像度変換手段により前記第1解像度に変換された画像データと前記第2解像度に変換された線分オブジェクトとを前記記録装置に送信する送信手段と、
を有することを特徴とする画像処理装置。
An image processing apparatus for transmitting image data to be recorded by a recording apparatus to the recording apparatus,
Image resolution acquisition means for acquiring a first resolution selected in recording the image data;
When the line width of the line segment object included in the image data is less than a predetermined line width, the line segment object having the width less than the predetermined line width is converted to a second resolution higher than the first resolution, Resolution conversion means for converting a non-line-segment object other than a line width to the first resolution;
Transmitting means for transmitting the image data converted to the first resolution by the resolution converting means and the line segment object converted to the second resolution to the recording device;
An image processing apparatus comprising:
前記所定の線幅は、前記第1解像度で描画できる最小線幅であることを特徴とする請求項1に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the predetermined line width is a minimum line width that can be drawn at the first resolution. 前記第2解像度は、前記画像データ内に含まれる線分オブジェクトの線幅を描画することができる解像度であることを特徴する請求項1または請求項2に記載の画像処理装置。   The image processing apparatus according to claim 1, wherein the second resolution is a resolution capable of drawing a line width of a line segment object included in the image data. 前記記録装置で記録可能な第3解像度を取得する記録装置解像度取得手段を更に有し、
前記解像度変換手段は、前記第3解像度が前記第2解像度である場合に、前記所定の線幅未満の線分オブジェクトを前記第2解像度に変換することを特徴とする請求項1ないし請求項3のいずれか1項に記載の画像処理装置。
A recording device resolution acquisition means for acquiring a third resolution recordable by the recording device;
4. The resolution converting unit converts a line segment object having a width less than the predetermined line width to the second resolution when the third resolution is the second resolution. The image processing apparatus according to any one of the above.
前記所定の線幅未満の線分オブジェクトを通知する通知手段と、該線分オブジェクトを前記第2解像度に変換するか否かを選択する選択手段とを更に有し、
前記選択手段により前記所定の線幅未満の線分オブジェクトを前記第2解像度に変更することが選択された場合に、前記解像度変換手段は前記所定の線幅未満の線分オブジェクトを前記第2解像度に変換することを特徴とする請求項1ないし請求項4のいずれか1項に記載の画像処理装置。
Notification means for notifying the line segment object less than the predetermined line width, and selection means for selecting whether to convert the line segment object to the second resolution,
When it is selected by the selection means that the line segment object having the line width less than the predetermined line width is changed to the second resolution, the resolution converting means converts the line object having the line width less than the predetermined line width to the second resolution. The image processing apparatus according to claim 1, wherein the image processing apparatus is converted into an image processing apparatus.
前記解像度変換手段は、前記第2解像度に変換した線分オブジェクトをフォームオーバーレイ記録のフォームデータに変換し、前記第1解像度に変換した画像データをオーバーレイデータに変換することを特徴とする請求項1ないし請求項5のいずれか1項に記載の画像処理装置。   The resolution conversion unit converts the line segment object converted to the second resolution into form data for form overlay recording, and converts the image data converted to the first resolution into overlay data. The image processing apparatus according to claim 5. 記録装置で記録する画像データを前記記録装置に送信する画像処理装置であって、
前記画像データを記録するにあたり選択された第1解像度を取得する画像解像度取得手段と、
前記画像データ内に含まれる線分オブジェクトの線幅が所定の線幅未満の場合に前記画像データを前記第1解像度よりも高い第2解像度に変換し、前記画像データ内に含まれる線分オブジェクトの線幅が前記所定の線幅以上の場合に前記画像データを前記第1解像度に変換する解像度変換手段と、
前記解像度変換手段により変換された画像データを前記記録装置に送信する送信手段と、を有することを特徴とする画像処理装置。
An image processing apparatus for transmitting image data to be recorded by a recording apparatus to the recording apparatus,
Image resolution acquisition means for acquiring a first resolution selected in recording the image data;
When the line width of a line segment object included in the image data is less than a predetermined line width, the image data is converted to a second resolution higher than the first resolution, and the line segment object included in the image data Resolution conversion means for converting the image data to the first resolution when the line width is equal to or greater than the predetermined line width;
An image processing apparatus comprising: transmission means for transmitting the image data converted by the resolution conversion means to the recording apparatus.
前記所定の線幅は、前記第1解像度で描画できる最小線幅であることを特徴とする請求項7に記載の画像処理装置。   The image processing apparatus according to claim 7, wherein the predetermined line width is a minimum line width that can be drawn with the first resolution. 前記第2解像度は、前記画像データ内に含まれる線分オブジェクトの線幅を描画することができる解像度であることを特徴する請求項7または請求項8に記載の画像処理装置。   The image processing apparatus according to claim 7, wherein the second resolution is a resolution capable of drawing a line width of a line segment object included in the image data. 前記記録装置で記録可能な第3解像度を取得する記録装置解像度取得手段を更に有し、
前記解像度変換手段は、前記第3解像度が前記第2解像度である場合に、前記画像データを前記第2解像度に変換することを特徴とする請求項7ないし請求項9のいずれか1項に記載の画像処理装置。
A recording device resolution acquisition means for acquiring a third resolution recordable by the recording device;
10. The method according to claim 7, wherein the resolution conversion unit converts the image data to the second resolution when the third resolution is the second resolution. 11. Image processing apparatus.
前記所定の線幅未満の線分オブジェクトを通知する通知手段と、前記画像データを前記第2解像度に変換するか否かを選択する選択手段とを更に有し、
前記選択手段により前記画像データを前記第2解像度に変更することが選択された場合に、前記解像度変換手段は前記画像データを前記第2解像度に変換することを特徴とする請求項7ないし請求項10のいずれか1項に記載の画像処理装置。
A notification means for notifying the line segment object less than the predetermined line width; and a selection means for selecting whether to convert the image data to the second resolution,
8. The resolution conversion unit converts the image data to the second resolution when the selection unit selects to change the image data to the second resolution. The image processing apparatus according to any one of 10.
前記所定の線幅未満の線分オブジェクトを通知する通知手段と、前記画像データを前記第2解像度に変換するか、前記所定の線幅未満の線分オブジェクトのみを前記第2解像度に変換するかを選択する選択手段とを更に有し、
前記選択手段により前記画像データを前記第2解像度に変更することが選択された場合に、前記解像度変換手段は前記画像データを前記第2解像度に変換し、前記選択手段により前記所定の線幅未満の線分オブジェクトのみを前記第2解像度に変換することが選択された場合に、前記解像度変換手段は前記所定の線幅未満の線分オブジェクトのみを前記第2解像度に変換し、前記所定の線幅未満の線分オブジェクト以外の画像データを前記第1解像度に変換することを特徴とする請求項7ないし請求項10のいずれか1項に記載の画像処理装置。
Notification means for notifying the line segment object less than the predetermined line width, and whether to convert the image data to the second resolution, or to convert only the line segment object less than the predetermined line width to the second resolution And selecting means for selecting
When the selection means selects to change the image data to the second resolution, the resolution conversion means converts the image data to the second resolution, and the selection means less than the predetermined line width. When it is selected to convert only the line object of the predetermined line width to the second resolution, the resolution converting unit converts only the line segment object having a width less than the predetermined line width to the second resolution, and the predetermined line. 11. The image processing apparatus according to claim 7, wherein image data other than a line segment object having a width less than that is converted into the first resolution. 11.
前記解像度変換手段は、前記選択手段により前記所定の線幅未満の線分オブジェクトのみを前記第2解像度に変換することが選択された場合に、前記第2解像度に変換した線分オブジェクトをフォームオーバーレイ記録のフォームデータに変換し、前記第1解像度に変換した画像データをオーバーレイデータに変換することを特徴とする請求項12に記載の画像処理装置。   The resolution conversion unit converts the line segment object converted to the second resolution into a form overlay when the selection unit selects to convert only the line segment object less than the predetermined line width to the second resolution. The image processing apparatus according to claim 12, wherein the image data is converted into recording form data, and the image data converted into the first resolution is converted into overlay data. 記録装置で記録する画像データを処理する画像処理方法であって、
前記画像データを記録するにあたり選択された第1解像度を取得する画像解像度取得工程と、
前記画像データ内に含まれる線分オブジェクトの線幅が所定の線幅未満の場合に前記所定の線幅未満の線分オブジェクトを前記第1解像度よりも高い第2解像度に変換し、前記所定の線幅未満の線分オブジェクト以外を前記第1解像度に変換する解像度変換工程と、
を有することを特徴とする画像処理方法。
An image processing method for processing image data to be recorded by a recording apparatus,
An image resolution acquisition step of acquiring a first resolution selected in recording the image data;
When the line width of the line segment object included in the image data is less than a predetermined line width, the line segment object having the width less than the predetermined line width is converted to a second resolution higher than the first resolution, A resolution conversion step of converting a line segment object other than a line width object to the first resolution;
An image processing method comprising:
記録装置で記録する画像データを処理する画像処理方法であって、
前記画像データを記録するにあたり選択された第1解像度を取得する画像解像度取得工程と、
前記画像データ内に含まれる線分オブジェクトの線幅が所定の線幅未満の場合に前記画像データを前記第1解像度よりも高い第2解像度に変換し、前記画像データ内に含まれる線分オブジェクトの線幅が前記所定の線幅以上の場合に前記画像データを前記第1解像度に変換する解像度変換工程と、
を有することを特徴とする画像処理方法。
An image processing method for processing image data to be recorded by a recording apparatus,
An image resolution acquisition step of acquiring a first resolution selected in recording the image data;
When the line width of a line segment object included in the image data is less than a predetermined line width, the image data is converted to a second resolution higher than the first resolution, and the line segment object included in the image data A resolution conversion step of converting the image data to the first resolution when the line width of the image data is equal to or greater than the predetermined line width;
An image processing method comprising:
記録媒体に記録を行う記録装置と、前記記録装置で記録する画像データを前記記録装置に送信する画像処理装置と、を備えた記録システムにおいて、
前記画像処理装置は、
前記画像データを記録するにあたり選択された第1解像度を取得する画像解像度取得手段と、
前記画像データ内に含まれる線分オブジェクトの線幅が所定の線幅未満の場合に前記所定の線幅未満の線分オブジェクトを前記第1解像度よりも高い第2解像度に変換し、前記所定の線幅未満の線分オブジェクト以外を前記第1解像度に変換する解像度変換手段と、
前記解像度変換手段により前記第1解像度に変換された画像データと前記第2解像度に変換された線分オブジェクトとを前記記録装置に送信する送信手段と、
を有することを特徴とする記録システム。
In a recording system comprising: a recording apparatus that performs recording on a recording medium; and an image processing apparatus that transmits image data to be recorded by the recording apparatus to the recording apparatus.
The image processing apparatus includes:
Image resolution acquisition means for acquiring a first resolution selected in recording the image data;
When the line width of the line segment object included in the image data is less than a predetermined line width, the line segment object having the width less than the predetermined line width is converted to a second resolution higher than the first resolution, Resolution conversion means for converting a non-line-segment object other than a line width to the first resolution;
Transmitting means for transmitting the image data converted to the first resolution by the resolution converting means and the line segment object converted to the second resolution to the recording device;
A recording system comprising:
記録媒体に記録を行う記録手段と、前記記録手段で記録する画像データを前記記録手段に送信する送信手段と、を備えた記録装置において、
前記画像データを記録するにあたり選択された第1解像度を取得する画像解像度取得手段と、
前記画像データ内に含まれる線分オブジェクトの線幅が所定の線幅未満の場合に前記所定の線幅未満の線分オブジェクトを前記第1解像度よりも高い第2解像度に変換し、前記所定の線幅未満の線分オブジェクト以外を前記第1解像度に変換する解像度変換手段と、
を備え、
前記送信手段は、前記解像度変換手段により前記第1解像度に変換された画像データと前記第2解像度に変換された線分オブジェクトとを前記記録手段に送信することを特徴とする記録装置。
In a recording apparatus comprising: a recording unit that performs recording on a recording medium; and a transmission unit that transmits image data recorded by the recording unit to the recording unit.
Image resolution acquisition means for acquiring a first resolution selected in recording the image data;
When the line width of the line segment object included in the image data is less than a predetermined line width, the line segment object having the width less than the predetermined line width is converted to a second resolution higher than the first resolution, Resolution conversion means for converting a non-line-segment object other than a line width to the first resolution;
With
The recording apparatus transmits the image data converted to the first resolution by the resolution conversion means and the line segment object converted to the second resolution to the recording means.
JP2018078610A 2018-04-16 2018-04-16 Image processing apparatus, image processing method, recording system, and recording apparatus Pending JP2019186856A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018078610A JP2019186856A (en) 2018-04-16 2018-04-16 Image processing apparatus, image processing method, recording system, and recording apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018078610A JP2019186856A (en) 2018-04-16 2018-04-16 Image processing apparatus, image processing method, recording system, and recording apparatus

Publications (1)

Publication Number Publication Date
JP2019186856A true JP2019186856A (en) 2019-10-24

Family

ID=68337771

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018078610A Pending JP2019186856A (en) 2018-04-16 2018-04-16 Image processing apparatus, image processing method, recording system, and recording apparatus

Country Status (1)

Country Link
JP (1) JP2019186856A (en)

Similar Documents

Publication Publication Date Title
JP5728948B2 (en) RECORDING SYSTEM, RECORDING SYSTEM CONTROL METHOD, RECORDING CONTROL DEVICE, AND PROGRAM
JP2009233883A (en) Printer, printing controller and printing method
US7148977B2 (en) Consumable availability with print preview
JP2014079952A (en) Recorder and recording control method
JP5157850B2 (en) Image forming apparatus
JP2012071532A (en) Bar code printing control device
US11131952B2 (en) Print control apparatus, printer, display apparatus, and print system for managing a print job based upon a completion condition
JP4187016B2 (en) Image generation system, image data generation apparatus, printing apparatus, and image data generation program
JP2019186856A (en) Image processing apparatus, image processing method, recording system, and recording apparatus
JP2005032258A (en) Printing method and printer using non-uniform resolution per raster
US9106862B2 (en) Print control device, inkjet recording apparatus, print control method, and printing system
US10384444B2 (en) Recording apparatus and recording method
JP2005212246A (en) Execution of color conversion processing according to environmental conditions
JP2006231735A (en) Image processor, image processing method, control program, and recorder
JP2005267485A (en) Image forming system
JP7222266B2 (en) Information processing apparatus, image forming apparatus, image processing system, and image processing method
JP2005028879A (en) Printing method and apparatus employing non-uniform number of passes per raster
JP2009233897A (en) Image processor, image processing method and image processing program
JP2007125843A (en) Recording system
US10538107B2 (en) Printing apparatus, printing method, and printing system
US20200338910A1 (en) Method, system, and apparatus
JP5744825B2 (en) Recording system, recording apparatus, image processing apparatus, and recording control method
JP2010188649A (en) Image forming apparatus
JP2017024366A (en) Printer and printing method
JP2017124559A (en) Printer and printing mode selection method