JP3093228B2 - Image processing apparatus and method - Google Patents

Image processing apparatus and method

Info

Publication number
JP3093228B2
JP3093228B2 JP02019747A JP1974790A JP3093228B2 JP 3093228 B2 JP3093228 B2 JP 3093228B2 JP 02019747 A JP02019747 A JP 02019747A JP 1974790 A JP1974790 A JP 1974790A JP 3093228 B2 JP3093228 B2 JP 3093228B2
Authority
JP
Japan
Prior art keywords
position information
input
display
stored
image
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
Application number
JP02019747A
Other languages
Japanese (ja)
Other versions
JPH03224066A (en
Inventor
宇文 沢木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP02019747A priority Critical patent/JP3093228B2/en
Publication of JPH03224066A publication Critical patent/JPH03224066A/en
Application granted granted Critical
Publication of JP3093228B2 publication Critical patent/JP3093228B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、復元処理の行える画像処理装置およびその
方法に関するものである。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus capable of performing a restoration process and a method thereof.

[従来の技術] bitマップ形式でデータを持つような画像処理装置に
おいて、今入力された最新のデータをキャンセルし、一
つ前の状態に戻すような復元処理(UNDO)は不可決のも
のである。このような処理を実現するために、従来の技
術では、bitマップ形式でデータを保持する描画バッフ
ァを2重に用意しておき、入力前のデータを一方のバッ
ファに退避しておき、文字入力後のデータをもう一方の
バッファに描いて、これを表示させ、もしUNDOが成され
た場合には、注目しているバッファを一つ前のものに切
り替えるか、あるいはbitマップのデータを入れ替える
かによって実現するものであった。
[Related Art] In an image processing apparatus having data in a bit map format, a restoration process (UNDO) for canceling the latest input data and returning to the previous state is indeterminate. is there. In order to realize such processing, in the conventional technology, a double drawing buffer for holding data in a bit map format is prepared, data before input is saved in one buffer, and character input is performed. Draw the subsequent data in the other buffer and display it, and if UNDO is done, switch the buffer of interest to the previous buffer or replace the data of the bit map It was realized by.

[発明が解決しようとしている問題点] しかしながら、上記従来の技術では、bitマップデー
タを保持するバッファを2重に用意しておかねばならな
いため、大量のメモリを要し、コンパクトなシステムを
構成することが困難であった。
[Problems to be Solved by the Invention] However, in the above-mentioned conventional technology, a large number of memories are required and a compact system is configured because buffers for holding bit map data must be prepared in duplicate. It was difficult.

[問題点を解決するための手段] 上記問題点を解決するために、本発明は、図形を表示
するための位置情報を入力順に複数記憶可能な位置情報
記憶手段と、前記位置情報記憶手段に記憶された位置情
報に基づいて図形を表示する表示手段と、前記位置情報
をイメージデータとして記憶する1つの画像記憶手段
と、新たな位置情報が入力された場合、該位置情報を前
記位置情報記憶手段に記憶すると共に、前記位置情報記
憶手段に記憶されている位置情報の中で先に入力された
位置情報をイメージデータとして前記画像記憶手段に記
憶するよう制御する記憶制御手段と、最新の入力に対す
る表示の無効を指示する指示手段と、前記指示手段によ
り最新の入力に対する表示の無効が指示された場合、前
記画像記憶手段に記憶されている図形のイメージデータ
を表示するよう前記表示手段を制御する表示制御手段と
を有することを特徴とする画像処理装置を提供する。
[Means for Solving the Problems] In order to solve the above problems, the present invention provides a position information storage unit capable of storing a plurality of pieces of position information for displaying a graphic in an input order, Display means for displaying a figure based on the stored position information; one image storage means for storing the position information as image data; and storing new position information when new position information is input. Storage control means for storing the position information previously input among the position information stored in the position information storage means as image data in the image storage means; Means for instructing invalidation of the display of the image, and when the instruction means instructs invalidation of the display for the latest input, the image of the figure stored in the image storage means is invalidated. Display control means for controlling the display means so as to display image data.

また、本発明は、図形を表示するための複数の位置情
報を入力順に位置情報記憶手段に記憶し、前記位置情報
記憶手段に記憶された位置情報に基づいて図形を表示
し、新たな位置情報が入力された場合、該位置情報を前
記位置情報記憶手段に記憶すると共に、前記位置情報記
憶手段に記憶されている位置情報の中で先に入力された
位置情報をイメージデータとして1つの画像記憶手段に
記憶するよう制御し、最新の入力に対する表示の無効が
指示された場合、前記画像記憶手段に記憶されている図
形のイメージデータを表示するよう表示手段を制御する
ことを特徴とする画像処理方法を提供する。
Further, the present invention stores a plurality of pieces of position information for displaying a figure in a position information storage means in the order of input, displays a figure based on the position information stored in the position information storage means, and displays new position information. Is input, the position information is stored in the position information storage means, and the position information previously input among the position information stored in the position information storage means is stored as one image data as image data. Means for controlling the display means to store the image data of the figure stored in the image storage means when invalidation of the display for the latest input is instructed. Provide a way.

[実施例] 以下、図面を参照しながら、本発明の1実施例を説明
する。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

第1図は、本発明の基本構成を表わす図である。1
は、入力装置であり、ユーザーから画像の入力および入
力位置の指定といった描画指示や、後述するUNDOなどの
各種指示を受け付ける。2は、コマンド解析装置で、入
力装置1による入力を、UNDOを命令するものか、描画指
示に関するものかを判断し、システムにあったコマンド
に修正して、コマンド管理装置3に出力する。
FIG. 1 is a diagram showing a basic configuration of the present invention. 1
Is an input device, and accepts drawing instructions such as input of an image and designation of an input position from a user, and various instructions such as UNDO described later. Reference numeral 2 denotes a command analysis device which determines whether the input from the input device 1 is a command for UNDO or a drawing instruction, corrects the command to a command suitable for the system, and outputs the command to the command management device 3.

コマンド管理装置3は、入力されたコマンドが描画指
示に関するものの場合、コマンドを、テーブル11または
12の空いているものへ保持するとともに、コマンドに対
応するデータを表示するために表示制御装置4へ出力す
る。このとき、データの格納されたテーブルがあったな
らば、コマンド管理装置3は、表示制御装置4への出力
の後、そのテーブルのコマンドを取り出して、描画装置
7に送る。また、入力されたコマンドがUNDOの指示であ
る場合は、UNDOを行なうために表示制御装置4に対し
て、描画バッファ8のデータを表示するように命令を行
なう。
When the input command is related to a drawing instruction, the command management device 3 stores the command in the table 11 or
The data is held in the vacant ones and output to the display controller 4 for displaying the data corresponding to the command. At this time, if there is a table in which the data is stored, the command management device 3 fetches the command of the table after outputting to the display control device 4 and sends it to the drawing device 7. If the input command is an UNDO instruction, the display control device 4 is instructed to display the data in the drawing buffer 8 to perform the UNDO.

描画装置7はコマンド展開装置6を介して描画バッフ
ァ8にbitマップ形式のデータを転送する。
The drawing device 7 transfers the data in the bit map format to the drawing buffer 8 via the command expanding device 6.

表示制御装置4は、必要ならコマンドに表示用のパラ
メータを付け加え、コマンド展開装置6を介してbitマ
ップのデータとして表示装置5上にデータの表示を行な
う。また、コマンド管理装置3の命令により、描画バッ
ファ8のデータを表示させる。
The display control device 4 adds a parameter for display to the command if necessary, and displays the data on the display device 5 as bit map data via the command expanding device 6. In addition, the data of the drawing buffer 8 is displayed according to a command from the command management device 3.

第2図は、本発明の1実施例に係わる画像処理装置の
具体的構成例を示す図である。
FIG. 2 is a diagram showing a specific configuration example of an image processing apparatus according to one embodiment of the present invention.

ここで、CPUはマイクロプロセッサであり、各種処理
のための演算や論理的判断等を行ない、アドレスバスA
B、コントロールバスCB、データバスDBを介して、それ
らのバスに接続された各構成要素を制御する。
Here, the CPU is a microprocessor, which performs operations and logical judgments for various processes and performs address bus A
B, control components connected to these buses via the control bus CB and the data bus DB.

アドレスバスABは、マイクロプロセッサCPUの制御の
対象とする各構成要素を指定するアドレス信号を転送
し、コントロールバスCBはマイクロプロセッサCPUの制
御の対象とする各構成要素のコントロール信号を転送し
て供給する。また、データバスDBは各構成機器相互間の
データの転送授受を行なうものである。
The address bus AB transfers an address signal specifying each component to be controlled by the microprocessor CPU, and the control bus CB transfers and supplies a control signal to each component to be controlled by the microprocessor CPU. I do. The data bus DB transfers and transfers data between the constituent devices.

ROMは、読み出し専用の固定メモリであり、第3図の
フローチャートにつき後述するマイクロプロセッサCPU
の制御手順など、各種処理の手順を記憶させておく。
The ROM is a read-only fixed memory, and a microprocessor CPU described later with reference to the flowchart of FIG.
The procedure of various processes, such as the control procedure of, is stored.

RAMは書き込み可能のランダムアクセスメモリであ
り、各構成要素からの各種のデータを一時記憶するのに
用いられる。特に、描画バッファ8およびテーブル11、
12に対応するエリアも有している。
The RAM is a writable random access memory, and is used to temporarily store various data from each component. In particular, the drawing buffer 8 and the table 11,
There are also areas corresponding to 12.

CRTは画面表示を行なうための表示部で、データをbit
イメージで格納するVRAMを有し、これによって画面上に
表示が行なわれる。
CRT is a display unit for screen display.
It has a VRAM for storing as an image, so that it is displayed on the screen.

PDはポインティングデバイスであり、入力する画像の
種類の選択や、入力位置の指定を行ない、またUNDOなど
の指示を行なうための装置である。
The PD is a pointing device that is used to select the type of image to be input, to specify an input position, and to issue an instruction such as UNDO.

第3図は、本実施例の処理動作のフローチャートであ
り、第4図は、本実施例におけるUNDO処理時のCRTの具
体的な表示例である。第4図の例について、第3図のフ
ローチャートに基づき、本実施例の動作を説明する。
FIG. 3 is a flowchart of the processing operation of this embodiment, and FIG. 4 is a specific display example of a CRT at the time of UNDO processing in this embodiment. The operation of this embodiment will be described with reference to the example of FIG. 4 based on the flowchart of FIG.

ここで、第4図は、最初にA1、A2を結ぶ直線(直線A1
A2)を描画し(第4図<a>)、次にB1、B2を結ぶ直線
(直線B1B2)を描画し(第4図<b>)、次に描画した
直線B1B2に対してUNDO処理を行なった(第4図<c>)
時の、CRTの表示の変化の様子を表わしたものである。
Here, FIG. 4 shows a straight line (straight line A 1) connecting A 1 and A 2 first.
A 2) to draw a (FIG. 4 <a>), then B 1, B 2 by drawing a straight line (straight line B 1 B 2) connecting (Figure 4 <b>), then draw the straight line B Undo processing was performed on 1 B 2 (Fig. 4 <c>)
This shows how the display of the CRT changes at the time.

また、直線のデータは、第5図に示すような形式でテ
ーブルに登録されるものとする。すなわち、テーブルに
は、CRT上で入力の指示された位置に対応する始点およ
び終点の2次元の座標をペアにして登録するものとす
る。なお、ここではテーブルは、11、12の2つだけと
し、共に1つの直線(線分)に対応するものに限定して
説明する。
Also, it is assumed that the straight line data is registered in the table in a format as shown in FIG. That is, in the table, the two-dimensional coordinates of the start point and the end point corresponding to the position specified by the input on the CRT are registered as a pair. Note that, here, only two tables, 11 and 12, will be described, and only tables corresponding to one straight line (line segment) will be described.

また、VRAMおよび描画バッファは、いずれも第6図に
示すようなbit単位で座標付けされるような構成とし、V
RAMと描画バッファはアドレスが異なるだけで形式は同
じであるものとする。
Also, the VRAM and the drawing buffer are configured to be coordinated in bit units as shown in FIG.
The format of the RAM and the drawing buffer is the same except for the address.

それでは具体的な動作の説明をする。第3図のフロー
チャートにおいて、先ず、ステップS1にて本処理に必要
なパラメータ、テーブル、バッファを初期化しておく。
次に、ステップS2の入力処理で、ユーザーよりの画像入
力またはUNDO処理の指示があるまで待つ。なお、直線の
入力の方式などの詳細は、従来の技術であるので省略す
る。
Now, a specific operation will be described. In the flowchart of FIG. 3, first, in step S1, parameters, tables, and buffers necessary for the present process are initialized.
Next, in the input process of step S2, the process waits until an image input or an UNDO process is instructed by the user. Note that details such as a method of inputting a straight line are omitted because they are conventional techniques.

ここで、最初に直線A1A2が入力されたものとする。す
ると、ステップS3のUNDOの指示か否かの判断処理では、
画像入力がなされたので、UNDO指示ではないものとして
ステップS4へ進む。ステップS4では、入力された直線デ
ータを空きテーブルに登録する。今はテーブル11、12が
共に空きテーブルなので、テーブル11に、始点および終
点の位置座標を登録する。本実施例ではA1およびA2の位
置座標が登録される。
Here, it is assumed that the straight line A 1 A 2 is input first . Then, in the determination processing of whether or not the instruction is the UNDO of step S3,
Since the image input has been made, the process proceeds to step S4 assuming that the instruction is not an UNDO instruction. In step S4, the input straight line data is registered in the empty table. Since both tables 11 and 12 are empty tables now, the position coordinates of the start point and the end point are registered in the table 11. In the present embodiment the position coordinates of A 1 and A 2 are registered.

次にステップS5では、今登録したテーブル11のデータ
を用いてVRAM上へデータを展開し、表示を行なう。これ
で、第4図<a>に示すように、最初の直線A1A2がCRT
上に表示され、ユーザーにはあたかも従来と同様の画像
入力が行なわれたように見える。しかし、上記の説明か
ら分かるように、描画バッファ8には未だ書き込みが行
なわれていない。
Next, in step S5, the data is developed on the VRAM using the data of the table 11 just registered and displayed. Thus, as shown in FIG. 4 <a>, the first straight line A 1 A 2
Displayed above, it appears to the user as if a conventional image input was performed. However, as can be seen from the above description, writing has not yet been performed on the drawing buffer 8.

次にステップS6にて、前回の文字入力がテーブルに登
録されているかのチェックを行なうが、今は初めての入
力なので、前回の画像入力はないものとして処理され
る。以上の処理が終了すると、ステップS2の処理に戻
る。ここでは最初の説明と同様にユーザーからの入力・
指示を待つ。
Next, in step S6, it is checked whether or not the previous character input is registered in the table. Since this is the first input, processing is performed assuming that there is no previous image input. When the above process ends, the process returns to the process of step S2. Here, as in the first explanation,
Wait for instructions.

次の入力として第4図<b>に示す直線B1B2の入力が
なされたものとする。すると、ステップS3でUNDOのチェ
ックがされ、この場合、ステップS4へ進む。ステップS4
では空きテーブルがテーブル12なので、このテーブルに
B1およびB2の位置座標が記録される。ステップS5では、
テーブル12のデータを使用してVRAMに描画が行なわれ
る。次のステップS6では、テーブル11に前回の画像入力
で始点および終点の位置座標の値が登録されているの
で、ステップS7に進むことになる。ステップS7では、前
回の描画に使用したテーブル、従ってこの例ではテーブ
ル11を選択し、ステップS7にて描画バッファに対して描
画を行なう。
It is assumed that a straight line B 1 B 2 shown in FIG. 4 <b> has been input as the next input. Then, UNDO is checked in step S3, and in this case, the process proceeds to step S4. Step S4
Then, the empty table is table 12, so this table
The position coordinates of B 1 and B 2 are recorded. In step S5,
Drawing is performed on the VRAM using the data in the table 12. In the next step S6, since the values of the position coordinates of the start point and the end point are registered in the table 11 in the previous image input, the process proceeds to step S7. In step S7, the table used for the previous drawing, that is, table 11 in this example is selected, and drawing is performed in the drawing buffer in step S7.

ここまでの処理で直線A1A2はVRAMおよび描画バッファ
へbitイメージとして記録されたこととなる。一方で直
線B1B2はVRAM上に描き込まれているだけの状態である。
By the processing so far, the straight line A 1 A 2 has been recorded as a bit image in the VRAM and the drawing buffer. On the other hand, the straight line B 1 B 2 is only drawn on the VRAM.

次にステップS2に戻って、再度入力を待つ。ここでUN
DOの指示がなされたものとする。すると、今度はステッ
プS3にてUNDO指示と判断され、ステップS8に処理が移
る。ステップS8では、直前に使用されたテーブルをクリ
アする。本実施例では直線B1B2が登録されているテーブ
ル2がクリアされることになる。次にステップS9にて描
画バッファ8のデータをVRAMへ転送し、表示する処理を
行なう。この処理によって、ユーザーに対しては、直前
の描画である直線B1B2がUNDOされることとなり、本発明
の目的が達成される。
Next, the process returns to step S2 and waits for an input again. Here UN
DO shall be instructed. Then, it is determined that an UNDO instruction has been made in step S3, and the process proceeds to step S8. In step S8, the table used immediately before is cleared. In this embodiment, the table 2 in which the straight lines B 1 B 2 are registered is cleared. Next, in step S9, the data in the drawing buffer 8 is transferred to the VRAM and displayed. By this processing, the straight line B 1 B 2 which is the immediately preceding drawing is undone for the user, and the object of the present invention is achieved.

[他の実施例] 上記実施例では、画像データを格納するテーブルを2
つだけとしたが、更にその数を増やして、UNDOできる描
画数を多くすることもできる。
[Other Embodiments] In the above embodiment, the table for storing image data is 2
Although there is only one, the number can be further increased to increase the number of drawings that can be undone.

また、上記実施例では、画像データを格納するテーブ
ルは、直線の始点および終点のみを記録するものとした
が、画像の種類を示す識別子と、それぞれの種類におい
て、描画に必要なパラメータとを格納する(例えば、矩
形に対してその対角する2点の座標、円に対して、中心
の座標と半径など)ことにより、種々の形状の画像に対
して、UNDOが行なえる。
Further, in the above embodiment, the table for storing the image data records only the start point and the end point of the straight line. However, the table stores the identifier indicating the type of the image and the parameters required for drawing in each type. (For example, coordinates of two points on the diagonal of a rectangle, coordinates and a radius of a center of a circle, etc.), UNDO can be performed on images of various shapes.

また、線の種類や、太さなどのパラメータを付加して
登録するようにすることも可能である。
It is also possible to add a parameter such as a line type or a thickness and register the parameter.

また、上記実施例では、入力・指示をポインティング
デバイスにより行なったが、キーボードなど他の機器で
もよい。
In the above embodiment, the input / instruction is performed by the pointing device, but may be another device such as a keyboard.

また、上記実施例ではVRAMと描画バッファの構成を同
じものとしたが、これらの一方または両方に輝度情報や
色情報などを付加することも、本発明の趣旨を損なわず
に実現できる。
Further, in the above embodiment, the VRAM and the drawing buffer have the same configuration, but it is also possible to add luminance information, color information, etc. to one or both of them without impairing the spirit of the present invention.

[発明の効果] 以上詳述したように、本発明によれば、図形を表示す
るための情報を位置情報として入力順に複数個記憶する
ことで、メモリ容量を節約したコンパクトな装置で図形
の表示における復元処理を実現することが可能となっ
た。
[Effects of the Invention] As described above in detail, according to the present invention, a plurality of pieces of information for displaying a graphic are stored in the order of input as position information, thereby displaying the graphic in a compact device with a reduced memory capacity. It is possible to realize the restoration processing in.

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

第1図は、本発明1実施例の基本構成図、 第2図は、1実施例の画像処理装置本発明装置のブロッ
ク図、 第3図は表示処理のフローチャート、 第4図は入力された画像の表示例を示す図、 第5図は文字データのテーブルの例を示す図、 第6図は本発明実施の描画バッファおよびVRAMの構成例
を示す図である。 1……入力装置 2……コマンド解析装置 3……コマンド管理装置 4……表示制御装置 5……表示装置 6……コマンド展開装置 7……描画装置 8……描画バッファ 11、12……テーブル CPU……マイクロプロセッサ AB……アドレスバス CB……コントロールバス DB……データバス ROM……固定メモリ RAM……ランダムアクセスメモリ CRT……表示部 PD……ポインティングデバイス
FIG. 1 is a basic configuration diagram of a first embodiment of the present invention, FIG. 2 is a block diagram of an image processing device of the first embodiment of the present invention, FIG. 3 is a flowchart of a display process, and FIG. FIG. 5 is a diagram showing a display example of an image, FIG. 5 is a diagram showing an example of a table of character data, and FIG. 6 is a diagram showing a configuration example of a drawing buffer and a VRAM according to the present invention. DESCRIPTION OF SYMBOLS 1 ... Input device 2 ... Command analysis device 3 ... Command management device 4 ... Display control device 5 ... Display device 6 ... Command expansion device 7 ... Drawing device 8 ... Drawing buffer 11, 12 ... Table CPU: Microprocessor AB: Address bus CB: Control bus DB: Data bus ROM: Fixed memory RAM: Random access memory CRT: Display unit PD: Pointing device

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】図形を表示するための位置情報を入力順に
複数記憶可能な位置情報記憶手段と、 前記位置情報記憶手段に記憶された位置情報に基づいて
図形を表示する表示手段と、 前記位置情報をイメージデータとして記憶する1つの画
像記憶手段と、 新たな位置情報が入力された場合、該位置情報を前記位
置情報記憶手段に記憶すると共に、前記位置情報記憶手
段に記憶されている位置情報の中で先に入力された位置
情報をイメージデータとして前記画像記憶手段に記憶す
るよう制御する記憶制御手段と、 最新の入力に対する表示の無効を指示する指示手段と、 前記指示手段により最新の入力に対する表示の無効が指
示された場合、前記画像記憶手段に記憶されている図形
のイメージデータを表示するよう前記表示手段を制御す
る表示制御手段と、 を有することを特徴とする画像処理装置。
1. A position information storage means capable of storing a plurality of pieces of position information for displaying a figure in an input order; a display means for displaying a figure based on the position information stored in the position information storage means; One image storage unit for storing information as image data; and when new position information is input, the position information is stored in the position information storage unit, and the position information stored in the position information storage unit. Storage control means for controlling to store the position information previously inputted in the image storage means as image data, instruction means for instructing display invalidation for the latest input, and the latest input by the instruction means A display control unit that controls the display unit to display image data of a figure stored in the image storage unit when an instruction to invalidate the display is given. The image processing apparatus characterized by comprising a means.
【請求項2】前記記憶制御手段は、前記指示手段により
最新の入力に対する表示の無効が指示された場合、前記
位置情報記憶手段に記憶されている最新の入力に対する
位置情報を削除することを特徴とする特許請求の範囲第
1項に記載の画像処理装置。
2. The storage control unit according to claim 1, wherein when the instruction unit instructs invalidation of the display for the latest input, the storage unit deletes the position information for the latest input stored in the position information storage unit. The image processing apparatus according to claim 1, wherein
【請求項3】図形を表示するための複数の位置情報を入
力順に位置情報記憶手段に記憶し、 前記位置情報記憶手段に記憶された位置情報に基づいて
図形を表示し、 新たな位置情報が入力された場合、該位置情報を前記位
置情報記憶手段に記憶すると共に、前記位置情報記憶手
段に記憶されている位置情報の中で先に入力された位置
情報をイメージデータとして1つの画像記憶手段に記憶
するよう制御し、最新の入力に対する表示の無効が指示
された場合、前記画像記憶手段に記憶されている図形の
イメージデータを表示するよう表示手段を制御すること
を特徴とする画像処理方法。
3. A plurality of position information for displaying a figure are stored in a position information storage means in the order of input, and a figure is displayed based on the position information stored in the position information storage means. When the position information is input, the position information is stored in the position information storage means, and the position information previously input among the position information stored in the position information storage means is stored as one image storage means as image data. And controlling the display means to display the image data of the graphic stored in the image storage means when the display of the latest input is invalidated. .
【請求項4】最新の入力に対する表示の無効が指示され
た場合、前記位置情報記憶手段に記憶されている最新の
入力に対応する位置情報を削除することを特徴とする特
許請求の範囲第3項に記載の画像処理方法。
4. The apparatus according to claim 3, wherein when the invalidation of the display for the latest input is instructed, the position information corresponding to the latest input stored in said position information storage means is deleted. The image processing method according to the item.
JP02019747A 1990-01-30 1990-01-30 Image processing apparatus and method Expired - Fee Related JP3093228B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP02019747A JP3093228B2 (en) 1990-01-30 1990-01-30 Image processing apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP02019747A JP3093228B2 (en) 1990-01-30 1990-01-30 Image processing apparatus and method

Publications (2)

Publication Number Publication Date
JPH03224066A JPH03224066A (en) 1991-10-03
JP3093228B2 true JP3093228B2 (en) 2000-10-03

Family

ID=12007932

Family Applications (1)

Application Number Title Priority Date Filing Date
JP02019747A Expired - Fee Related JP3093228B2 (en) 1990-01-30 1990-01-30 Image processing apparatus and method

Country Status (1)

Country Link
JP (1) JP3093228B2 (en)

Also Published As

Publication number Publication date
JPH03224066A (en) 1991-10-03

Similar Documents

Publication Publication Date Title
US4959803A (en) Display control system
JP2580126B2 (en) Image file device
JPH087560B2 (en) Image information display device
JP3093228B2 (en) Image processing apparatus and method
JP2925216B2 (en) Image processing apparatus and method
JPS6098489A (en) Image data processor
US6867783B2 (en) Recording medium having recorded thereon three-dimensional graphics drawing data having data structure shareable by frames and method of drawing such data
JP2799502B2 (en) Display device graphic display method
JPS61107289A (en) Virtual screen display control system
JP2747392B2 (en) Drawing display update device
JPS6035075B2 (en) CRT display device
JPH0772850A (en) Device for displaying moving image
JPH0546751A (en) Data terminal equipment
JPH06214533A (en) High-speed screen display system
JPS6159484A (en) Segment control system
JPS63170779A (en) Graphic pattern selecting and processing system
JPS60108882A (en) Fast editing display
JPS61143835A (en) Data display system
JPS5997180A (en) Image display system
JPH0192827A (en) Image display system
JPS6318430A (en) Drawing displaying system
JPH0222770A (en) High-speed picture displaying system for electrical cad system
JPH0594502A (en) Image signal processor
JPH0944693A (en) Graphic display device
JPH05188926A (en) Graphic display device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees