JPH08263262A - Compression method for printing data - Google Patents

Compression method for printing data

Info

Publication number
JPH08263262A
JPH08263262A JP7060900A JP6090095A JPH08263262A JP H08263262 A JPH08263262 A JP H08263262A JP 7060900 A JP7060900 A JP 7060900A JP 6090095 A JP6090095 A JP 6090095A JP H08263262 A JPH08263262 A JP H08263262A
Authority
JP
Japan
Prior art keywords
data
bit
row
bits
same
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
JP7060900A
Other languages
Japanese (ja)
Inventor
芳典 ▲高▼橋
Yoshinori Takahashi
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Data 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 Oki Data Corp filed Critical Oki Data Corp
Priority to JP7060900A priority Critical patent/JPH08263262A/en
Publication of JPH08263262A publication Critical patent/JPH08263262A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To provide a compression method by which compression can efficiently be executed even if data on a line which is to be converted and data on an immediately preceding line are hardly matched with each other. CONSTITUTION: An exclusive OR Ex (n, m) is obtd. between data on the line to be converted and data on the same bit position before n-lines (step 1-1). The head bit position variable s-bit which is not converted yet and the variable c-bit of a pointer showing a bit position, under retrieval are initialized (steps 1-2 and 1-3) and the number of continuous identical bits con(n) is initialized (step 1-4). Then, a sub-routine con-make is called, and the number of the continuous identical bits in respective lines preceding to the head bit position which is not converted yet is retrieved. Then, the result is stored (step 1-5) in con(n). The largest con (n) among generated pieces of con(n) is searched (step 1--6). The sub-routine data-make is called and converted data is generated(step 1-7) in accordance with the maximum number of continuous identical bits obtained as a result.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、プリンタで印刷を行う
印刷データを圧縮する方法に関し、とくに印刷データを
保管する際に圧縮する方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of compressing print data to be printed by a printer, and more particularly to a method of compressing print data when it is stored.

【0002】[0002]

【従来の技術】図2は印刷結果を示す説明図、図3は図
2の印刷結果を得るための印刷データを示す説明図であ
る。図2は印刷可能な最小物理サイズ素点(ドット)の
集まりを表現したもので、図3はドットを2進値(1ま
たは0の情報、ビット)の集まりとして表現している。
2. Description of the Related Art FIG. 2 is an explanatory diagram showing a print result, and FIG. 3 is an explanatory diagram showing print data for obtaining the print result of FIG. FIG. 2 shows a set of printable minimum physical size raw dots (dots), and FIG. 3 shows a dot as a set of binary values (information of 1 or 0, bits).

【0003】図3において、左から12番目までの1、
0の組み合わせは、第6行以降変化していない。そこで
各々の行のデータを直前の行のデータと比較し、直前の
行と同じビットの組み合わせの部分は、「ここからの連
続するmビットの組み合わせは、直前行と同じである」
という情報に変換し、直前の行とビットの組み合わせが
異なる部分は、「ここからの連続するnビットは、続く
nビットの情報を充てる」という情報として格納するこ
とにより、変換する前よりも少ないビット数で再生可能
なビット列が生成できる。この様な圧縮方法では、続く
データが直前行と同じ情報を示すのか否か、あるいは何
ビット分が直前行と同じなのかを示すためのビットが必
要になる。
In FIG. 3, the 1st to 12th from the left,
The combination of 0 has not changed since the sixth row. Therefore, the data in each row is compared with the data in the immediately preceding row, and the portion of the same bit combination as in the immediately preceding row is “the combination of consecutive m bits from here is the same as the immediately preceding row”.
By converting to the information, and storing the portion where the bit combination is different from that of the immediately preceding row, the information is stored as "the information of consecutive n bits from here is the information of the following n bits", so that the number is smaller than that before the conversion. A bit string that can be reproduced with the number of bits can be generated. In such a compression method, a bit is required to indicate whether or not the following data shows the same information as the immediately preceding row, or how many bits are the same as the immediately preceding row.

【0004】[0004]

【発明が解決しようとする課題】しかしながら上記従来
の圧縮方法では、図4に示すようなドットに印刷する場
合はデータを圧縮できない。図5は図4のドットに対応
する2進値表である。図5からわかるように、各々の行
のデータは直前行のデータとほとんど一致しない。した
がって、上記従来の方法で圧縮すると、続くデータが直
前行と同じ情報を示すのか否か、あるいは何ビット分が
直前行と同じなのかを示すためのビットが必要になる
分、ビット数が増加することになる。
However, the above-described conventional compression method cannot compress data when printing dots as shown in FIG. FIG. 5 is a binary value table corresponding to the dots in FIG. As can be seen from FIG. 5, the data in each row hardly matches the data in the immediately preceding row. Therefore, when compressed by the above-mentioned conventional method, the number of bits is increased by the amount of bits required to indicate whether the following data shows the same information as the previous row or how many bits are the same as the previous row. Will be done.

【0005】[0005]

【課題を解決するための手段】上記課題を解決するため
に本発明の圧縮方法は、変換を行う当該行の印刷データ
と同様のデータが当該行に先行する複数の行にあるか否
かを検索し、前記先行する複数行の各々において連続す
る同様のデータの数を算出し、前記先行する複数行のう
ち連続する同様のデータの数の最も多い最長連続同様デ
ータ保持行と前記当該行の連続する同様のデータ数が所
定数以上同様である場合、前記保持行の同様データで前
記当該行のデータを変換するようにしたものである。
In order to solve the above problems, the compression method of the present invention determines whether data similar to the print data of the line to be converted is present in a plurality of lines preceding the line. The number of similar data that are consecutive in each of the preceding plurality of rows is searched, and the longest consecutive similar data holding row with the largest number of consecutive similar data in the preceding plurality of rows and the corresponding row When the number of consecutive similar data is equal to or more than a predetermined number, the data of the row is converted with the same data of the holding row.

【0006】[0006]

【作用】上記構成を有する本発明によれば、変換を行う
当該行の印刷データと同様のデータが当該行に先行する
複数の行にあるか否かを比較し、その中から、当該行の
印刷データと同様の連続するデータを有する先行行のデ
ータを指定して圧縮するので、効率的に圧縮を行うこと
ができる。
According to the present invention having the above configuration, whether or not the print data similar to the print data of the line to be converted is present in a plurality of lines preceding the line is compared, and the Since the data of the preceding row having the same continuous data as the print data is designated and compressed, the compression can be efficiently performed.

【0007】[0007]

【実施例】以下、本発明に係る実施例を図面にしたがっ
て説明する。なお各図面に共通する要素には同一の符号
を付す。図1は本発明に係る実施例の動作を示すフロー
チャートである。
Embodiments of the present invention will be described below with reference to the drawings. Note that elements common to the drawings are given the same reference numerals. FIG. 1 is a flowchart showing the operation of the embodiment according to the present invention.

【0008】まず図5において、第3行のドット組み合
わせは、直前の第2行と比較すると、第1列、2列、5
〜29の奇数列、30列および32列が同じであるが、
第1行と比較すると、第4〜第32列までのビット列が
全く同じである。この様に、該当行に先行する複数行ま
で比較の範囲を広げることにより、「続くnビットはm
行前の行の同じビット位置のデータと同じである」とい
う情報に変換し、前の複数行まで比較してもなお該当行
と同じビットの組み合わせが存在しない場合は、「ここ
からの連続するnビットは続くnビットの情報を充て
る」という情報として格納することにより、変換する前
よりも少ないビット数で再生可能なビット列が生成でき
る。
First, in FIG. 5, the dot combinations in the third row are compared with those in the immediately preceding second row.
~ 29 odd columns, 30 and 32 columns are the same,
Compared to the first row, the bit strings from the 4th to 32nd columns are exactly the same. In this way, by expanding the range of comparison to a plurality of lines preceding the corresponding line, "the following n bits are m
If the same bit combination as the relevant row does not exist even after comparing up to the previous multiple rows, it is converted to the information "It is the same as the data at the same bit position in the row before the row." By storing it as information that "n bits are the information of the following n bits", a bit string that can be reproduced with a smaller number of bits than before conversion can be generated.

【0009】上記2種類の情報を混在させるために本実
施例では図6、図7に示す様式を使用する。図6は様式
を示し、図7は様式を示す。本実施例では、1つの
様式で指定する最大ビット数は16、比較の対象とする
先行行数は最大8としている。これら2つの数値は、変
換の対象となる実際のドット列の組み合わせにより最も
効率の良い値が異なる。
In this embodiment, the formats shown in FIGS. 6 and 7 are used to mix the above two types of information. FIG. 6 shows the modalities and FIG. 7 shows the modalities. In the present embodiment, the maximum number of bits specified in one format is 16, and the maximum number of preceding lines to be compared is 8. The most efficient values of these two numerical values differ depending on the actual combination of dot rows to be converted.

【0010】本実施例では、続くデータが先行行と同じ
情報を示すのか否かを表すために1ビットを充てる。図
6に示す様式601において、“1”は先行行と同じ
情報であることを示し、“0”は新たなビットの組み合
わせであることを示す。例えば図6においては、様式識
別ビット602は“1”となっているので、続くデータ
は先行行と同じ情報である。連続同様ビット数603
は、格納される数値+1で何ビット分が連続して先行行
と同じ組み合わせかを示す。また先行行数604は、格
納される数値+1で何行前と連続して同様なのかを示
す。したがって、図に示すように、連続同様ビット数6
03が5で、先行行数604が3の場合は、6ビットデ
ータが4行前の行と連続して同じ情報であることを示し
ている。
In this embodiment, one bit is used to indicate whether or not the following data shows the same information as the preceding row. In the format 601, shown in FIG. 6, "1" indicates the same information as the preceding row, and "0" indicates a new bit combination. For example, in FIG. 6, since the format identification bit 602 is "1", the following data is the same information as the preceding row. Same as continuous 603
Indicates the number of bits to be stored + 1, which is the same combination as the preceding row. Further, the preceding row number 604 is a stored numerical value +1 and indicates how many rows before and the same. Therefore, as shown in the figure, the number of bits is 6
When 03 is 5 and the number of preceding rows 604 is 3, it indicates that the 6-bit data is the same information as the row 4 rows before.

【0011】図7において、様式701では、様式識
別ビット702は“0”である。挿入ビット数703
は、格納される数値+1で何ビット分が連続して挿入さ
れるかを示す。挿入データ704は、挿入されるべきデ
ータそのものを示す。即ち図7に示すように、挿入ビッ
ト数703が4である場合、5ビットデータ704が連
続して新たに挿入されることを示している。
In FIG. 7, in the format 701, the format identification bit 702 is "0". Insertion bit number 703
Indicates how many bits are consecutively inserted by the stored numerical value + 1. Inserted data 704 indicates the data itself to be inserted. That is, as shown in FIG. 7, when the number of insertion bits 703 is 4, it indicates that 5-bit data 704 is continuously inserted newly.

【0012】図5に示す2進値表の第1行目のデータ
は、比較する対象がないので、すべて様式となり、し
たがって様式識別ビット702は“0”、挿入ビット数
703は15、挿入データ704は2進値で“01110101
01010101”、続いて同じ様式で挿入データ704は、
“0101010101010111”となる。この結果、第1行のデー
タは図8に示す通りとなる。
Since the data in the first row of the binary value table shown in FIG. 5 has no object to be compared, it is all in the format. Therefore, the format identification bit 702 is "0", the insertion bit number 703 is 15, and the insertion data is 704 is a binary value “01110101
01010101 ”, followed by insert data 704 in the same format
It becomes "0101010101010111". As a result, the data in the first row becomes as shown in FIG.

【0013】第2行目については、第1行と比較すると
同様ビットが分散した4ビットのみなので、第1行と同
じくすべて様式となり、第2行データは図9に示す通
りの結果となる。
As for the second row, as compared with the first row, only 4 bits in which the bits are dispersed are similar to each other. Therefore, the format is the same as that of the first row, and the second row data has a result as shown in FIG.

【0014】また第3行については、最初の2ビットは
第2行と同様であるが、様式で表現すると8ビットを
要し、様式の場合の7ビットよりもビット数が増加す
る。そこで第3ビット目を含めて様式で表現する。第
4ビット〜第32ビットはすべて第1行と同様なので様
式で表現する。第4ビット〜第19ビットは「連続す
る16ビットは2行前と同様」という内容となるので、
様式識別ビットは602は“1”、同様ビット数は1
5、先行行数は1となる。第20ビット〜第32ビット
は「連続する13ビットは2行前と同様」という内容と
なるので、様式識別ビットは602は“1”、同様ビッ
ト数は12、先行行数は1となる。この結果、第3行デ
ータは図10に示す通りとなる。
Regarding the third row, the first 2 bits are the same as those in the second row, but when expressed in a format, 8 bits are required, and the number of bits is larger than 7 bits in the case of the format. Therefore, it is expressed in a format including the third bit. Since the 4th bit to the 32nd bit are all the same as those in the 1st row, they are expressed in a format. Since the 4th bit to the 19th bit have the content that "consecutive 16 bits are the same as two lines before",
The format identification bit 602 is “1”, and the number of bits is 1 as well.
5, the number of preceding lines is 1. Since the 20th bit to the 32nd bit have the content that "13 consecutive bits are the same as two lines before", the format identification bit 602 is "1", the number of bits is 12, and the number of preceding lines is 1. As a result, the third row data becomes as shown in FIG.

【0015】ここで何ビット連続して同様の場合に様式
よりも様式を採用した方が必要ビット数が少ないか
を考えてみる。様式は固定的に8ビットを必要とす
る。連続するxビットを様式で表現すると、xビット
のデータそのものに5ビットが付加されるので、計(x
+5)ビットが必要となる。このビット数が8以上、即
ちxが4以上、つまり4ビット以上が連続して先行行と
同様の場合に様式を採用すると、必要ビット数が様式
と同じかまたは様式より少なくなる。
Now, let us consider how many bits are consecutive and the number of required bits is smaller when the format is adopted than in the same case. The format fixedly requires 8 bits. If consecutive x bits are expressed in a format, 5 bits are added to the x bit data itself, so the total (x
+5) bits are required. If the format is adopted when the number of bits is 8 or more, that is, x is 4 or more, that is, 4 bits or more are consecutive and similar to the preceding row, the required number of bits is the same as or smaller than the format.

【0016】図11は本発明の実施例を適用するプリン
タのブロック図である。同図において、CPU111は
プリンタに動作全体を制御するとともに、本実施例にお
ける印刷データの圧縮を行う。CPU111にはバス1
12を介してROM113、RAM114およびポート
115が接続されている。ROM113には制御プログ
ラム等が格納され、RAM114には印刷データが一時
的に格納される。ポート115には、上位インタフェー
ス回路116および印刷機構部駆動回路117が接続さ
れ、印刷機構部駆動回路117にはさらに印刷機構部1
18が接続されている。上位インタフェース回路116
には図示しない上位装置が接続されており、この上位装
置からプリンタに印刷データが送られてくる。
FIG. 11 is a block diagram of a printer to which the embodiment of the present invention is applied. In the figure, the CPU 111 controls the entire operation of the printer and compresses print data in this embodiment. Bus 1 for CPU111
The ROM 113, the RAM 114, and the port 115 are connected via 12. A control program or the like is stored in the ROM 113, and print data is temporarily stored in the RAM 114. The upper interface circuit 116 and the printing mechanism unit drive circuit 117 are connected to the port 115, and the printing mechanism unit drive circuit 117 further includes the printing mechanism unit 1.
18 is connected. Upper interface circuit 116
An upper device (not shown) is connected to the printer, and print data is sent from this upper device to the printer.

【0017】次に各フローチャートにしたがって印刷デ
ータの圧縮動作を説明する。図1に示すフローチャート
は、本実施例のアルゴリズム全体を示すメインルーチン
であり、いくつかのステップにおいてサブルーチンを呼
び出す。ここで、各サブルーチンで使用されるアルゴリ
ズムについて説明する。
Next, the print data compression operation will be described with reference to the respective flowcharts. The flowchart shown in FIG. 1 is a main routine showing the entire algorithm of this embodiment, and calls a subroutine in some steps. Here, the algorithm used in each subroutine will be described.

【0018】まず、cur(m)は当該行の第mビットを表
し、Bit(n,m)は当該行のn行前の第mビットを表す。つ
まりここでは、cur(m)とBit(n,m)には予め相当するビッ
トデータが格納されているという前提にたっている。Ex
(n,m) は当該行とn行前の同じビット位置のデータの排
他的論理和(記号#は排他的論理和の演算子である)で
あり、Ex(n,m) が0の場合、当該行の第mビットと同じ
データがn行前にあるといえる。con(n)はn行前に検索
中のビット位置から連続して存在する当該行と同じビッ
トの組み合わせ数が格納される。s-bit は未変換の先頭
ビット位置の変換であり、c-bit は検索中ビット位置を
示すポインタの変数である。m-max は当該行の総ビット
幅を表す。なお使用する様式は、図6および図7に示す
様式と様式としているので、同様ビットを検索する
先行行数604は8で、連続同様ビット数603および
挿入ビット数703の最大値は16としている。また、
当該行に先行する行の数が8未満の場合の例外処理は以
下に説明する動作には含まれていない。
First, cur (m) represents the m-th bit of the row, and Bit (n, m) represents the m-th bit n rows before the row. That is, here, it is assumed that corresponding bit data is stored in advance in cur (m) and Bit (n, m). Ex
(n, m) is the exclusive OR of the data at the same bit position n rows before and the current row (symbol # is the exclusive OR operator), and Ex (n, m) is 0 , It can be said that the same data as the m-th bit of the row is n rows before. con (n) stores the number of bit combinations that are the same as those in the row and that continuously exist from the bit position being searched n rows before. s-bit is the conversion of the unconverted start bit position, and c-bit is the variable of the pointer that indicates the searched bit position. m-max represents the total bit width of the line. Since the format to be used is the same as the formats shown in FIGS. 6 and 7, the number of preceding rows 604 for searching similar bits is 8, and the maximum value of the number of consecutive bits 603 and the number of inserted bits 703 is 16. .. Also,
Exception handling when the number of rows preceding the row is less than 8 is not included in the operation described below.

【0019】まず図1のフローチャートにおいて、サブ
ルーチンEx-setを呼び出してEx(n,m) を生成する。図1
2はサブルーチンEx-setを示すフローチャートである。
図12において、まず先行行のナンバーを表す変数iを
1に初期化し(ステップ12−1)、次にビット位置を
表す変数jを1に初期化する(ステップ12−2)。ス
テップ12−3では、当該行と1行前の最初のビット位
置のデータの排他的論理和Ex(i,j) を求め、ステップ1
2−4でビット位置を変え、最後のビット位置のデータ
まで(ステップ12−5)、当該行と1行前の各ビット
位置のデータの排他的論理和Ex(i,j) を求める。当該行
と1行前の各ビット位置のデータの排他的論理和Ex(i,
j) が求められると、次に当該行と2行前の各ビット位
置のデータの排他的論理和Ex(i,j) を求める(ステップ
12−6)。以上の処理を8行前の各ビット位置のデー
タについて行う(ステップ12−7)。
First, in the flowchart of FIG. 1, a subroutine Ex-set is called to generate Ex (n, m). FIG.
2 is a flowchart showing the subroutine Ex-set.
In FIG. 12, first, the variable i representing the number of the preceding row is initialized to 1 (step 12-1), and then the variable j representing the bit position is initialized to 1 (step 12-2). In step 12-3, the exclusive OR Ex (i, j) of the data at the first bit position one row before and the row concerned is obtained, and step 1
At 2-4, the bit position is changed, and the exclusive OR Ex (i, j) of the data at the bit position one row before and the current row is obtained until the data at the last bit position (step 12-5). Exclusive OR Ex (i,
When j) is obtained, the exclusive OR Ex (i, j) of the data at each bit position two rows before is obtained (step 12-6). The above processing is performed for the data at each bit position 8 rows before (step 12-7).

【0020】図1において、サブルーチンEx-setが終了
すると、未変換先頭ビット位置変数s-bit を初期化する
(ステップ1−2)とともに、検索中ビット位置を示す
ポインタ変数c-bit の初期化を行う(ステップ1−
3)。次にサブルーチンcon-iniを呼び出す(ステップ
1ー4)。
In FIG. 1, when the subroutine Ex-set is completed, the unconverted leading bit position variable s-bit is initialized (step 1-2) and the pointer variable c-bit indicating the bit position being searched is initialized. (Step 1-
3). Next, call the subroutine con-ini (step 1-4).

【0021】図13はサブルーチンcon-ini を示すフロ
ーチャートである。同図において、まず先行行のナンバ
ーの変数iを1に初期化し(ステップ13−1)、連続
同様ビット数con(i)を初期化して0とする(ステップ1
3−2)。以上の処理を先行する8行分行う(ステップ
13−3、13−4)。これにより連続同様ビット数co
n(i)としてすべて0は格納される。この処理が終了する
と、次にサブルーチンcon-makeをコールする(ステップ
1−5)。
FIG. 13 is a flowchart showing the subroutine con-ini. In the figure, first, the variable i of the number of the preceding row is initialized to 1 (step 13-1), and the bit number con (i) is initialized to 0 as in the continuous manner (step 1).
3-2). The above processing is performed for the preceding eight lines (steps 13-3 and 13-4). As a result, the number of bits co
All 0s are stored as n (i). When this process ends, the subroutine con-make is then called (step 1-5).

【0022】図14はサブルーチンcon-makeを示すフロ
ーチャートである。同図において、まず本サブルーチン
内で使用するビット位置変数jを未変換先頭ビット位置
変数s-bit で初期化する(ステップ14−1)。これに
より本サブルーチン内では、s-bit 位置より同様ビット
の有無等が検索される。次に先行行のナンバーiを1で
初期化する(ステップ14−2)。次にi番目の先行行
の検索中ビット位置データが当該行の検索中ビットのデ
ータと同じか否かを判断し(ステップ14−3)、同じ
ならばステップ14−4に分岐し、同じでなければステ
ップ14−11に分岐する。
FIG. 14 is a flowchart showing the subroutine con-make. In the figure, first, the bit position variable j used in this subroutine is initialized with the unconverted head bit position variable s-bit (step 14-1). As a result, in this subroutine, the presence / absence of a bit is similarly searched from the s-bit position. Next, the number i of the preceding line is initialized to 1 (step 14-2). Next, it is judged whether the searched bit position data of the i-th preceding row is the same as the searched bit position data of the row (step 14-3). If not, the process branches to step 14-11.

【0023】ステップ14−4では、同様ビットが1つ
見付かったので、検索中の連続同様ビット数con(i)を1
とする。その後第i先行行において何ビット連続して同
様かを検索し、前記con(i)に格納する。ここでは連続同
様ビット数検索中のビット位置を示す変数としてkを用
いている。即ち、検索中ビット位置は変数jに在るの
で、変数kはステップ14−5でjの値に初期化され、
次にビット位置を調べるためにステップ14−6で1増
加させ、ステップ14−9で実際に当該行と同じデータ
か否かを調べる。ステップ14−9で同じと判断された
場合は、ステップ14−10で連続同様ビット数con(i)
を1増加させ、さらに次のビット位置の検索のためにス
テップ14−6に無条件分岐する。ステップ14−9で
当該行と同じでないと判断された場合は、即座に検索ル
ープを抜け、ステップ14−11に分岐して次の先行行
での処理に移行する。
In step 14-4, since one similar bit is found, the number of consecutive concatenated bits con (i) during the search is set to 1.
And After that, the number of consecutive bits in the i-th preceding row is searched for the same, and the result is stored in the con (i). Here, k is used as a variable indicating the bit position during the bit number search as in the case of continuation. That is, since the searched bit position is in the variable j, the variable k is initialized to the value of j in step 14-5,
Next, in order to check the bit position, it is incremented by 1 in step 14-6, and it is checked in step 14-9 whether the data is actually the same as that in the row. If it is determined in step 14-9 that they are the same, the number of bits con (i) is continuously determined in step 14-10.
Is incremented by 1, and an unconditional branch is made to step 14-6 to search for the next bit position. If it is determined in step 14-9 that the line is not the same as the line in question, the search loop is immediately exited, and the process branches to step 14-11 to shift to the process in the next preceding line.

【0024】ステップ14−7では、検索中に連続同様
ビット数がその最大値16を越えた場合はループを抜け
ることを示す。また変数kはビット位置を表す変数なの
で、検索時のその値は最大ビット幅m-max を越える必要
がなく、ステップ14−8はビット位置変数kが最大ビ
ット幅m-max を越えるとループを抜けることを示してい
る。以上により、未変換先頭ビット位置からの先行各行
での連続同様ビット数の検索結果がcon(n)に格納され
る。サブルーチンcon-makeの処理が終了すると、つぎに
サブルーチンcon-max がコールされる(ステップ1−
6)。
In step 14-7, it is indicated that the loop is exited when the number of bits exceeds the maximum value 16 as in the case of continuous search. Since the variable k represents the bit position, its value at the time of retrieval does not need to exceed the maximum bit width m-max. In step 14-8, the loop is executed when the bit position variable k exceeds the maximum bit width m-max. It indicates that it will come out. As described above, the search result of the number of bits is stored in con (n) in the same manner as in the preceding rows from the unconverted leading bit position. When the processing of the subroutine con-make is completed, the subroutine con-max is called next (step 1-
6).

【0025】図15はサブルーチンcon-makeを示すフロ
ーチャートである。このサブルーチンは、各先行行の連
続同様ビット数con(i)のうち最大のものを探す処理を行
う。同図において、iは検索中の先行行のナンバーを示
し、pは第i先行行検索時点までの最大連続同様ビット
数を有する行の先行行ナンバーを保持する変数である。
まず先行行ナンバーの変数iを当該行の直前行を表す1
に初期化し(ステップ15−1)、最長連続同様ビット
保持行ナンバーpを0とする(ステップ15−2)。こ
れにより検索開始時点でいずれの行にも同様ビットが存
在しないように設定する。次にステップ15−3で、検
索中の行の連続同様ビット数が0か否かを判断し、0の
場合はステップ15−7に分岐して次の先行行に検索の
対象を移す。
FIG. 15 is a flowchart showing the subroutine con-make. This subroutine performs a process of searching for the largest number of bits con (i) as in the case of continuation of each preceding row. In the figure, i indicates the number of the preceding line being searched, and p is a variable holding the preceding line number of a line having the same number of bits as the maximum continuous number up to the i-th preceding line search time point.
First, the variable i of the preceding line number is set to 1 representing the line immediately preceding the line.
(Step 15-1), and the bit holding row number p is set to 0 (step 15-2) in the same manner as longest continuous. As a result, the bits are set so that there is no bit in any row at the start of the search. Next, at step 15-3, it is determined whether the number of bits is 0, which is the same as the continuation of the line being searched. If it is 0, the process branches to step 15-7 to move the search target to the next preceding line.

【0026】検索中の行の連続同様ビット数が0でない
場合は、既知の最長連続同様ビット数との比較を行うべ
くステップ15−4に分岐する。ステップ15−4で
は、既知の最長連続同様ビット数が在るか否かを判断し
(最長連続同様ビット保持行ナンバーpが0の場合は、
既知の最長連続同様ビット数は存在しない)、既知の最
長連続同様ビット数が存在しない場合、ステップ15−
6に分岐して検索中の行を最長連続同様ビット保持行ナ
ンバーとするために、pに検索中の行ナンバーiを代入
する。
If the number of consecutive bits of the row being searched is not 0, the process branches to step 15-4 to compare with the known number of consecutive longest bits. In step 15-4, it is determined whether or not there is a known number of bits as in the longest consecutive case (if the bit holding row number p is 0 as in the longest consecutive case,
If there is no known longest consecutive bit number as well), and if there is no known longest consecutive bit number, then step 15-
In order to branch to 6 and make the row being searched for the bit holding row number in the same manner as the longest consecutive row, the row number i being searched is assigned to p.

【0027】また既知の最長連続同様ビット数が存在す
る場合は、ステップ15−5で、既知の最長連続同様ビ
ット数con(p)と検索中の行の連続同様ビット数con(i)と
を比較し、検索中の行の連続同様ビット数con(i)が既知
の最長連続同様ビット数con(p)よりも大きい場合に、ス
テップ15−6にて、検索中の行を最長連続同様ビット
保持行ナンバーとするために、pに検索中の行のナンバ
ーiを代入する。検索中の行の連続同様ビット数con(i)
が既知の最長連続同様ビット数con(p)よりも大きくない
場合は、最長連続同様ビット保持行ナンバーpは更新せ
ず、ステップ15−7に分岐して次の先行行に検索の対
象を移す。ステップ15−8は、検索対象の先行行の検
索を終了したか否かを、検索中の行のナンバーiが8を
越えたか否かで判断し、検索対象行数以下の場合は次の
先行行の検索のためにステップ15−3に分岐し、検索
対象行数8を越えた場合はこのサブルーチンを終了す
る。本サブルーチンの終了時、変数pには最長連続同様
ビット保持行のナンバーが格納される。同様ビットをい
ずれの検索対象先行行にも有しない場合、変数pは0と
なっている。サブルーチンcon-max の処理が終了する
と、つぎにサブルーチンdata-make がコールされる(ス
テップ1−7)。
If there is a known longest consecutive bit number con (i), the known longest consecutive bit number con (p) and the row contiguous bit number con (i) of the row being searched are found in step 15-5. If it is compared, and if the number of consecutive bits of the row being searched con (i) is larger than the known number of longest consecutive bits of con (p), in step 15-6, the row of the row being searched is given the same number of consecutive bits. In order to use the holding row number, the number i of the row being searched is assigned to p. Consecutive number of bits for the line being searched con (i)
Is not larger than the known longest consecutive bit number con (p), the longest consecutive bit holding row number p is not updated, and the process branches to step 15-7 to move the search target to the next preceding row. . In step 15-8, it is judged whether or not the search of the preceding line to be searched is completed, depending on whether or not the number i of the line being searched exceeds 8, and if the number is equal to or less than the number of lines to be searched, the next preceding line is searched. The process branches to step 15-3 to search for lines, and when the number of lines to be searched exceeds 8, this subroutine is finished. At the end of this subroutine, the number of the bit holding row is stored in the variable p as in the longest continuous. When the same bit is not included in any preceding row to be searched, the variable p is 0. When the processing of the subroutine con-max is completed, the subroutine data-make is then called (step 1-7).

【0028】図16はサブルーチンdata-make を示すフ
ローチャートである。このサブルーチンdata-make は、
サブルーチンcon-max で得られた最長連続同様ビット数
にしたがって、変換データを生成する処理を行う。この
サブルーチンdata-make の説明に先立って、このサブル
ーチンdata-make の中でコールされる別のサブルーチン
make-same およびサブルーチンmake-newについて説明す
る。図17はサブルーチンmake-same を示すフローチャ
ートである。
FIG. 16 is a flow chart showing the subroutine data-make. This subroutine data-make
The conversion data is generated according to the same number of bits as the longest continuous obtained by the subroutine con-max. Before explaining this subroutine data-make, another subroutine called in this subroutine data-make
Explain make-same and subroutine make-new. FIG. 17 is a flowchart showing the subroutine make-same.

【0029】図17において、サブルーチンmake-same
は、様式にて先行行に連続同様データが在る場合の変
換データを作成するサブルーチンである。なおこのサブ
ルーチンにおいて、平行四辺形の処理ボックスは、変換
データをメモリ(図11に示すRAM114)内の領域
に格納する処理を示す。まずステップ17−1で、メモ
リ内に様式識別ビット602として“1”を格納する。
これにより様式であることを明示する。次にステップ
17−2で、検索中ビット位置を示すポインタ変数c-bi
t と未変換先頭ビット位置変数s-bit の差を連続同様ビ
ット数603としてメモリに格納する。続くステップ1
7−3では、様式の先行行数604を格納するが、変
数pは直前行のナンバーを1としているので、様式に
対応させるためにp−1を格納する。
In FIG. 17, the subroutine make-same
Is a subroutine for creating conversion data in the case where similar data is continuously present in the preceding line. In this subroutine, the parallelogram processing box indicates the processing for storing the conversion data in the area in the memory (RAM 114 shown in FIG. 11). First, in step 17-1, "1" is stored in the memory as the style identification bit 602.
This clearly indicates that it is a form. Next, in step 17-2, a pointer variable c-bi indicating the searched bit position
The difference between t and the unconverted leading bit position variable s-bit is stored in the memory as the number of bits 603, which is the same as continuous. Continued Step 1
In 7-3, the number of preceding lines 604 of the style is stored, but since the variable p has the number of the immediately preceding row set to 1, p-1 is stored to correspond to the style.

【0030】図18はサブルーチンmake-newを示すフロ
ーチャートである。このサブルーチンmake-newは、いず
れの検索対象先行行にも同様データが存在しない場合
に、様式で変換データを作成するサブルーチンであ
る。このサブルーチンにおいても、平行四辺形の処理ボ
ックスは、変換データをメモリ(図11に示すRAM1
14)内の領域に格納する処理を示す。まずステップ1
8−1で、メモリに様式識別ビット702として“0”
を格納し、様式であることを明示する。ステップ18
−2では、検索中ビット位置を示すポインタ変数c-bit
と未変換先頭ビット位置変数s-bit の差を挿入ビット数
703としてメモリに格納する。検索中ビット位置を示
すポインタ変数c-bit を利用して、様式の挿入ビット
数703として(c-bit)-(s-bit)を充てることができ
る。
FIG. 18 is a flowchart showing the subroutine make-new. This sub-routine make-new is a sub-routine that creates converted data in a format when there is no similar data in any preceding row to be searched. Also in this subroutine, the parallelogram processing box stores the converted data in the memory (RAM 1 shown in FIG. 11).
14) shows the process of storing in the area inside. First step 1
8-1, "0" is stored in the memory as the format identification bit 702.
Is stored and the format is clearly specified. Step 18
-2, a pointer variable c-bit indicating the bit position being searched
And the unconverted leading bit position variable s-bit is stored in the memory as the insertion bit number 703. (C-bit)-(s-bit) can be used as the number of inserting bits 703 of the format by using the pointer variable c-bit indicating the bit position during the search.

【0031】ステップ18−3からステップ18−6で
は、様式の挿入データ704を格納する。変数iは格
納すべきビット位置のポインタとして使用されており、
ステップ18−3で未変換ビット位置変数s-bit を代入
して初期化され、ステップ18−4で当該行のビットデ
ータcur(i)を格納し、ステップ18−5で1ずつ増加さ
れるポインタに従って、ステップ18−6でポインタが
c-bit を越えるまで連続してメモリに格納する。
In steps 18-3 to 18-6, the format insertion data 704 is stored. The variable i is used as a pointer to the bit position to be stored,
A pointer that is initialized by substituting the unconverted bit position variable s-bit in step 18-3, stores the bit data cur (i) of the row in step 18-4, and is incremented by 1 in step 18-5. And the pointer is
Store continuously in memory until it exceeds c-bit.

【0032】次に図16のフローチャートにしたがって
サブルーチンdata-make について説明する。このサブル
ーチンでは、連続同様ビット数con(p)が4を越える場合
に、様式で変換データを格納して未変換先頭ビット位
置変数s-bit を更新し、それ以外の場合は、未変換ビッ
ト数((c-bit)-(s-bit+1))が様式で規定される最大
ビット長16を越えようとする場合に様式で変換デー
タを格納して未変換先頭ビット位置変数s-bit を更新
し、越えない場合は単にc-bit を1増加している。
Next, the subroutine data-make will be described with reference to the flowchart of FIG. In this subroutine, if the number of bits con (p) exceeds 4, the converted data is stored in a format and the unconverted start bit position variable s-bit is updated, otherwise, the number of unconverted bits is changed. When ((c-bit)-(s-bit + 1)) tries to exceed the maximum bit length 16 specified in the format, the converted data is stored in the format and the unconverted start bit position variable s-bit is set. It is updated, and if it does not exceed, it simply increments c-bit by 1.

【0033】まずステップ16−1では、検索対象先行
行に同様ビットが存在するか否かを、変数pが0(存在
しない場合)か1(存在する場合)かで判定し、存在す
る場合はステップ16−2に分岐し、存在しない場合は
ステップ16−3に分岐する。ステップ16−2では、
前述したように連続同様ビット数が4以下の場合は様式
の方が変換後のビット数が少なくなるので、連続同様
ビット数が4以下の場合はステップ16−3に分岐して
同様ビットが存在しない場合と同様の処理を行う。
First, at step 16-1, it is judged whether or not there is a similar bit in the preceding row to be searched, depending on whether the variable p is 0 (if it does not exist) or 1 (if it exists). If it does not exist, the process branches to step 16-2. If not, the process branches to step 16-3. In step 16-2,
As described above, if the number of bits is 4 or less as in continuous, the number of bits after conversion is smaller in the format. If the number of bits is 4 or less as in continuous, the process branches to step 16-3 and the same bit exists. The same processing is performed as when not performing.

【0034】ステップ16−2で連続同様ビット数が4
を越える場合は、ステップ16−4に分岐し、未変換先
頭ビット位置と検索中ビット位置が等しいか否かを判断
する。ここで等しくないと判断された場合は、未変換先
頭ビット位置と検索中ビットの1ビット前まではデータ
は様式に従って変換されなければならないので、ステ
ップ16−5からステップ16−8にて様式に従って
変換される。ステップ16−5では、検索中ビット位置
の1ビット前までのデータを様式に従って変換するた
めに、検索中ビット位置ポインタ変数を1減らす。これ
により次にステップ16−6でサブルーチンmake-newを
呼び出す準備をする。ステップ16−6ではサブルーチ
ンmake-newを呼び出し、図18で説明したサブルーチン
make-new処理を行い、様式に従ってデータを変換す
る。ステップ16−7では、ステップ16−5で補正し
たc-bit の内容を復旧し、ステップ16−8で、復旧し
たc-bit の値をs-bit に代入して未変換先頭ビット位置
を補正する。
In step 16-2, the number of bits is 4 as in the continuous manner
If it exceeds, the process branches to step 16-4, and it is determined whether or not the unconverted leading bit position is equal to the searching bit position. If it is determined that they are not equal, the data must be converted according to the format up to the unconverted head bit position and one bit before the bit being searched, so according to the format in steps 16-5 to 16-8. To be converted. In step 16-5, the searching bit position pointer variable is decremented by 1 in order to convert the data up to 1 bit before the searching bit position according to the format. This prepares to call the subroutine make-new in the next step 16-6. In step 16-6, the subroutine make-new is called, and the subroutine described in FIG. 18 is executed.
Perform make-new processing and convert data according to the format. In step 16-7, the contents of the c-bit corrected in step 16-5 are restored, and in step 16-8, the restored c-bit value is substituted into s-bit to correct the unconverted leading bit position. To do.

【0035】ステップ16−4で、未変換先頭ビット位
置と検索中ビット位置が等しいと判断された場合は、ス
テップ16−9に分岐する。ステップ16−9では、次
のステップ16−10で呼び出されるサブルーチンmake
-same 処理で使用される変数c-bit の意味に合わせるた
めに、c-bit にcon(p)を加算してさらに1減ずることに
より、c-bit の内容を同様ビット後縁位置としている。
ステップ16−10では、サブルーチンmake-same を呼
び出して、図17で説明したように、様式の変換デー
タを格納し、ステップ16−11およびステップ16−
12で、s-bitおよびc-bit を更新する。
If it is determined in step 16-4 that the unconverted leading bit position is equal to the searched bit position, the process branches to step 16-9. In step 16-9, the subroutine make called in the next step 16-10
In order to match the meaning of the variable c-bit used in the -same process, con (p) is added to c-bit and further decremented by 1, so that the content of c-bit is the bit trailing edge position.
In step 16-10, the subroutine make-same is called to store the format conversion data as described with reference to FIG. 17, and the steps 16-11 and 16-
At 12, the s-bit and c-bit are updated.

【0036】ステップ16−3では、検索中ビット位置
を示すポインタ変数c-bit が未変換先頭ビット位置変数
s-bit に対して15多い(16ビット連続して連続同様
ビットが存在しない)場合には、その時点の検索中行ビ
ットまでのデータを変換するために、ステップ16−1
3に分岐し、サブルーチンmake-newを呼び出して、様式
に従ってデータを変換する。そしてステップ16−1
4およびステップ16−16で、s-bit およびc-bit を
更新する。
In step 16-3, the pointer variable c-bit indicating the bit position being searched is the unconverted head bit position variable.
If there are 15 more s-bits (there are no 16 consecutive bits in the same manner), step 16-1 is performed in order to convert the data up to the currently searched row bit.
Branch to 3 and call the subroutine make-new to convert the data according to the format. And step 16-1
In step 4 and step 16-16, the s-bit and c-bit are updated.

【0037】ステップ16−3で変数c-bit とs-bit の
差が15未満の場合は、ステップ16−15に分岐し、
検索中ビット位置を示すポインタ変数c-bit が最大ビッ
ト幅に達しているか否かを判断し、達している場合は処
理を終了し、達していない場合はステップ16−16に
分岐してc-bit を更新する。
If the difference between the variable c-bit and s-bit is less than 15 in step 16-3, the process branches to step 16-15,
It is determined whether or not the pointer variable c-bit indicating the bit position being searched reaches the maximum bit width. If it has reached, the processing is terminated, and if it has not reached, the process branches to step 16-16 and c- Update the bit.

【0038】図1におけるステップ1−8は、未変換ビ
ットが最大ビット幅に達した場合にループを抜けるため
のステップであり、未変換ビットが最大ビット幅に達し
た場合ステップ1−9に分岐し、それ以外の場合はステ
ップ1−4に分岐する。ステップ1−9では、未変換ビ
ットがある場合にそれらを様式に変換するサブルーチ
ンmake-newを呼び出し、処理を行う。
Step 1-8 in FIG. 1 is a step for exiting the loop when the unconverted bit reaches the maximum bit width, and branches to step 1-9 when the unconverted bit reaches the maximum bit width. If not, the process branches to step 1-4. In step 1-9, if there are unconverted bits, a subroutine make-new for converting them into a format is called and processing is performed.

【0039】以上述べた変換アルゴリズムに基いて図5
に示す2進値表を変換した結果を図19に示す。本実施
例により変換した場合は、960ビットのデータが69
6ビットに変換され、約72%に圧縮される。
Based on the conversion algorithm described above, FIG.
FIG. 19 shows the result obtained by converting the binary value table shown in FIG. When converted according to this embodiment, 960-bit data is 69
It is converted to 6 bits and compressed to about 72%.

【0040】[0040]

【発明の効果】以上詳細に説明したように本発明によれ
ば、当該行のデータと先行する複数行のデータとを比較
し、その中から当該行と同様のビットを最も長く有する
行データを指定して圧縮するので、直前行のデータとほ
とんど一致しない印刷データもビット数が少なくなるよ
うに効率的に圧縮することができる。
As described above in detail, according to the present invention, the data of the row is compared with the data of the preceding rows, and the row data having the longest bit similar to the row is selected from the data. Since the designated data is compressed, the print data that hardly matches the data of the immediately preceding line can be efficiently compressed so that the number of bits is reduced.

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

【図1】本発明の実施例の動作を示すフローチャートで
ある。
FIG. 1 is a flowchart showing the operation of an embodiment of the present invention.

【図2】印刷結果を示す説明図である。FIG. 2 is an explanatory diagram showing a print result.

【図3】図2の印刷結果を得るための印刷データを示す
説明図である。
FIG. 3 is an explanatory diagram showing print data for obtaining the print result of FIG.

【図4】他の印刷結果を示す説明図である。FIG. 4 is an explanatory diagram showing another print result.

【図5】図4の印刷データを示す説明図である。FIG. 5 is an explanatory diagram showing print data of FIG.

【図6】圧縮データの様式を示す説明図である。FIG. 6 is an explanatory diagram showing a format of compressed data.

【図7】圧縮データの様式を示す説明図である。FIG. 7 is an explanatory diagram showing a format of compressed data.

【図8】第1行データを示す説明図である。FIG. 8 is an explanatory diagram showing first row data.

【図9】第2行データを示す説明図である。FIG. 9 is an explanatory diagram showing second row data.

【図10】第3行データを示す説明図である。FIG. 10 is an explanatory diagram showing third row data.

【図11】実施例を適用するプリンタのブロック図であ
る。
FIG. 11 is a block diagram of a printer to which the embodiment is applied.

【図12】実施例のサブルーチンを示すフローチャート
である。
FIG. 12 is a flowchart showing a subroutine of the embodiment.

【図13】実施例のサブルーチンを示すフローチャート
である。
FIG. 13 is a flowchart showing a subroutine of the embodiment.

【図14】実施例のサブルーチンを示すフローチャート
である。
FIG. 14 is a flowchart showing a subroutine of the embodiment.

【図15】実施例のサブルーチンを示すフローチャート
である。
FIG. 15 is a flowchart showing a subroutine of an embodiment.

【図16】実施例のサブルーチンを示すフローチャート
である。
FIG. 16 is a flowchart showing a subroutine of the embodiment.

【図17】実施例のサブルーチンを示すフローチャート
である。
FIG. 17 is a flowchart showing a subroutine of the embodiment.

【図18】実施例のサブルーチンを示すフローチャート
である。
FIG. 18 is a flowchart showing a subroutine of the embodiment.

【図19】実施例により変換した結果を示す説明図であ
る。
FIG. 19 is an explanatory diagram showing a result of conversion according to the example.

【符号の説明】[Explanation of symbols]

111 CPU 114 RAM 601 様式 602 様式識別ビット 603 連続同様ビット数 604 先行行数 111 CPU 114 RAM 601 Style 602 Style identification bit 603 Same number of consecutive bits 604 Number of preceding lines

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 印刷データを圧縮する方法において、 変換を行う当該行の印刷データと同様のデータが当該行
に先行する複数の行にあるか否かを検索し、 前記先行する複数行の各々において連続する同様のデー
タの数を算出し、 前記先行する複数行のうち連続する同様のデータの数の
最も多い最長連続同様データ保持行と前記当該行の連続
する同様のデータ数が所定数以上同様である場合、前記
保持行の同様データで前記当該行のデータを変換するこ
とを特徴とする印刷データの圧縮方法。
1. A method for compressing print data, wherein whether or not data similar to the print data of the line to be converted is present in a plurality of lines preceding the line, and each of the preceding lines is searched. In the above, the number of consecutive similar data is calculated, and the longest consecutive similar data holding row with the largest number of consecutive similar data among the preceding plurality of rows and the number of consecutive similar data of the row is a predetermined number or more. If the same, the print data compression method is characterized in that the data of the row is converted with the same data of the holding row.
【請求項2】 前記最長連続同様データ保持行の同様デ
ータでの前記当該行のデータの変換は、該保持行の同様
データで変換することを示すビットと、連続同様ビット
数を示すビットと、該保持行の先行行数を示すビットと
により行う請求項1記載の印刷データの圧縮方法。
2. The conversion of the data of the row with the same data of the data holding row similar to the longest continuous, a bit indicating that conversion is performed with the similar data of the holding row, and a bit indicating a number of bits similar to the continuous row, The method for compressing print data according to claim 1, wherein the method is performed by using a bit indicating the number of preceding rows of the held row.
JP7060900A 1995-03-20 1995-03-20 Compression method for printing data Pending JPH08263262A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7060900A JPH08263262A (en) 1995-03-20 1995-03-20 Compression method for printing data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7060900A JPH08263262A (en) 1995-03-20 1995-03-20 Compression method for printing data

Publications (1)

Publication Number Publication Date
JPH08263262A true JPH08263262A (en) 1996-10-11

Family

ID=13155702

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7060900A Pending JPH08263262A (en) 1995-03-20 1995-03-20 Compression method for printing data

Country Status (1)

Country Link
JP (1) JPH08263262A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7272180B2 (en) 2002-10-01 2007-09-18 Avocent Corporation Video compression system
US7336839B2 (en) 2004-06-25 2008-02-26 Avocent Corporation Digital video compression command priority
US7457461B2 (en) 2004-06-25 2008-11-25 Avocent Corporation Video compression noise immunity
US7782961B2 (en) 2006-04-28 2010-08-24 Avocent Corporation DVC delta commands
US9424215B2 (en) 2006-08-10 2016-08-23 Avocent Huntsville Corporation USB based virtualized media system
US9560371B2 (en) 2003-07-30 2017-01-31 Avocent Corporation Video compression system

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7809058B2 (en) 2002-10-01 2010-10-05 Avocent Corporation Video compression system
US7321623B2 (en) 2002-10-01 2008-01-22 Avocent Corporation Video compression system
US7272180B2 (en) 2002-10-01 2007-09-18 Avocent Corporation Video compression system
US7515633B2 (en) 2002-10-01 2009-04-07 Avocent Corporation Video compression system
US7515632B2 (en) 2002-10-01 2009-04-07 Avocent Corporation Video compression system
US7542509B2 (en) 2002-10-01 2009-06-02 Avocent Corporation Video compression system
US7720146B2 (en) 2002-10-01 2010-05-18 Avocent Corporation Video compression system
US7738553B2 (en) 2002-10-01 2010-06-15 Avocent Corporation Video compression system
US9560371B2 (en) 2003-07-30 2017-01-31 Avocent Corporation Video compression system
US7457461B2 (en) 2004-06-25 2008-11-25 Avocent Corporation Video compression noise immunity
US7336839B2 (en) 2004-06-25 2008-02-26 Avocent Corporation Digital video compression command priority
US7782961B2 (en) 2006-04-28 2010-08-24 Avocent Corporation DVC delta commands
US9424215B2 (en) 2006-08-10 2016-08-23 Avocent Huntsville Corporation USB based virtualized media system

Similar Documents

Publication Publication Date Title
JP3540109B2 (en) Data compression method and apparatus
US4641274A (en) Method for communicating changes made to text form a text processor to a remote host
JP3136796B2 (en) Variable length code decoder
JP5251799B2 (en) Data processing apparatus and data processing method
JPH07249996A (en) Method and apparatus for restoration of compressed code
JP3240495B2 (en) Lossless data encoding method and device, and decompression device
EP0149122A2 (en) A method for converting a bit map of an image to a run length or run end representation
KR0147355B1 (en) Graphics images data compression method
JPH0328874B2 (en)
JPH08263262A (en) Compression method for printing data
AU740957B2 (en) File processing method, data processing apparatus and storage medium
JP2004194343A (en) System and method for path compression optimization in pipeline type hardware bitmap type multi-bit trie algorithm network search engine
US4866440A (en) Method for compressing and restoring data series and apparatus for realizing same
US20030085820A1 (en) Method and apparatus for encoding digital data
JP5778595B2 (en) Data compression method and apparatus
US5150108A (en) Method for slanting a generic font format while inserting corrective pixels to improve print quality
JPS60195637A (en) Character generator for dot matrix printer
JPS605330A (en) Word processor
AU1985897A (en) Method and apparatus for generating a transform
JP3229690B2 (en) Variable length code decoder
JP2847985B2 (en) Kana-Kanji conversion system for phrase segmentation learning information retrieval
JP5521501B2 (en) Image processing apparatus and image processing method
JP2562540B2 (en) Figure processing method
JPH09198384A (en) Correction presenting device
JPH01190478A (en) Document forming machine