JPH10269155A - Internet telegram system - Google Patents

Internet telegram system

Info

Publication number
JPH10269155A
JPH10269155A JP9113322A JP11332297A JPH10269155A JP H10269155 A JPH10269155 A JP H10269155A JP 9113322 A JP9113322 A JP 9113322A JP 11332297 A JP11332297 A JP 11332297A JP H10269155 A JPH10269155 A JP H10269155A
Authority
JP
Japan
Prior art keywords
data
image
printing
displayed
image data
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
JP9113322A
Other languages
Japanese (ja)
Inventor
Takashi Suzuki
孝史 鈴木
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP9113322A priority Critical patent/JPH10269155A/en
Publication of JPH10269155A publication Critical patent/JPH10269155A/en
Pending legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To simply display data of an image and characters one over the other on the screen of a viewer-side computer at a high speed, by sending a discrimination code corresponding to image data displayed on a server of the internet and performing a printing process by using high-definition image data corresponding to the discrimination code. SOLUTION: Character data are inputted on a homepage to selected image data. Then, the data are displayed by overlaying. At this time, GIF is used as an image format and background GIF is displayed. After confirmation, data are sent and although the character data are sent as they are, the discrimination code characteristic of the image is sent as the image data. High-definition data in BMP file format etc., corresponding to the character data and discrimination data are used for printing or printing on paper, etc., where the image corresponding to the discrimination code is printed. Consequently, sufficient picture quality is obtained and the amount of data transfer can be made small.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】インターネットを利用したメ
ッセージの送付印刷システムに属する
[0001] 1. Field of the Invention [0002] The present invention belongs to a message sending and printing system using the Internet.

【0002】[0002]

【従来の技術】インターネットのWWWにおいて画像デ
ータと文字データを重ねて表示する事は可能ですが、こ
の画面から画像データを印刷する事は出来ませんでし
た。
2. Description of the Related Art Image data and character data can be displayed in a superimposed manner on the Internet WWW, but image data cannot be printed from this screen.

【0003】[0003]

【発明が解決しようとする課題】本発明は見る側のコン
ピューターの画面には簡単で高速に画像と文字のデータ
を重ねて表示し、なお且つ高精細な画像でプリントアウ
トも可能にするものである。
SUMMARY OF THE INVENTION The present invention provides a simple and high-speed display of superimposed images and character data on the screen of a computer on the viewer's side, and also enables printout of high-definition images. is there.

【0004】[0004]

【課題を解決するための手段】インターネットのサーバ
ー上で画像データと選択された又は書き込まれた文字デ
ータを表示し、その文字と画像のデータの識別符号を通
信回線を通して送付し、そのデータにもとずいて識別符
号に対応する画像と文字データを重ねて印刷又はプリン
トアウトする。表示のときはGIF等の圧縮された、デ
ータ容量の少ない画像データ形式を用い、印刷する時は
対応する高精細な形式の画像データを使います。
The image data and the selected or written character data are displayed on a server on the Internet, the identification code of the character and the image data is transmitted through a communication line, and the data is also transmitted to the server. Then, the image corresponding to the identification code and the character data are overlaid and printed or printed out. For display, use a compressed image data format such as GIF, which has a small data capacity, and for printing, use the corresponding high-definition image data.

【0005】[0005]

【実施例】ホームページ上で文字データを入力し画像デ
ータを選択します、次にこれらのデータを重ねて表示し
ます。この時画像形式としてGIFを用い、背景GIF
として表示します。確認の上データを送付しますが、こ
の時文字データはそのまま送付しますが、画像データは
画像固有の識別符号を送付します。この文字データと識
別符号に対応するBMPファイル形式などの高精細な画
像データを使用してプリントを行うか、識別符号に相応
する画像を印刷した紙等のものにプリントを行います。
[Example] Input text data on the homepage, select image data, and then overlay these data. At this time, GIF is used as the image format, and the background GIF is used.
Display as After confirming and sending the data, at this time the character data will be sent as it is, but the image data will send the image's unique identification code. Print using this character data and high-definition image data such as the BMP file format corresponding to the identification code, or print on paper or the like on which an image corresponding to the identification code is printed.

【0006】[0006]

【発明の効果】WWWでの情報は通信回線を通してデー
タを転送し、コンピューターのディスプレイで表示しま
す。この場合はデータとしてGIF形式のデータを使っ
ても十分な画質が得られると共に、データ転送量も少な
くて済みます。しかし印刷等を行うときはGIF形式の
データでは汚いものに成ります。印刷する側で、BMP
形式等のより高精細な画像形式を使う事でこの問題が解
消されます。又、印刷側への送付データも画像の識別符
号を送付する事により飛躍的に少なくなります。
[Effects of the Invention] Information on WWW is transferred through a communication line and displayed on a computer display. In this case, even if GIF format data is used, sufficient image quality can be obtained, and the amount of data transfer can be reduced. However, when printing, etc., GIF format data will be messy. On the printing side, BMP
Using a higher definition image format, such as a format, can solve this problem. Also, the data sent to the printing side can be dramatically reduced by sending the image identification code.

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

【図1】WWWサーバー側での処理の流れ図であるFIG. 1 is a flowchart of a process on a WWW server side.

【図2】プリント側での処理の流れ図であるFIG. 2 is a flowchart of processing on a print side.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】コンピューター上で画像データと選択され
た又は書き込まれた文字データを表示し、その文字と画
像のデータの識別符号等にもとずいて識別符号に対応す
る画像と文字データを重ねて印刷又はプリントアウトす
る方法。
An image data and selected or written character data are displayed on a computer, and an image and character data corresponding to the identification code are superimposed on the basis of the identification code of the character and the image data. How to print or print out.
【請求項2】画像データの送付に変えて画像のファィル
名、識別符号等により、画像の印刷された用紙を選択し
印刷又はプリントアウトする方法。
2. A method of selecting a sheet on which an image is printed, and printing or printing out the image on the basis of a file name, an identification code or the like of the image instead of sending image data.
JP9113322A 1997-03-25 1997-03-25 Internet telegram system Pending JPH10269155A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9113322A JPH10269155A (en) 1997-03-25 1997-03-25 Internet telegram system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9113322A JPH10269155A (en) 1997-03-25 1997-03-25 Internet telegram system

Publications (1)

Publication Number Publication Date
JPH10269155A true JPH10269155A (en) 1998-10-09

Family

ID=14609304

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9113322A Pending JPH10269155A (en) 1997-03-25 1997-03-25 Internet telegram system

Country Status (1)

Country Link
JP (1) JPH10269155A (en)

Similar Documents

Publication Publication Date Title
US6981053B2 (en) Data transfer utilizing preview data
KR100440045B1 (en) A method and system for chatting service providing realtime tag analysis
US5601018A (en) Automatic stamping device
JPH10269155A (en) Internet telegram system
JP4676396B2 (en) Printing system, printer, and printing method
JP3696695B2 (en) How to superimpose correction information
JPS60246153A (en) Text and image mixed communication method
JPH05145678A (en) Printer
JP2008289166A (en) System and method for generating a document from multiple image overlays
KR100529321B1 (en) Method and apparatus controlling a monitor by a printer
JP2596399Y2 (en) Facsimile machine
JP2881007B2 (en) Online report creation system
JPH04302054A (en) Character and image information synthesis and edition processing system
JP2002109455A (en) Filing form layout data and entry data
JP2006088530A (en) Image forming apparatus
JP2009064129A (en) Information processor and information processing program
JPH05266255A (en) Picture recognizing device
JPS58219075A (en) Hard copying device for displayed pattern
JPH04167756A (en) Plate-making system
JP2002218149A (en) Document image transmitting apparatus, document image transmitting method, and computer-readable recording medium storing document image transmitting program
JPS63182968A (en) Facsimile equipment
JP2001211272A (en) Video signal generating device, reproducing device, transfer method of video signal, and video signal printing device
JP2003150727A (en) System and method for managing gift wrapping paper, and computer program
JP2000101769A (en) Facsimile display system and display device
JPH03218865A (en) Printer