JPH0696165A - Image processing method and device therefor - Google Patents

Image processing method and device therefor

Info

Publication number
JPH0696165A
JPH0696165A JP4272353A JP27235392A JPH0696165A JP H0696165 A JPH0696165 A JP H0696165A JP 4272353 A JP4272353 A JP 4272353A JP 27235392 A JP27235392 A JP 27235392A JP H0696165 A JPH0696165 A JP H0696165A
Authority
JP
Japan
Prior art keywords
memory
image
data
subroutine
file
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
JP4272353A
Other languages
Japanese (ja)
Inventor
Hidemi Inohara
秀己 猪原
Yoshiaki Kinoshita
義章 木下
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 JP4272353A priority Critical patent/JPH0696165A/en
Publication of JPH0696165A publication Critical patent/JPH0696165A/en
Pending legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To reduce time and labor in debug and waste due to the mis-addition of a debug text by clarifying the memory allocation status of the whole program of a work station, and recording while preserving a log file in a storage part. CONSTITUTION:A memory securing subroutine MS is called when memory is secured and a memory release subroutine ML when the memory is released, respectively in the program 320 of a CPU in the work station. The memory securing routine MS and the memory release subroutine ML write a function, an ID, a called time, an address, and size on the log file 321 in a binary format. In such a case, the switching of write/non-write of each information on the log file 321 is performed by a log file output instruction LF for the program 320. When a trouble occurs, the log file 321 is collected by an analyzer, and an output result 323 can be obtained in a hard copy, etc., by using a formatter 322.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、文字画像と割付台紙
(版下台紙,ラフ指定紙等)の絵柄の画像とを読取って
後にレイアウトして出力する画像処理システムにおい
て、ログファイルにメモリ情報を書込んでプログラム全
体のメモリアロケーション状況を明確にすることによっ
て、デバッグの労力を軽減するようにした画像処理方法
及び装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing system for reading a character image and an image of a design of a layout mount (a block mount, a rough designation paper, etc.) and then laying it out and outputting it. The present invention relates to an image processing method and apparatus for reducing the labor of debugging by clarifying the memory allocation status of the entire program by writing the.

【0002】[0002]

【従来の技術】高品質を要求する印刷業者向けの画像処
理システムとして、従来は文字,絵柄等の画像を総合的
に統合して編集するシステムがないか、又は存在しても
能力が低く実用的ではなかった。特に、デスクトップパ
ブリッシング分野はポストスクリプト等によるページ記
述言語により可能となりつつあるが、画像分野の能力,
性能は低いものである。印刷業者向けのシステムも存在
しているが、大量かつ高速にデータをハンドリングする
には十分でない。この理由は、文字、画像を統合的に処
理するための記述言語、CPU(ソフトウエア)による
処理に対応するには、余りにも処理すべきデータが多
く、パーフォーマンスの欠如となっているからである。
印刷用版下を作成するために、コードデータのみを出力
する場合は文字毎にビットマップに変換すると共に、前
もって数ラスタ毎にビットマップに展開しなければなら
ず、ビットマップのみを出力する場合は、出力画像の全
部又は一部を一時バッファに格納して出力装置に送るよ
うになっており、上記バッファのメモリ容量を小さくす
るために、出力装置が出力画像のバッファに蓄積される
間は待機するようになっている。
2. Description of the Related Art Conventionally, as an image processing system for a printing company requiring high quality, there is no system for comprehensively integrating and editing images such as characters and pictures, or even if it exists, it has low capability and is practically used. It was not the target. In particular, the desktop publishing field is becoming possible by the page description language such as Postscript, but
Performance is low. There are systems for printers, but they are not enough to handle large amounts of data at high speed. The reason for this is that there is too much data to be processed in order to support processing by a descriptive language for collectively processing characters and images, and processing by a CPU (software), resulting in lack of performance. is there.
To output only the code data in order to create a block for printing, it is necessary to convert each character to a bit map and also to expand it into a bit map every few rasters in advance. Stores all or part of the output image in a temporary buffer and sends it to the output device. In order to reduce the memory capacity of the buffer, the output device is stored in the buffer of the output image. It is supposed to wait.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上述の
ような装置では文字と絵を同時にレイアウトして出力す
ることができず、ビットマップを出力するバッファ上に
前もって文字ビットマップをレイアウトしても、その実
現に多くの時間がかかる欠点があった。或いは、文字と
絵をそれぞれ別のペーパーやフイルムに出力し、オペレ
ータがペーパーやフイルム上で切り貼りを行なってい
る。このため、露光や印刷等の繰り返し作業が多くて時
間がかかり、中間的に生成される感材が無駄になってし
まっていた。
However, in the above-mentioned device, characters and pictures cannot be laid out and output at the same time, and even if the character bitmap is laid out in advance on the buffer for outputting the bitmap, It has a drawback that it takes a lot of time to realize it. Alternatively, characters and pictures are output on different papers or films, and the operator cuts and pastes them on the papers or films. For this reason, a lot of repetitive work such as exposure and printing takes a lot of time, and intermediately generated photosensitive materials are wasted.

【0004】更にメモリを許容範囲以上に使用したり、
使用中のメモリを解放してしまうことによって起きるト
ラブルは、システムのメモリ使用状況が不明なため、解
決に困難をきたす場合が多かった。また従来は、プログ
ラム中のメモリ確保/解放している部位にデバッグ文を
デバッグ毎に埋め込んでメモリの使用状況を把握してい
たが、手間がかかり、埋め込み作業自体に間違いを生じ
ることもあった。即ち、メモリアロケーションサイズ不
足、不正アドレスアクセス等によるトラブルを解析する
ためには、メモリアロケーションフリー状況を知る必要
があるが、従来はコードチェック及びデバッグ文によっ
て解析していた。このため、面倒であり、また、プログ
ラム全体のメモリアロケーション状況が分り難いため、
デバッグに支障をきたすことが多かった。
Furthermore, if the memory is used beyond the allowable range,
The problems caused by releasing the used memory are often difficult to solve because the system memory usage status is unknown. In the past, a debug statement was embedded in a program in the area where the memory was secured / released for each debug to grasp the memory usage status, but it took time and effort, and the embedding operation itself sometimes made a mistake. . That is, it is necessary to know the memory allocation free status in order to analyze the trouble due to insufficient memory allocation size, illegal address access, etc., but in the past, it was analyzed by code check and debug statement. Therefore, it is troublesome and it is difficult to understand the memory allocation status of the entire program.
It often hindered debugging.

【0005】この発明は上述のような事情よりなされた
ものであり、この発明の目的は、文字及び絵の画像デー
タを大量、高速にかつ電子的に対話編集処理する画像処
理システムにおいて、ワークステーションのプログラム
全体のメモリアロケーション状況を明確にし、ログファ
イルを記憶部内に保存して記録するようにした画像処理
方法及び装置を提供することにある。
The present invention has been made under the circumstances described above, and an object of the present invention is to provide a workstation in an image processing system for interactively editing a large amount of character and picture image data electronically at high speed. Another object of the present invention is to provide an image processing method and apparatus in which the memory allocation status of the entire program is clarified, and a log file is stored and recorded in the storage unit.

【0006】[0006]

【課題を解決するための手段】この発明の方法は、入力
装置で読取られた画像データを入力操作手段及び表示手
段を用いて画面編集すると共に記憶部を有するワークス
テーションの画像処理方法に関するもので、この発明の
上記目的は、メモリ確保/解放を示すフラグ及びサブル
ーチンがコールされた時刻、対象アドレス、サイズの情
報を、前記記憶部内のメモリ確保サブルーチン、メモリ
解放サブルーチンがログファイルに書込み、前記ログフ
ァイルを前記記憶部に保存することによって達成され
る。この発明の装置は、入力装置で読取られた画像デー
タを保存する入力コントローラと、前記画像データを入
力操作手段及び表示手段を用いて画面編集すると共に記
憶部を有するワークステーションと、前記入力コントロ
ーラ及びワークステーションに接続され、前記画像デー
タ及び前記ワークステーションで画面編集された編集デ
ータを記憶手段にファイルとして格納するためのファイ
ルサーバと、前記記憶手段に格納されている編集データ
を読出して画像出力装置に画像を出力するようになって
いるイメージセッターとを具えた画像処理装置に関する
もので、この発明の上記目的は、メモリ確保/解放を示
すフラグ及びサブルーチンがコールされた時刻、対象ア
ドレス、サイズの情報を、前記記憶部内のメモリ確保サ
ブルーチン、メモリ解放サブルーチンがログファイルに
書込む機能と、前記ログファイルを前記記憶部に保存す
る機能とを具備することによって達成される。
The method of the present invention relates to an image processing method of a workstation having a storage unit for editing the screen of image data read by an input device by using an input operation unit and a display unit. The object of the present invention is to provide a memory reservation subroutine and a memory release subroutine in the storage unit, which writes a flag indicating memory reservation / release and time when the subroutine is called, target address, and size to a log file, This is accomplished by saving the file in the storage. An apparatus of the present invention includes an input controller that stores image data read by an input device, a workstation that edits the screen of the image data using an input operation unit and a display unit, and has a storage unit, the input controller, and A file server connected to the workstation for storing the image data and the edited data screen-edited by the workstation as a file in a storage means, and an image output device for reading the edited data stored in the storage means The present invention relates to an image processing apparatus including an image setter adapted to output an image to a memory, and the above object of the present invention is to provide a flag indicating memory reservation / release and a time when a subroutine is called, a target address and a size. Information is stored in a memory allocation subroutine in the storage unit, a memory solution Subroutine is achieved by including the function of writing to the log file, and a function of storing the log file in the storage unit.

【0007】[0007]

【作用】この発明の画像処理システムは、入力コントロ
ーラ、ファイルサーバ、イメージセッター及び記憶部を
有するワークステーションで成っており、それぞれが独
立したCPU(マイクロプロセッサ、マイクロコンピユ
ータ等)を具備しているために各部を独立にかつ並行動
作させることができ、高速で効率的な画像処理を実現す
ることができると共に、割付台紙の情報並びに絵柄や文
字等を総合的に対話編集して、メモリ容量をできるだけ
小さくして、画像出力装置より高品質画像をハードコピ
ー又は印刷用版下として得ることができる。しかも、こ
の発明では、マロック(malloc)/フリーシステ
ムコールがコールされる毎に、アドレス、サイズ、時刻
をログファイルにロギングするようにしている。このた
め、ログファイルの内容を出力して解析することによっ
て、メモリアロケーション状況を知ることができる。
The image processing system of the present invention comprises an input controller, a file server, an image setter, and a work station having a storage unit, and each of them has an independent CPU (microprocessor, micro computer, etc.). In addition, each part can be operated independently and in parallel, and high-speed and efficient image processing can be realized, and the memory capacity can be increased by comprehensively interactively editing the information of the layout mount and the pictures and characters. By making it smaller, it is possible to obtain a higher quality image as a hard copy or a printing plate for printing than an image output device. Moreover, in the present invention, the address, size, and time are logged in the log file every time a malloc / free system call is called. Therefore, the memory allocation status can be known by outputting and analyzing the contents of the log file.

【0008】[0008]

【実施例】図1〜図3はこの発明の前提となる画像処理
システムをブロック図で示しており、絵柄、文字、図
形、更には割付台紙等の原稿をスキャナ等の入力装置1
で読取って、得られる画像の濃度データDDは入力コン
トローラ100に入力され、入力コントローラ100は
内蔵したCPU101を介して上記入力濃度データDD
を網点化回路102で網点化し、さらに圧縮回路103
で圧縮した後にバッファ104に一時保存し、その後に
SCSIバスを介して転送してファイルサーバ200の
磁気テープ210又はハードディスク220、221…
…に格納する。入力コントローラ100はデータの一時
保存用のローカルディスク(ハードディスク)105を
有している。ファイルシステムのファイルサーバ200
はCPU201を有し、インタフェース202〜205
を介して他の装置と接続されている。又、ワードプロセ
ッサや組版機等の編集入力機2で得られた文字等のコー
ド情報CDは、一旦フロッピーディスク3に格納された
後に読出されてワークステーション300に入力され
る。ワークステーション300は表示手段としてのCR
T301と、入力操作手段としてのキーボード302、
マウス306及びディジタイザ303と、記憶手段とし
てのハードディスク304、フロッピーディスク305
とを有した端末装置を複数組有しており、各ワークステ
ーション300はETHERNETを介してファイルサ
ーバ200と相互に接続されている。入力コントローラ
100で得られるCRT表示用に間引きされた画像デー
タ、枠データ及び輪郭表示用画像データは、磁気テープ
210又はハードディスク220、221…に画像出力
用の間引かれていない高密度データと共に格納されてお
り、間引かれたデータはSCSIバスを介して読出され
インタフェース204及び202を介してワークステー
ション300に転送され、入力コントローラ100との
間の制御指令等は補助データライン4を介してファイル
サーバ200のインタフェース200を経て転送され、
ファイルサーバ200には更にイメージセッター400
が接続されている。イメージセッター400にはCPU
401が設けられており、インタフェース402を介し
てファイルサーバ200の補助データライン5に接続さ
れ、インタフェース403を介してSCSIバスに接続
されている。イメージセッター400は更にシーケンサ
410及び必要なデータを格納するバッファ411を有
しており、イメージセッター400には高画質画像を出
力する高画質出力機10及び比較的低画質の画像出力を
行なうレーザビームプリンタ11が接続されている。な
お、ハードディスク220、221……にはロゴ、紋
章、網等の固定データ(ビットマップデータ)及び文字
出力用のベクトルフォントデータが予め格納されてい
る。
1 to 3 are block diagrams showing an image processing system which is a premise of the present invention. An input device 1 such as a scanner is used for a pattern, a character, a figure, and an original such as a layout mount.
The density data DD of the image obtained by reading the input density data DD is input to the input controller 100, and the input controller 100 inputs the above-mentioned density data DD via the built-in CPU 101.
Is converted into a halftone dot by the halftoning circuit 102, and the compression circuit 103
After it is compressed in the buffer 104, it is temporarily stored in the buffer 104, and then transferred via the SCSI bus to the magnetic tape 210 of the file server 200 or the hard disks 220, 221 ...
Store in ... The input controller 100 has a local disk (hard disk) 105 for temporarily storing data. File system file server 200
Has a CPU 201, and interfaces 202 to 205
It is connected to other devices via. Further, the code information CD such as characters obtained by the edit input device 2 such as a word processor or a typesetting machine is once stored in the floppy disk 3 and then read out and input to the workstation 300. The workstation 300 is a CR as a display means.
T301 and a keyboard 302 as an input operation means,
Mouse 306 and digitizer 303, hard disk 304 as storage means, floppy disk 305
Each of the workstations 300 is mutually connected to the file server 200 via ETHERNET. Image data, frame data, and contour display image data thinned out for CRT display, which are obtained by the input controller 100, are stored in the magnetic tape 210 or the hard disks 220, 221, ... Together with the unthinned high density data for image output. The thinned data is read out through the SCSI bus and transferred to the workstation 300 through the interfaces 204 and 202, and the control command and the like with the input controller 100 are stored in the file through the auxiliary data line 4. Transferred via the interface 200 of the server 200,
The file server 200 also has an image setter 400.
Are connected. CPU for the imagesetter 400
401 is provided, is connected to the auxiliary data line 5 of the file server 200 via an interface 402, and is connected to the SCSI bus via an interface 403. The imagesetter 400 further includes a sequencer 410 and a buffer 411 for storing necessary data. The imagesetter 400 outputs a high-quality image to the high-quality image output device 10 and a laser beam to output a relatively low-quality image. The printer 11 is connected. The hard disks 220, 221, ... Store fixed data (bitmap data) such as logos, emblems, and nets, and vector font data for character output in advance.

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

【0010】ここで、入力コントローラ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で圧縮し、その後にそれぞれバッファ1042
に一時保存している。さらに、CRT301で表示する
ための更に粗い2種類のデータは、濃度データDDを所
定の間隔で間引いた後にそれぞれ網点化回路1023及
び1024で網点化し、バッファ1043及び1044
にそれぞれ一時保存し、更に中間調画像から切抜きマス
クを作成する線画の場合には輪郭データを示すラプラシ
アン処理又はアンシャープマスク処理後の画像データの
間引きを行ない(113) 、その後に2値化回路102
5で2値化してバッファ1045に一時保存するように
なっている。
The details of the input controller 100 will be described with reference to FIG. 4. The input controller 100 converts the density data DD input from the input device 1 into high density data for the high image quality output machine 10 and a laser beam printer. 11
For CRT3 on workstation 300
Two sets of data for displaying 01 and five sets of rough image data enough to show the contour are simultaneously generated. Overall speed can be realized by performing parallel processing at the same time.
This is because the data generation calculation load of 101 can be reduced.
That is, the high-density data for the high-quality image output device 10 is converted into a halftone dot by the halftone dot conversion circuit 1021, compressed by the compression circuit 1031, and the compressed data is temporarily stored in the buffer 1041. Further, as data for outputting an image by the laser beam printer 11 having a relatively low image quality, the density data DD is thinned out at a predetermined interval (for example, 1/3) (110), and the rough data is halftone-dotted by a halftone dot dot circuit 1022. And compresses them in the compression circuit 1032, and then the buffers 1042
Temporarily stored in. Further, two types of coarser data to be displayed on the CRT 301 are thinned by the halftone dot conversion circuits 1023 and 1024 after thinning out the density data DD at a predetermined interval, and the buffers 1043 and 1044 are respectively added.
In the case of a line drawing in which a clipping mask is created from a halftone image, the image data after the Laplacian processing or the unsharp mask processing showing the contour data is thinned out (113), and then the binarization circuit. 102
It is adapted to be binarized by 5 and temporarily stored in the buffer 1045.

【0011】このような構成において、CPU101は
データライン(図示せず)を介して入力装置1と交信す
ると共に、補助データライン4及びデュアルポートRA
M(図示せず)を経由してファイルサーバ200と交信
する。そして、入力装置1からのデータ送信要求がある
と、CPU101は図4に示す各回路に必要なデータを
セットし、その設定データをローカルディスク105に
格納し、更に副走査に関連する設定値をセットする。入
力装置1からの濃度データDDは1ライン毎に入力さ
れ、図4に示す各回路が同期をとってバッファ104
(1041〜1045) に格納される。この間CPU1
01は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 the auxiliary data line 4 and the dual port RA.
It communicates with the file server 200 via M (not shown). Then, when there is a data transmission request from the input device 1, the CPU 101 sets necessary data in each circuit shown in FIG. 4, stores the setting data in the local disk 105, and further sets the setting values related to the sub-scanning. set. The density data DD from the input device 1 is input line by line, and the circuits shown in FIG.
It is stored in (1041 to 1045). CPU1 during this time
01 checks the SCSI bus switching, the data compression output buffer 1041 switching, and the presence or absence of error information from various circuits. The data once stored in the buffer 104 and the local disk 105 is sorted by a command from the CPU 101 and output to an external SCSI bus.

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

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

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

【0015】次に、図6を参照して、面付け時の動作例
を説明する。ワークステーション300は、ファイルサ
ーバ200のハードディスク220、221、…から間
引かれた画像データを読込むと共に(ステップS33
0)、フロッピーディスク3から文書データを読込み
(ステップS331) 、ワークステーション300のC
RT301に必要情報を表示すると共に、マウス30
6、キーボード302、ディジタイザ303を操作して
画像、文書、枠のレイアウトをページ単位で行なう(ス
テップS332) 。そして、予め登録されている面付け
の種類をキーボード302で指示し(ステップS33
3) 、指示された面付け状態(例えば同図A〜D)に各
ページがCRT301上にページ数と共にレイアウト表
示される(ステップS334) 。ここにおいて、面付け
の登録は例えばA4版の4面又はA5版の8面と言うよ
うに、複数ページの製本時の折りを考慮して予めページ
数が付されて格納されており、その登録の中から選択し
て指定することによって図6のA〜Dのように、面付け
状態がそのページ数(Bでは“1”、“8”、“5”、
“4”)と共に表示される。このように画像や文字等の
内容は表示されず、ページ記述データに従ってイメージ
セッター400でビットマップを生成して出力する(ス
テップS335) 。
Next, with reference to FIG. 6, an operation example at the time of imposition will be described. The workstation 300 reads the image data thinned out from the hard disks 220, 221, ... Of the file server 200 (step S33).
0), read the document data from the floppy disk 3 (step S331), C of the workstation 300
Display necessary information on RT301 and mouse 30
6, the keyboard 302 and the digitizer 303 are operated to lay out images, documents and frames page by page (step S332). Then, the type of imposition registered in advance is designated by the keyboard 302 (step S33).
3) Each page is laid out and displayed on the CRT 301 together with the number of pages in the instructed imposition state (for example, A to D in the figure) (step S334). Here, the imposition registration is stored with the number of pages attached in advance in consideration of folding at the time of bookbinding of a plurality of pages, for example, 4 pages of A4 version or 8 pages of A5 version. 6A to 6D, the imposition state is determined by the number of pages (“1”, “8”, “5” in B,
It is displayed together with "4". As described above, the contents such as images and characters are not displayed, and the image setter 400 generates and outputs a bitmap according to the page description data (step S335).

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

【0017】このような構成において、その動作は図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でデータ伸長されて復元され(ステップS40
4) 、その復元された画像データが第3メモリ423に
格納される(ステップS405) 。さらに、ハードディ
スク220、221、…に格納されているロゴ等のビッ
トマップデータはインタフェース403を介して入力さ
れ(ステップS406) 、共通メモリ424に格納され
る(ステップS407) 。第2メモリ422〜共通メモ
リ424に格納されたデータはいずれもビットマップデ
ータであり、これら格納データはCPU401を介して
論理演算回路420で論理演算され(ステップS41
0) 、絵や文書等を合成,編集もしくは画像処理するよ
うに論理演算されたデータは第1メモリ421へ格納さ
れる(ステップS411) 。第1メモリ421へデータ
が格納された後に終了か否か、つまり修正や追加等が無
いかを判断して(ステップS412) 、修正等の論理演
算が終了するまで上記動作を継続する。この論理演算回
路420は文字等のコードデータから生成されたビット
マップデータ,圧縮された画像データを伸長したビット
マップデータ及びビットマップデータの和、積、差、排
他論理和等の論理演算をCPU401と協働して行な
い、高画質出力機10又はレーザビームプリンタ11に
画像出力すべき画像情報を生成するものである。
In such a structure, the operation is as shown in FIG.
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 name in the hard disks 220, 221, ... As a parameter. Specifications to be output from that file are written in that file. The specifications are sequentially decoded, code data and compressed data are subjected to address calculation for each unit image, and overlay processing by logical operation is repeated for that address, The processing result is stored in the first memory 421. The imagesetter 400 calls the parameter file via the SCSI bus and repeats this operation. For example, for code data, character code and instruction information such as position, typeface, size, etc. are input via the SCSI interface 403 (step S400), and converted into a raster image by the raster image converter 431 via the buffer 434 (step S401). ), The raster image data is stored in the second memory 422 (step S402). The image data that has been compressed is input via the interface 403 via the SCSI bus (step S403), decompressed by the decompressor 440 via the buffer 433 and restored (step S40).
4) The restored image data is stored in the third memory 423 (step S405). Further, the bitmap data such as logos stored in the hard disks 220, 221, ... Is input via the interface 403 (step S406) and stored in the common memory 424 (step S407). The data stored in the second memory 422 to the common memory 424 are all bitmap data, and these stored data are logically operated by the logical operation circuit 420 via the CPU 401 (step S41).
0), the data logically operated so as to synthesize, edit, or image-process a picture or a document is stored in the first memory 421 (step S411). After the data is stored in the first memory 421, it is judged whether or not it is finished, that is, whether there is no correction or addition (step S412), and the above operation is continued until the logical operation such as correction is finished. The logical operation circuit 420 performs logical operations such as sum, product, difference and exclusive OR of bit map data generated from code data such as characters, bit map data obtained by expanding compressed image data, and bit map data. The image information to be output to the high-quality output device 10 or the laser beam printer 11 is generated in cooperation with.

【0018】上述の画像処理システムで、この発明では
ワークステーション300内のCPU310のプログラ
ム320中に、図9に示すようにプログラム上位サブル
ーチンSS、メモリ確保サブルーチンMS及びメモリ解
放サブルーチンMLを設け、プログラム320中ではメ
モリ確保を行なう際はメモリ確保サブルーチンMSを、
メモリを解放する際はメモリ解放サブルーチンMLをそ
れぞれコールする。メモリ確保サブルーチンMS及びメ
モリ解放サブルーチンMLは、機能(確保又は解放を示
す)ID、コールされた時刻、アドレス、サイズをログ
ファイル321にバイナリ形式で書込む。この場合、プ
ログラム320に対するログファイル出力指示LFによ
って、ログファイル321に上記各情報を書込む/書込
まないの切換えを行なうようになっている。そして、ト
ラブル発生時に解析担当者はログファイル321を収集
し、フォーマッタ322を使用して出力結果323をハ
ードコピー等で得る。このようにして出力結果323を
調べることによって、各時点におけるメモリ使用状況を
確実に知ることができる。
In the image processing system described above, in the present invention, the program 320 of the CPU 310 in the workstation 300 is provided with a program upper subroutine SS, a memory reservation subroutine MS and a memory release subroutine ML as shown in FIG. In order to secure memory, the memory securement subroutine MS
To release the memory, the memory release subroutine ML is called. The memory reservation subroutine MS and the memory release subroutine ML write the function (indicating reservation or release) ID, the time when called, the address, and the size in the log file 321 in binary format. In this case, the log file output instruction LF to the program 320 is used to switch between writing and not writing the above information in the log file 321. When a trouble occurs, the person in charge of analysis collects the log file 321 and uses the formatter 322 to obtain the output result 323 as a hard copy or the like. By examining the output result 323 in this manner, the memory use status at each time point can be surely known.

【0019】この発明に用いるメモリ使用ログプログラ
ムは図10に示すように動作し、処理#1〜#Nの動作
を実行すると共に(ステプS1,S2)、この実行中に
メモリ確保サブルーチン(ステップS10)、メモリ解
放サブルーチン(ステップS20)を実行する。メモリ
確保サブルーチン(ステップS10)は図11に示す動
作を実行し、先ずメモリ確保システムコールをコールし
(ステップS11)、ログ出力オン/オフフラグの外部
変数を受領する(ステップS12)。そして、ログ出力
か否かを判定し(ステップS13)、ログ出力の場合は
時刻を受領し(ステップS14)、次に時刻、アドレ
ス、サイズをログ出力して(ステップS15)、動作を
終了する。また、メモリ解放サブルーチン(ステップS
20)は図12に示す動作を実行し、先ずメモリ解放シ
ステムコールをコールし(ステプS21)、ログ出力オ
ン/オフフラグの外部変数を受領する(ステップS2
2)。そして、ログ出力か否かを判定し(ステップS2
3)、ログ出力の場合は時刻を受領し(ステプS2
4)、次に時刻、アドレスをログ出力して(ステップS
25)、動作を終了する。
The memory use log program used in the present invention operates as shown in FIG. 10, performs the operations of the processes # 1 to #N (steps S1 and S2), and at the same time, executes the memory allocation subroutine (step S10). ), A memory release subroutine (step S20) is executed. The memory reservation subroutine (step S10) executes the operation shown in FIG. 11, first calls the memory reservation system call (step S11), and receives the external variable of the log output ON / OFF flag (step S12). Then, it is determined whether or not the log is output (step S13), and in the case of the log output, the time is received (step S14), and then the time, address, and size are output as the log (step S15), and the operation is ended. . In addition, a memory release subroutine (step S
20) executes the operation shown in FIG. 12, first calls the memory release system call (step S21), and receives the external variable of the log output on / off flag (step S2).
2). Then, it is determined whether the log is output (step S2
3) In case of log output, the time is received (step S2
4) Next, log out time and address (step S
25), the operation ends.

【0020】[0020]

【発明の効果】以上のようにこの発明によれば、文字と
絵の画像データを大量にかつ高速に編集処理し、レイア
ウト指示された体裁の高品質な印刷用画像を出力するこ
とができ、ハードウエアによるベクトル情報のビットマ
ップ化及び画像処理,加工,編集を容易に行なうことが
でき、文字と絵とをレイアウトして出力することができ
る画像処理システムにおいて、従来個々のプログラムに
組込んでいた機能を標準的に提供することによって、デ
バッグ時の手間及びデバッグ文追加ミスによる無駄を低
減することができる。つまり、ログファイルに情報を書
込んでプログラム全体のメモリアロケーション状況を明
確にすることによって、トラブル発生時のデバッグの労
力を軽減することができる。
As described above, according to the present invention, a large amount of character and picture image data can be edited at high speed, and a high-quality printing image with a layout-designated appearance can be output. In an image processing system capable of easily converting a bit map of vector information by hardware, image processing, processing, and editing, and laying out and outputting characters and pictures, it has been conventionally incorporated in each program. By providing the standard function as standard, it is possible to reduce the trouble at the time of debugging and waste due to an error in adding a debug statement. In other words, by writing information in the log file and clarifying the memory allocation status of the entire program, it is possible to reduce the debugging effort when trouble occurs.

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

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

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

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

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

【図9】この発明の動作を説明するための図である。FIG. 9 is a diagram for explaining the operation of the present invention.

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

【図11】メモリ確保サブルーチンの動作例を示すフロ
ーチャートである。
FIG. 11 is a flowchart showing an operation example of a memory allocation subroutine.

【図12】メモリ解放サブルーチンの動作例を示すフロ
ーチャートである。
FIG. 12 is a flowchart showing an operation example of a memory release subroutine.

【符号の説明】[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 Editing Input Device 3 Floppy Disk 10 High Quality Output Device 100 Input Controller 200 File Server 300 Workstation 301 CRT 302 Keyboard 303 Digitizer 306 Mouse 400 Imagesetter 101 CPU 201 CPU 401 CPU

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 入力装置で読取られた画像データを入力
操作手段及び表示手段を用いて画面編集すると共に記憶
部を有するワークステーションにおいて、メモリ確保/
解放を示すフラグ及びサブルーチンがコールされた時
刻、対象アドレス、サイズの情報を、前記記憶部内のメ
モリ確保サブルーチン、メモリ解放サブルーチンがログ
ファイルに書込み、前記ログファイルを前記記憶部に保
存するようにしたことを特徴とする画像処理方法。
1. In a workstation having a storage unit for editing a screen of image data read by an input device by using an input operation unit and a display unit, memory reservation /
A flag indicating release and a time when the subroutine is called, a target address, and size information are written in a log file by the memory securing subroutine and the memory releasing subroutine in the storage unit, and the log file is stored in the storage unit. An image processing method characterized by the above.
【請求項2】 入力装置で読取られた画像データを保存
する入力コントローラと、前記画像データを入力操作手
段及び表示手段を用いて画面編集すると共に記憶部を有
するワークステーションと、前記入力コントローラ及び
ワークステーションに接続され、前記画像データ及び前
記ワークステーションで画面編集された編集データを記
憶手段にファイルとして格納するためのファイルサーバ
と、前記記憶手段に格納されている編集データを読出し
て画像出力装置に画像を出力するイメージセッターとを
具えた画像処理装置において、メモリ確保/解放を示す
フラグ及びサブルーチンがコールされた時刻、対象アド
レス、サイズの情報を、前記記憶部内のメモリ確保サブ
ルーチン、メモリ解放サブルーチンがログファイルに書
込む機能と、前記ログファイルを前記記憶部に保存する
機能とを具備したことを特徴とする画像処理装置。
2. An input controller that stores image data read by an input device, a workstation that edits the screen of the image data using an input operation unit and a display unit, and has a storage unit, the input controller and the work. A file server connected to the station for storing the image data and the edit data screen-edited by the workstation as a file in the storage means; and the edit data stored in the storage means for reading out to the image output device. In an image processing apparatus equipped with an image setter for outputting an image, a memory reservation subroutine and a memory release subroutine in the storage unit are provided with information on a flag indicating memory reservation / release, time when a subroutine is called, target address and size. The function to write to a log file Image processing apparatus having a function of saving a file in the storage unit.
【請求項3】 前記ログファイルの内容をダンプし、前
記表示手段に出力する機能を更に有している請求項2に
記載の画像処理装置。
3. The image processing apparatus according to claim 2, further comprising a function of dumping the contents of the log file and outputting the dump to the display unit.
JP4272353A 1992-09-16 1992-09-16 Image processing method and device therefor Pending JPH0696165A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4272353A JPH0696165A (en) 1992-09-16 1992-09-16 Image processing method and device therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4272353A JPH0696165A (en) 1992-09-16 1992-09-16 Image processing method and device therefor

Publications (1)

Publication Number Publication Date
JPH0696165A true JPH0696165A (en) 1994-04-08

Family

ID=17512699

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4272353A Pending JPH0696165A (en) 1992-09-16 1992-09-16 Image processing method and device therefor

Country Status (1)

Country Link
JP (1) JPH0696165A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005527008A (en) * 2001-09-19 2005-09-08 ヒューレット・パッカード・カンパニー Runtime monitoring of component-based systems
US8280927B2 (en) 2007-10-16 2012-10-02 Kyocera Document Solutions Inc. Electronic equipment and memory managing program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005527008A (en) * 2001-09-19 2005-09-08 ヒューレット・パッカード・カンパニー Runtime monitoring of component-based systems
US8280927B2 (en) 2007-10-16 2012-10-02 Kyocera Document Solutions Inc. Electronic equipment and memory managing program

Similar Documents

Publication Publication Date Title
US5315693A (en) Method and system for integrating in a single image, character and graphical information by employing data of different pixel resolution
JPH08115178A (en) Variable data field in page description language
US5278950A (en) Image composing method
JPH03105687A (en) Picture synthesizing method
JP2662305B2 (en) Figure selection method
JPH0696165A (en) Image processing method and device therefor
JP3214940B2 (en) Image processing system
JPH0696171A (en) Image processor
JPH05266154A (en) Image processing method
JPH0644352A (en) Image processor
JPH0696183A (en) Method and device for image processor
JPH0581397A (en) Page scroll method and image processor
JPH06231024A (en) Image processing method
JPH0713541A (en) Method for processing image and its device
JPH05266153A (en) Method and device for image processing
JPH0795386A (en) Picture processing system
JPH03105688A (en) Picture synthesizing method
JPH06342457A (en) Image processing method and apparatus
JP2866464B2 (en) Line figure boundary extraction method
JPH0721370A (en) Method and device for processing picture
JPH0793575A (en) Image processing system having edition time display rotation function
JPH06231228A (en) Image processing method
JPH0581402A (en) Picture processing system with overall view display function
JPH05282408A (en) Image processing method
JPH01191572A (en) Image forming device