JP4174454B2 - Image processing device - Google Patents
Image processing device Download PDFInfo
- Publication number
- JP4174454B2 JP4174454B2 JP2004159962A JP2004159962A JP4174454B2 JP 4174454 B2 JP4174454 B2 JP 4174454B2 JP 2004159962 A JP2004159962 A JP 2004159962A JP 2004159962 A JP2004159962 A JP 2004159962A JP 4174454 B2 JP4174454 B2 JP 4174454B2
- Authority
- JP
- Japan
- Prior art keywords
- decimal value
- data
- processing
- rounding
- rotation
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Landscapes
- Dot-Matrix Printers And Others (AREA)
- Editing Of Facsimile Originals (AREA)
Description
本発明は、画像出力制御装置から転送される入力データによって画像出力装置で記録媒体に画像を描画して出力する画像処理システムの画像処理装置に関する。 The present invention relates to an image processing apparatus of an image processing system that draws and outputs an image on a recording medium by an image output apparatus using input data transferred from the image output control apparatus.
図3は、ページ記述言語により入力された実数座標系の矩形データをプリンタ等の画像出力装置のフレームメモリに描画する場合に、実数座標系から整数座標系に変換した場合の領域の変化を示したものである。
図3(a)は回転をしない場合の矩形データの領域である。実数座標系で入力される矩形データの領域指定が横5.5×縦3.5であった場合には、小数点以下の値を、切り上げるか、切り下げるか、もしくは四捨五入するなどにより、まず整数座標の値に変換する必要がある。通常では、画像データの回転や座標位置の縦横の方向に関わらず常に同じ変換方法である。図3は、小数点以下の値は全て切り捨ての変換方法である。このように、常に同じ変換方法にしたときには、画像データが回転した場合に問題が発生する。
例えば、小数点以下の値を全て切り捨てる変換方法である図3の場合、(a)のような、横5.5×縦3.5の実数座標で指定される矩形データの領域は、整数座標に変換する場合に小数点以下の値は全て切り捨てとなり、変換後の矩形データの領域は横5×縦3となる。この場合、画像データが回転した場合でも、矩形データの領域は5×3もしくは3×5にならなければならないが、実際には期待通りの結果にはならない。
図3(b)は、同図(a)で指定された実数座標系の矩形データを右90度回転し、その後に整数座標への変換を行った場合の矩形データの領域である。回転前には右下の位置に小数点以下の座標領域があったが、回転により小数点以下の座標領域は左下の位置に移動している。この位置の移動により左側に移動した小数点領域は、小数点以下の切り捨ての変換方法により領域が拡大することになる。結果的に、右90度回転後の矩形データは横4×縦5となる。
本来ならば、回転しない場合における整数座標変換後の矩形データの領域は横5×縦3なので、右90度回転した場合には横3×縦5にならなければならない。しかし、実際には横4×縦5となるので、回転しない場合と右90度回転した場合で同じ矩形データの描画が異なることになる。
FIG. 3 shows a change in the area when the real coordinate system rectangular data input by the page description language is drawn in the frame memory of an image output device such as a printer and converted from the real coordinate system to the integer coordinate system. It is a thing.
FIG. 3A shows an area of rectangular data when no rotation is performed. If the rectangular data input in the real number coordinate system is 5.5 x 3.5 (horizontal), the integer coordinates are first calculated by rounding up, rounding down, or rounding off the value after the decimal point. Need to be converted to Normally, the conversion method is always the same regardless of the rotation of the image data and the vertical and horizontal directions of the coordinate position. FIG. 3 shows a conversion method in which all values after the decimal point are rounded down. Thus, when the same conversion method is always used, a problem occurs when the image data is rotated.
For example, in the case of FIG. 3 which is a conversion method in which all values after the decimal point are rounded down, the rectangular data area designated by the real number coordinate of 5.5 × 3.5 in the horizontal direction as shown in FIG. In the case of conversion, all values after the decimal point are rounded down, and the converted rectangular data area is 5 × 3 in length. In this case, even when the image data is rotated, the rectangular data area must be 5 × 3 or 3 × 5. However, in reality, the result is not as expected.
FIG. 3B shows an area of rectangular data when the rectangular data in the real number coordinate system specified in FIG. 3A is rotated 90 degrees to the right and then converted to integer coordinates. Before the rotation, there was a coordinate area below the decimal point in the lower right position, but the coordinate area below the decimal point has moved to the lower left position due to the rotation. The decimal point area moved to the left side by this movement of the position is enlarged by the conversion method of rounding down after the decimal point. As a result, the rectangular data after being rotated 90 degrees to the right is 4 × 5 in width.
Originally, the area of the rectangular data after the integer coordinate conversion in the case of not rotating is 5 × 3 in the horizontal direction, so if it is rotated 90 degrees to the right, it must be 3 × 5 in the horizontal direction. However, since the width is actually 4 × 5, drawing of the same rectangular data is different between the case of not rotating and the case of rotating 90 degrees to the right.
図3(c)は、同図(a)で指定された実数座標系の矩形データを左90度回転し、その後に整数座標への変換を行った場合の矩形データの領域である。回転前には右下の位置に小数点以下の座標領域があったが、回転により小数点以下の座標領域は右上の位置に移動している。この位置の移動により上側に移動した小数点領域は、小数点以下の切り捨ての変換方法により領域が拡大することになる。結果的に、左90度回転後の矩形データは横3×縦6となる。
本来ならば、回転しない場合における整数座標変換後の矩形データの領域は横5×縦3なので、左90度回転した場合には横3×縦5にならなければならない。しかし、実際には横3×縦6となるので、回転しない場合と左90度回転した場合で同じ矩形データの描画が異なることになる。
図3(d)は、同図(a)で指定された実数座標系の矩形データを180度回転し、その後に整数座標への変換を行った場合の矩形データの領域である。回転前には右下の位置に小数点以下の座標領域があったが、回転により小数点以下の座標領域は左上の位置に移動している。この位置の移動により左上側に移動した小数点領域は、小数点以下の切り捨ての変換方法により領域が拡大することになる。結果的に、180度回転後の矩形データは横6×縦4となる。
本来ならば、回転しない場合の整数座標変換後の矩形データの領域は横5×縦3なので、180度回転した場合には横3×縦5にならなければならない。しかし、実際には横6×縦4となるので、回転しない場合と180度回転した場合で同じ矩形データの描画が異なることになる。
例えば、特許文献1では、画像を90°または90°のK倍迅速に回転させる方法及び装置が提供されている。
Originally, the area of the rectangular data after the integer coordinate conversion in the case of not rotating is horizontal 5 × vertical 3, so when rotated 90 degrees to the left, it must be horizontal 3 × vertical 5. However, since it actually becomes horizontal 3 × vertical 6, drawing of the same rectangular data is different when it is not rotated and when it is rotated 90 degrees to the left.
FIG. 3D shows an area of rectangular data when the rectangular data in the real number coordinate system specified in FIG. 3A is rotated 180 degrees and then converted to integer coordinates. Before the rotation, there was a coordinate area below the decimal point in the lower right position, but the coordinate area below the decimal point has moved to the upper left position due to the rotation. The decimal point area moved to the upper left side by the movement of this position is enlarged by the conversion method of rounding down after the decimal point. As a result, the rectangular data after 180 ° rotation is 6 × 4 in width.
Originally, the area of the rectangular data after the integer coordinate conversion in the case of not rotating is horizontal 5 × vertical 3, so when rotated 180 degrees, it must be horizontal 3 × vertical 5. However, since the width is actually 6 × 4, drawing of the same rectangular data is different between the case of not rotating and the case of rotating 180 degrees.
For example,
上述したように、同じ画像データにも関わらず、回転した場合と回転しない場合で描画結果が異なる問題が発生することになる。この問題を解決する方法として、整数変換後に回転処理を行うという方法が挙げられるが、整数変換されラスターデータ化されたデータは、実数座標のベクターデータと比較して、データ量が膨大となるので、その後に続く回転処理の時間が多くなり性能が劣化するという問題が発生する。
本発明は、画像処理効率を高めつつ、同じ画像データから同じ描画結果が得られる画像処理装置を提供することを目的とする。
As described above, despite the same image data, there arises a problem that the drawing result differs depending on whether the image is rotated or not. As a method for solving this problem, there is a method of performing rotation processing after integer conversion, but the data amount converted to raster data after integer conversion is enormous in comparison with vector data of real number coordinates. Then, there is a problem that the time for the subsequent rotation process increases and the performance deteriorates.
It is an object of the present invention to provide an image processing apparatus that can obtain the same drawing result from the same image data while improving the image processing efficiency.
上記目的を達成するために、請求項1記載の発明は、ベクタ形式のベクタ矩形データをラスタ形式のラスタ矩形データに変換する画像処理装置において、少なくとも一辺の長さが小数値を含む値であるベクタ矩形データをラスタ矩形データに変換する際に、該小数値を切り捨てる処理を行う小数値処理手段と、前記少なくとも一辺の長さが小数値を含む値であるベクタ矩形データに回転処理が行われた場合、該ベクタ矩形データの回転角度に応じて、該小数値を切り捨てる処理から切り上げる処理に切り替える切替手段とを具備することを特徴とする。
請求項2記載の発明は、請求項1に記載の画像処理装置において、前記切替手段が、右90度の回転処理が行われたベクタ矩形データの縦方向における一辺の長さが小数値を含む場合、該小数値を切り捨てる処理から切り上げる処理に切り替えることを特徴とする。
請求項3記載の発明は、請求項1に記載の画像処理装置において、前記切替手段が、左90度の回転処理が行われたベクタ矩形データの横方向における一辺の長さが小数値を含む場合、該小数値を切り捨てる処理から切り上げる処理に切り替えることを特徴とする。
請求項4記載の発明は、請求項1に記載の画像処理装置において、前記切替手段が、180度の回転処理が行われたベクタ矩形データの縦方向における一辺の長さが小数値を含む場合、該小数値を切り捨てる処理から切り上げる処理に切り替え、180度の回転処理が行われたベクタ矩形データの横方向における一辺の長さが小数値を含む場合、該小数値を切り捨てる処理から切り上げる処理に切り替えることを特徴とする。
In order to achieve the above object, according to the first aspect of the present invention, in the image processing apparatus for converting vector-format vector rectangular data into raster-format raster rectangular data, at least one side is a value including a decimal value. When converting vector rectangular data to raster rectangular data, a decimal value processing means for performing processing of truncating the decimal value, and rotation processing is performed on the vector rectangular data whose length of at least one side includes a decimal value. A switching means for switching from the process of rounding down the decimal value to the process of rounding up according to the rotation angle of the vector rectangular data .
According to a second aspect of the invention, the image processing apparatus according to
According to a third aspect of the present invention, in the image processing apparatus according to the first aspect, the length of one side in the horizontal direction of the vector rectangular data subjected to the left 90 degree rotation processing includes a decimal value. In this case, the process is switched from the process of rounding down the decimal value to the process of rounding up .
According to a fourth aspect of the present invention, in the image processing apparatus according to the first aspect, when the switching unit includes a fractional length of one side in the vertical direction of the vector rectangular data subjected to the 180 degree rotation process. If the length of one side in the horizontal direction of the vector rectangular data subjected to the 180 degree rotation process includes a decimal value, the process is changed from the process of rounding down the decimal value to the process of rounding up. It is characterized by switching .
本発明によれば、入力データを画像出力装置に画像データとして出力する際に、画像データの回転処理が必要な場合は、画像データの回転方向を考慮して、実数座標で指定される前記入力データを整数座標の画像データに変換する変換処理を行うことで、画像データを回転する場合でも、画像データを回転しない場合と同じ出力結果を得ることができる。
また、本発明によれば、ラスターデータに対して回転処理を行う場合と比較した場合でも、処理を高速で行うことができる。
According to the present invention, when the input data is output to the image output device as the image data, if the image data needs to be rotated, the input specified by the real number coordinates in consideration of the rotation direction of the image data. By performing the conversion process for converting the data into image data of integer coordinates, the same output result as when the image data is not rotated can be obtained even when the image data is rotated.
Further, according to the present invention, processing can be performed at high speed even when compared with the case of performing rotation processing on raster data.
以下、図面を参照して、本発明の実施形態を詳細に説明する。
なお、入力データは、文字、グラフィック、イメージを含む基本図形描画命令で構成されるページ記述言語とする。
図1は本発明の画像処理方法を示すフローチャートである。具体的にはページ記述言語により、入力された実数座標系の画像データの回転及び整数座標への変換を行う処理の流れを示したフローチャートである。本実施の形態に係るフローチャートでは、一例として、整数座標へ変換する際、実数座標の小数点以下の値は切り捨てとしている。
まず、画像データが入力された場合、画像データの回転が必要かどうか判定する(S1)。画像データの回転が必要かどうかは、ページ記述言語で指定されるページの用紙サイズや長手方向の情報や、データを出力するプリンタ等の用紙トレイの情報等を使用して決定される。
判定により回転が必要でない場合は、次に指定された画像データの座標に小数点以下の値が在るかどうかを判定する(S2)。小数点以下の値がない場合の整数座標への変換は『整数座標=実数座標』となる(S3)。小数点以下の値がある場合の整数座標への変換は『整数座標=小数点以下の値が切り捨てられた実数座標』となる(S4、S5)。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
Note that the input data is a page description language composed of basic graphic drawing commands including characters, graphics, and images.
FIG. 1 is a flowchart showing an image processing method of the present invention. Specifically, it is a flowchart showing a flow of processing for rotating input image data in a real coordinate system and converting it to integer coordinates in a page description language. In the flowchart according to the present embodiment, as an example, when converting to integer coordinates, values after the decimal point of the real number coordinates are rounded down.
First, when image data is input, it is determined whether the image data needs to be rotated (S1). Whether or not image data needs to be rotated is determined by using information on the paper size and longitudinal direction of a page specified by the page description language, information on a paper tray of a printer or the like that outputs data, and the like.
If rotation is not necessary as a result of the determination, it is determined whether or not there is a value after the decimal point in the coordinates of the next designated image data (S2). Conversion to integer coordinates when there is no value after the decimal point is “integer coordinates = real number coordinates” (S3). Conversion to integer coordinates when there is a value after the decimal point is “integer coordinates = real number coordinates with values after the decimal point truncated” (S4, S5).
次に画像データが回転した場合の処理である。回転処理が必要な場合は、まず指定された実数座標を回転方向に応じて変換する。次に小数点以下の値があるかを判定し(S7)、小数点以下の値がなければ、整数座標への変換は『整数座標=実数座標』となる(S8)。小数点以下の値の指定がある場合には、回転方向に従って次のように整数変換への処理方法を変更する。
回転方向が右90度であった場合には(S9で「Y」)、画像データにおける横方向の座標の整数変換は『整数座標=小数点以下の値が切り捨てられた実数座標』になり(S10)、画像データにおける縦方向の座標の整数変換は『整数座標=小数点以下の値が切り上げられた実数座標』になる(S11)。このように、整数座標への変換の際には、画像データの縦方向の座標と横方向の座標で別々の処理を行うことになる。
回転方向が左90度であった場合(S9で「N」、S12で「Y」)、画像データにおける横方向の座標の整数変換は『整数座標=小数点以下の値が切り上げられた実数座標』になり(S13)、画像データにおける縦方向の座標の整数変換は『整数座標=小数点以下の値が切り捨てられた実数座標』になる(S14)。
回転方向が180度であった場合には(S12で「N」)、画像データにおける横方向の座標の整数変換は『整数座標=小数点以下の値が切り上げられた実数座標』になり(S15)、画像データにおける縦方向の座標の整数変換は『整数座標=小数点以下の値が切り上げられた実数座標』になる(S16)。
実数座標系から整数座標系への変換の際に行われるスキャンライン変換(ベクター座標で指定されたデータを、ラスター座標へ変換する処理)の際のスキャンラインルールがWindows(登録商標)ルール(指定された画像データの右下の座標を含まない)であった場合も、PSルール(指定された画像データの右下の座標を含む)であった場合も、本実施の形態に係る処理を変更する必要はない。
また、スキャンライン変換する前に回転処理を行っているので、スキャンライン変換され膨大になったラスターデータに対し回転処理を行う必要がなくなり、整数座標への変換を行ってから回転処理を行う処理構成と比較して、処理を高速に行うことができる。
また、本処理はハードウェアに依存しない構成なので、本処理の全てをパーソナルコンピュータ等の画像出力制御装置で行うことが可能であり、また、本処理の全てをプリンタ等の画像出力装置で行うことも可能である。更に、本処理の全てを両方に持ち、画像出力制御装置と画像出力装置の性能や状態に応じて処理を配分することも可能である。
Next, it is processing when image data is rotated. When rotation processing is necessary, first, the designated real number coordinates are converted according to the rotation direction. Next, it is determined whether or not there is a value after the decimal point (S7). If there is no value after the decimal point, conversion to integer coordinates is "integer coordinates = real number coordinates" (S8). If a value after the decimal point is specified, the processing method for integer conversion is changed as follows according to the rotation direction.
If the direction of rotation was clockwise 90 degrees ( "Y" in S9), an integer transform in the transverse direction of the coordinate in the image data is "integer coordinates = real coordinates decimal values were truncated" ( S10), an integer transform in the vertical direction of the coordinate in the image data is "integer coordinates = real coordinates fractional values were rounded up" (S11). In this way, when converting to integer coordinates, separate processing is performed on the vertical and horizontal coordinates of the image data.
If the rotation direction was left 90 degrees ( "N" at S9, "Y" in S12), the real coordinate integer transform in the transverse direction of the coordinate in the image data that has been raised off the value of the "integer coordinates = decimal becomes "(S13), an integer transform in the vertical direction of the coordinate in the image data is" integer coordinates = real coordinates decimal values were truncated "(S14).
When the rotation direction is 180 degrees (“N” in S12), the integer conversion of the horizontal coordinate in the image data becomes “integer coordinate = real number coordinate rounded up after decimal point” (S15). The integer conversion of the vertical coordinates in the image data becomes “integer coordinates = real number coordinates rounded up after the decimal point” (S16).
The scan line rule for scan line conversion (processing for converting data specified by vector coordinates to raster coordinates) performed when converting from a real number coordinate system to an integer coordinate system is a Windows (registered trademark) rule (specified) The processing according to the present embodiment is changed both in the case of the image data that does not include the lower right coordinates of the image data and the PS rule (including the coordinates of the lower right of the specified image data). do not have to.
Also, since rotation processing is performed before scanline conversion, there is no need to perform rotation processing on raster data that has been converted to scanline, and processing that performs rotation processing after conversion to integer coordinates. Compared with the configuration, the processing can be performed at high speed.
In addition, since this process does not depend on hardware, all of this process can be performed by an image output control apparatus such as a personal computer, and all of this process can be performed by an image output apparatus such as a printer. Is also possible. Furthermore, it is possible to have all of this processing in both, and to distribute the processing according to the performance and state of the image output control device and the image output device.
本発明の作用効果を図2に基づいて説明する。図2は上記図1で述べた処理方法を使用して、実数座標系の画像データから整数座標系への変換処理を行った場合の領域を示している。
図2(b)に示すように、回転方向が右90度の場合は、画像データにおける横方向の座標の整数変換は『整数座標=小数点以下の値が切り捨てられた実数座標』、画像データにおける縦方向の座標の整数変換は『整数座標=小数点以下の値が切り上げられた実数座標』なので、回転後の矩形データは横3×縦5となる。図2(a)に示す回転しない場合の矩形データは横5×縦3なので、回転しない場合と右90度回転した場合で矩形データの領域は一致することになり、同じ出力結果を得ることができる。
図2(c)に示すように、回転方向が左90度の場合は、画像データにおける横方向の座標の整数変換は『整数座標=小数点以下の値が切り上げられた実数座標』、画像データにおける縦方向の座標の整数変換は『整数座標=小数点以下の値が切り捨てられた実数座標』なので、回転後の矩形データは横3×縦5となる。図2(a)に示す回転しない場合の矩形データは横5×縦3なので、回転しない場合と左90度回転した場合で矩形データの領域は一致することになり、同じ出力結果を得ることができる。
図2(d)に示すように、回転方向が180度の場合は、画像データにおける横方向の座標の整数変換は『整数座標=小数点以下の値が切り上げられた実数座標』、画像データにおける縦方向の座標の整数変換は『整数座標=小数点以下の値が切り上げられた実数座標』なので、回転後の矩形データは横5×縦3となる。図2(a)に示す回転しない場合の矩形データは横5×縦3なので、回転しない場合と180度回転した場合で矩形データの領域は一致することになり、同じ出力結果を得ることができる。
The function and effect of the present invention will be described with reference to FIG. FIG. 2 shows a region when the conversion process from the image data in the real number coordinate system to the integer coordinate system is performed using the processing method described in FIG.
As shown in FIG. 2 (b), if the direction of rotation of the right 90 degrees, integer transform in the transverse direction of the coordinate in the image data is "integer coordinates = real coordinates decimal values were truncated", image data Since "integer coordinates = real coordinate point following values were rounded up" is an integer transform in the vertical direction of the coordinates in the rectangular data after the rotation becomes horizontal 3 × 5 vertical. Since the rectangular data in the case of not rotating shown in FIG. 2A is horizontal 5 × vertical 3, the regions of the rectangular data are the same when not rotated and when rotated 90 degrees to the right, and the same output result can be obtained. it can.
As shown in FIG. 2 (c), if the direction of rotation of the left 90 degrees, integer transform in the transverse direction of the coordinate in the image data is "integer coordinates = real coordinates fractional values were rounded up", the image data Since "integer coordinates = real coordinate point following values were truncated" is an integer transform in the vertical direction of the coordinates in the rectangular data after the rotation becomes horizontal 3 × 5 vertical. Since the rectangular data in the case of not rotating shown in FIG. 2A is horizontal 5 × vertical 3, the regions of the rectangular data match when not rotated and when rotated 90 degrees to the left, and the same output result can be obtained. it can.
As shown in FIG. 2D, when the rotation direction is 180 degrees, the integer conversion of the horizontal coordinate in the image data is “integer coordinate = real number coordinate rounded up after the decimal point”, and the vertical coordinate in the image data. Since the integer conversion of the direction coordinates is “integer coordinates = real number coordinates rounded up after the decimal point”, the rotated rectangular data is 5 × 3 in the horizontal direction. Since the rectangular data in the case of not rotating shown in FIG. 2A is horizontal 5 × vertical 3, the regions of the rectangular data are the same when not rotating and when rotating 180 degrees, and the same output result can be obtained. .
Claims (4)
少なくとも一辺の長さが小数値を含む値であるベクタ矩形データをラスタ矩形データに変換する際に、該小数値を切り捨てる処理を行う小数値処理手段と、
前記少なくとも一辺の長さが小数値を含む値であるベクタ矩形データに回転処理が行われた場合、該ベクタ矩形データの回転角度に応じて、該小数値を切り捨てる処理から切り上げる処理に切り替える切替手段と、
を具備することを特徴とする画像処理装置。 In an image processing apparatus for converting vector-format vector rectangle data into raster-format raster rectangle data,
A decimal value processing means for performing processing of truncating the decimal value when converting vector rectangular data whose length of at least one side includes a decimal value into raster rectangular data;
When the rotation processing is performed on the vector rectangular data in which the length of at least one side includes a decimal value, switching means for switching from the process of rounding off the decimal value to the process of rounding up according to the rotation angle of the vector rectangular data When,
An image processing apparatus comprising:
右90度の回転処理が行われたベクタ矩形データの縦方向における一辺の長さが小数値を含む場合、該小数値を切り捨てる処理から切り上げる処理に切り替えることを特徴とする請求項1記載の画像処理装置。 The switching means is
2. The image according to claim 1, wherein when the length of one side in the vertical direction of the vector rectangular data that has been rotated 90 degrees to the right includes a decimal value, the processing is switched from the process of rounding down the decimal value to the process of rounding up. Processing equipment .
左90度の回転処理が行われたベクタ矩形データの横方向における一辺の長さが小数値を含む場合、該小数値を切り捨てる処理から切り上げる処理に切り替えることを特徴とする請求項1記載の画像処理装置。 The switching means is
2. The image according to claim 1, wherein when the length of one side in the horizontal direction of the vector rectangular data subjected to the left 90 degree rotation processing includes a decimal value, the processing is switched from the process of rounding down the decimal value to the process of rounding up. Processing equipment .
180度の回転処理が行われたベクタ矩形データの縦方向における一辺の長さが小数値を含む場合、該小数値を切り捨てる処理から切り上げる処理に切り替え、
180度の回転処理が行われたベクタ矩形データの横方向における一辺の長さが小数値を含む場合、該小数値を切り捨てる処理から切り上げる処理に切り替えることを特徴とする請求項1記載の画像処理装置。 The switching means is
When the length of one side in the vertical direction of the vector rectangle data subjected to the rotation process of 180 degrees includes a decimal value, switch from the process of rounding down the decimal value to the process of rounding up,
2. The image processing according to claim 1, wherein when the length of one side in the horizontal direction of the vector rectangular data subjected to the rotation process of 180 degrees includes a decimal value, the process is switched from the process of rounding down the decimal value to the process of rounding up. Equipment .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004159962A JP4174454B2 (en) | 2004-05-28 | 2004-05-28 | Image processing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004159962A JP4174454B2 (en) | 2004-05-28 | 2004-05-28 | Image processing device |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005341418A JP2005341418A (en) | 2005-12-08 |
JP4174454B2 true JP4174454B2 (en) | 2008-10-29 |
Family
ID=35494438
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004159962A Expired - Fee Related JP4174454B2 (en) | 2004-05-28 | 2004-05-28 | Image processing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4174454B2 (en) |
-
2004
- 2004-05-28 JP JP2004159962A patent/JP4174454B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2005341418A (en) | 2005-12-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8274667B2 (en) | Image processing apparatus, control method thereof, and storage medium storing a program for converting raster image data into block vector image format | |
US8331731B2 (en) | Image processing method and image processing apparatus | |
US10586381B2 (en) | Image processing apparatus | |
US8212815B2 (en) | Drawing apparatus, drawing program, and drawing method | |
JP2014000753A (en) | Image processing apparatus, image processing method, and program | |
JP4510847B2 (en) | Image processing apparatus and image processing program | |
JP2007026285A (en) | Image processor and image processing program | |
CN117573048A (en) | Automatic document watermark generation method and terminal | |
JP2000011167A (en) | Method and device for interpolating pixel based on gradient | |
JP4174454B2 (en) | Image processing device | |
JP4143613B2 (en) | Drawing method and drawing apparatus | |
JPH05120441A (en) | Vector picture plotting device | |
US10540793B2 (en) | Image processing apparatus, image processing method, and storage medium | |
JP2016115963A (en) | Image processing apparatus, image processing method and program | |
WO2016053233A1 (en) | Generation of images at lower resolution | |
JP2008107970A (en) | Image forming device | |
JPH08237486A (en) | Method for smoothing character in scanner/printer | |
EP2988269B1 (en) | A system and method for scaling and copying graphics | |
JP4125245B2 (en) | Document display method and document display apparatus | |
JP6142701B2 (en) | Image processing apparatus and program | |
JPH0256874B2 (en) | ||
CN117077617A (en) | Method, apparatus, and storage medium for printing dynamic pages and presentations | |
JP2005020325A (en) | Image processor and image processing method | |
JP2020029067A (en) | Drawing processing apparatus, drawing processing method, and program | |
JPH08297739A (en) | Picture processor and method therefor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20061023 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20061107 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20061107 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20080318 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080507 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080704 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20080805 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20080818 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110822 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110822 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120822 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120822 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130822 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |