[go: up one dir, main page]

JPH07182505A - Image rotating device for printing - Google Patents

Image rotating device for printing

Info

Publication number
JPH07182505A
JPH07182505A JP5328923A JP32892393A JPH07182505A JP H07182505 A JPH07182505 A JP H07182505A JP 5328923 A JP5328923 A JP 5328923A JP 32892393 A JP32892393 A JP 32892393A JP H07182505 A JPH07182505 A JP H07182505A
Authority
JP
Japan
Prior art keywords
pixel data
storage
image
storage area
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.)
Withdrawn
Application number
JP5328923A
Other languages
Japanese (ja)
Inventor
Katsuhiro Ito
勝広 伊藤
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.)
Toppan Inc
Original Assignee
Toppan Printing Co Ltd
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 Toppan Printing Co Ltd filed Critical Toppan Printing Co Ltd
Priority to JP5328923A priority Critical patent/JPH07182505A/en
Publication of JPH07182505A publication Critical patent/JPH07182505A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)
  • Image Processing (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

PURPOSE:To provide the image rotating device for printing which can perform the rotating processing of image data for printing at high speed. CONSTITUTION:An external storage device 10 is provided with an area 10a storing the image data of a processing object and an area 10b to store image data after the rotating processing. These storage areas 10a and 10b are respectively set as virtual storage areas. On the other hand, a computer 9 performs the inverse transformation of affine transformation to coordinates corresponding to pixel data inside the storage area 10b and calculates the coordinates of those pixel data before the rotation. Then, the pixel data in the storage area 10a corresponding to those coordinates are read out and those pixel data are stored in the correspondent position of the storage area 10b. The computer performs this processing concerning all the pixel data in the storage area 10b, and the image data after the rotating processing are stored in the storage area 10b.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、印刷用の画像を設定
された角度だけ回転させる印刷用画像回転装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printing image rotating device for rotating a printing image by a set angle.

【0002】[0002]

【従来の技術】ワークステーション(WS)などの小型
コンピュータを用いて、印刷用の画像データを座標変換
し回転させる印刷用画像回転処理が知られている。
2. Description of the Related Art Image rotation processing for printing is known in which a small computer such as a workstation (WS) is used to perform coordinate conversion of image data for printing and rotate the image data.

【0003】図4はこの回転処理の説明図である。この
図において、1はワークステーション等の小型コンピュ
ータであり、1aは主記憶装置を含む制御部である。ま
た、2はハードディスク等の外部記憶装置であり、処理
対象の画像データを記憶する記憶領域2aと、回転処理
後の画像データを記憶する記憶領域2bとを有する。こ
こで、処理対象の印刷用画像は複数の画素からなり、各
々の画素は異なる座標を有する。記憶領域2aには、そ
れらの座標に対応して各画素(画素データ)が記憶され
る。同様に記憶領域2bにも、座標に対応して各画素デ
ータが記憶される。また、画素データの集合を画像デー
タという。
FIG. 4 is an explanatory diagram of this rotation processing. In this figure, 1 is a small computer such as a workstation, and 1a is a control unit including a main storage device. An external storage device 2 such as a hard disk has a storage area 2a for storing image data to be processed and a storage area 2b for storing image data after rotation processing. Here, the print image to be processed is composed of a plurality of pixels, and each pixel has different coordinates. Each pixel (pixel data) is stored in the storage area 2a corresponding to those coordinates. Similarly, each pixel data is stored in the storage area 2b corresponding to the coordinates. A set of pixel data is called image data.

【0004】上記構成において、制御部1aの主記憶装
置の容量は、処理対象となる画像データのデータ量に比
べて小さいため、主記憶装置上で一度に画像全体の回転
処理を行うことはできない。このため、回転処理後に生
成される画像データを主記憶装置で処理できる大きさの
ブロックに分割し、そのブロック毎に回転処理を行う。
このため、記憶領域2bは複数のブロックに分割されて
いる。
In the above structure, since the capacity of the main storage device of the control unit 1a is smaller than the data amount of the image data to be processed, it is not possible to rotate the entire image at once on the main storage device. . Therefore, the image data generated after the rotation process is divided into blocks of a size that can be processed by the main storage device, and the rotation process is performed for each block.
Therefore, the storage area 2b is divided into a plurality of blocks.

【0005】例えば、記憶領域2bのブロック2cが選
択されたとする。このブロックの四隅の画素の座標は、
制御部1aにおいて座標変換され、これに対応する記憶
領域2aのブロック2dが算出される。この算出はアフ
ィン変換(後述)の逆変換により求められる。
For example, assume that the block 2c of the storage area 2b is selected. The coordinates of the pixels at the four corners of this block are
Coordinates are converted in the control unit 1a, and the corresponding block 2d in the storage area 2a is calculated. This calculation is obtained by the inverse transformation of the affine transformation (described later).

【0006】次にこのブロック2dが読み込まれ、回転
処理が行われる。図5は、この回転処理の説明図であ
り、この図において、5は処理対象の画像であり、6は
回転処理後の画像である。この画像の回転(角度θ)に
は、次の式(1)、(2)に示すアフィン変換が用いら
れる。 X=xcosθ−ysinθ ・・・ (1) Y=xsinθ+ycosθ ・・・ (2)
Next, the block 2d is read and a rotation process is performed. FIG. 5 is an explanatory diagram of this rotation processing, in which 5 is an image to be processed and 6 is an image after the rotation processing. The affine transformation shown in the following equations (1) and (2) is used for the rotation (angle θ) of this image. X = xcosθ−ysinθ (1) Y = xsinθ + ycosθ (2)

【0007】このアフィン変換によって、座標(x,
y)の画素は、水平軸に対して反時計方向へ角度θだけ
回転し、座標(X,Y)となる。これによって、処理画
像5(図5)の全ての画素は角度θだけ回転し、処理後
の画像6となる。例えば、処理対象画像5の四隅の画素
の座標A、B、C、Dは、座標A´、B´、C´、D´
へ変換される。また、画像6に対して上述したアフィン
変換の逆変換(角度θ)を行うと画像5が得られる。す
なわち、逆変換によって時計方向に角度θ回転する。実
際の処理は、回転後の各画素に対応する回転前の画素が
アフィン変換の逆変換によって求められる。なぜなら
ば、回転前の領域5からは回転後の領域6の全てを生成
することはできない。すなわち、アフィン変換によって
求まる値を丸めた座標値からでは、回転後の画像に隙間
が生じてしまうからである。
By this affine transformation, coordinates (x,
The pixel of y) is rotated counterclockwise with respect to the horizontal axis by an angle θ and becomes a coordinate (X, Y). As a result, all the pixels of the processed image 5 (FIG. 5) are rotated by the angle θ to become the processed image 6. For example, the coordinates A, B, C, and D of the pixels at the four corners of the processing target image 5 are coordinates A ′, B ′, C ′, and D ′.
Is converted to. Further, when the image 6 is subjected to the inverse transformation (angle θ) of the affine transformation described above, the image 5 is obtained. That is, the angle θ is rotated clockwise by the inverse transformation. In the actual processing, the pixel before rotation corresponding to each pixel after rotation is obtained by the inverse transformation of the affine transformation. This is because it is not possible to generate the entire area 6 after the rotation from the area 5 before the rotation. That is, a gap is generated in the rotated image from the coordinate value obtained by rounding the value obtained by the affine transformation.

【0008】次に、回転処理後の画像1b(図4)を外
部記憶装置2の所定の領域2cへ書き込む。このとき、
出力されるブロックをハードディスク上で回転後の画像
として1つにつなぎ合わせていく位置制御処理が必要に
なる。以上の処理を記憶領域2bの全てのブロックにつ
いて行い、回転処理後の画像データが記憶領域2bに完
成する。
Next, the image 1b after rotation processing (FIG. 4) is written in a predetermined area 2c of the external storage device 2. At this time,
It is necessary to perform a position control process in which the output blocks are combined into one as a rotated image on the hard disk. The above processing is performed for all blocks in the storage area 2b, and the image data after the rotation processing is completed in the storage area 2b.

【0009】以上の回転処理においては、各ブロックを
あてはめる位置を制御するために回転後の画像の大きさ
を求めるアフィン変換を1回、分割された回転後の各ブ
ロックに必要な回転前の画像の領域を求めるアフィン変
換の逆変換をブロック数回だけ、さらに実際の回転画像
を生成するためのアフィン変換の逆変換を「ブロックに
含まれる画素数×ブロック数」回行っている。
In the above rotation processing, the affine transformation for obtaining the size of the image after rotation is performed once in order to control the position where each block is fitted, and the image before rotation necessary for each divided block after rotation is obtained. The inverse transformation of the affine transformation for obtaining the region of is performed a number of times, and the inverse transformation of the affine transformation for generating an actual rotated image is performed "the number of pixels included in the block × the number of blocks" times.

【0010】[0010]

【発明が解決しようとする課題】ところで、上述した従
来の画像回転装置においては、回転処理後の記憶領域2
bを複数のブロックに分割し、そのブロックごとに回転
処理を行わなければならないため、ブロック毎に、アフ
ィン変換の逆変換によって、そのブロック(例えば2
c)に対応する処理前の画像の領域(2d)を算出しな
ければならない。または、各ブロックを最終的に1つの
回転処理後の画像としてつなぎ合わせるための位置情報
を付加して、これも制御しなければならない。これらに
より、印刷用画像の回転処理に長い処理時間要するとい
う問題があった。
By the way, in the above-described conventional image rotation device, the storage area 2 after the rotation processing is performed.
Since b must be divided into a plurality of blocks and rotation processing must be performed for each block, the block (for example, 2
The area (2d) of the unprocessed image corresponding to c) must be calculated. Alternatively, it is necessary to add position information for finally joining each block as an image after one rotation processing and control this also. As a result, there has been a problem that it takes a long processing time to rotate the printing image.

【0011】この発明は、このような背景の下になされ
たもので、画像データの回転処理を高速に行うことがで
きる印刷用画像回転装置を提供することを目的としてい
る。
The present invention has been made under such a background, and an object of the present invention is to provide a printing image rotation device capable of performing rotation processing of image data at high speed.

【0012】[0012]

【課題を解決するための手段】この発明は、複数の画素
からなる印刷用画像を特定角度回転させる印刷用画像回
転装置において、回転前の各画素データを前記画素の座
標に対応する位置に記憶する第1の記憶手段と、前記画
素データの全てを前記特定角度回転させた時に必要とな
る記憶容量を算出する第1の演算手段と、前記第1の演
算手段によって得られた記憶容量を有する第2の記憶手
段と、前記第2の記憶手段の各記憶位置に対応する前記
第1の記憶手段の各画素データを求める第2の演算手段
と、前記第1の記憶手段の各画素データを順次読み出
し、前記第2の演算手段の演算結果から得られる前記第
2の記憶手段の記憶位置に書き込む画素データ転送手段
とを具備することを特徴としている。
According to the present invention, in a printing image rotating apparatus for rotating a printing image composed of a plurality of pixels by a specific angle, each pixel data before rotation is stored at a position corresponding to the coordinates of the pixel. A first storage unit for calculating a storage capacity required when all of the pixel data are rotated by the specific angle; and a storage capacity obtained by the first calculation unit. The second storage means, the second calculation means for obtaining each pixel data of the first storage means corresponding to each storage position of the second storage means, and each pixel data of the first storage means. Pixel data transfer means for sequentially reading and writing to the storage position of the second storage means obtained from the calculation result of the second calculation means.

【0013】[0013]

【作用】上記構成によれば、第1の演算手段が、回転処
理後の画素データを記憶する第2の記憶手段の記憶容量
を決定し、第2の演算手段が、第2の記憶手段の記憶位
置に対応する第1の記憶手段の記憶位置を決定し、画素
データ転送手段がその対応に従って、第1の記憶手段に
記憶された画素データを第2の記憶手段にコピーするた
め、回転処理を簡単化させる共に、その処理回数を低減
することができる。
According to the above structure, the first arithmetic means determines the storage capacity of the second storage means for storing the pixel data after the rotation processing, and the second arithmetic means operates as the second storage means. The rotation position is determined because the storage position of the first storage means corresponding to the storage position is determined and the pixel data transfer means copies the pixel data stored in the first storage means to the second storage means according to the correspondence. Can be simplified and the number of times of processing can be reduced.

【0014】[0014]

【実施例】以下、図面を参照して、この発明の一実施例
について説明する。図1はこの発明の一実施例による印
刷用画像回転装置の構成を示すブロック図である。この
図において、8はディスプレイであり、印刷用画像の表
示を行う。また、10はハードディスクなどの外部記憶
装置であり、画像データなどの記憶を行う。9はワーク
ステーションなどの小型コンピュータであり、その内部
にはCPU9aおよび主記憶装置9bを有する。このコ
ンピュータ9は印刷用画像の回転処理を行うと共に上記
ディスプレイ8および外部記憶装置10の制御を行う。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the arrangement of a printing image rotating apparatus according to an embodiment of the present invention. In this figure, 8 is a display for displaying a print image. An external storage device 10 such as a hard disk stores image data and the like. A small computer 9 such as a workstation has a CPU 9a and a main storage device 9b therein. The computer 9 controls the display 8 and the external storage device 10 while rotating the print image.

【0015】図2および図3はこの回転処理の説明図で
あり、これらの図において、10aは処理対象の画像デ
ータが記憶された領域であり、10bは回転処理後の画
像データが記憶される領域である。これらの記憶領域1
0aおよび10bは、外部記憶装置10の記憶領域の一
部であり、各々仮想記憶領域として設定されている。こ
のため、CPU9aは、主記憶装置9bに対して書込/
読出をするのと同じ方法で、これらの記憶領域10aお
よび10bにアクセスを行うことができる。これによ
り、画素データをまとまったブロックでは無く、1つの
画素データ毎に記憶/読出を行うことができる。また、
同領域10aおよび10bにおける画像データの記憶位
置は、各々の画素データの座標に対応している。
2 and 3 are explanatory views of this rotation processing. In these drawings, 10a is an area in which image data to be processed is stored, and 10b is image data after rotation processing. Area. These storage areas 1
Reference numerals 0a and 10b are parts of the storage area of the external storage device 10, and are set as virtual storage areas. Therefore, the CPU 9a writes / writes to the main memory 9b.
These storage areas 10a and 10b can be accessed in the same manner as reading. As a result, the pixel data can be stored / read out for each pixel data instead of in a block. Also,
The storage positions of the image data in the areas 10a and 10b correspond to the coordinates of each pixel data.

【0016】以上の構成における本実施例の動作を説明
する。まず、コンピュータ9は処理前の画像データ(図
2の符号10a)の四隅の座標E、F、G、Hをアフィ
ン変換によって座標変換し、その変換後の4つの座標
(E´、F´、G´、H´)に接する長方形(図2の符
号10b)を求める。そして、その長方形の面積から回
転処理後の画像データの記憶容量を決定し、その記憶容
量に基づいて外部記憶装置10の記憶領域に、記憶領域
10bを仮想記憶領域として確保する。
The operation of this embodiment having the above configuration will be described. First, the computer 9 transforms the coordinates E, F, G, H of the four corners of the unprocessed image data (reference numeral 10a in FIG. 2) by affine transformation, and the four transformed coordinates (E ′, F ′, A rectangle (reference numeral 10b in FIG. 2) contacting G ', H') is obtained. Then, the storage capacity of the image data after the rotation processing is determined from the area of the rectangle, and the storage area 10b is secured as a virtual storage area in the storage area of the external storage device 10 based on the storage capacity.

【0017】このとき、記憶領域10bが確保できない
場合には、外部記憶装置10の空き領域では、回転後の
画像を生成するのに必要な容量がないことが回転処理前
に判明するため、従来のように、回転処理を実際にブロ
ックごとに行なって行かなければ回転可能か否かが判明
しないというわずらわしさがない。
At this time, if the storage area 10b cannot be secured, it is found before the rotation processing that the free area of the external storage device 10 does not have the capacity necessary to generate the rotated image. As described above, there is no annoyance that it cannot be determined whether or not the rotation is possible unless the rotation process is actually performed for each block.

【0018】次に、コンピュータ9は記憶領域10bに
対応する各画素の座標に対して、アフィン変換の逆変換
を行う。これにより、記憶領域10bに対応する各画素
の回転処理前の座標が求められる。例えば、記憶領域1
0bに記憶される画素10c(図3)の座標は記憶領域
10aに記憶される画素10dの座標に変換される。
Next, the computer 9 performs the inverse affine transformation on the coordinates of each pixel corresponding to the storage area 10b. As a result, the coordinates of each pixel corresponding to the storage area 10b before the rotation processing are obtained. For example, storage area 1
The coordinates of the pixel 10c (FIG. 3) stored in 0b are converted into the coordinates of the pixel 10d stored in the storage area 10a.

【0019】コンピュータ9は、この変換された座標に
対応する画素データを記憶領域10aから読み出し、記
憶領域10bの対応する位置へ書き込む。
The computer 9 reads out the pixel data corresponding to the converted coordinates from the storage area 10a and writes the pixel data in the corresponding position of the storage area 10b.

【0020】以上のアフィン変換の逆変換および画素デ
ータの転送を、記憶領域10b内の全ての画素について
行い、最終的に回転処理後の画像データが記憶領域10
bに完成する。そして、コンピュータ9は、この画像デ
ータをディスプレイ8に表示させる。
The inverse conversion of the affine transformation and the transfer of the pixel data are performed for all the pixels in the storage area 10b, and finally the image data after the rotation processing is stored in the storage area 10b.
Completed in b. Then, the computer 9 displays the image data on the display 8.

【0021】以上の画像回転処理においては、アフィン
変換を1回、その逆変換を回転後の画像の画素数回だけ
行えばよく、従来の回転処理に比べ変換処理回数が削減
されている。
In the above image rotation processing, the affine transformation may be performed once and the inverse transformation may be performed only for the number of pixels of the rotated image, and the number of transformation processing is reduced as compared with the conventional rotation processing.

【0022】なお、以上説明した一実施例においては外
部記憶装置としてハードディスクを用いたが、磁気テー
プ、光磁気ディスク(MO)などの記憶装置を用いても
よい。
Although the hard disk is used as the external storage device in the embodiment described above, a storage device such as a magnetic tape or a magneto-optical disk (MO) may be used.

【0023】また、同実施例においては小型コンピュー
タとしてワークステーションを用いたが、パーソナルコ
ンピュータなどを用いてもよい。
Although a workstation is used as the small computer in the embodiment, a personal computer or the like may be used.

【0024】[0024]

【発明の効果】以上説明したように、この発明によれ
ば、画像回転処理で行う画素データの座標変換処理の回
数が低減され、回転処理に要する時間を短縮できるとい
う効果が得られる。
As described above, according to the present invention, it is possible to reduce the number of times of the coordinate conversion processing of pixel data performed in the image rotation processing, and to shorten the time required for the rotation processing.

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

【図1】この発明の一実施例による印刷用画像回転装置
の構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a printing image rotation device according to an embodiment of the present invention.

【図2】図1の印刷用画像回転装置が行う回転処理の説
明図(1)である。
FIG. 2 is an explanatory diagram (1) of a rotation process performed by the printing image rotation device in FIG.

【図3】図1の印刷用画像回転装置が行う回転処理の説
明図(2)である。
FIG. 3 is an explanatory diagram (2) of a rotation process performed by the printing image rotation device of FIG. 1.

【図4】従来の印刷用画像回転装置が行う回転処理の説
明図(1)である。
FIG. 4 is an explanatory diagram (1) of a rotation process performed by a conventional printing image rotation device.

【図5】従来の印刷用画像回転装置が行う回転処理の説
明図(2)である。
FIG. 5 is an explanatory diagram (2) of a rotation process performed by a conventional printing image rotation device.

【符号の説明】 8 ディスプレイ 9 小型コンピュータ 10 外部記憶装置 10a 処理前の画像データの記憶領域 10b 処理後の画像データの記憶領域[Explanation of Codes] 8 Display 9 Small Computer 10 External Storage Device 10a Storage Area for Image Data Before Processing 10b Storage Area for Image Data After Processing

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数の画素からなる印刷用画像を特定角
度回転させる印刷用画像回転装置において、 回転前の各画素データを前記画素の座標に対応する位置
に記憶する第1の記憶手段と、 前記画素データの全てを前記特定角度回転させた時に必
要となる記憶容量を算出する第1の演算手段と、 前記第1の演算手段によって得られた記憶容量を有する
第2の記憶手段と、 前記第2の記憶手段の各記憶位置に対応する前記第1の
記憶手段の各画素データを求める第2の演算手段と、 前記第1の記憶手段の各画素データを順次読み出し、前
記第2の演算手段の演算結果から得られる前記第2の記
憶手段の記憶位置に書き込む画素データ転送手段と、 を具備することを特徴とする印刷用画像回転装置。
1. A printing image rotating device for rotating a printing image composed of a plurality of pixels by a specific angle, comprising: first storage means for storing each pixel data before rotation at a position corresponding to the coordinates of the pixel. First computing means for computing a memory capacity required when all of the pixel data are rotated by the specific angle; second memory means having a memory capacity obtained by the first computing means; Second arithmetic means for obtaining each pixel data of the first storage means corresponding to each storage position of the second storage means, and each pixel data of the first storage means are sequentially read out to perform the second arithmetic operation. And a pixel data transfer unit for writing to a storage position of the second storage unit obtained from a calculation result of the unit, the printing image rotating device.
JP5328923A 1993-12-24 1993-12-24 Image rotating device for printing Withdrawn JPH07182505A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5328923A JPH07182505A (en) 1993-12-24 1993-12-24 Image rotating device for printing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5328923A JPH07182505A (en) 1993-12-24 1993-12-24 Image rotating device for printing

Publications (1)

Publication Number Publication Date
JPH07182505A true JPH07182505A (en) 1995-07-21

Family

ID=18215609

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5328923A Withdrawn JPH07182505A (en) 1993-12-24 1993-12-24 Image rotating device for printing

Country Status (1)

Country Link
JP (1) JPH07182505A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001119560A (en) * 1999-10-20 2001-04-27 Copyer Co Ltd Image forming device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001119560A (en) * 1999-10-20 2001-04-27 Copyer Co Ltd Image forming device

Similar Documents

Publication Publication Date Title
US5649082A (en) Efficient method and apparatus for determining texture coordinates for lines and polygons
JPH0771936A (en) Device and method for processing image
JPS6327983A (en) Rotating graphic form generating device
JPH07182505A (en) Image rotating device for printing
US4829292A (en) Method for displaying box cursors
JP3154741B2 (en) Image processing apparatus and system
JPS59224892A (en) Image data rotation/movement control method
JPS6217236B2 (en)
JPH06149533A (en) High-speed segment drawing method that reduces drawing processing of segments outside the display area
US6489967B1 (en) Image formation apparatus and image formation method
JP3553249B2 (en) Image generating apparatus and image generating method
JPH0785266A (en) Image rotating device
JPS62187884A (en) Rotating image display device
JP3468580B2 (en) Data curve drawing device
JPH0442709B2 (en)
JP3011833B2 (en) Image conversion processing method
JPS60246484A (en) Digital picture processor
JP2000029788A (en) Cache memory system, cache control method used therefor and recording medium control program therefor recorded therein
JP2761220B2 (en) 3D graphic display system
JPS61151783A (en) Method and device for affine transformation processing of picture
JPH0228891A (en) Graphic rotation processor
JPS63116193A (en) Affine transformation system for image
JPH07146932A (en) Image display device
JPS62243080A (en) Graphic processor
JP2000148114A (en) Image creating device and method

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20010306