JPS6317269B2 - - Google Patents

Info

Publication number
JPS6317269B2
JPS6317269B2 JP56032126A JP3212681A JPS6317269B2 JP S6317269 B2 JPS6317269 B2 JP S6317269B2 JP 56032126 A JP56032126 A JP 56032126A JP 3212681 A JP3212681 A JP 3212681A JP S6317269 B2 JPS6317269 B2 JP S6317269B2
Authority
JP
Japan
Prior art keywords
character
code
run
line
length
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
Application number
JP56032126A
Other languages
Japanese (ja)
Other versions
JPS57168570A (en
Inventor
Susumu Abe
Akio Munakata
Takeshi Kitahara
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP56032126A priority Critical patent/JPS57168570A/en
Priority to KR8200869A priority patent/KR850001657B1/en
Priority to US06/353,334 priority patent/US4516173A/en
Priority to AU81121/82A priority patent/AU535054B2/en
Priority to EP82301125A priority patent/EP0060101B1/en
Priority to DE8282301125T priority patent/DE3279020D1/en
Priority to ES510191A priority patent/ES510191A0/en
Priority to CA000397692A priority patent/CA1186057A/en
Priority to BR8201171A priority patent/BR8201171A/en
Publication of JPS57168570A publication Critical patent/JPS57168570A/en
Publication of JPS6317269B2 publication Critical patent/JPS6317269B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】[Detailed description of the invention]

本発明は、文字の大きさと文字間隔を任意に設
定可能な文字コード/文字パターン変換装置に関
する。なお文字コード/文字パターン変換装置と
は、例えばJISコード、EBCDICコード等の、文
字を識別するために定められたコードデータであ
る文字コードを入力として、該当する文字を白黒
のドツト情報で表現したもの(文字パターンと呼
ぶ)に変換する装置である。 画像処理装置例えばフアクシミリ装置において
は1画素を1ビツトまたは1ドツトとしてA4サ
イズの原稿の1行(CRTにおける1走査線に相
当し、文章の1行ではない)の画素数は1728ビツ
ト、A3サイズのそれは2560ビツトなどと、定ま
つたビツト数のものとなる。またフアクシミリ装
置では伝送データ量の縮減を図つて光電変換出力
をそのまま送出することはせず、帯域圧縮をする
ことが普通である。計算機のコード出力をフアク
シミリに送信する場合も文字パターンそのもので
なく、同様の帯域圧縮が必要となる。計算機から
のコード信号で文字発生器(キヤラクタ・ジエネ
レータ、略してCG)をアクセスし、5×7また
は16×16ドツト/文字などの文字パターン信号を
出力してそれを帯域圧縮を加えただけでフアクシ
ミリへ送信したのでは上記のようにドツト間隔は
微小な一定値なので各文字は全て小型の一定大き
さのものになつてしまう。しかし表題などは大型
の文字で見易くし、注釈などは小型の目立たない
ものにする等の配慮が実際には好ましい。そこで
CG出力に対し文字拡大縮小処理を行なうことが
望まれ、本発明はかゝる要求を満足させることが
できる方式を提供しようとするものである。本発
明の文字コード/文字パターン変換装置は文字コ
ード信号を入力されて該文字コードに対応する文
字パターン信号を発生しかつ該文字パターン信号
を行単位でランレングスコードに変換する回路
と、該変換回路が出力するランレングスコードに
文字拡大率を掛算する乗算器と、該乗算器が出力
する拡大されたランレングスコードに文字間隔幅
を加算する文字間隔挿入回路と、1行の総ドツト
数を一定数にするための初期値をプリセツトされ
そして文字間隔挿入回路から逐次入力されるラン
レングスコードに対し同じ白または黒のものは合
算するランレングス加算回路とを備えることを特
徴とするが、次に実施例につきこれを詳細に説明
する。 文字を拡大する場合でもフアクシミリの1行の
画素数は上記の1728ビツト又は2560ビツトなどの
一定値であり、この中に文字および文字間隔が余
りなく詰めなければならない。そこで1文字の単
位ビツトをA、文字の拡大率をN、1行の文字数
をM、文字間隔をBとすると、次式が成り立つよ
うに各変数を定める必要がある。 A4サイズ:1728=(A×N+B)×M、A×N
B A3サイズ:2560=(A×N+B)×M、A×N
B (A、N、B、Mは整数) なおここでは文字は行の最初から始まり、そし
て各の文字には行間隔Bが続くとしている。1文
字の単位ビツト数を16としたときの各変数の値を
表1に示す。
The present invention relates to a character code/character pattern conversion device that allows character sizes and character spacing to be arbitrarily set. A character code/character pattern conversion device is a device that inputs a character code, which is code data determined to identify characters, such as JIS code or EBCDIC code, and converts the corresponding character into black and white dot information. It is a device that converts characters into objects (called character patterns). Image processing devices For example, in a facsimile device, one pixel is one bit or one dot, and the number of pixels in one line of an A4 size document (corresponding to one scanning line on a CRT, not one line of text) is 1728 bits, which is A3 size. It has a fixed number of bits, such as 2560 bits. Furthermore, in order to reduce the amount of data to be transmitted, facsimile devices generally do not transmit the photoelectric conversion output as is, but compress the band. When transmitting code output from a computer to a facsimile, similar bandwidth compression is required instead of the character pattern itself. Simply access a character generator (CG for short) with a code signal from a computer, output a character pattern signal such as 5 x 7 or 16 x 16 dots/character, and add band compression to it. When sending to a facsimile, the dot spacing is a small constant value as described above, so each character is all small and of a constant size. However, it is actually preferable to use large fonts for titles and other items that are easy to read, and to make annotations smaller and less conspicuous. Therefore
It is desirable to perform character enlargement/reduction processing on CG output, and the present invention seeks to provide a method that can satisfy such a requirement. The character code/character pattern conversion device of the present invention includes a circuit that receives a character code signal, generates a character pattern signal corresponding to the character code, and converts the character pattern signal into a run length code line by line; A multiplier that multiplies the run length code output by the circuit by a character enlargement ratio, a character spacing insertion circuit that adds the character spacing width to the enlarged run length code output from the multiplier, and a character spacing insertion circuit that calculates the total number of dots in one line. It is characterized by comprising a run-length adding circuit which presets an initial value to make a constant number and adds up the same white or black run-length codes sequentially inputted from the character spacing insertion circuit. This will be explained in detail with reference to examples. Even when enlarging characters, the number of pixels in one line of a facsimile is a fixed value, such as the above-mentioned 1728 bits or 2560 bits, and the characters and character spacing must be packed within this value. Therefore, assuming that the unit bit of one character is A, the enlargement rate of a character is N, the number of characters in one line is M, and the character interval is B, each variable must be determined so that the following equation holds. A4 size: 1728 = (A x N + B) x M, A x N
B A3 size: 2560 = (A x N + B) x M, A x N
B (A, N, B, M are integers) It is assumed here that the characters start at the beginning of the line, and each character is followed by the line spacing B. Table 1 shows the values of each variable when the unit bit number of one character is 16.

【表】【table】

【表】【table】

Claims (1)

【特許請求の範囲】[Claims] 1 文字コード信号を入力されて該文字コードに
対応する文字パターン信号を発生しかつ該文字パ
ターン信号を行単位でランレングスコードに変換
する回路と、該変換回路が出力するランレングス
コードに文字拡大率を掛算する乗算器と、該乗算
器が出力する拡大されたランレングスコードに文
字間隔幅を加算する文字間隔挿入回路と、1行の
総ドツト数を一定数にするための初期値をプリセ
ツトされそして文字間隔挿入回路から逐次入力さ
れるランレングスコードに対し同じ白または黒の
ものは合算するランレングス加算回路とを備える
ことを特徴とする文字パターンの拡大が可能な文
字コード/文字パターン変換装置。
1. A circuit that receives a character code signal and generates a character pattern signal corresponding to the character code, converts the character pattern signal into a run-length code line by line, and enlarges the characters into the run-length code output by the conversion circuit. A multiplier that multiplies the rate, a character spacing insertion circuit that adds the character spacing width to the expanded run length code output by the multiplier, and a preset initial value to make the total number of dots in one line a constant number. A character code/character pattern conversion capable of enlarging a character pattern, characterized in that the character code/character pattern conversion is provided with a run-length addition circuit that adds up the same white or black run-length codes for the run-length codes sequentially inputted from the character spacing insertion circuit. Device.
JP56032126A 1981-03-06 1981-03-06 Character code-to-character pattern converter Granted JPS57168570A (en)

Priority Applications (9)

Application Number Priority Date Filing Date Title
JP56032126A JPS57168570A (en) 1981-03-06 1981-03-06 Character code-to-character pattern converter
KR8200869A KR850001657B1 (en) 1981-03-06 1982-02-27 The method of video data changing and its device
US06/353,334 US4516173A (en) 1981-03-06 1982-03-01 Image data conversion method and character code/character pattern conversion apparatus
AU81121/82A AU535054B2 (en) 1981-03-06 1982-03-04 Image data conversion
EP82301125A EP0060101B1 (en) 1981-03-06 1982-03-05 Image data conversion and character code/character pattern conversion
DE8282301125T DE3279020D1 (en) 1981-03-06 1982-03-05 Image data conversion and character code/character pattern conversion
ES510191A ES510191A0 (en) 1981-03-06 1982-03-05 CONVERSION METHOD OF IMAGE INFORMATION.
CA000397692A CA1186057A (en) 1981-03-06 1982-03-05 Image data conversion method and character code/character pattern conversion apparatus
BR8201171A BR8201171A (en) 1981-03-06 1982-03-05 IMAGE DATA CONVERSION PROCESS AND CHARACTER CODE / CHARACTER DEVICE

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56032126A JPS57168570A (en) 1981-03-06 1981-03-06 Character code-to-character pattern converter

Publications (2)

Publication Number Publication Date
JPS57168570A JPS57168570A (en) 1982-10-16
JPS6317269B2 true JPS6317269B2 (en) 1988-04-13

Family

ID=12350184

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56032126A Granted JPS57168570A (en) 1981-03-06 1981-03-06 Character code-to-character pattern converter

Country Status (1)

Country Link
JP (1) JPS57168570A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6180954A (en) * 1984-09-28 1986-04-24 Nec Corp Reducing system of dot pattern character
IL97178A0 (en) * 1991-02-07 1992-06-21 Amiram Carmon Method for compressed storage and fast printing of chinese characters

Also Published As

Publication number Publication date
JPS57168570A (en) 1982-10-16

Similar Documents

Publication Publication Date Title
US4881180A (en) Character image generating circuit
US5838333A (en) Image processing device and image processing method
EP0022490B1 (en) System and method for effecting orthogonal rotation of the scan direction of a digital raster image representation
JP2922680B2 (en) Compressed image storage method for high-resolution computer graphics
US5125072A (en) Efficient data storage system for gray-scale printers
US5606649A (en) Method of encoding a document with text characters, and method of sending a document with text characters from a transmitting computer system to a receiving computer system
JP2007184978A (en) System and method for compressing graphic images
US7555170B2 (en) Image processing apparatus for scaling images
KR850001657B1 (en) The method of video data changing and its device
US5777749A (en) Method and device for compressing bit-map data
JPS6317269B2 (en)
US4703362A (en) Mixed-mode symbol removal method for facsimile data compression
EP0784289A3 (en) Image processing apparatus and method
JPH0244397A (en) Picture data communication equipment
WO1996032811A3 (en) High capacity compressed document image storage for digital color printers
US5522023A (en) Method for representing characters constructing texts in dot pattern and modifying the dot density and transmitting texts
JP2752269B2 (en) Data compression device and wireless data transmission / reception device
EP0394163A3 (en) Enhanced data stream processing in a fixed function terminal
JP2814970B2 (en) Printer system
JP2683506B2 (en) Data compression method and apparatus, data decompression method and apparatus
JPH0230561A (en) Image processing device
JP2949234B2 (en) Image processing method
JP3489881B2 (en) Facsimile machine
KR940005257B1 (en) Image processing method for fax
JP2546421B2 (en) Image information processing apparatus and control method thereof