JPS61112282A - Image processing system - Google Patents

Image processing system

Info

Publication number
JPS61112282A
JPS61112282A JP23324784A JP23324784A JPS61112282A JP S61112282 A JPS61112282 A JP S61112282A JP 23324784 A JP23324784 A JP 23324784A JP 23324784 A JP23324784 A JP 23324784A JP S61112282 A JPS61112282 A JP S61112282A
Authority
JP
Japan
Prior art keywords
image
data
image data
page memory
rotation
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
JP23324784A
Other languages
Japanese (ja)
Inventor
Satoshi Ono
聡 小野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP23324784A priority Critical patent/JPS61112282A/en
Publication of JPS61112282A publication Critical patent/JPS61112282A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)

Abstract

PURPOSE:To increase the image compressibility regardless of the coding direction of an original and to attain the run length coding with high efficiency, by using an image turning means which reads out the image signal and turns it in a prescribed direction. CONSTITUTION:When the image data is turned, a CPU 22 writes successively the bit data of X and Y directions to a page memory P1 of an RAM 24 for the image data read by an original reader 2. Then the CPU 22 reads the 0-th data out of the memory P1 to a turning circuit 26 and then writes successively the data on the following addresses after writing each bit data to a page mem ory P2. The operations are carried out with a single piece of image data. Thus the coding direction is turned by 90 deg.. This can increase the image compressibility regardless of the coding direction of an original.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、画像読み取り手段が読み取った画像情報を
圧縮、伸張する画像処理システムに関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an image processing system that compresses and expands image information read by an image reading means.

〔従来技術とその問題点〕[Prior art and its problems]

画像情報をディジタル化して得られる画像データは、そ
れぞれの画像データを形成する画像データの特性に応じ
てデータ値の分布に大きな偏りをもつ0例えば、ファク
シミリ画像では、通常白地の背景の上に文字や図形が描
かれるので、ファクシミリデータ(白黒2値)では「白
」に相当するデータ値をもつデータ割合が圧倒的に多い
Image data obtained by digitizing image information has a large bias in the distribution of data values depending on the characteristics of the image data forming each image data.For example, in facsimile images, characters are usually printed on a white background. and figures are drawn, so facsimile data (black and white binary) has an overwhelmingly large proportion of data values corresponding to "white".

このようなデータの偏りを利用してデータ圧縮を実現す
る符号化法として、従来からよく知られるランレングス
(以下RLと呼ぶ)符号化法がある。この方法は同一の
データの連なり(これをランと呼ぶ)をそのデータ値お
よび七〇ランに含まれるデータの数(これをRLまたは
連長と呼ぶ)を表す符号で表現することによりデータ圧
縮を行うものである。
As an encoding method that realizes data compression by utilizing such data bias, there is a conventionally well-known run length (hereinafter referred to as RL) encoding method. This method compresses data by representing a series of identical data (this is called a run) with a code that represents its data value and the number of data included in the 70 runs (this is called RL or run length). It is something to do.

従来の装置において、RL符号化法の動作は次のように
行われる。
In conventional devices, the operation of the RL encoding method is as follows.

まず、符号化すべきデータが順次入力されると、そのデ
ータ値が検知され、検知の結果直前のデータ値と同一で
あればそれまでの連長の計数値を変更(カウントアツプ
)する、また、直前のデータの値と同一でなければラン
が終了したものとして、それまでの連長の計数値に基づ
いて符号語が作成され、それが出力されるととともに新
しいランの開始に対応する最初の連長計数がなされる。
First, when the data to be encoded is input sequentially, the data value is detected, and if the detection result is the same as the previous data value, the count value of the run length up to that point is changed (counted up). If the value is not the same as the previous data value, the run is considered to have ended, and a codeword is created based on the run length count up to that point, and the codeword is output and the first codeword corresponding to the start of a new run is generated. A run length count is performed.

このような符号化法は第1図(a)に示されるように符
号化方向に白地とか罫線の方向が一致した場合は、同一
のデータが連続するため、圧縮率が高まり有効であるが
、同図(b)に示されるように符号化方向が罫線の方向
と交差すると、異なるデータが交互にでてくるため、圧
縮率が大幅に低下する。
As shown in Figure 1(a), this encoding method is effective when the direction of a white background or ruled line matches the encoding direction, as the same data is continuous, increasing the compression rate. When the encoding direction intersects with the ruled line direction as shown in FIG. 2B, different data appear alternately, resulting in a significant reduction in the compression rate.

一般に文書、書類等は縦書き、横書きが混在し、同じ書
類でも符号化方向によっては圧縮率が低下し、甚だ具合
が悪い。
In general, documents, documents, etc. have both vertical and horizontal writing, and even for the same document, depending on the encoding direction, the compression rate will decrease, which is extremely bad.

〔発明の目的〕[Purpose of the invention]

この発明は上記の点にかんがみなされたもので、信号格
納手段に格納された画像信号を所定方向に回転させる回
転指令手段と、この回転指令手段の回転指令に応じて信
号格納手段に格納された画像信号を読み出し所定方向に
回転させる画像回転手段とを設けることにより、原稿の
符号化方向に左右されずに画像圧縮率を高めRL符号化
を効率よく実行できる画像処理システムを提供すること
を目的とする。
The present invention has been made in consideration of the above points, and includes a rotation command means for rotating an image signal stored in a signal storage means in a predetermined direction, and a rotation command means for rotating an image signal stored in a signal storage means in a predetermined direction. An object of the present invention is to provide an image processing system that can increase the image compression rate and efficiently perform RL encoding regardless of the encoding direction of a document by providing an image rotation means that reads out an image signal and rotates it in a predetermined direction. shall be.

〔実施例〕〔Example〕

以下、この発明の実施例を図面に基づいて説明する。 Embodiments of the present invention will be described below based on the drawings.

第2図はこの発明を適用した画像処理システムの外観接
続図であり、1はシステム制御用のマイクロコンピュー
タ、RAM、ROM等で構成される内部メモリ、フロッ
ピーディスクあるいはカートリッジディスク等で構成さ
れる外部メモリを備えた制御部(ワークステーション)
である、2はディジタル複写機の入力部で原稿台に載置
された原稿の文書情報をCOD等の撮像素子によ・て電
    °゛ゝ気信号化する原稿リーグであって、この
発明の画像読み取り手段をなすものである。3はディジ
タル複写機の出力部でレーザビームプリンタ等の電気信
号化された情報に基づいて記録材上に像記録する高速プ
リンタである。4は光ディスクあるいは光磁気ディスク
等の記録媒体を有し、多量の画像情報の書込みおよび読
出し可能な画像ファイルであって、この発明の画像格納
手段をなすものである。5はディジタル複写機入力スキ
ャナ(リーダ)が光電的に読み取った画像情報あるいは
システムの制御情報等を表示するCRT装置である。
FIG. 2 is an external connection diagram of an image processing system to which the present invention is applied. 1 is an internal memory consisting of a microcomputer for system control, RAM, ROM, etc., and an external memory consisting of a floppy disk or cartridge disk. Control unit (workstation) with memory
2 is a manuscript league that converts document information of a manuscript placed on a manuscript table in the input section of a digital copying machine into an electric signal using an image sensor such as a COD, and is a manuscript league according to the present invention. This serves as an image reading means. Reference numeral 3 denotes a high-speed printer, such as a laser beam printer, which records an image on a recording material based on information converted into an electrical signal at the output section of the digital copying machine. Reference numeral 4 denotes an image file having a recording medium such as an optical disk or a magneto-optical disk, in which a large amount of image information can be written and read, and constitutes the image storage means of the present invention. Reference numeral 5 denotes a CRT device that displays image information photoelectrically read by a digital copying machine input scanner (reader) or system control information.

6〜9は各入出力機器間を電気的に接続するケーブルで
ある。1oは前記制御部1に設けられたキーボードであ
って、このキーボード1oを操作することによりシステ
ムの動作指令等を行う。
Cables 6 to 9 electrically connect each input/output device. Reference numeral 1o denotes a keyboard provided in the control section 1, and by operating this keyboard 1o, system operation commands, etc. are issued.

11はディジタル複写機の操作指令を行うための操作パ
ネルであり、複写枚数、複写倍率等の設定キーや複写開
始を指示するコピーキー12および数値表示器等を有す
る。13は前記原稿リーダ2が読み取った画像の回転要
求を指令する回転指令手段をなすモード切換スイッチで
あって、このモード切換スイ・ンチ13が押下された場
合に回転モードが設定される。14.15は前記モード
切換スイッチ13のモード(回転1通過)選択状態を表
示する発光ダイオード(LED)からなる表示器である
Reference numeral 11 denotes an operation panel for issuing operation commands for the digital copying machine, and includes setting keys for the number of copies, copy magnification, etc., a copy key 12 for instructing the start of copying, a numerical display, and the like. Reference numeral 13 denotes a mode changeover switch which constitutes a rotation command means for instructing a request to rotate the image read by the document reader 2, and when the mode changeover switch 13 is pressed, a rotation mode is set. Reference numerals 14 and 15 denote indicators composed of light emitting diodes (LEDs) for displaying the selected mode (one rotation pass) of the mode selector switch 13.

第3図は第2図に示した画像処理システムの回路構成を
示すブロック図である。第2図と対応する各ブロックに
は第2図と同じ番号を付けである。まず、制御部1内の
各ブロックを説明する。
FIG. 3 is a block diagram showing the circuit configuration of the image processing system shown in FIG. 2. Each block corresponding to that in FIG. 2 is given the same number as in FIG. First, each block within the control section 1 will be explained.

21はキーボードであって、第2図に示したキーボード
1Qに対応し、操作者はこのキーボード21にてシステ
ムの操作命令を入力する。22はマイクロコンピュータ
からなる中央処理部(CPU)であって、この発明の回
転画像書き込み指令手段を兼ねている。23はROM 
(リードオンメモリ)であって、システムの制御用プロ
グラムがあらかじめ書き込まれており、CPU22はこ
のROM23に書き込まれたプログラムに従って制御動
作する。24はRAM (ランダムアクセスメモリ)で
あって、主にCPU22のワーキングメモリや各入出力
部の間でやりとりされる画像データを記憶するページメ
モリとして用いられる。ページメモリはCRT装置5に
表示できる1画面の情報を格納できるもので、ページメ
モリP、、P2の2つが用意され、合計で2画面分の画
像情報を格納することができる。このページメモリP、
、P2がこの発明の信号格納手段をなすものである。2
5はフロッピーディスクからなる外部メモリであって、
システムの制御プログラム等が記憶されている。26は
この発明の画像回転手段をなす回転回路で、画像データ
を90’回転させる。27は前記制御部1と原稿リーダ
2と高速プリンタ3との情報授受を達成させる入出力イ
ンターフェースである。28はこの発明の画像圧伸手段
をなす圧伸回路で、前述したRL符号化方式によりデー
タの圧縮、伸張を行う。29は前記画像ファイル4との
情報授受のための光デイスクインターフェース、30は
前記CRT装置8との情報授受を達成するCRTインタ
ーフェースである。31は16ビツトのバスであって、
制御部1内の各ブロックの信号転送が行われる。6〜9
は前述のように各入出力機器間を電気的に接続するケー
ブルであり、制御信号および画像信号が伝送される。な
お、ケーブルの矢印は画像信号の流れを示す。また、制
御信号の流れはケーブルにおいて双方向性である。
Reference numeral 21 denotes a keyboard, which corresponds to the keyboard 1Q shown in FIG. Reference numeral 22 denotes a central processing unit (CPU) consisting of a microcomputer, which also serves as the rotational image writing command means of the present invention. 23 is ROM
(read-on memory) in which a system control program is written in advance, and the CPU 22 performs control operations according to the program written in the ROM 23. 24 is a RAM (random access memory), which is mainly used as a working memory of the CPU 22 and a page memory for storing image data exchanged between each input/output unit. The page memories are capable of storing one screen of information that can be displayed on the CRT device 5, and two page memories, P, , P2, are prepared, and can store image information for two screens in total. This page memory P,
, P2 constitute the signal storage means of this invention. 2
5 is an external memory consisting of a floppy disk,
System control programs and the like are stored. Reference numeral 26 denotes a rotation circuit constituting the image rotation means of the present invention, which rotates the image data by 90'. Reference numeral 27 denotes an input/output interface for achieving information exchange between the control section 1, document reader 2, and high-speed printer 3. Reference numeral 28 denotes a companding circuit constituting the image companding means of the present invention, which compresses and decompresses data using the above-mentioned RL encoding method. 29 is an optical disk interface for exchanging information with the image file 4, and 30 is a CRT interface for exchanging information with the CRT device 8. 31 is a 16-bit bus,
Signal transfer between each block within the control unit 1 is performed. 6-9
As mentioned above, is a cable that electrically connects each input/output device, and transmits control signals and image signals. Note that the arrows on the cables indicate the flow of image signals. Also, the flow of control signals is bidirectional in the cable.

次に第4図、第5図に示すフローチャートを参照しなが
ら画像データの転送記録および読み出し動作について説
明する。なお、(1)〜(8)と、(11)〜(18)
は各ステップを表す。
Next, the image data transfer recording and reading operations will be described with reference to the flowcharts shown in FIGS. 4 and 5. In addition, (1) to (8) and (11) to (18)
represents each step.

まず、画像データの転送記録について説明する。First, transfer and recording of image data will be explained.

ワークステーション1の午−ボード21を操作して原稿
リーダ2に対して画像入力の指示を入力する(1)。こ
の指示を受けて原稿リーダ2はワークステーション1の
RAM24内のページメモリP、に読み取った画像デー
タ(ディジタル信号)の転送を開始する(2)。次にC
PU22がモードカ□イ7ヶ、3カ、ユニ。ゎアい6カ
、お、うわ、□   パ定しく3)、モード切換スイッ
チ13が押下されている場合はページメモリPLに格納
されている画像データを回転回路26に読み出し、画像
データを90’回転させてページメモリP2に順次格納
していき(4)、モード切換スイッチ13が押下されな
かった場合はページメモリPIに格納されている画像デ
ータを回転させずに単にページメモリP2に順次格納し
ていく(5)。次いで、ページメモリP2に格納されて
いる画像データをCPU22の指令に応じて読み出し圧
伸回路28に転送しく6)、所定のデータ圧縮を実行す
る(7)、続いて、圧縮された画像データを画像ファイ
ル4に画像反転の有無を示すフラグを付記して格納して
い<(8)。
An instruction to input an image is input to the document reader 2 by operating the board 21 of the workstation 1 (1). Upon receiving this instruction, the document reader 2 starts transferring the read image data (digital signal) to the page memory P in the RAM 24 of the workstation 1 (2). Next, C
PU22 has 7 mode keys, 3 keys, and uni. 3) If the mode changeover switch 13 is pressed, the image data stored in the page memory PL is read out to the rotation circuit 26, and the image data is rotated to 90'. The image data is rotated and sequentially stored in the page memory P2 (4), and if the mode changeover switch 13 is not pressed, the image data stored in the page memory PI is simply stored sequentially in the page memory P2 without being rotated. Go (5). Next, the image data stored in the page memory P2 is read out and transferred to the companding circuit 28 according to a command from the CPU 22 (6), and predetermined data compression is executed (7). A flag indicating the presence or absence of image inversion is added to the image file 4 and stored <(8).

画像ファイル4に格納されている画像データを読み出す
場合は、第5図に示すフローに応じて実行され、まず、
ワークステーション1のキーボード21を操作して画像
データの読み出し指令を入力する(11)。次いでCP
U22が画像ファイル4に対して画像転送指令が送出さ
れ、読み出される画像データを圧伸回路28に転送しく
12)、画像データを所定倍率で伸張する(13)。次
いで、伸張した画像データをページメモリP2に転送す
る(14)。その際、第4図のステ・ンプ(4)で回転
させた画像データであるかどうかを第4図のステップ(
8)で付記した回転有無を示すフラグからCPU22が
判定しく15)、回転した画像データである場合はペー
ジメモリP2に格納されている画像データを回転回路2
6が第4図のステップ(4)で回転させた回転方向とは
反対に90°回転させページメモリP1に転送する(1
6)。一方、ステップ(15)で回転させた画像データ
ではないと判定した場合はページメモリP2に格納され
ている画像データを回転させずに単にページメモリPI
に順次格納してい< (17)。続いて、CPU22の
指令に応じてページメモリP1の内容を高速プリンタ3
に転送する(18)。
When reading the image data stored in the image file 4, it is executed according to the flow shown in FIG.
A command to read image data is input by operating the keyboard 21 of the workstation 1 (11). Then CP
The U22 sends an image transfer command to the image file 4, transfers the read image data to the companding circuit 28 (12), and expands the image data at a predetermined magnification (13). Next, the expanded image data is transferred to the page memory P2 (14). At that time, check whether the image data is rotated in step (4) in FIG. 4 or not.
The CPU 22 makes a judgment based on the flag indicating the presence or absence of rotation added in step 8), and if the image data is rotated (step 15), the image data stored in the page memory P2 is transferred to the rotation circuit 2.
6 is rotated by 90 degrees opposite to the direction of rotation in step (4) of FIG. 4 and transferred to the page memory P1 (1
6). On the other hand, if it is determined in step (15) that the image data is not rotated, the image data stored in the page memory P2 is not rotated and is simply transferred to the page memory PI.
are sequentially stored in (17). Subsequently, the contents of the page memory P1 are transferred to the high-speed printer 3 in accordance with instructions from the CPU 22.
(18).

次に第6図(a)、(b)を参照しながら画像データの
回転動作について説明する。なお、ページメモリP1に
格納された画像データを90°回転させてページメモリ
P2に格納する例を示している。
Next, the image data rotation operation will be explained with reference to FIGS. 6(a) and 6(b). Note that an example is shown in which the image data stored in the page memory P1 is rotated by 90 degrees and stored in the page memory P2.

原稿リーダ2が読み取った画像データを第6図(a)に
示されるように、原稿リーダ2が読み取った画像データ
をCPU22がRAM24のページメモリP、に、X方
向に16ビツト、X方向に1ビツトずつ順次書き込んで
いく。この書き込み操作が1画像について終了すると、
CPU22はRAM24上のページメモリP1よりX方
向0番目の16ビツトデータ(O〜ts)、X方向0番
目の1ビツトデータを回転回路26に読み出し、第6図
(b)に示されるように、各ビットデータをページメモ
リP2にX方向0番目の1ビツト。
As shown in FIG. 6(a), the CPU 22 stores the image data read by the document reader 2 in the page memory P of the RAM 24 by 16 bits in the X direction and 1 bit in the X direction. Write bits one by one. When this write operation is completed for one image,
The CPU 22 reads out the 0th 16-bit data (O to ts) in the X direction and the 0th 1-bit data in the X direction from the page memory P1 on the RAM 24 to the rotation circuit 26, as shown in FIG. 6(b). Each bit data is stored in the page memory P2 as the 0th 1 bit in the X direction.

X方向0番目の16ビツトに書き込んでいく0次いで、
CPU22はRAM24上のページメモリP、よりX方
向1番目の16ビツトデータ(16〜3i)、X方向1
番目の1ビツトデータを回転回路26に読み出し、第6
図(b)に示されるように、各ビットデータをページメ
モリP2にX方向1番目の1ビツト、X方向1番目の1
6ビツトに書き込んでいく。この操作をRAM24のペ
ージメモリP1に記憶されている1画像データについて
行うことにより、符号化方向が縦方向であった画像情報
を横方向に修正した画像データがページメモリP2に順
次書き込まれていく、以下、この操作をページメモリP
Iの全領域に行うことにより、90°回転させた画像デ
ータがページメモリP2に記憶される。
Write 0 to the 0th 16 bits in the X direction, then
The CPU 22 reads the first 16-bit data (16 to 3i) in the X direction from the page memory P on the RAM 24, and the first 16 bit data in the X direction.
The sixth 1-bit data is read out to the rotation circuit 26, and the sixth one bit data is read out to the rotation circuit 26.
As shown in Figure (b), each bit data is stored in the page memory P2 as follows:
Write to 6-bit. By performing this operation on one image data stored in the page memory P1 of the RAM 24, image data in which the image information whose encoding direction was vertical is corrected in the horizontal direction is sequentially written to the page memory P2. , Hereafter, this operation will be performed as page memory P
By applying this to the entire area of I, image data rotated by 90 degrees is stored in the page memory P2.

なお、上記実施例では原稿リーダ2に画像回転指令手段
を設けたが、ワークステーション1側のキーボード21
より回転指令を行えるように構成してもよい。また、文
章の横書き、縦書きを読取り信号により判定し、この判
定に従って回転指令を与えてもよい。
In the above embodiment, the image rotation command means is provided in the document reader 2, but the keyboard 21 on the workstation 1 side
It may be configured to allow more rotation commands. Alternatively, it is also possible to determine whether the text is written horizontally or vertically based on the reading signal, and give a rotation command according to this determination.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、この発明は信号格納手段に格納さ
れた画像信号を所定方向に回転させる回転指令手段と、
この回転指令手段の回転指令に応じて信号格納手段に格
納された画像信号を読み出、あえ、51、□ヤ、。0.
□、4.え  ・°゛ので、原稿の符号化方向に左右さ
れずに画像圧縮率を高めることができ、RL符号化を効
率よく実行できる利点を有する。
As explained above, the present invention includes a rotation command means for rotating an image signal stored in a signal storage means in a predetermined direction;
In response to the rotation command from the rotation command means, the image signal stored in the signal storage means is read out. 0.
□, 4. Therefore, the image compression rate can be increased regardless of the encoding direction of the document, and the RL encoding can be efficiently executed.

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

第1図(a)、(b)は符号化方法を説明するだめの図
、第2図はこの発明を適用した画像処理システムの外観
接続図、第3図は第2図に示した画像処理システムの回
路構成を示すブロック図、第4図、第5図は画像データ
の転送記録および読み出し動作について説明するフロー
チャート、第6図は画像データの回転動作を説明する図
である。 図中、1は制御部、2は原稿リーダ、3は高速プリンタ
、4は画像ファイル、5はCRT装置。 6〜9はケーブル、10はキーボード、11は操作パネ
ル、12はコピーキー、13はモード切換スイッチ、1
4.15は表示器、21はキーボード、22はCPU、
23はROM、24はRAM、25は外部メモリ、26
は回転回路、27は入出力インターフェース、28は圧
伸回路、29は光デイスクインターフェース、30はC
RTインターフェース、31はパスである。 第1図 (a)    (b) 第2図 り 第3図 1      j       4         
         ’:)第4図    第52
Figures 1 (a) and (b) are diagrams for explaining the encoding method, Figure 2 is an external connection diagram of an image processing system to which this invention is applied, and Figure 3 is the image processing shown in Figure 2. FIGS. 4 and 5 are block diagrams showing the circuit configuration of the system, FIGS. 4 and 5 are flowcharts for explaining image data transfer recording and reading operations, and FIG. 6 is a diagram for explaining image data rotation operations. In the figure, 1 is a control unit, 2 is a document reader, 3 is a high-speed printer, 4 is an image file, and 5 is a CRT device. 6 to 9 are cables, 10 is a keyboard, 11 is an operation panel, 12 is a copy key, 13 is a mode changeover switch, 1
4.15 is a display, 21 is a keyboard, 22 is a CPU,
23 is ROM, 24 is RAM, 25 is external memory, 26
is a rotation circuit, 27 is an input/output interface, 28 is a companding circuit, 29 is an optical disk interface, and 30 is a C
RT interface, 31 is a path. Figure 1 (a) (b) 2nd diagram Figure 3 1 j 4
':) Figure 4 Figure 52

Claims (1)

【特許請求の範囲】[Claims] 画像をディジタル信号に変換し読み取る画像読み取り手
段と、この画像読み取り手段が読み取った画像信号を一
時格納する信号格納手段と、この信号格納手段に格納さ
れた前記画像信号を圧縮する画像圧伸手段とを有する画
像処理システムにおいて、前記信号格納手段に格納され
た前記画像信号を所定方向に回転させる回転指令手段と
、この回転指令手段の回転指令に応じて前記信号格納手
段に格納された画像信号を読み出し所定方向に回転させ
る画像回転手段とを設けたことを特徴とする画像処理シ
ステム。
An image reading means for converting and reading an image into a digital signal, a signal storage means for temporarily storing the image signal read by the image reading means, and an image companding means for compressing the image signal stored in the signal storage means. An image processing system comprising: rotation command means for rotating the image signal stored in the signal storage means in a predetermined direction; and rotation command means for rotating the image signal stored in the signal storage means in response to a rotation command from the rotation command means. An image processing system comprising: an image rotation means for reading and rotating an image in a predetermined direction.
JP23324784A 1984-11-07 1984-11-07 Image processing system Pending JPS61112282A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23324784A JPS61112282A (en) 1984-11-07 1984-11-07 Image processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23324784A JPS61112282A (en) 1984-11-07 1984-11-07 Image processing system

Publications (1)

Publication Number Publication Date
JPS61112282A true JPS61112282A (en) 1986-05-30

Family

ID=16952075

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23324784A Pending JPS61112282A (en) 1984-11-07 1984-11-07 Image processing system

Country Status (1)

Country Link
JP (1) JPS61112282A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62286183A (en) * 1986-06-05 1987-12-12 Casio Comput Co Ltd Display data processor
JPH06139325A (en) * 1990-02-12 1994-05-20 Internatl Business Mach Corp <Ibm> Adaptive-picture processing method
JP2011024113A (en) * 2009-07-17 2011-02-03 Fuji Xerox Co Ltd Image processor and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62286183A (en) * 1986-06-05 1987-12-12 Casio Comput Co Ltd Display data processor
JPH06139325A (en) * 1990-02-12 1994-05-20 Internatl Business Mach Corp <Ibm> Adaptive-picture processing method
JP2011024113A (en) * 2009-07-17 2011-02-03 Fuji Xerox Co Ltd Image processor and program

Similar Documents

Publication Publication Date Title
EP0249948B1 (en) Image information processing apparatus
EP0320014A2 (en) Image processing system
US5163122A (en) Image processing system
JPS62204955A (en) Character image generation circuit
JPH08307618A (en) Image recorder
JPS61112282A (en) Image processing system
JPH05244367A (en) Image processor
JP2825273B2 (en) Drawing management method and apparatus
JP3524208B2 (en) Composite image processing apparatus and image processing method
JPS6089162A (en) Facsimile transmission system
JP3412138B2 (en) Facsimile communication device
JPH0537319Y2 (en)
JP2584744B2 (en) Data transmission equipment
KR900006716Y1 (en) Picture signal memory control circuit
JP2899284B2 (en) Image data encoding device
JP2676820B2 (en) Multiplex facsimile signal processor
JPS61256868A (en) Data processing system
JP3181787B2 (en) Image transmission method and apparatus
JPH0278373A (en) Picture data transmission equipment
JPS61195064A (en) Copying device
JPS6240866A (en) Facsimile equipment
JPS59172881A (en) Picture information processing system
JPS61227475A (en) Picture processor
JPS6245279A (en) Encoder circuit
JPH04289985A (en) Character recognizing device