JPS6367682A - Image processing method - Google Patents

Image processing method

Info

Publication number
JPS6367682A
JPS6367682A JP61211424A JP21142486A JPS6367682A JP S6367682 A JPS6367682 A JP S6367682A JP 61211424 A JP61211424 A JP 61211424A JP 21142486 A JP21142486 A JP 21142486A JP S6367682 A JPS6367682 A JP S6367682A
Authority
JP
Japan
Prior art keywords
image
graphic
data
text
coordinate
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
JP61211424A
Other languages
Japanese (ja)
Inventor
Yasushi Katsumaru
勝丸 泰志
Minoru Makita
槙田 実
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP61211424A priority Critical patent/JPS6367682A/en
Publication of JPS6367682A publication Critical patent/JPS6367682A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To form an image about an oblique line at any angle without increasing the capacity of a memory by coordinate-transforming position coordinate data included in data used for processing in a text mode into data for a graphic mode, carrying out graphic processing and writing a graphic image in a bit map memory. CONSTITUTION:As for horizontal and vertical lines, a text mechanism 11 writes a text image in the bit map memory. As for code data used for writing the oblique line, coordinate data on its start and end points is calculated, and coordinate data is coordinate-transformed to coordinate data for the graphic image. Since the coordinate original point in the text image is different from that in the graphic image, a CPU or a ROM executes the coordinate transformation 12. Afterwards, a graphic mechanism 13 writes the graphic image. Thus the image about the oblique line at any angle can be written without preparing a variety of fonts for the oblique line.

Description

【発明の詳細な説明】 「産業上の利用分野」 本発明は、プリンタの印字部や表示装置の画面に、ビッ
トマツプメモリを介してディジタル化された画像信号を
供給する画像処理方法に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an image processing method for supplying a digitized image signal to a printing unit of a printer or a screen of a display device via a bitmap memory.

「従来の技術」 例えば、ワードプロセッサにおいては、文書や図面等の
描かれた画像をブラウン管ディスプレイ等の表示装置上
に表示し、オペレータがこれに種々の加工を加えたり編
集を行って、記録装置にプリントアウトさせるという作
業が行われている。
``Prior Art'' For example, in a word processor, drawn images such as documents and drawings are displayed on a display device such as a cathode ray tube display, and an operator performs various processing and editing on the images to be stored on a recording device. Work is underway to print it out.

この装置内部の信号処理は文字や図形に対応する符号を
組み合わせたコードデータが使用される。
The signal processing inside this device uses code data that is a combination of codes corresponding to characters and figures.

そして、表示装置や記録装置に対しては、このコードデ
ータを変換して得たイメージデータが送られる。
Then, image data obtained by converting this code data is sent to a display device or a recording device.

通常、記録装置の記録用画素数は、表示装置の表示画異
数の数倍以上にもなるため、記録用の信号は表示用の信
号とは別に作成し処理される。例えば、1行分ごとに、
その文字等に対応するコードデータから記録用のイメー
ジデータを形成して記録装置の記録部に送り込む。この
ように、記録すべき画像の一区分ごとに記録用のイメー
ジデータを形成し、繰り返し記録部に送る方式が一般的
であった。
Normally, the number of recording pixels of a recording device is several times or more the number of display pixels of a display device, so recording signals are created and processed separately from display signals. For example, for each line,
Image data for recording is formed from the code data corresponding to the characters, etc., and is sent to the recording section of the recording device. In this way, it has been common practice to form recording image data for each section of the image to be recorded and to repeatedly send it to the recording section.

ところが近年、ビットマツプメモリが実用的な価格で製
造販売されるようになり、記録装置の側にビットマツプ
メモリを用意し、ワードプロセッサ等のホスト側からコ
ードデータを受は入れて、記録装置側でイメージデータ
を形成することが可能となった。しかも、このビットマ
ツプメモリを記録画像1ペ一ジ分に対応する大容量のも
のにすれば、全画面を対象にビット単位で種々の複雑な
イメージを形成し編集することが可能となる。
However, in recent years, bitmap memories have come to be manufactured and sold at a practical price, and bitmap memories are prepared on the recording device side, and code data is received from the host side such as a word processor, and the recording device side receives code data from the host side such as a word processor. It has become possible to create image data. Furthermore, if this bitmap memory is made to have a large capacity corresponding to one page of recorded images, it becomes possible to form and edit various complex images bit by bit for the entire screen.

ところがこの場合、実際には多量のコードデータから種
々のイメージデータを形成し、さらにそれに加工を加え
編集等を行う複雑な処理が要求される。また、従来の記
録装置では行うことのできなかった多くの機能を付与す
ることができる一方、その処理の高速性を損なうことは
許されない。
However, in this case, in reality, complicated processing is required in which various image data are formed from a large amount of code data, and further processing and editing are performed on the data. Furthermore, while it is possible to provide many functions that could not be performed with conventional recording devices, it is not allowed to impair the high speed of its processing.

このようなビットマツプメモリを用いた画像処理の個々
の具体的な手法については、まだ十分な開発がなされて
いないのが現状である。
At present, individual specific methods of image processing using such a bitmap memory have not yet been sufficiently developed.

「発明が解決しようとする問題点」 ここで、文書等を作成するためのいわゆるテキストモー
ドでビットマツプメモリ上に表のイメージの形成を行う
場合を考える。
"Problems to be Solved by the Invention" Here, we will consider a case where a table image is formed on a bitmap memory in a so-called text mode for creating a document or the like.

この場合第5図a −cに示すように、水平線のフォン
ト1と垂直線のフォント2と斜線のフォント3等を適当
に配列して、第6図に示すような罫線のイメージ4を形
成する。
In this case, as shown in Figures 5a-c, horizontal line font 1, vertical line font 2, diagonal line font 3, etc. are arranged appropriately to form ruled line image 4 as shown in Figure 6. .

ところが、第5図Cに示した斜線のフォント3はその傾
きが45°のものであるから、第6図中の一点鎖線5に
示したような罫線しか引くことができない。そこで、従
来の一般的な手法としては、種々の傾きを持つ斜線フォ
ントを用意してこれを選択して使用することになる。
However, since the diagonal lined font 3 shown in FIG. 5C has an inclination of 45 degrees, it is possible to draw only ruled lines as shown in the dashed dotted line 5 in FIG. Therefore, a conventional and common method is to prepare diagonal fonts with various inclinations and select and use them.

しかし、これには、きわめて多種のフォントが必要とな
り、コストアップを招くほか、連続した直線性のよい斜
線を引くのは困難になるという問題点があった。
However, this requires an extremely wide variety of fonts, which increases costs, and has the problem of making it difficult to draw continuous diagonal lines with good straightness.

本発明は以上の点に着目してなされたもので、フォント
を格納するメモリの容量を増大させずに、任意角度の斜
線のイメージを形成することができる画像処理方法を提
供することを目的とするものである。
The present invention has been made with attention to the above points, and an object of the present invention is to provide an image processing method that can form an image of diagonal lines at any angle without increasing the memory capacity for storing fonts. It is something to do.

「問題点を解決するための手段」 本発明の画像処理方法は、ビットマツプメモリに画像信
号を供給して記録画像に対応するイメージを形成するも
のにおいて、テキストモードの処理用データを処理して
上記ビットマツプメモリへテキストイメージの書き込み
を行う一方、そのテキストモードの処理用データ中の位
置座標データをグラフィックモード用に座標変換して、
グラフィック処理を行い、上記ビットマツプメモリ上に
グラフィックイメージを書き込むことを特徴とするもの
である。
"Means for Solving the Problems" The image processing method of the present invention supplies an image signal to a bitmap memory to form an image corresponding to a recorded image, and processes data for text mode processing. While writing the text image to the above bitmap memory, the position coordinate data in the text mode processing data is converted into coordinates for graphic mode.
This method is characterized by performing graphic processing and writing a graphic image onto the bitmap memory.

「作用」 以上のように、本発明においては、テキストモードの文
書作成処理中に、斜線の形成等を内容とするテキストモ
ード処理用データが人力した場合、その中の位置座標デ
ータを座標変換してグラフィック処理を行ってしまう。
"Operation" As described above, in the present invention, when data for text mode processing whose contents include the formation of diagonal lines is manually generated during document creation processing in text mode, the position coordinate data therein is converted into coordinates. graphics processing.

このようにすれば、グラフィックモードへのモード変更
とグラフィック処理用のデータの準備等の処理が不要で
、元データの作成が容易になる。
In this way, there is no need to change the mode to the graphic mode and prepare data for graphic processing, making it easy to create the original data.

しかも、斜線等の傾きや長さを自由に設定でき、また、
大容量のフォント用メモリも必要がなくなる。
Moreover, you can freely set the slope and length of diagonal lines, etc.
It also eliminates the need for large-capacity font memory.

「実施例」 (装置の概略構成) 以下、本発明をレーザビームプリンタに応用した場合を
例にとり、詳細な説明を行う。
``Example'' (Schematic configuration of apparatus) A detailed explanation will be given below, taking as an example the case where the present invention is applied to a laser beam printer.

第2図は、そのレーザビームプリンタの概要を示すブロ
ック図である。
FIG. 2 is a block diagram showing an outline of the laser beam printer.

この装置は、画像供給装置21と、記録部22と、これ
らを駆動する電源23と、オペレータが記録動作の指示
を人力するパネル24とから構成されている。
This apparatus is comprised of an image supply device 21, a recording section 22, a power source 23 for driving these, and a panel 24 through which an operator manually issues recording operation instructions.

画像供給装置21には、ホストコンピュータ等から所定
の画像を記録するための信号を受は入れるホストインタ
ーフェイス(1/F)接続端子26と、ローカルエリア
ネットワーク等との接続を行うLAN接続端子27とが
設けられている。
The image supply device 21 includes a host interface (1/F) connection terminal 26 that receives a signal for recording a predetermined image from a host computer, etc., and a LAN connection terminal 27 that connects to a local area network or the like. is provided.

記録部22は、記録用紙29上に画像信号に対応した画
像の記録を行う装置で、画像供給装置21から画像信号
31と動作指令34とを受は入れる一方、記録動作のた
めの同期パルス32と状態信号33とを、画像供給装置
21に向けて出力するよう構成されている。
The recording unit 22 is a device that records an image corresponding to an image signal on a recording paper 29, and receives an image signal 31 and an operation command 34 from the image supply device 21, and also receives a synchronization pulse 32 for recording operation. and a status signal 33 are output to the image supply device 21.

第3図は、第2図の記録部22の要部斜視図を示したも
のである。
FIG. 3 shows a perspective view of essential parts of the recording section 22 shown in FIG. 2. As shown in FIG.

ここで、レーザ発振器51から発射されたレーデビーム
52は、偏光子53とレーザビーム変調器54と偏光子
55を通過した後、ポリゴンミラー56で反射してレン
ズ57を経て感光ドラム58の外周面に達する。第2図
の画像供給装置21からの画像信号31(ビットストリ
ーム)は、端子61からレーザビーム変調器54に入力
し、例えば電気光学効果により変調器54中を通過する
レーザビームの偏波面を画像信号に応じて回転させる。
Here, the radar beam 52 emitted from the laser oscillator 51 passes through a polarizer 53 , a laser beam modulator 54 , and a polarizer 55 , is reflected by a polygon mirror 56 , passes through a lens 57 , and hits the outer peripheral surface of a photosensitive drum 58 . reach The image signal 31 (bit stream) from the image supply device 21 in FIG. 2 is input to the laser beam modulator 54 from the terminal 61, and the polarization plane of the laser beam passing through the modulator 54 is converted into an image by, for example, an electro-optic effect. Rotate according to the signal.

この、いわゆる電気的シャッター作用により、白黒2値
の画像信号がレーザビームの光学的オン・オフ信号に変
換されて感光ドラム58の外周面に照射される。ポリゴ
ンミラー56はモータ62により一定速度で回転してお
り、このレーザビーム52を反射させた後、矢印63の
方向くこの方向を主走査方向という)に走査させる。す
なわち、1ライン分の画像信号が光学的ビット列に変換
されて感光ドラ仝58の回転軸64と平行する方向に照
射される間、感光ドラム58が矢印65の方向(この方
向を副走査方向という)に回転する。
By this so-called electric shutter action, the black and white binary image signal is converted into an optical on/off signal of a laser beam, and the outer peripheral surface of the photosensitive drum 58 is irradiated with the signal. The polygon mirror 56 is rotated at a constant speed by a motor 62, and after reflecting the laser beam 52, it is caused to scan in the direction of an arrow 63 (this direction is referred to as a main scanning direction). That is, while the image signal for one line is converted into an optical bit string and irradiated in a direction parallel to the rotation axis 64 of the photosensitive drum 58, the photosensitive drum 58 is moved in the direction of the arrow 65 (this direction is called the sub-scanning direction). ).

こうして、記録すべき画像に対応する静電潜像が感光ド
ラム58の外周面に形成される。
In this way, an electrostatic latent image corresponding to the image to be recorded is formed on the outer peripheral surface of the photosensitive drum 58.

この静電潜像は、感光ドラム58の矢印65の方向の回
転につれて現像器66を通過する。ここで、トナーがそ
の静電潜像に応じて付着する。図示しない記録紙(般送
機構によって記録用紙29が矢印68方向に送られてく
ると、転写機69の作用によって感光ドラム58の外周
に付着したトナーが記録用紙29に転写される。記録用
紙29は、さらに矢印68の方向に送られて定着などの
処理をされ記録物が得られる。
This electrostatic latent image passes through a developing device 66 as the photosensitive drum 58 rotates in the direction of an arrow 65. Here, toner is deposited in accordance with the electrostatic latent image. Recording paper (not shown) (When the recording paper 29 is fed in the direction of the arrow 68 by the general feeding mechanism, the toner attached to the outer periphery of the photosensitive drum 58 is transferred to the recording paper 29 by the action of the transfer device 69.The recording paper 29 The recording material is further sent in the direction of arrow 68 and subjected to processing such as fixing to obtain a recorded matter.

なお、レーザビーム52は、矢印63の方向に感光ドラ
ム580両端を越える幅で走査されている。そこで、走
査開始センサ71と走査終了センサ72のレーザビーム
通過を検出する検出パルスによって、画像信号31の転
送タイミングが図られる。
Note that the laser beam 52 is scanned in the direction of the arrow 63 with a width exceeding both ends of the photosensitive drum 580. Therefore, the transfer timing of the image signal 31 is determined by detection pulses that detect the passage of the laser beam from the scan start sensor 71 and the scan end sensor 72.

第2図の画像供給装置21の具体的な構成を、第4図′
にブロック図を用いて示した。
The specific configuration of the image supply device 21 shown in FIG. 2 is shown in FIG.
This is shown using a block diagram.

この回路は、CPUバス36に接続されたマイクロプロ
セッサ(CPLJ)37と、各種のインターフェイス(
I/F)38〜40と、メモリ41〜44と、制御ブロ
ック46〜49とから構成されている。
This circuit includes a microprocessor (CPLJ) 37 connected to a CPU bus 36 and various interfaces (
I/F) 38-40, memories 41-44, and control blocks 46-49.

インターフェイスには、制御I/F38と、パネルI/
F39と、記録部1/F40とがある。
The interface includes a control I/F38 and a panel I/F38.
There are F39 and recording section 1/F40.

制御1/F38は、図示しないホストコンピニータから
入力するコードデータを、例えばR3232C規格で受
信する回路である。また、パネルI/F39は、オペレ
ータの操作するパネル24(第2図)から入力する指示
信号39aを中継する回路である。そして、記録部I/
F40は画像供給装置21と記録部22との間で授受が
行われる第2図で説明したような信号を中継する回路で
ある。
The control 1/F 38 is a circuit that receives code data input from a host computer (not shown) in accordance with, for example, the R3232C standard. Further, the panel I/F 39 is a circuit that relays an instruction signal 39a input from the panel 24 (FIG. 2) operated by the operator. Then, the recording section I/
F40 is a circuit that relays signals such as those explained in FIG. 2, which are exchanged between the image supply device 21 and the recording section 22.

メモリには、文字バタンメモリ41と、ビットマツプメ
モリ42と、ランダム・アクセス・メモリ (RAM)
43と、プログラムメモリ44とがある。文字バタンメ
モリ41は、いわゆるフォントメモリと呼ばれるメモリ
で、文字コード41aが入力すると、それに対応する文
字バタンや図形バタン41bを出力する回路である。ビ
ットマツプメモリ42は、記録部22(第2図)におい
て記録用紙29上に記録する画像を、例えば1ペ一ジ分
、ビットマツプ形式で格納する回路である。
The memory includes a character button memory 41, a bitmap memory 42, and a random access memory (RAM).
43 and a program memory 44. The character button memory 41 is a so-called font memory, and is a circuit that, when a character code 41a is input, outputs a corresponding character button or graphic button 41b. The bitmap memory 42 is a circuit that stores, for example, one page of an image to be recorded on the recording paper 29 in the recording section 22 (FIG. 2) in a bitmap format.

ランダム・アクセス・メモリ43は、マイクロプロセッ
サ37の動作のための種々のデータや、制御1/F38
から人力されたコードデータを格納する等のために使用
される回路である。また、プログラムメモリ44は、マ
イクロプロセッサ37の動作のためのプログラムを格納
した回路である。
Random access memory 43 stores various data for operation of microprocessor 37 and control 1/F 38.
This circuit is used to store code data manually input from the computer. Furthermore, the program memory 44 is a circuit that stores programs for the operation of the microprocessor 37.

制御ブロックとしては、イメージハンドラ45、メモリ
コントローラ47、パラレルアイオーコントローラ(P
I○)48、およびD :vl△コントロ−ラ(DMA
C)49がある。イメージハンドラ46は、ビットマツ
プメモリ42へ書き込むべきイメージを発生する回路で
ある。メモリコントローラ47は、ビットマツプメモリ
42へのアクセスタイミングやアドレスを制御する回路
である。
The control blocks include an image handler 45, a memory controller 47, and a parallel I/O controller (P
I○) 48, and D:vl△controller (DMA
C) There are 49. Image handler 46 is a circuit that generates an image to be written to bitmap memory 42. The memory controller 47 is a circuit that controls access timing and addresses to the bitmap memory 42.

PIO48は、図示しない入出力端子より外部から入力
するパラレルデータをCPUバス36に送り込むアイオ
ー制御をする回路である。D M A C49は、既知
のダイレクトメモリアクセスコントロール回路で、デー
タ転送を制御するための回路である。
The PIO 48 is a circuit that performs IO control to send parallel data input from the outside to the CPU bus 36 from an input/output terminal (not shown). The DMAC 49 is a known direct memory access control circuit, and is a circuit for controlling data transfer.

なお、CPL]3’7と、RAM43と、プログラムメ
モリ44と、P4O10と、DMAC49とでコントロ
ーラ部45を構成し、文字バタンメモリ41からの文字
バタン41bの出力、イメージハンドラ46における各
種のイメージの発生や加工と、それらのビットマツプメ
モリ42への書き込みを制御する。また、コントローラ
部45は、ビットマツプメモリ42から記録画像に対応
する画像信号を記録部I/F40を経て記録部22(第
2図)に転送するための指令も行う。イメージハンドラ
46はこの指令を受けて転送処理を行う。
Note that the controller section 45 is composed of the CPL] 3'7, the RAM 43, the program memory 44, the P4O10, and the DMAC 49, and outputs the character stamps 41b from the character stamp memory 41 and outputs various images in the image handler 46. The generation, processing, and writing into the bitmap memory 42 are controlled. The controller unit 45 also issues an instruction to transfer an image signal corresponding to a recorded image from the bitmap memory 42 to the recording unit 22 (FIG. 2) via the recording unit I/F 40. The image handler 46 receives this command and performs the transfer process.

(イメージの形成) まず、ホストコンピニータやワードプロセッサ等から制
御I/F38(第4図)を介してコードデータが人力す
る。このコードデータ中には、印刷書式(ベージオリエ
ンテーション)に相当するコードデータも含まれている
(Formation of Image) First, code data is input manually from a host computer, word processor, etc. via the control I/F 38 (FIG. 4). This code data also includes code data corresponding to the print format (page orientation).

このコードデータを、CPU37(第4図)が解読し、
イメージ形式の処理に適した中間コードを作成し、RA
M43(第4図)に格納する。
This code data is decoded by the CPU 37 (Fig. 4),
Create intermediate code suitable for image format processing and use RA
It is stored in M43 (Fig. 4).

この中間コードが例えば、文字コード、すなわちテキス
トデータの場合、その書き込み位置座標、縦横のサイズ
、フォントメモリのアドレス、修飾の有無等を示す符号
゛により構成される。テキストモードでは、水平線、垂
直線、斜線についても、文字と同様の形式のコードデー
タが用いられる。
If this intermediate code is, for example, a character code, that is, text data, it is composed of codes indicating its writing position coordinates, vertical and horizontal sizes, font memory address, presence or absence of decoration, etc. In text mode, code data in the same format as characters is used for horizontal lines, vertical lines, and diagonal lines.

ここで、本発明においては、CPU37(第4図)およ
びイメージハンドラ46は、このコードデータ中にこの
ような直線のデータが含まれている場合、2種の動作を
行う。まず、水平線や垂直線については、第1図に示す
ように、テキスト機構11により、テキストイメージを
ビットマツプメモリ42に書き込む。
In the present invention, the CPU 37 (FIG. 4) and the image handler 46 perform two types of operations when such straight line data is included in the code data. First, for horizontal lines and vertical lines, text images are written into the bitmap memory 42 by the text mechanism 11, as shown in FIG.

このテキスト機構においては、第5図に示した水平線や
垂直線に対応するフォント1.2を文字バタンメモリ4
1(第4図)から読み出して、それを書き込むべきアド
レスをメモリコントローラ47によって指定しながらイ
メージの書き込みを行う。
In this text mechanism, fonts 1.2 corresponding to the horizontal lines and vertical lines shown in Fig. 5 are stored in the character button memory 4.
1 (FIG. 4), and the memory controller 47 specifies the address to which the image is to be written.

一方、斜線の書き込みを行うためのコードデータについ
ては、まず、その斜線の始点と終点の座標データを算出
する。そして、その座標データをグラフィックイメージ
用の座標データに座標変換する。
On the other hand, regarding code data for writing a diagonal line, first, coordinate data of the starting point and end point of the diagonal line are calculated. Then, the coordinate data is converted into coordinate data for a graphic image.

kに、テキストイメージの書き込みの場合とグラフィッ
クイメージの書き込みの場合とでは、便宜上座標原点を
異ならせている。そこでこの座標変換12を、CPUに
おいて、あるいはROM(リード・オンリ・メモリ)等
を用いて実行する。
For convenience, the origin of coordinates is set to be different for writing a text image and for writing a graphic image. Therefore, this coordinate transformation 12 is executed in the CPU or using a ROM (read only memory) or the like.

この斜線用のコードデータに含まれるその他のデータに
ついては、CPU37がこれをグラフィックモードの処
理用の中間コードに変換する。
The CPU 37 converts other data included in the code data for diagonal lines into intermediate codes for graphic mode processing.

その後は、同じくイメージハンドラ46中に設けられた
グラフィック機構13を用いて、グラフィックモードで
処理する場合と同様にグラフィックイメージの書き込み
を行う。
Thereafter, using the graphic mechanism 13 also provided in the image handler 46, a graphic image is written in the same way as in the case of processing in the graphic mode.

上記テキスト機構およびグラフィック機構は既知のテキ
ストイメージやグラフィックイメージを処理するための
種々の回路を使用すればよく、その回路の詳細な説明は
省略する。
The text mechanism and graphics mechanism described above may use various known circuits for processing text images and graphic images, and a detailed description of the circuits will be omitted.

このようにすれば、第4図において、制御1/F38か
ら入力するコードデータはすべてテキストモードのもの
で、実際にこの装置によってそのデータを処理する場合
は、テキストイメージ処理とグラフィックイメージ処理
とが適宜選択されてビットマツプメモリ上にそのイメー
ジが形成される。従って、斜線について、51重のフォ
ントを用意することなく、任意の傾きの斜線のイメージ
を書き込むことが可能となる。
In this way, in FIG. 4, all the code data input from the control 1/F 38 is in text mode, and when the data is actually processed by this device, text image processing and graphic image processing are performed. An appropriate selection is made and its image is formed on the bitmap memory. Therefore, it is possible to write an image of a diagonal line of any inclination without preparing a 51-fold font.

このことから、制御1/F38にコードデータを送り込
む外部システムは、見掛は上テキストモードのみでこの
ような作表を行うことができる。
Therefore, the external system that sends code data to the control 1/F 38 can perform such a tabulation in an apparent text mode only.

従って、外部システムの負担も軽減される。Therefore, the burden on the external system is also reduced.

また、テキストモードで処理中に、グラフィックモード
にモードの切り換えを行って斜線のみについてそのイメ
ージの書き込みを行う場合に比べて、本発明の方法は高
速で能率良くイメージ形成処理を行うことができる。
Further, compared to the case where the mode is switched to the graphic mode during processing in the text mode and the image is written only for diagonal lines, the method of the present invention can perform image formation processing at high speed and efficiency.

「変形例」 本発明の画像処理方法は以上の実施例に限定されない。"Variation" The image processing method of the present invention is not limited to the above embodiments.

実線のみならず破線斜線のイメージの形成等を行うこと
も可能である。
It is also possible to form images of not only solid lines but also dashed diagonal lines.

「発明の効果」 大容量のフォント用メモリを必要とせず、テキストモー
ドの処理を行いながら、直線性と連続性の良い斜線のイ
メージを形成できる。
"Effects of the Invention" A diagonal line image with good linearity and continuity can be formed while performing text mode processing without requiring a large capacity font memory.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の画像処理方法の実施例を示す゛ブロッ
ク図、第2図はこれを応用したレーザビームプリンタの
概要を示すブロック図、第3図はそ11・・・・・・テ
キスト機構、 12・・・・・・座標変換機構、 13・・・・・・グラフィック機構、 42・・・・・・ビットマツプメモリ。 出  願  人 富士ゼロックス株式会社 代  理  人
Fig. 1 is a block diagram showing an embodiment of the image processing method of the present invention, Fig. 2 is a block diagram showing an outline of a laser beam printer to which this is applied, Fig. 3 is 11... text Mechanism, 12... Coordinate conversion mechanism, 13... Graphic mechanism, 42... Bitmap memory. Applicant: Fuji Xerox Co., Ltd. Agent

Claims (1)

【特許請求の範囲】[Claims] ビットマップメモリに画像信号を供給して記録画像に対
応するイメージを形成するものにおいて、テキストモー
ドの処理用データを処理して前記ビットマップメモリへ
テキストイメージの書き込みを行う一方、そのテキスト
モードの処理用データ中の位置座標データをグラフィッ
クモード用に座標変換して、グラフィック処理を行い、
前記ビットマップメモリ上にグラフィックイメージを書
き込むことを特徴とする画像処理方法。
In a device that supplies an image signal to a bitmap memory to form an image corresponding to a recorded image, the text mode processing data is processed and the text image is written to the bitmap memory, while the text mode processing Convert the position coordinate data in the data for graphic mode, perform graphic processing,
An image processing method comprising writing a graphic image onto the bitmap memory.
JP61211424A 1986-09-10 1986-09-10 Image processing method Pending JPS6367682A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61211424A JPS6367682A (en) 1986-09-10 1986-09-10 Image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61211424A JPS6367682A (en) 1986-09-10 1986-09-10 Image processing method

Publications (1)

Publication Number Publication Date
JPS6367682A true JPS6367682A (en) 1988-03-26

Family

ID=16605725

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61211424A Pending JPS6367682A (en) 1986-09-10 1986-09-10 Image processing method

Country Status (1)

Country Link
JP (1) JPS6367682A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0346020A (en) * 1989-07-13 1991-02-27 Canon Inc Document processing system
US6843643B2 (en) 2001-11-06 2005-01-18 Oken Seiko Co., Ltd. Valve mounting arrangement in a diaphragm pump

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0346020A (en) * 1989-07-13 1991-02-27 Canon Inc Document processing system
USRE40328E1 (en) 1989-07-13 2008-05-20 Canon Kabushiki Kaisha Document processing with flexible resolution and output style
US6843643B2 (en) 2001-11-06 2005-01-18 Oken Seiko Co., Ltd. Valve mounting arrangement in a diaphragm pump
US7040876B2 (en) 2001-11-06 2006-05-09 Oken Seiko Co., Ltd. Valves for a diaphragm pump

Similar Documents

Publication Publication Date Title
JPS6367682A (en) Image processing method
JP2503435B2 (en) Image editing equipment
JP2884407B2 (en) Image processing device
JPS6370286A (en) Image processing
JPS6368889A (en) Image processing
JPS6367867A (en) Image processing method
JPS6327982A (en) Image processing method
JPS6356686A (en) Image processing
JPS6327891A (en) Image processing circuit
JPS6356687A (en) Image processing
JP2637627B2 (en) Jam processing method and recording apparatus
JPS6368890A (en) Image tilting processor
JPS6327880A (en) Image processing circuit
JPS6356688A (en) Image processing
JP3039537B2 (en) Image editing device
JPH0816934B2 (en) Image editing equipment
JP2721154B2 (en) Image processing device
JPS6356762A (en) Image processing method
JPH0568724B2 (en)
JPS6364784A (en) Image editing apparatus
JPS6327879A (en) Image processing circuit
JP2908571B2 (en) Page printer
JP2598125B2 (en) Output control device
JPS61239365A (en) Drawing outputting device
JP2754710B2 (en) External character registration device