JPH01208155A - Dot matrix printer - Google Patents

Dot matrix printer

Info

Publication number
JPH01208155A
JPH01208155A JP3449388A JP3449388A JPH01208155A JP H01208155 A JPH01208155 A JP H01208155A JP 3449388 A JP3449388 A JP 3449388A JP 3449388 A JP3449388 A JP 3449388A JP H01208155 A JPH01208155 A JP H01208155A
Authority
JP
Japan
Prior art keywords
dot
data
printing
image data
memory
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
JP3449388A
Other languages
Japanese (ja)
Inventor
Takahiko Aragaki
新垣 隆彦
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP3449388A priority Critical patent/JPH01208155A/en
Publication of JPH01208155A publication Critical patent/JPH01208155A/en
Pending legal-status Critical Current

Links

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B41PRINTING; LINING MACHINES; TYPEWRITERS; STAMPS
    • B41JTYPEWRITERS; SELECTIVE PRINTING MECHANISMS, i.e. MECHANISMS PRINTING OTHERWISE THAN FROM A FORME; CORRECTION OF TYPOGRAPHICAL ERRORS
    • B41J2/00Typewriters or selective printing mechanisms characterised by the printing or marking process for which they are designed
    • B41J2/485Typewriters or selective printing mechanisms characterised by the printing or marking process for which they are designed characterised by the process of building-up characters or image elements applicable to two or more kinds of printing or marking processes
    • B41J2/505Typewriters or selective printing mechanisms characterised by the printing or marking process for which they are designed characterised by the process of building-up characters or image elements applicable to two or more kinds of printing or marking processes from an assembly of identical printing elements

Abstract

PURPOSE:To increase a printing operation speed by thinning out the dots continuing a lateral direction, by thinning out data to be printed by logical operation. CONSTITUTION:An image data memory 1 storing the image data of one dot line, an operation part 2 takes the OR of the complement value of the image data of the n-th dot from the memory 1 and the image data of the (n+1)-th dot, a printing buffer 3 for storing the output data from the operation part 2 and a printing mechanism 4 for performing printing operation on the basis of the printing data from the printing buffer 3 are provided. In performing thinning out printing, the operation part 2 stores the data on and after the second dot in the printing buffer 3 according to a formula: printing data of (n+1)-th data=[printing data of n-th dot] X [printing data of (n+1)-th dot]. By this method, an image wherein dots in a lateral direction are thinned out every other dot is obtained.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、複数個のドツトにより印字文字等を構成する
ドツトマトリクスプリンタに関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a dot matrix printer in which printed characters and the like are formed by a plurality of dots.

〔従来の技術) 従来のシャトル式ドツトインパクトラインプリンタは、
シャオル機構によりキャリアが往復運動することにより
、ドツト印字文字を構成している。
[Conventional technology] Conventional shuttle-type dot impact line printers are
The dot-printed characters are formed by reciprocating the carrier using the Shaol mechanism.

〔発明が解決しようとする課頌〕[The problem that the invention attempts to solve]

高速印字のために、間引印字により幅2ドツトの縦棒を
印字しようとすると、ジグザグの縦棒が印字されること
になる。
When attempting to print a vertical bar with a width of 2 dots by thinning printing for high-speed printing, a zigzag vertical bar will be printed.

〔課題を解決するための手段〕[Means to solve the problem]

本発明によれば、1ドツトライン分のイメージデータを
格納するメモリと、メモリからのnドツト目のイメージ
データの補数値と(n+1)ドツト目のイメージデータ
との論理積をとる演算手段と、演算手段の出力データを
格納する印字データバッファとを有するドツトマトリク
スプリンタが得られる。
According to the present invention, a memory for storing image data for one dot line, an arithmetic means for performing a logical product of the complementary value of the n-th dot image data from the memory and the (n+1)-th dot image data, A dot matrix printer is obtained having a print data buffer for storing output data of the means.

〔実施例〕〔Example〕

次に、本発明の一実施例を示した図面を参照して、本発
明の詳細な説明する。
Next, the present invention will be described in detail with reference to the drawings showing one embodiment of the present invention.

第1図を参照すると、本発明の一実施例は、1ドツトラ
イン分のイメージデータを格納するイメージデータメモ
リ1と、メモリ1からのnドット目のイメージデータの
補数値と(n+1)ドツト目のイメージデータとの論理
積をとる演算部2と、演算部2からの出力データを格納
する印字バッファ3と、印字バッファ3からの印字デー
タにより印字動作を行なう印字機構4とを有している。
Referring to FIG. 1, one embodiment of the present invention includes an image data memory 1 that stores image data for one dot line, a complementary value of the n-th dot image data from the memory 1, and a (n+1)-th dot image data. It has an arithmetic unit 2 that performs a logical product with image data, a print buffer 3 that stores output data from the arithmetic unit 2, and a print mechanism 4 that performs a printing operation using the print data from the print buffer 3.

通常印字を行なう場合には、演算部2は、何等演算を行
なうごとく、入力データをそのまま出力データとして出
力する。このようにして、間引きをしない第2図(a)
に示すような印字が得られる。
When performing normal printing, the calculation unit 2 outputs input data as output data as it is, as if performing any calculation. In this way, Figure 2 (a) without thinning out
Printing as shown in is obtained.

間引き印字を行なう場合には、演算部2は、次の式に従
って、2ドツト目以降のデータを印字バッファ3に格納
する。
When performing thinning printing, the calculation section 2 stores data from the second dot onwards in the print buffer 3 according to the following equation.

(n+1)ドツト目の印字データ= 〔nドツト目の印字データ × C(n+1)ドット目の印字データ〕 上記の式により、第2図(a>にイメージは、第2図(
b)に示すように、横方向に1ドツトおきに間引かれた
イメージが得られる。
(n+1)-th dot print data = [n-th dot print data × C(n+1)-th dot print data] According to the above formula, the image in Figure 2 (a>) is as shown in Figure 2 (
As shown in b), an image is obtained in which every other dot is thinned out in the horizontal direction.

〔発明の効果〕 以上説明したように、本発明によれば、印字するデータ
を論理演算により間引くことにより、横方向に連続した
ドツトを間引くことができる。これにより、印字動作を
高速化することができる。
[Effects of the Invention] As described above, according to the present invention, by thinning out the data to be printed using a logical operation, it is possible to thin out consecutive dots in the horizontal direction. This makes it possible to speed up the printing operation.

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

第1図は本発明の一実施例のブロック図、第2図は本実
施例の動作を説明するための印字結果を示す図である。 1;イメージデータメモリ、2:演算部、3:印字バッ
ファ、4:印字機構。 代理人 弁理士  内 原  音
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG. 2 is a diagram showing printing results for explaining the operation of this embodiment. 1: Image data memory, 2: Arithmetic unit, 3: Print buffer, 4: Print mechanism. Agent Patent Attorney Oto Uchihara

Claims (1)

【特許請求の範囲】[Claims]  1ドットライン分のイメージデータを格納するメモリ
と、前記メモリからのnドット目のイメージデータの補
数値と(n+1)ドット目のイメージデータとの論理積
をとる演算手段と、前記演算手段の出力データを格納す
る印字データバッファとを有することを特徴とするドッ
トマトリクスプリンタ。
a memory for storing image data for one dot line; a calculation means for performing a logical product of the complementary value of the n-th dot image data from the memory and the (n+1)-th dot image data; and an output of the calculation means. A dot matrix printer comprising a print data buffer for storing data.
JP3449388A 1988-02-16 1988-02-16 Dot matrix printer Pending JPH01208155A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3449388A JPH01208155A (en) 1988-02-16 1988-02-16 Dot matrix printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3449388A JPH01208155A (en) 1988-02-16 1988-02-16 Dot matrix printer

Publications (1)

Publication Number Publication Date
JPH01208155A true JPH01208155A (en) 1989-08-22

Family

ID=12415773

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3449388A Pending JPH01208155A (en) 1988-02-16 1988-02-16 Dot matrix printer

Country Status (1)

Country Link
JP (1) JPH01208155A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0622758A2 (en) * 1993-04-30 1994-11-02 Hewlett-Packard Company Raster image depletion for high resolution printing
JPH1110858A (en) * 1997-06-26 1999-01-19 Canon Inc Ink jet recorder and ink jet recording method
US6389167B1 (en) 1998-10-30 2002-05-14 Hewlett-Packard Company Multi-level pixel density reduction for printers

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0622758A2 (en) * 1993-04-30 1994-11-02 Hewlett-Packard Company Raster image depletion for high resolution printing
EP0622758A3 (en) * 1993-04-30 1995-08-02 Hewlett Packard Co Raster image depletion for high resolution printing.
JPH1110858A (en) * 1997-06-26 1999-01-19 Canon Inc Ink jet recorder and ink jet recording method
US6389167B1 (en) 1998-10-30 2002-05-14 Hewlett-Packard Company Multi-level pixel density reduction for printers

Similar Documents

Publication Publication Date Title
EP0160318B1 (en) Printing system for dot-matrix printer
EP0533049B1 (en) Printer for printing bold characters
JPH01218851A (en) Dot matrix type printer
JPH01208155A (en) Dot matrix printer
US3845710A (en) Print control logic circuitry for on-the-fly printers
JPH02269069A (en) Document processor
JP3306653B2 (en) Dot line printer
JPS62212164A (en) Printer
JPH08174910A (en) Method and apparatus for controlling draft printing
JPH0214167A (en) Printing system
JP3242523B2 (en) Printing information processing device
JP3003266B2 (en) Serial printer
JP2002103687A (en) Printer and printing method
JPS6160121A (en) Graphic print processing system
JP2566013B2 (en) Printer device
JPH0421483A (en) Printing method in line printer
JP3003265B2 (en) Serial printer
JPH0276757A (en) Dot control system
JPH01208139A (en) Line printer
JPS63179782A (en) Color printer
JPH0347765A (en) Printer
JPH07102715B2 (en) Printer
JPH03182368A (en) Printing controlling apparatus
JPH01221254A (en) Printer control circuit
JPH04301462A (en) Printing head for printer