JPH04316171A - Picture processing method - Google Patents

Picture processing method

Info

Publication number
JPH04316171A
JPH04316171A JP3109721A JP10972191A JPH04316171A JP H04316171 A JPH04316171 A JP H04316171A JP 3109721 A JP3109721 A JP 3109721A JP 10972191 A JP10972191 A JP 10972191A JP H04316171 A JPH04316171 A JP H04316171A
Authority
JP
Japan
Prior art keywords
output
data
page
priority
output instruction
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
JP3109721A
Other languages
Japanese (ja)
Inventor
Akira Watanabe
明 渡辺
Hiroo Koyama
小山 博生
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Holdings Corp
Original Assignee
Fuji Photo Film Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Photo Film Co Ltd filed Critical Fuji Photo Film Co Ltd
Priority to JP3109721A priority Critical patent/JPH04316171A/en
Publication of JPH04316171A publication Critical patent/JPH04316171A/en
Pending legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)
  • Image Generation (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

PURPOSE:To prevent an operator from being forced to wait for operation by checking whether or not a preferential output instruction exists during the operation of a normal output and performing the computation of the preferential output instruction when the preferential output instruction exists. CONSTITUTION:A normal flag #1 or interrupt job flag #2 is added to every one page of output instructions prepared at a workstation 300 as an identifier for indicating whether or not the instructions are to be preferentially outputted. The output instructions are transferred to an image setter 400 and stored in the normal output instruction section 430A or preferential output instruction section 430B of a main memory section 430. During an output page is computed at the time of a normal output, whether or not a preferential output instruction exists in the section 430B or not is checked whenever one command is interpreted. When the preferential output instruction exists, computation of the preferential output instruction is preferentially computed. Therefore, the operator of the workstation 300 is not forced to wait until one page of the block copy outputting page computation is completed when the operator starts computation for a proofer.

Description

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

【0001】0001

【産業上の利用分野】この発明は、文字画像と割付台紙
(版下台紙,ラフ指定紙等)の絵柄の画像とを読取って
後にレイアウトしてページ単位で出力する画像処理シス
テムにおいて、編集部(ワークステーション)で作成さ
れた1ページ分の情報に、優先的に出力するか否かの識
別子を付与して優先順位に従った画像出力を行なうと共
に、通常出力の演算中にも優先出力命令が存在するか否
かをチェックして、優先出力命令の演算を優先的に行な
うようにした画像処理方法に関する。
[Industrial Field of Application] This invention is used in an editorial department in an image processing system that reads character images and images of patterns on layout mounts (block mounts, rough specification sheets, etc.), and then layouts them and outputs them page by page. An identifier indicating whether or not output is to be given priority is given to one page of information created on the (workstation), and the image is output according to the priority order, and priority output commands are also issued during normal output calculations. The present invention relates to an image processing method that checks whether or not a priority output command exists, and performs an operation based on a priority output command preferentially.

【0002】0002

【従来の技術】高品質を要求する印刷業者向けの画像処
理システムとして、従来は文字,絵柄等の画像を総合的
に統合して編集するシステムがないか、又は存在しても
能力が低く実用的ではなかった。特に、デスクトップパ
ブリッシング分野はポストスクリプト等によるページ記
述言語により可能となりつつあるが、画像分野の能力,
性能は低いものである。印刷業者向けのシステムも存在
しているが、大量かつ高速にデータをハンドリングする
には十分でない。この理由は、文字、画像を統合的に処
理するための記述言語、CPU(ソフトウエア)による
処理に対応するには、余りにも処理すべきデータが多く
、パーフォーマンスの欠如となっているからである。 印刷用版下を作成するために、コードデータのみを出力
する場合は文字毎にビットマップに変換すると共に、前
もって数ラスタ毎にビットマップに展開しなければなら
ず、ビットマップのみを出力する場合は、出力画像の全
部又は一部を一時バッファに格納して出力装置に送るよ
うになっており、上記バッファのメモリ容量を小さくす
るために出力装置が出力画像のバッファに蓄積される間
は待機するようになっている。
[Prior Art] Conventionally, as an image processing system for printing companies that demand high quality, there is no system that comprehensively integrates and edits images such as characters and patterns, or even if it exists, the ability is low and it is not practical. It wasn't on point. In particular, the field of desktop publishing is becoming possible with page description languages such as PostScript, but the capabilities of the image field
Performance is poor. Systems for printing companies also exist, but they are not sufficient to handle large amounts of data at high speeds. The reason for this is that there is too much data to process for processing by a CPU (software) and a description language for integrated processing of text and images, resulting in a lack of performance. be. When outputting only code data to create a print version, it is necessary to convert each character to a bitmap and also develop each raster into a bitmap in advance, and when outputting only a bitmap. is designed to store all or part of the output image in a temporary buffer and send it to the output device, and in order to reduce the memory capacity of the buffer, the output device waits while the output image is stored in the buffer. It is supposed to be done.

【0003】0003

【発明が解決しようとする課題】しかしながら、上述の
ような装置では文字と絵を同時にレイアウトして出力す
ることができず、ビットマップを出力するバッファ上に
前もって文字ビットマップをレイアウトしてもその実現
に多くの時間がかかる欠点があった。或いは文字と絵を
それぞれ別のペーパーやフイルムに出力し、オペレータ
がペーパーやフイルム上で切りばりを行なっている。こ
のため、露光や印刷等の繰り返し作業が多く時間がかか
り、中間的に生成される感材が無駄になってしまってい
た。
[Problem to be Solved by the Invention] However, with the above-mentioned device, it is not possible to layout and output text and pictures at the same time, and even if a character bitmap is laid out in advance on the buffer that outputs the bitmap, The drawback was that it took a lot of time to implement. Alternatively, the text and pictures are output on separate pieces of paper or film, and the operator cuts the paper or film on the paper or film. For this reason, repeated operations such as exposure and printing are many and time consuming, and the intermediately produced photosensitive material is wasted.

【0004】また、高解像、低解像といった2種類の出
力機が接続され、編集部と演算部とが独立している画像
処理システムにおいては、高解像出力機は版下出力とし
て、低解像出力機はプルーファーとして用いられ、プル
ーファーは優先的に出力する必要がある。というのは、
プルーファーは確認出力用であり、その出力結果により
オペレータの修正作業が決定され、又版下出力は高解像
であるために、演算及び出力に要する時間が多くかかっ
てしまうからである。さらに、プルーファーの出力指示
を行なった場合に版下出力ページの演算が開始している
と、プルーファー用の演算開始は版下出力ページ演算が
1ページ分終了するまで待たされる。たとえば、プルー
ファーと版下出力との解像度の比が1:5であり、演算
時間がデータ量に比例するとすると、データ量は1:2
5となり、1分で終了するプルーファーの演算が開始す
るまで最大25分待たされることになる。
[0004] Furthermore, in an image processing system in which two types of output devices, high resolution and low resolution, are connected and the editing section and the calculation section are independent, the high resolution output device outputs the block copy. A low-resolution output device is used as a proofer, and the proofer needs to output with priority. I mean,
This is because the proofer is for confirmation output, and the operator's correction work is determined by the output result, and since the draft output is of high resolution, it takes a lot of time for calculation and output. Furthermore, if the proofer output page calculation has started when the proofer output instruction is given, the start of the proofer calculation is delayed until the printing output page calculation for one page is completed. For example, if the resolution ratio between the proofer and the block output is 1:5, and the calculation time is proportional to the amount of data, the amount of data is 1:2.
5, and it will take up to 25 minutes to wait until the proofer operation starts, which should be completed in 1 minute.

【0005】この発明は上述のような事情よりなされた
ものであり、この発明の目的は、文字及び絵の画像デー
タを大量、高速にかつ電子的に対話編集処理すると共に
、編集部と演算部とが分離されており、演算部に2種類
の出力機が接続されており、各出力機から1ページ毎に
情報を出力するようになっている画像処理システムにお
いて、編集時に1ページ分の出力命令中に優先的に出力
するか否かの識別子を設定し、出力のための演算を優先
順位に従って行ない、更に通常出力時にも常時優先出力
の演算を行ない得るようにし、オペレータが待たされる
ことのないようにした画像処理方法を提供することにあ
る。
The present invention was made in view of the above-mentioned circumstances, and an object of the present invention is to electronically and interactively edit text and picture image data in large quantities and at high speed, and to In an image processing system in which the two types of output devices are connected to the calculation section, and information is output page by page from each output device, the output for one page is output when editing. An identifier indicating whether or not to output priority is set in the command, operations for output are performed according to the priority order, and operations for priority output can be performed at all times even during normal output, so that the operator is not forced to wait. An object of the present invention is to provide an image processing method that avoids the above problems.

【0006】[0006]

【課題を解決するための手段】この発明は、編集部と演
算部とが分離されており、前記演算部に2種類の出力機
が接続されており、前記各出力機から1ページ毎に情報
を出力するようになっている画像処理システムにおける
画像処理方法に関するもので、この発明の上記目的は、
前記編集部で作成された1ページ分の情報に優先的に出
力するか否かの識別子を付与し、前記演算部の記憶部に
前記識別子に従って前記情報を格納すると共に、前記演
算部の演算を前記識別子の優先順に行ない、通常出力の
演算中に特定のタイミングで優先出力命令が存在するか
否かをチェックし、前記優先出力命令が存在する場合に
は通常出力命令中の処理カウンタを退避させて優先出力
の演算を行ない、その後に前記通常出力の演算を再開す
ることによって達成される。
[Means for Solving the Problems] In the present invention, an editing section and a calculation section are separated, two types of output devices are connected to the calculation section, and information is transmitted from each output device for each page. The present invention relates to an image processing method in an image processing system configured to output
An identifier is assigned to one page of information created by the editing section to indicate whether or not to output it preferentially, and the information is stored in a storage section of the calculation section according to the identifier, and the calculation of the calculation section is performed. The processing is performed in the priority order of the identifier, and it is checked at a specific timing during normal output calculation whether or not a priority output instruction exists, and if the priority output instruction exists, the processing counter for the normal output instruction is saved. This is achieved by first calculating the priority output, and then restarting the calculation of the normal output.

【0007】[0007]

【作用】この発明の画像処理システムは、編集部(ワー
クステーション)と演算部(イメージセッター)とが独
立しており、演算部に高解像及び低解像の出力機が接続
され、各出力機からは1ページ毎の情報が出力するよう
になっている。編集部での編集時に、作成した1ページ
分の出力命令中に優先的に出力するか否かの識別子を設
定し、出力命令を識別子に従って演算部中の記憶部に格
納する。演算部が出力のための演算を開始する際、記憶
部の出力命令中に優先出力が存在するときには優先出力
の演算を開始し、存在しない場合には通常出力の演算を
開始する。そして、通常出力の演算中にも特定のタイミ
ングで優先出力命令が存在するか否かをチェックし、優
先出力命令の演算を優先的に行なってから通常出力の演
算を再開する。これにより、プルーファーは優先的に低
解像出力機から出力される。
[Operation] In the image processing system of the present invention, an editing section (workstation) and a calculation section (image setter) are independent, and high-resolution and low-resolution output devices are connected to the calculation section, and each output The machine outputs information for each page. At the time of editing in the editing section, an identifier indicating whether or not output is given priority is set in the created output command for one page, and the output command is stored in the storage section in the calculation section according to the identifier. When the arithmetic unit starts a calculation for output, if a priority output exists in the output command of the storage unit, it starts the calculation of the priority output, and if there is no priority output, it starts the calculation of the normal output. Then, even during the normal output calculation, it is checked at a specific timing whether or not a priority output instruction exists, and after performing the calculation of the priority output command preferentially, the normal output calculation is resumed. As a result, the proofer is preferentially output from the low resolution output device.

【0008】[0008]

【実施例】図1〜図3はこの発明の前提となる画像処理
システムをブロック図で示しており、絵柄、文字、図形
、更には割付台紙等の原稿をスキャナ等の入力装置1で
読取って、得られる画像の濃度データDDは入力コント
ローラ100に入力され、入力コントローラ100は内
蔵したCPU101を介して上記入力濃度データDDを
網点化回路102で網点化し、さらに圧縮回路103で
圧縮した後にバッファ104に一時保存し、その後にS
CSIバスを介して転送してファイルサーバ200の磁
気テープ210又はハードディスク220、221……
に格納する。入力コントローラ100はデータの一時保
存用のローカルディスク(ハードディスク)105を有
している。ファイルサーバ200はCPU201を有し
、インタフェース202〜205を介して他の装置と接
続されている。又、ワードプロセッサや組版機等の編集
入力機2で得られた文字等のコード情報CDは、一旦フ
ロッピーディスク3に格納された後に読出されてワーク
ステーション(編集部)300に入力される。ワークス
テーション300は表示手段としてのCRT301と、
入力操作手段としてのキーボード302、マウス306
及びディジタイザ303と、記憶手段としてのハードデ
ィスク304、フロッピーディスク305とを有した端
末装置を複数組有しており、各ワークステーション30
0はETHERNETを介してファイルサーバ200と
相互に接続されている。入力コントローラ100で得ら
れるCRT表示用に間引きされた画像データ、枠データ
及び輪郭表示用画像データは、磁気テープ210又はハ
ードディスク220、221…に画像出力用の間引かれ
ていない高密度データと共に格納されており、間引かれ
たデータはSCSIバスを介して読出されインタフェー
ス204及び202を介してワークステーション300
に転送され、入力コントローラ100との間の制御指令
等は補助データライン4を介してファイルサーバ200
のインタフェース200を経て転送され、ファイルサー
バ200には更にイメージセッター(演算部)400が
接続されている。イメージセッター400にはCPU4
01が設けられており、インタフェース402を介して
ファイルサーバ200の補助データライン5に接続され
、インタフェース403を介してSCSIバスに接続さ
れている。イメージセッター400は更にシーケンサ4
10及び必要なデータを格納するバッファ411を有し
ており、イメージセッター400には高画質画像を出力
する高解像の高画質出力機10と、比較的低画質の画像
出力を行なう低解像のレーザビームプリンタ11が接続
されている。なお、ハードディスク220、221……
にはロゴ、紋章、網等の固定データ(ビットマップデー
タ)及び文字出力用のベクトルフォントデータが予め格
納されている。
[Embodiment] FIGS. 1 to 3 are block diagrams showing an image processing system that is the premise of this invention, in which originals such as pictures, characters, figures, and even layout sheets are read by an input device 1 such as a scanner. The density data DD of the obtained image is input to the input controller 100, and the input controller 100 uses the built-in CPU 101 to halftone the input density data DD in a halftone conversion circuit 102, and further compresses it in a compression circuit 103. Temporarily save it in the buffer 104, and then
The magnetic tape 210 or hard disks 220, 221 of the file server 200 is transferred via the CSI bus.
Store in. The input controller 100 has a local disk (hard disk) 105 for temporarily storing data. The file server 200 has a CPU 201 and is connected to other devices via interfaces 202-205. Further, the code information CD of characters and the like obtained by the editing input device 2 such as a word processor or typesetting machine is once stored in the floppy disk 3 and then read out and input into the workstation (editing section) 300. The workstation 300 includes a CRT 301 as a display means,
Keyboard 302 and mouse 306 as input operation means
Each workstation 30 has a plurality of terminal devices each having a digitizer 303, a hard disk 304 as a storage means, and a floppy disk 305.
0 is mutually connected to the file server 200 via ETHERNET. The image data, frame data, and image data for outline display that are thinned out for CRT display and obtained by the input controller 100 are stored on a magnetic tape 210 or hard disks 220, 221, etc. together with unthinned high-density data for image output. The thinned out data is read out via the SCSI bus and sent to the workstation 300 via interfaces 204 and 202.
Control commands, etc. to and from the input controller 100 are transferred to the file server 200 via the auxiliary data line 4.
The image setter (computation unit) 400 is further connected to the file server 200. Imagesetter 400 has CPU4
01 is provided and is connected to the auxiliary data line 5 of the file server 200 via an interface 402 and to the SCSI bus via an interface 403. The imagesetter 400 further includes a sequencer 4.
10 and a buffer 411 for storing necessary data, and the imagesetter 400 includes a high-resolution high-quality output device 10 that outputs high-quality images, and a low-resolution output device 10 that outputs relatively low-quality images. A laser beam printer 11 is connected thereto. In addition, the hard disks 220, 221...
Fixed data (bitmap data) such as logos, emblems, nets, etc. and vector font data for character output are stored in advance.

【0009】入力装置1では絵柄(中間調画像)、線画
、文字画(2値画)とも濃度データ(8ビット/画素)
でディジタル化される。8ビット/画素で入力された信
号は入力コントローラ100で絵柄は網点化され、4ビ
ット/画素の情報が生成される。2値画は1ビット/画
素の情報に変換される。また、文字はワークステーショ
ン300からコード(符号)で入力されるが、入力装置
1から画像として入力されることもある。このため、画
像として入力される場合は文字であっても画像(ビット
マップデータ)として扱われる。画像の出力は全てイメ
ージセッター400で実施されるが、イメージセッター
400ではコード及びベクトル情報は全てビットマップ
データに変換されるので、画像出力と言えばビットマッ
プデータを出力するという意味で使用することになる。
Input device 1 uses density data (8 bits/pixel) for patterns (halftone images), line drawings, and character drawings (binary drawings).
digitized. The input controller 100 converts the input signal of 8 bits/pixel into halftone dots to generate information of 4 bits/pixel. A binary image is converted to 1 bit/pixel information. Furthermore, although characters are input as codes from the workstation 300, they may also be input as images from the input device 1. Therefore, when input as an image, even characters are treated as images (bitmap data). All image output is performed by the imagesetter 400, but since the imagesetter 400 converts all code and vector information into bitmap data, the term image output is used to mean outputting bitmap data. become.

【0010】上記画像処理システムは図や写真等の手動
による貼り込み作業がなく、手動写植も省かれているの
で、省力化及び省材料の上でも効果がある。
The image processing system described above does not require manual pasting of drawings, photographs, etc., and also eliminates manual phototypesetting, so it is effective in terms of labor and material savings.

【0011】ここで、入力コントローラ100の詳細を
図4に示して説明すると、入力コントローラ100は入
力装置1から入力された濃度データDDを高画質出力機
10のための高密度データ、レーザビームプリンタ11
のためのデータ、ワークステーション300のCRT3
01の表示のための2種類のデータ及び輪郭を示すに十
分な粗な画像データの5組のデータを同時に生成処理す
るようになっている。同時並行処理することによって全
体的に高速化を実現でき、ハードウエアによってCPU
101のデータ生成演算負荷を軽減できるからである。 すなわち、高画質出力機10のための高密度データは網
点化回路1021で網点化されて圧縮回路1031でデ
ータ圧縮され、その圧縮データがバッファ1041に一
時保存される。又、比較的低画質のレーザビームプリン
タ11で画像出力するためのデータは濃度データDDを
所定の間隔(たとえば1/3) で間引き(110)、
その粗データを網点化回路1022で網点化して圧縮回
路1032で圧縮し、その後にそれぞれバッファ104
2に一時保存している。さらに、CRT301で表示す
るための更に粗い2種類のデータは、濃度データDDを
所定の間隔で間引いた後にそれぞれ網点化回路1023
及び1024で網点化し、バッファ1043及び104
4にそれぞれ一時保存し、更に中間調画像から切抜きマ
スクを作成する線画の場合には輪郭データを示すラプラ
シアン処理又はアンシャープマスク処理後の画像データ
の間引きを行ない(113) 、その後に2値化回路1
025で2値化してバッファ1045に一時保存するよ
うになっている。
Here, details of the input controller 100 will be explained with reference to FIG. 11
Data for CRT3 of workstation 300
Five sets of data, including two types of data for displaying 01 and image data coarse enough to show an outline, are simultaneously generated and processed. By performing simultaneous parallel processing, overall speed can be increased, and the CPU speed can be increased by hardware.
This is because the data generation calculation load of 101 can be reduced. That is, high-density data for the high-quality output device 10 is halftone-ized by a halftone-dotting circuit 1021, compressed by a compression circuit 1031, and the compressed data is temporarily stored in a buffer 1041. Further, data for outputting an image by the laser beam printer 11 of relatively low image quality is obtained by thinning the density data DD at predetermined intervals (for example, 1/3) (110);
The coarse data is halftone-ized by a halftone-forming circuit 1022 and compressed by a compression circuit 1032, and then each buffer 104
2 is temporarily saved. Further, two types of coarser data to be displayed on the CRT 301 are obtained by thinning out the density data DD at predetermined intervals and then sending them to the halftone conversion circuit 1023.
and 1024, and buffers 1043 and 104
4, and in the case of a line drawing for which a cutout mask is created from the halftone image, the image data after Laplacian processing or unsharp mask processing that shows contour data is thinned out (113), and then binarized. circuit 1
025 and is temporarily stored in a buffer 1045.

【0012】このような構成において、CPU101は
データライン(図示せず)を介して入力装置1と交信す
ると共に、補助データライン4及びデュアルポートRA
M(図示せず)を経由してファイルサーバ200と交信
する。そして、入力装置1からのデータ送信要求がある
と、COU101は図4に示す各回路に必要なデータを
セットし、その設定データをローカルディスク105に
格納し、更に副走査に関連する設定値をセットする。入
力装置1からの濃度データDDは1ライン毎に入力され
、図4に示す各回路が同期をとってバッファ104(1
041〜1045) に格納される。この間CPU10
1はSCSIバスの切換え、データ圧縮用出力バッファ
1041の切換え、各種回路からのエラー情報の有無を
チェックする。一度バッファ104及びローカルディス
ク105に格納されたデータはCPU101の指令によ
ってソートされ、外部のSCSIバスに出力される。
In such a configuration, the CPU 101 communicates with the input device 1 via a data line (not shown), and also communicates with the auxiliary data line 4 and the dual port RA.
It communicates with the file server 200 via M (not shown). When a data transmission request is received from the input device 1, the COU 101 sets the necessary data for each circuit shown in FIG. set. Density data DD from the input device 1 is input line by line, and each circuit shown in FIG.
041 to 1045). During this time, CPU10
1 checks the switching of the SCSI bus, the switching of the data compression output buffer 1041, and the presence or absence of error information from various circuits. Once stored in the buffer 104 and local disk 105, the data is sorted by instructions from the CPU 101 and output to an external SCSI bus.

【0013】ファイルサーバ200の構成は図2に示す
ようになっており、このファイルサーバ200はファイ
ル管理及びファイルの共有といった共通ファイル管理機
能と、ネットワーク通信及びユニット間通信の通信制御
機能とを有している。すなわち、ファイルサーバ200
はSCSIバスを経由してハードディスク(220、2
21……) 、磁気テープ210のファイル管理を行な
い、ETHERNETを経由してワークステーション3
00とのソフトウエアインタフェースの機能を有し、更
に入力コントローラ100及びイメージセッター400
に対するファイル管理情報のサービス並びにSCSIバ
ス経由でのファイル管理に対するユーティリティ機能の
実施を行なう。たとえばフォントの登録やSCSIディ
スクのガベージコレクション(ゴミ取り処理)などであ
る。ここに、フォント登録には2種類ある。一つは、シ
ステムで持っているフォントの登録であり、この登録は
他のフォント作成システムで作成されたベクトルフォン
トを磁気テープの形式で本画像処理システムのハードデ
ィスクへ格納するものである。もう一つは、外字フォン
トの登録である。外字フォントとは、システム内に存在
しない文字のことである。この場合は、他システムで作
成されたフォントをフロッピー又は磁気テープより本シ
ステム内に登録する。
The configuration of the file server 200 is shown in FIG. 2, and this file server 200 has common file management functions such as file management and file sharing, and communication control functions for network communication and inter-unit communication. are doing. That is, the file server 200
connects the hard disk (220, 2) via the SCSI bus.
21...), performs file management on the magnetic tape 210, and accesses the workstation 3 via ETHERNET.
00, and further includes an input controller 100 and an imagesetter 400.
It provides file management information services to the network and implements utility functions for file management via the SCSI bus. Examples include font registration and SCSI disk garbage collection. There are two types of font registration here. One is the registration of fonts owned by the system, and this registration involves storing vector fonts created with other font creation systems in the form of magnetic tape on the hard disk of this image processing system. The other is the registration of external character fonts. External character fonts are characters that do not exist within the system. In this case, fonts created in other systems are registered in this system from a floppy or magnetic tape.

【0014】ファイルサーバ200はワークステーショ
ン300、入力コントローラ100及びイメージセッタ
ー400の間のデータの転送を行なうためのサービス及
びデータの格納を行ない、入力コントローラ100は補
助データライン4及びデュアルポートRMAを介して各
種ファイルの領域の確保、削除に関してファイルサーバ
200から必要な情報を得る。入力コントローラ100
内のバッファ104に一度入ったデータを画像処理シス
テムのファイルとして登録するには、ファイル名、ファ
イル容量等の情報をファイルサーバ200に転送し、S
CSIバス上のハードディスク220、221…をアク
セスする。これにより、ファイルサーバ200はディレ
クトリーの交信、ディスクエリア等の管理を行なう。又
ファイルサーバ200はETHERNETを介してワー
クステーション300にファイルデータを転送したり、
ワークステーションからのデータを受信したりする。こ
の時、ワークステーション300の指令に従ってファイ
ルサーバ200はSCSIバス上のハードディスク(2
20、…) や磁気テープ210を管理し、ディレクト
リー等の必要な情報を更新する。又、イメージセッター
400に対するコマンド及び磁気テープ210に対する
コマンドを得、それに従ったサービスを行なう。更に、
イメージセッター400に対しては補助データライン5
及びデユアルポートRAMを介して所定のコマンドを送
り、このイメージセッター400からの要求に対してフ
ァイル管理情報を送り、SCSIバス上のディスクデー
タに対してはイメージセッター400が直接アクセスす
るようになっている。更に、画像処理システム全体に関
連したユーティリティ情報をSCSIバス上のハードデ
ィスク220、221、……で管理し、フォント情報、
システム上の共通ファイル等がそれらの情報に当る。
File server 200 provides services and data storage for transferring data between workstation 300, input controller 100, and imagesetter 400, and input controller 100 connects via auxiliary data line 4 and dual port RMA. necessary information is obtained from the file server 200 regarding securing and deleting areas for various files. input controller 100
To register the data once entered in the buffer 104 in the image processing system as a file in the image processing system, information such as the file name and file capacity is transferred to the file server 200, and
The hard disks 220, 221, . . . on the CSI bus are accessed. Thereby, the file server 200 performs directory communication, management of disk areas, etc. The file server 200 also transfers file data to the workstation 300 via ETHERNET,
Receive data from workstations. At this time, according to the command from the workstation 300, the file server 200 operates the hard disk (2
20,...) and the magnetic tape 210, and updates necessary information such as directories. It also obtains commands to the imagesetter 400 and commands to the magnetic tape 210, and performs services accordingly. Furthermore,
Auxiliary data line 5 for imagesetter 400
A predetermined command is sent via the dual port RAM and file management information is sent in response to a request from the imagesetter 400, and the imagesetter 400 directly accesses the disk data on the SCSI bus. . Furthermore, utility information related to the entire image processing system is managed on the hard disks 220, 221, etc. on the SCSI bus, and font information,
Common files on the system correspond to such information.

【0015】次に、ワークステーション300について
、その動作を図5のフローを参照して説明すると、編集
入力機2で編集され格納されている文書データはフロッ
ピーディスク3から読出され(ステップS310)、文
書データのコード情報CDはデータフォーマットの変換
が行なわれる(ステップS311) 。そして、CRT
301に1ページ分の文書内容を表示し(ステップS3
12) 、割付台紙等から読取った画像の画像データ出
力位置をマウス306、キーボード302、ディジタイ
ザ303で指示し(ステップS313)、割付台紙の枠
と共に1ページ毎のページ記述データを作成する(ステ
ップS314) 。このようなデータ作成を全ページに
ついて行ない(ステップS315)、その後に印刷用版
下作成の面付けの指示をキーボード302で行ない(ス
テップS316) 、面付けされたページ記述データを
作成する(ステップS317) 。そして、ファイルサ
ーバ200に作成データを転送すると共に(ステップS
318) 、イメージセッター400に画像出力を指示
して動作を終了する(ステップS319) 。
Next, the operation of the workstation 300 will be explained with reference to the flow shown in FIG. 5. Document data edited and stored on the editing input device 2 is read from the floppy disk 3 (step S310); The code information CD of the document data undergoes data format conversion (step S311). And C.R.T.
301 displays one page of document content (step S3
12) Indicate the output position of the image data of the image read from the layout board etc. using the mouse 306, keyboard 302, and digitizer 303 (step S313), and create page description data for each page together with the frame of the layout board (step S314). ). Such data creation is performed for all pages (step S315), and then an imposition instruction for creating a printing block is given using the keyboard 302 (step S316), and imposed page description data is created (step S317). ). Then, the created data is transferred to the file server 200 (step S
318), the image setter 400 is instructed to output an image, and the operation ends (step S319).

【0016】次に図6を参照して、面付け時の動作例を
説明する。ワークステーション300は、ファイルサー
バ200のハードディスク220、221、…から間引
かれた画像データを読込むと共に(ステップS330)
、フロッピーディスク3から文書データを読込み(ステ
ップS331) 、ワークステーション300のCRT
301に必要情報を表示すると共に、マウス306、キ
ーボード302、ディジタイザ303を操作して画像、
文書、枠のレイアウトをページ単位で行なう(ステップ
S332) 。そして、予め登録されている面付けの種
類をキーボード302で指示し(ステップS333) 
、指示された面付け状態(例えば同図A〜D)に各ペー
ジがCRT301上にページ数と共にレイアウト表示さ
れる(ステップS334) 。ここにおいて、面付けの
登録は例えばA4版の4面又はA5版の8面と言うよう
に、複数ページの製本時の折りを考慮して予めページ数
が付されて格納されており、その登録の中から選択して
指定することによって図6のA〜Dのように、面付け状
態がそのページ数(Bでは“1”、“8”、“5”、“
4”)と共に表示される。このように画像や文字等の内
容は表示されず、ページ記述データに従ってイメージセ
ッター400でビットマップを生成して出力する(ステ
ップS335) 。
Next, an example of the operation during imposition will be described with reference to FIG. The workstation 300 reads the thinned image data from the hard disks 220, 221, etc. of the file server 200 (step S330).
, Read the document data from the floppy disk 3 (step S331), CRT of the workstation 300
301 displays the necessary information, and operates the mouse 306, keyboard 302, and digitizer 303 to
The document and frame layout is performed page by page (step S332). Then, the type of imposition registered in advance is specified using the keyboard 302 (step S333).
Then, each page is displayed as a layout on the CRT 301 in the instructed imposition state (for example, A to D in the same figure) along with the page number (step S334). Here, the registration of imposition is stored with the number of pages assigned in advance to take into account folding when binding multiple pages, such as 4 sides of A4 size or 8 sides of A5 size, and the registration is stored. By selecting and specifying from among them, the imposition status changes to the page number (“1”, “8”, “5”, “
In this way, contents such as images and characters are not displayed, and the imagesetter 400 generates and outputs a bitmap according to the page description data (step S335).

【0017】図7はイメージセッター400の構成例を
示しており、シーケンサ410にはCPUバス412及
びイメージデータバス413が接続されると共に、論理
演算回路420及び第1メモリ421が接続されている
。又、CPUバス412にはCOU401に対する主メ
モリ430が接続され、共通メモリ424がイメージデ
ータバス413との間に接続され、インタフェース40
2及び403の出力がCPUバス412に入力されてい
る。CPUバス412及びイメージデータバス413の
間にはバッファ433、伸長器440及び第3メモリ4
23が接続されると共に、バッファ434、ラスタイメ
ージ変換器431及び第2メモリ422が接続され、バ
ッファ435及び出力制御回路436が接続されている
。cpuバス412にはベクトルフォントメモリ432
が接続され、出力制御回路436には出力バッファ43
6Aを介して高画質出力機10及びレーザビームプリン
タ11が接続されている。ベクトルフォントメモリ43
2には、ラスタイメージ変換器431により文字ビット
マップを生成する為に必要なベクトルフォントが格納さ
れている。通常ベクトルフォントはディスク(220、
221、…) 内に格納されているが、文字ビットマッ
プ生成毎にSCSIバスを経由してベクトルフォントを
読出すことは効率が悪い為、予め必要なベクトルフォン
トを全てベクトルフォントメモリ432に読込んでおく
ことにより文字ビットマップ生成の速度を向上させてい
る。
FIG. 7 shows an example of the configuration of an imagesetter 400, in which a CPU bus 412 and an image data bus 413 are connected to a sequencer 410, as well as a logic operation circuit 420 and a first memory 421. Further, a main memory 430 for the COU 401 is connected to the CPU bus 412, a common memory 424 is connected between the image data bus 413, and an interface 40.
The outputs of 2 and 403 are input to the CPU bus 412. A buffer 433, a decompressor 440 and a third memory 4 are provided between the CPU bus 412 and the image data bus 413.
23 is connected, a buffer 434, a raster image converter 431, and a second memory 422 are also connected, and a buffer 435 and an output control circuit 436 are also connected. The CPU bus 412 has a vector font memory 432.
is connected to the output control circuit 436, and the output buffer 43 is connected to the output control circuit 436.
A high-quality output device 10 and a laser beam printer 11 are connected via 6A. Vector font memory 43
2 stores vector fonts necessary for generating a character bitmap by the raster image converter 431. Usually vector fonts are disk (220,
221,...) However, since it is inefficient to read vector fonts via the SCSI bus every time a character bitmap is generated, it is necessary to read all necessary vector fonts into the vector font memory 432 in advance. This improves the speed of character bitmap generation.

【0018】このような構成において、その動作は図8
で示すように、先ず補助データライン5を介してファイ
ルサーバ200からイメージセッター400に出力指示
要求が、ハードディスク220、221、…内のファイ
ル名をパラメータとして出力される。そのファイルには
これから出力する仕様が書かれており、その仕様を順次
解読してコードデータや圧縮データを1単位画像毎にア
ドレス計算し、そのアドレスに対して論理演算による重
ね処理を繰り返して、第1メモリ421にその処理結果
を格納する。イメージセッター400はSCSIバスを
経由してパラメータファイルを呼び出し、この操作を繰
り返す。例えばコードデータについては、文字コードと
位置,書体,サイズ等の指示情報がSCSIインタフェ
ース403を介して入力され(ステップS400) 、
バッファ434を介してラスタイメージ変換器431で
ラスタイメージ変換され(ステップS401) 、その
ラスタイメージデータが第2メモリ422に格納される
(ステップS402) 。又、データ圧縮された画像デ
ータはSCSIバスを経てインタフェース403を介し
て入力され(ステップS403) 、バッファ433を
経て伸長器440でデータ伸長されて復元され(ステッ
プS404)、その復元された画像データが第3メモリ
423に格納される(ステップS405) 。さらに、
ハードディスク220、221、…に格納されているロ
ゴ等のビットマップデータはインタフェース403を介
して入力さ(ステップS406) 、共通メモリ424
に格納される(ステップS407) 。第2メモリ42
2〜共通メモリ424に格納されたデータはいずれもビ
ットマップデータであり、これら格納データはCPU4
01を介して論理演算回路420で論理演算され(ステ
ップS410) 、絵や文書等を合成,編集もしくは画
像処理するように論理演算されたデータは第1メモリ4
21へ格納される(ステップS411) 。第1メモリ
421へデータが格納された後に終了か否か、つまり修
正や追加等が無いかを判断して(ステップS412) 
、修正等の論理演算が終了するまで上記動作を継続する
。この論理演算回路420は文字等コードデータから生
成されたビットマップデータ,圧縮された画像データを
伸長したビットマップデータ及びビットマップデータの
和、積、差、排他論理和等の論理演算をCPU401と
協働して行ない、高画質出力機10又はレーザビームプ
リンタ11に画像出力すべき画像情報を生成するもので
ある。
In such a configuration, the operation is as shown in FIG.
As shown, first, an output instruction request is output from the file server 200 to the imagesetter 400 via the auxiliary data line 5, using the file names in the hard disks 220, 221, . . . as parameters. The specifications to be output from now on are written in that file, and the specifications are sequentially decoded to calculate the address of the code data and compressed data for each unit image, and the overlapping process using logical operations is repeated on the addresses. The processing results are stored in the first memory 421. Imagesetter 400 calls the parameter file via the SCSI bus and repeats this operation. For example, regarding code data, character codes and instruction information such as position, font, size, etc. are input via the SCSI interface 403 (step S400);
A raster image is converted by the raster image converter 431 via the buffer 434 (step S401), and the raster image data is stored in the second memory 422 (step S402). The compressed image data is input via the interface 403 via the SCSI bus (step S403), and is expanded and restored by the decompressor 440 via the buffer 433 (step S404), and the restored image data is stored in the third memory 423 (step S405). moreover,
Bitmap data such as logos stored in the hard disks 220, 221, . . . are input via the interface 403 (step S406) and are stored in the common memory 424
(Step S407). Second memory 42
All data stored in the common memory 424 is bitmap data, and these stored data are stored in the CPU 4.
01, the logical operation circuit 420 performs a logical operation (step S410), and the data subjected to the logical operation to synthesize, edit, or image process a picture, document, etc. is stored in the first memory 4.
21 (step S411). After the data is stored in the first memory 421, it is determined whether the data is finished, that is, whether there are any modifications or additions (step S412).
The above operations are continued until logical operations such as , correction, etc. are completed. This logical operation circuit 420 performs logical operations such as sum, product, difference, and exclusive OR of bitmap data generated from character code data, bitmap data expanded from compressed image data, and bitmap data with the CPU 401. They work together to generate image information to be output to the high-quality output device 10 or laser beam printer 11.

【0019】図9は、上述の画像処理システムをこの発
明の原理を表わすように模式的に示すものであり、イメ
ージセッター400内の主メモリ430に、通常出力命
令部(ノーマルジョブキュー)430Aと優先出力命令
部(割込ジョブキュー)430Bとを設けている。そし
て、ワークステーション300で作成する1ページ分の
出力命令毎に、優先的に出力するか否かの識別子として
ノーマルジョブフラグ#1又は割込ジョブフラグ#2を
付与するようになっている。ワークステーション300
で作成した出力命令をファイルサーバ200を介しイメ
ージセッター400に転送したとき、識別子を判別して
、ノーマルジョブフラグ#1が付与されている情報は通
常出力命令部430Aに格納し、割込ジョブフラグ#2
が付与されている情報は優先出力命令部430Bに格納
する。
FIG. 9 schematically shows the above-mentioned image processing system to express the principle of the present invention. In the main memory 430 in the imagesetter 400, a normal output instruction section (normal job queue) 430A and a A priority output command section (interrupt job queue) 430B is provided. Then, for each output command for one page created by the workstation 300, a normal job flag #1 or an interrupt job flag #2 is assigned as an identifier to indicate whether or not to output with priority. workstation 300
When the output command created in is transferred to the imagesetter 400 via the file server 200, the identifier is determined, and the information to which the normal job flag #1 is assigned is stored in the normal output command section 430A, and the interrupt job flag is #2
Information to which is given is stored in the priority output command section 430B.

【0020】図10の(A)は通常出力命令のコマンド
列を示しており、演算コマンドは処理カウンタで監視さ
れている。図10の(B)は優先出力命令のコマンド列
を示しており、1ページ分のコマンド列である。出力命
令記憶部中の出力命令はファイル名であり、ファイルの
中味はページ記述データで記述されたコマンド列である
。演算実行時には、ファイル中のコマンド列を先頭から
順に解釈しながら各種処理を実行する。
FIG. 10(A) shows a command sequence of normal output instructions, and arithmetic commands are monitored by a processing counter. FIG. 10(B) shows a command string for the priority output command, which is a command string for one page. The output command in the output command storage section is a file name, and the contents of the file are a command string described in page description data. When performing calculations, various processes are executed while interpreting the command string in the file in order from the beginning.

【0021】イメージセッター400の演算は図11に
示すフローに従って行なわれ、先ず優先出力命令(割込
ジョブ#2)が主メモリ430内(割込ジョブキュー4
30B内)に存在するか否かを判断し(ステップS1)
、存在すれば出力ページの演算を行ない(ステップS2
)、LBP11(又は高画質出力機10)から画像を出
力して(ステップS3)、該当する優先出力命令部43
0Bの割込ジョブを1つ消去する(ステップS4)。ま
た、上記ステップS1で優先出力命令が存在しない場合
は、通常出力命令(ノーマルジョブ#1)が存在するか
否かを判断し(ステップS5)、存在する場合には出力
ページの演算を行ない(ステップS6)、高画質出力機
10(又はLBP11)から画像を出力して(ステップ
S7)、該当する通常出力命令部430Aのノーマルジ
ョブを1つ消去する(ステップS8)。
The operations of the imagesetter 400 are performed according to the flow shown in FIG.
30B) (step S1).
, if it exists, calculate the output page (step S2
), the image is output from the LBP 11 (or the high-quality output device 10) (step S3), and the corresponding priority output command unit 43
One 0B interrupt job is deleted (step S4). Furthermore, if there is no priority output command in step S1, it is determined whether or not a normal output command (normal job #1) exists (step S5), and if there is, an output page calculation is performed ( Step S6), outputs the image from the high-quality output device 10 (or LBP 11) (Step S7), and deletes one normal job from the corresponding normal output command section 430A (Step S8).

【0022】このように、画像出力が、割込ジョブフラ
グ#2を付与されて優先出力命令部430Bに格納され
た情報より優先的に行なわれているので、プルーファー
のように優先的に出力する必要がある場合には、版下出
力等の通常出力の間に割込んで迅速に確認することがで
きる。
In this way, since the image output is performed with priority over the information assigned the interrupt job flag #2 and stored in the priority output command section 430B, the image output is performed with priority over the information assigned with the interrupt job flag #2 and stored in the priority output command section 430B. If it is necessary to do so, it can be quickly checked by interrupting normal output such as printing of a block copy.

【0023】ここにおいて、この発明では上記通常出力
における出力ページの演算中に(ステップS6) 、コ
マンドを1つ解釈することに優先出力命令が存在するか
否かをチェックして、優先出力命令の演算を優先的に行
なうようにしている。すなわち、図12に示すように先
ず優先出力命令が存在するか否かを判定し(ステップS
60)、優先出力命令が存在する場合には図10(A)
に示す処理カウンタを退避させ(ステップS61)、図
10(B)に示すような優先出力1ページ分の演算を実
行する(ステップS62)。1ページ分の出力が終了し
た時点で、優先出力の処理済ページを記憶部から消去し
(ステップS63)、高解像出力命令(通常出力)の処
理カウンタを復帰させて(ステップS64)、初期状態
にリターンする。また、上記ステップS60で優先出力
命令が存在しない場合は、高解像出力命令のコマンドを
1つ分処理して初期状態にリターンする。
Here, in the present invention, during the calculation of the output page in the above-mentioned normal output (step S6), it is checked whether or not there is a priority output instruction in interpreting one command, and the priority output instruction is checked. The calculations are given priority. That is, as shown in FIG. 12, it is first determined whether or not a priority output command exists (step S
60), if a priority output instruction exists, then the process shown in FIG. 10(A)
The processing counter shown in FIG. 10(B) is saved (step S61), and the calculation for one page of priority output as shown in FIG. 10(B) is executed (step S62). When the output for one page is completed, the processed page of the priority output is deleted from the storage unit (step S63), the processing counter of the high resolution output command (normal output) is restored (step S64), and the initial Return to state. If there is no priority output command in step S60, one high-resolution output command is processed and the process returns to the initial state.

【0024】[0024]

【発明の効果】以上のようにこの発明によれば、文字と
絵の画像データを大量にかつ高速に編集処理し、レイア
ウト指示された体裁の高品質な印刷用画像を出力するこ
とができ、ハードウエアによるベクトル情報のビットマ
ップ化及び画像処理,加工,編集を容易に行なうことが
でき、文字と絵とをレイアウトして出力することができ
る画像処理システムにおいて、版下用の出力命令が複数
ページ分処理待ちの状態で、プルーフ用の出力命令を行
なった場合でも、オペレータが版下用の出力を待たずに
プルーフを入手することができる。さらに、プルーファ
ーの出力指示を行なった場合に版下出力ページの演算が
開始されていつも、プルーファー用の演算開始は版下出
力ページ演算が1ページ分終了するまで待たされること
もない。
[Effects of the Invention] As described above, according to the present invention, it is possible to edit a large amount of text and picture image data at high speed, and output a high-quality printing image in the format specified by the layout. In an image processing system that can easily convert vector information into bitmaps and image processing, processing, and editing using hardware, and can layout and output text and pictures, there are multiple output commands for block printing. Even if an operator issues a proof output command while waiting for pages to be processed, the operator can obtain the proof without waiting for the print version output. Furthermore, whenever a proofer output page calculation is started when a proofer output instruction is given, the proofer calculation does not have to wait until the printing output page calculation for one page is completed.

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

【図1】画像処理システムの構成例を示すブロック構成
図(ワークステーション、入力コントローラ)である。
FIG. 1 is a block configuration diagram (workstation, input controller) showing an example configuration of an image processing system.

【図2】画像処理システムの構成例を示すブロック構成
図(ファイルサーバ)である。
FIG. 2 is a block configuration diagram (file server) showing an example configuration of an image processing system.

【図3】画像処理システムの構成例を示すブロック構成
図(イメージセッター)である。
FIG. 3 is a block configuration diagram (image setter) showing a configuration example of an image processing system.

【図4】入力コントローラの構成例を示すブロック図で
ある。
FIG. 4 is a block diagram showing a configuration example of an input controller.

【図5】ワークステーションの動作例を示すフローチャ
ートである。
FIG. 5 is a flowchart showing an example of the operation of the workstation.

【図6】面付けの動作を説明するためのフローチャート
である。
FIG. 6 is a flowchart for explaining an imposition operation.

【図7】イメージセッターの詳細構成を示すブロック図
である。
FIG. 7 is a block diagram showing the detailed configuration of an imagesetter.

【図8】その動作例を示すフローチャートである。FIG. 8 is a flowchart showing an example of the operation.

【図9】この発明の原理を示す図である。FIG. 9 is a diagram showing the principle of the invention.

【図10】出力命令の処理状況を示す図である。FIG. 10 is a diagram showing the processing status of an output command.

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

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

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

1    入力装置 2    編集入力機 3    フロッピーディスク 10    高画質出力機 100  入力コントローラ 200  ファイルサーバ 300  ワークステーション 301  CRT 302  キーボード 303  ディジタイザ 306  マウス 400  イメージセッター 101  CPU 201  CPU 401  CPU 1 Input device 2 Edit input machine 3. Floppy disk 10 High-quality output device 100 Input controller 200 File server 300 workstations 301 CRT 302 Keyboard 303 Digitizer 306 Mouse 400 Imagesetter 101 CPU 201 CPU 401 CPU

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  編集部と演算部とが分離されており、
前記演算部に2種類の出力機が接続されており、前記各
出力機から1ページ毎に情報を出力するようになってい
る画像処理システムにおいて、前記編集部で作成された
1ページ分の情報に優先的に出力するか否かの識別子を
付与し、前記演算部の記憶部に前記識別子に従って前記
情報を格納すると共に、前記演算部の演算を前記識別子
の優先順に行ない、通常出力の演算中に特定のタイミン
グで優先出力命令が存在するか否かをチェックし、前記
優先出力命令が存在する場合には通常出力命令中の処理
カウンタを退避させて優先出力の演算を行ない、その後
に前記通常出力の演算を再開するようになっていること
を特徴とする画像処理方法。
[Claim 1] The editing section and the calculation section are separated,
In an image processing system in which two types of output devices are connected to the arithmetic unit and information is output page by page from each of the output devices, information for one page created by the editing department is provided. An identifier indicating whether or not output is given priority is given to the information, and the information is stored in the storage unit of the calculation unit according to the identifier, and the calculations of the calculation unit are performed in the order of priority of the identifier, while normal output calculation is in progress. It is checked whether or not a priority output instruction exists at a specific timing, and if the priority output instruction exists, the processing counter of the normal output instruction is saved and priority output calculation is performed, and then the priority output instruction is An image processing method characterized by restarting output calculation.
JP3109721A 1991-04-15 1991-04-15 Picture processing method Pending JPH04316171A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3109721A JPH04316171A (en) 1991-04-15 1991-04-15 Picture processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3109721A JPH04316171A (en) 1991-04-15 1991-04-15 Picture processing method

Publications (1)

Publication Number Publication Date
JPH04316171A true JPH04316171A (en) 1992-11-06

Family

ID=14517544

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3109721A Pending JPH04316171A (en) 1991-04-15 1991-04-15 Picture processing method

Country Status (1)

Country Link
JP (1) JPH04316171A (en)

Similar Documents

Publication Publication Date Title
US5086497A (en) Image output command method for image processing system
JPH03105687A (en) Picture synthesizing method
JP2662305B2 (en) Figure selection method
JPH04316171A (en) Picture processing method
JP3214940B2 (en) Image processing system
JPH04316170A (en) Picture processing method
JPH05266154A (en) Image processing method
JPH0581397A (en) Page scroll method and image processor
JPH04283873A (en) Method for instructing character working
JPH0696183A (en) Method and device for image processor
JPH03105688A (en) Picture synthesizing method
JPH04283875A (en) Method and device for picture processing
JP2866464B2 (en) Line figure boundary extraction method
JPH0696171A (en) Image processor
JPH01191572A (en) Image forming device
JP2996470B2 (en) Image processing method for making printing plate
JPH0795386A (en) Picture processing system
JPH04283872A (en) Device and method for picture processing
JPH04283874A (en) Method and device for picture processing
JPH0644352A (en) Image processor
JPH0713541A (en) Method for processing image and its device
JPH0793575A (en) Image processing system having edition time display rotation function
JPH06342457A (en) Method and device for processing image
JPH0581402A (en) Picture processing system with overall view display function
JPH05282408A (en) Image processing method