JP2006185134A - Network system and image delivery method - Google Patents

Network system and image delivery method Download PDF

Info

Publication number
JP2006185134A
JP2006185134A JP2004377525A JP2004377525A JP2006185134A JP 2006185134 A JP2006185134 A JP 2006185134A JP 2004377525 A JP2004377525 A JP 2004377525A JP 2004377525 A JP2004377525 A JP 2004377525A JP 2006185134 A JP2006185134 A JP 2006185134A
Authority
JP
Japan
Prior art keywords
image data
conversion
www server
network system
acquisition request
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
JP2004377525A
Other languages
Japanese (ja)
Inventor
Tatsuya Takechi
辰哉 武市
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2004377525A priority Critical patent/JP2006185134A/en
Publication of JP2006185134A publication Critical patent/JP2006185134A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Facsimiles In General (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To enable a user to acquire specified image data by adding the specification of conversion parameters, when using a client device to make an image data acquisition request to a server for delivering image data. <P>SOLUTION: A network system 100 comprises the WWW server 102 for providing image data, and the client device 101 comprising an image data acquisition means for receiving requested image data from the WWW server and a conversion-specified image data acquisition request sending means for generating and sending a conversion-specified image data acquisition request with conversion parameters added for the acquisition of image data from the WWW server. The WWW server receives the conversion-specified image data acquisition request from the client device, interprets the received conversion-specified image data acquisition request to execute processing depending on the conversion specification, and sends converted image data thus generated to the client device. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ネットワークシステム及び画像配信方法に関し、特にクライアントサーバ型ネットワークにおいて画像データの送受信を行なうサーバ、クライアント装置と、サーバにおける画像データ変換処理の技術に関するものである。   The present invention relates to a network system and an image distribution method, and more particularly to a server and a client device that perform transmission / reception of image data in a client-server network and a technique of image data conversion processing in the server.

ネットワーク技術の発達にともなって、携帯電話や携帯情報端末(PDA)のような小型機器で配信されている画像を受信する機会が増えている。画像データ配信サービスは、通常WWWサーバ上に画像データを置き、クライアント端末からその画像の場所をURI(Uniform Resource Identifier)で指定することによって画像データを取得する。   With the development of network technology, opportunities to receive images distributed by small devices such as mobile phones and personal digital assistants (PDAs) are increasing. The image data distribution service obtains image data by placing image data on a normal WWW server and designating the location of the image from a client terminal using a URI (Uniform Resource Identifier).

図12はネットワークシステムにおいて、WWWサーバ上の画像データをクライアント装置から取得するやりとりについて最も一般的な形態を示した図である。図12において、クライアント装置からWWWサーバにHTTP GETリクエストを送信し、リクエストに対するHTTPレスポンスとして画像データがクライアント装置に送信される。クライアント装置から例えばhttp://example.org/path/to/image.jpgというURIで指定した画像データを取得する場合、まずexample.orgという名前のWWWサーバに対して図13で示した書式のHTTP GETリクエストを送信する。WWWサーバはクライアント装置に対して図14に示したような書式のHTTPレスポンスヘッダに続けて該当する画像データを送信する。クライアント装置では、HTTPレスポンスのヘッダ情報を参照して画像データを処理する。これにより、WWWサーバの画像データをクライアント装置から取得することができる。   FIG. 12 is a diagram showing the most general form of exchange for acquiring image data on a WWW server from a client device in a network system. In FIG. 12, an HTTP GET request is transmitted from the client device to the WWW server, and image data is transmitted to the client device as an HTTP response to the request. For example, http: // example. org / path / to / image. When acquiring image data specified by a URI of jpg, first, example. An HTTP GET request having the format shown in FIG. 13 is transmitted to the WWW server named org. The WWW server transmits the corresponding image data following the HTTP response header in the format shown in FIG. 14 to the client device. The client device processes the image data with reference to the header information of the HTTP response. Thereby, the image data of the WWW server can be acquired from the client device.

しかしながら、特に小型の機器の場合は処理能力があまり高くなく、表示などの処理を行なうことができる画像フォーマットの種類や、画像の解像度、画像の大きさなどに制限があることが多く、また携帯機器のネットワーク環境などによっては、画像データのデータ量を減少させる必要がある。   However, particularly in the case of small devices, the processing capability is not so high, and there are many restrictions on the types of image formats that can be processed such as display, image resolution, image size, etc. Depending on the network environment of the device, it is necessary to reduce the amount of image data.

この問題を解決するために用いられている方法としては、1つのオリジナルの画像データを端末の種類ごとに合わせて変換したものをあらかじめ用意してWWWサーバ上に置き、クライアント装置から各画像データを取得できるようにしておく方法がある。しかし、この方法では、画像データの配信者は端末の種類ごとに画像データの変換を行なわなければならず、機器の多様化への対応が困難である。   As a method used to solve this problem, one original image data converted according to the type of terminal is prepared in advance and placed on a WWW server, and each image data is transferred from the client device. There is a way to keep it available. However, in this method, the image data distributor must convert the image data for each type of terminal, and it is difficult to deal with diversification of devices.

本発明はこのような点に鑑みてなされたものであり、クライアントサーバ型ネットワークシステムにおいて、画像データを配信するサーバに対してユーザがクライアント装置を用いて画像データ取得要求を行なうときに、変換パラメータの指定を付加することによって、指定した画像データを取得することのできる方法を提供することにある。   The present invention has been made in view of such points, and in a client-server network system, when a user makes an image data acquisition request to a server that distributes image data using a client device, a conversion parameter is provided. It is an object of the present invention to provide a method capable of acquiring designated image data by adding the designation.

また、本発明の他の目的は、小型機器のような処理能力の低いクライアント装置に複雑な手段を設けることなく、目的の画像データを取得できる簡便な方法を提供することにある。   Another object of the present invention is to provide a simple method capable of acquiring target image data without providing complicated means in a client device having a low processing capability such as a small device.

本発明のネットワークシステムは、クライアントサーバ型のネットワークで画像データの送受信を行なうネットワークシステムにおいて、画像データを提供するWWWサーバと、前記WWWサーバより要求した画像データを受信する画像データ取得手段および前記WWWサーバから画像データを取得する際に変換パラメータを付加した変換指定付き画像データ取得要求を生成して送信する変換指定付き画像データ取得要求送信手段を備えたクライアント装置とを有し、前記WWWサーバは、記クライアント装置から該変換指定付き画像データ取得要求を受信する変換指定付きデータ取得要求受信手段と、前記変換指定付き画像データ取得手段において受信した該変換指定付き画像データ取得要求を解釈し、変換指定に従った処理を行なう画像データ変換処理手段と、前記画像データ変換処理手段によって生成された変換処理済み画像データをクライアント装置に送信する変換処理済み画像データ送信手段とを有することを特徴とする。   The network system according to the present invention includes a WWW server that provides image data, an image data acquisition unit that receives image data requested from the WWW server, and the WWW in a network system that transmits and receives image data in a client-server network. A client device comprising a conversion designation-added image data acquisition request transmitting means for generating and sending an image data acquisition request with a conversion specification to which a conversion parameter is added when acquiring image data from the server, wherein the WWW server , A data acquisition request receiving unit with conversion specification for receiving the image data acquisition request with conversion specification from the client device, and an image data acquisition request with conversion specification received by the image data acquisition unit with conversion specification Image to be processed according to the specification And having a chromatography data conversion means and converting the processed image data transmitting means for transmitting the converted processed image data generated by the image data conversion processing unit to the client device.

本発明の画像配信方法は、クライアントサーバ型のネットワークで画像データの送受信を行なうネットワークシステムにおける画像配信方法であって、前記WWWサーバから画像データを取得する際に変換パラメータを付加した変換指定付き画像データ取得要求を生成して送信する工程を含み、前記WWWサーバは、前記クライアント装置から該変換指定付き画像データ取得要求を受信する工程と、受信した該変換指定付き画像データ取得要求を解釈し、変換指定に従った処理を行なう工程と、変換処理済み画像データをクライアント装置に送信する工程とを含むことを特徴とする。   An image distribution method according to the present invention is an image distribution method in a network system that transmits and receives image data in a client-server network, and an image with a conversion specification to which a conversion parameter is added when acquiring image data from the WWW server. Generating and transmitting a data acquisition request, wherein the WWW server receives the image data acquisition request with conversion specification from the client device, interprets the received image data acquisition request with conversion specification, The method includes a step of performing processing in accordance with the conversion designation and a step of transmitting the converted image data to the client device.

本発明のプログラムは、前記画像配信方法をコンピュータに実行させることを特徴とする。   A program according to the present invention causes a computer to execute the image distribution method.

本発明のコンピュータ読み取り可能な記録媒体は、前記プログラムを記録したことを特徴とする。   The computer-readable recording medium of the present invention is characterized in that the program is recorded.

本発明によれば、画像データを配信するサーバに対してユーザがクライアント装置を用いて画像データ取得要求を行なうときに、変換パラメータの指定を付加することによって、オリジナルの画像データを変換した画像データを取得することができるようになる。   According to the present invention, when a user makes an image data acquisition request using a client device to a server that distributes image data, image data obtained by converting original image data by adding a conversion parameter is added. Will be able to get.

また、本発明によれば、小型機器のような処理能力の低いクライアント装置に複雑な手段を設けることなく、目的の画像データを取得できる簡便な方法を提供することができる。   Further, according to the present invention, it is possible to provide a simple method capable of acquiring target image data without providing complicated means in a client apparatus having a low processing capability such as a small device.

以下、本発明を適用した好適な実施形態を、添付図面を参照しながら詳細に説明する。   DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, preferred embodiments to which the invention is applied will be described in detail with reference to the accompanying drawings.

図1は本発明のネットワークシステムの原理を説明した図である。図1において、ネットワークシステム100はクライアント装置101、WWWサーバ102によるクライアントサーバ型のネットワーク構成をとり、クライアント装置101とWWWサーバ102は通信網108を通じて画像データの送受信を行なう。   FIG. 1 is a diagram for explaining the principle of the network system of the present invention. In FIG. 1, a network system 100 has a client server type network configuration including a client apparatus 101 and a WWW server 102, and the client apparatus 101 and the WWW server 102 transmit and receive image data through a communication network 108.

また、クライアント装置101は、WWWサーバ102に対して画像データのURIと変換パラメータを送信する変換指定付き画像データ取得要求送信部103とWWWサーバ102から送信されてくる画像データを受信する画像データ受信部104から構成されている。   Further, the client apparatus 101 receives image data transmitted from the WWW server 102 and an image data acquisition request transmission unit 103 with a conversion designation that transmits a URI and conversion parameters of image data to the WWW server 102. The unit 104 is configured.

また、WWWサーバ102はクライアント装置101から変換指定付き画像データ取得要求を受信する変換指定付きデータ取得要求受信部105と、変換要求を解釈して画像データの変換処理を行なう画像データ変換処理部106と、変換された画像データをクライアント装置101に送信する変換処理済み画像データ送信部107から構成されている。
ここで、変換指定付き画像データ取得要求について、図2を用いて詳細に説明する。
Further, the WWW server 102 receives a conversion designation-added data acquisition request receiving unit 105 that receives a conversion-designated image data acquisition request from the client apparatus 101, and an image data conversion processing unit 106 that interprets the conversion request and performs image data conversion processing. And a converted image data transmission unit 107 that transmits the converted image data to the client apparatus 101.
Here, the image data acquisition request with conversion designation will be described in detail with reference to FIG.

例としてクライアント装置101側でオリジナルの画像データをhttp://example.org/path/to/image.svgというURIで指定し、解像度を72DPI、縦横比を保存してサイズを横480ピクセル×縦360ピクセルのJPEG画像データへ変換することを要求する場合について考える。   As an example, the original image data is transferred to http: // example. org / path / to / image. Let us consider a case in which it is specified by a URI of svg, the resolution is 72 DPI, the aspect ratio is preserved, and the size is requested to be converted to JPEG image data of 480 pixels wide × 360 pixels high.

まず取得したい画像のオリジナルの画像データのURIを指定する(ステップ201)。次に各変換パラメータを指定する(ステップ202)。各変換パラメータの決定は、クライアント装置101を使用しているユーザの操作によるものであっても、機器の処理能力に合わせて自動的に生成されてもよい。ステップ202における各変換パラメータについては後述する。   First, the URI of the original image data of the image to be acquired is designated (step 201). Next, each conversion parameter is designated (step 202). The determination of each conversion parameter may be based on an operation of a user using the client apparatus 101 or may be automatically generated according to the processing capability of the device. Each conversion parameter in step 202 will be described later.

次にステップ202で生成された各変換パラメータを"+"記号で連結し、図3に示したような1つの文字列にする(ステップ203)。   Next, the conversion parameters generated in step 202 are connected with a “+” symbol to form one character string as shown in FIG. 3 (step 203).

次にステップ201で指定された画像データのURIのWWWサーバの名前を示す部分と画像データのパスを切り分ける(ステップ204)。URIの文字列は図4に示すようにプロトコル識別子、サーバ名、画像データパスに分解することができ、ステップ204においてはサーバ名としてexample.org、画像データのパスとして/path/to/image.svgが切り出される。   Next, the portion indicating the name of the URI WWW server of the image data designated in step 201 is separated from the path of the image data (step 204). The URI character string can be decomposed into a protocol identifier, a server name, and an image data path, as shown in FIG. org, / path / to / image. svg is cut out.

次に、ステップ204で切り出されたWWWサーバの名前で正しく存在しているかどうか確かめ(ステップ205、ステップ206)、存在しなければエラーを出力して終了する(ステップ210)。もしWWWサーバが存在すれば、次にステップ204で切り出された画像データパスとステップ203で生成された変換パラメータ文字列から変換指定付き画像データ取得要求文字列を生成する(ステップ207)。ステップ207において生成される変換指定付き画像データ取得要求文字列とは、HTTP GETリクエストの書式に従い、図5に示したような文字列で表現されている。次にWWWサーバに対してステップ207で生成した変換指定付き画像データ取得要求文字列を送信する(ステップ208)。WWWサーバでの処理が終わり、画像データを受信し、すべての処理を終了する(ステップ209)。   Next, it is confirmed whether or not it exists correctly with the name of the WWW server cut out in step 204 (step 205, step 206), and if it does not exist, an error is output and the process ends (step 210). If there is a WWW server, an image data acquisition request character string with conversion designation is generated from the image data path cut out at step 204 and the conversion parameter character string generated at step 203 (step 207). The image data acquisition request character string with conversion designation generated in step 207 is expressed by a character string as shown in FIG. 5 according to the format of the HTTP GET request. Next, the image data acquisition request character string with conversion designation generated in step 207 is transmitted to the WWW server (step 208). When the processing at the WWW server is finished, the image data is received, and all processing is terminated (step 209).

次にステップ208においてクライアント装置から送信された変換指定付き画像データ取得要求文字列を受信するWWWサーバの処理について、図10に示したフローチャートを用いて説明する。   Next, the processing of the WWW server that receives the conversion-designated image data acquisition request character string transmitted from the client device in step 208 will be described using the flowchart shown in FIG.

WWWサーバはクライアント装置からの要求を受信するまで待機している。クライアント装置から送信された変換指定付き画像データ取得要求文字列を受信すると(ステップ1001)、変換指定付き画像データ取得要求文字列を解析する(ステップ1002)。受信した変換指定付き画像データ取得要求文字列は前述の通り図11に示したHTTP GETリクエスト1101のような書式であり、パス1102、変換パラメータ1103に分解することができる。パス1102の文字列からオリジナルの画像データファイルが存在するかどうかをチェックし(ステップ1003)、存在しなければHTTPレスポンスとしてクライアント装置にステータス"404"(ファイルが存在しない)を送信する(ステップ1004)。   The WWW server waits until it receives a request from the client device. When the image data acquisition request character string with conversion specification transmitted from the client device is received (step 1001), the image data acquisition request character string with conversion specification is analyzed (step 1002). The received image data acquisition request character string with conversion designation has a format similar to the HTTP GET request 1101 shown in FIG. 11 as described above, and can be decomposed into a path 1102 and a conversion parameter 1103. It is checked whether or not the original image data file exists from the character string of the path 1102 (step 1003). If it does not exist, the status “404” (file does not exist) is transmitted to the client device as an HTTP response (step 1004). ).

ここでステップ1004において送信されるHTTPレスポンスについて説明する。図7は、WWWサーバ上にURIで指定した画像データが存在しなかった場合にWWWサーバからクライアント装置に送信されるHTTPレスポンスである。クライアント装置はこのHTTPレスポンスを受信することでWWWサーバ上に指定したファイルが存在しなかったことを認識し、エラー処理を行なう。   Here, the HTTP response transmitted in step 1004 will be described. FIG. 7 shows an HTTP response transmitted from the WWW server to the client device when there is no image data designated by the URI on the WWW server. Upon receiving this HTTP response, the client device recognizes that the specified file does not exist on the WWW server, and performs error processing.

図10に戻り、ステップ1003において画像データファイルが存在すれば、次に変換パラメータ1103の文字列で指定されている変換処理がすべて可能かどうかをチェックし(ステップ1005)、不可能な処理が含まれていた場合はHTTPレスポンスとしてクライアント装置にステータス"501"(機能が未実装)を送信する(ステップ1006)。   Returning to FIG. 10, if an image data file exists in step 1003, it is next checked whether or not all the conversion processes specified by the character string of the conversion parameter 1103 are possible (step 1005), and impossible processes are included. If so, status “501” (function not implemented) is transmitted to the client apparatus as an HTTP response (step 1006).

ここでステップ1006において送信されるHTTPレスポンスについて説明する。図8は、変換パラメータで指定した処理の一部または全部がWWWサーバ上で処理できなかった場合にWWWサーバからクライアント装置に送信されるHTTPレスポンスである。クライアント装置はこのHTTPレスポンスを受信することでWWWサーバ上で指定した変換処理ができなかったことを認識し、エラー処理を行なう。   Here, the HTTP response transmitted in step 1006 will be described. FIG. 8 shows an HTTP response transmitted from the WWW server to the client apparatus when part or all of the processing specified by the conversion parameter cannot be processed on the WWW server. By receiving this HTTP response, the client device recognizes that the conversion process designated on the WWW server has failed, and performs error processing.

図10に戻り、ステップ1005において変換処理が可能であると判断された場合、変換処理を実行し(ステップ1007)、変換処理結果の画像データをHTTPレスポンスとしてクライアント装置に送信する(ステップ1008)。   Returning to FIG. 10, when it is determined in step 1005 that the conversion process is possible, the conversion process is executed (step 1007), and the image data of the conversion process result is transmitted to the client device as an HTTP response (step 1008).

ここでステップ1008において送信されるHTTPレスポンスについて説明する。図6はWWWサーバで変換処理が成功したときにクライアント装置が受信する画像データを示したものである。1行目はHTTPのバージョンとレスポンスのステータスコードを、2行目は受信する画像データのフォーマットをRFC3023で規定されているメディアタイプで記述し、3行目は画像データのサイズをバイト数で示している。1行目から3行目まででHTTPレスポンスのヘッダ情報は構成されている。4行目に空の行があり、5行目以降が実際の画像データのバイト列となっている。これにより、クライアント装置側ではオリジナル画像データとしてSVGのファイル(メディアタイプはimage/jpeg)を指定しているが、あたかもURIでJPEGファイルを指定したかのように画像データを受信し、表示などの処理を行なうことができる。   Here, the HTTP response transmitted in step 1008 will be described. FIG. 6 shows image data received by the client device when the conversion process is successful in the WWW server. The first line describes the HTTP version and response status code, the second line describes the format of the received image data in the media type specified in RFC3023, and the third line shows the size of the image data in bytes. ing. The header information of the HTTP response is composed of the first to third lines. There is an empty row in the fourth row, and the fifth and subsequent rows are byte sequences of actual image data. As a result, the SVG file (media type: image / jpeg) is specified as the original image data on the client device side, but the image data is received as if the JPEG file was specified by the URI, and the display etc. Processing can be performed.

次にステップ202において指定する変換パラメータについて説明する。図9は変換パラメータとその指定方法についてBNFを用いて説明したものである。図9の各変換パラメータについて詳しく説明する。   Next, the conversion parameter specified in step 202 will be described. FIG. 9 explains the conversion parameter and its specifying method using BNF. Each conversion parameter in FIG. 9 will be described in detail.

まずフォーマット指定の記述方法について説明する。指定できるフォーマットの種類はここではSVG、JPEG、PNGの3種類とする。SVG形式で取得する場合は"svg"、JPEG形式で取得する場合は"jpg"、PNG形式で取得する場合は"png"という文字列を"format="以降に続けて記述する。また、さらに"―"記号を挟んでフォーマットの形式を記述することができる。複数のフォーマット形式が"−"記号を用いて記述された場合は最も左側に記述された第一のフォーマット形式が優先され、サーバ側で変換できない場合は第二のフォーマット形式に変換する要求を表している。すなわち"format=png−jpg"と記述された場合は、第一のフォーマット形式がPNG形式であって、サーバ側でPNGへの変換処理が不可能であった場合は第二のフォーマット形式であるJPEG形式での変換を要求することを表している。   First, the description method of format designation will be described. Here, there are three types of formats that can be specified: SVG, JPEG, and PNG. A character string “svg” is described after “format =” when acquired in the SVG format, “jpg” when acquired in the JPEG format, and “png” when acquired in the PNG format. In addition, the format can be described with a “-” symbol in between. If multiple format formats are described using the "-" symbol, the first format format described on the leftmost side takes precedence. If the format cannot be converted on the server side, it indicates a request to convert to the second format format. ing. In other words, when “format = png−jpg” is described, the first format is the PNG format, and when the conversion to the PNG is impossible on the server side, the second format is used. This indicates that conversion in JPEG format is requested.

次に解像度の指定方法について説明する。解像度は単位をDPIとした整数で指定し、"resolution="に続けて記述する。解像度は範囲として指定することも可能であり、整数の文字列を"〜"(チルダ)記号で接続する。そのとき、左側に記述した数値に近いサーバが処理することができる解像度が優先される。例えば解像度を300DPIから600DPIの間で指定し、なるべく高い解像度で処理することを要求する場合は"resolution=600~300"と記述する。   Next, a method for specifying the resolution will be described. The resolution is specified by an integer having a unit of DPI, and is described after “resolution =”. The resolution can also be specified as a range, and an integer character string is connected by a “˜” (tilde) symbol. At that time, priority is given to the resolution that can be processed by the server close to the numerical value described on the left side. For example, when specifying the resolution between 300 DPI and 600 DPI and requesting processing at as high a resolution as possible, “resolution = 600 to 300” is described.

次にサイズの指定方法について説明する。サイズの指定方法は横のピクセル数と縦のピクセル数を整数値で、縦横比については固定にする場合は"preserve"、固定せずに指定したサイズに合わせる場合は"none"という文字列で表現する。それらの文字列を"size="に続けて縦のピクセル数、"x"記号、横のピクセル数、"@"記号、縦横比の順に並べて記述する。例えば横400ピクセル、縦300ピクセルのデータとして、縦横比を固定して変換することを要求する場合は、"size=400x300@preserve"と記述する。   Next, a method for specifying the size will be described. The size can be specified with the integer number of horizontal and vertical pixels. The aspect ratio is fixed as “preserve” when fixed, and as “non” when adjusted to the specified size without fixing. Express. These character strings are described in the order of “size =” followed by the number of vertical pixels, “x” symbol, horizontal pixel number, “@” symbol, and aspect ratio. For example, when it is requested to convert data with a fixed aspect ratio as data of horizontal 400 pixels and vertical 300 pixels, “size = 400 × 300 @ preserve” is described.

次に切り抜き範囲の指定について説明する。切り抜き範囲とはオリジナルの画像データに対するXY軸に平行な矩形の範囲であり、矩形の左上と右下の点のXY座標の値を指定し、2点のX、Y座標の値の組をそれぞれ"x"記号で接続し、ぞれらを"〜"(チルダ)記号で接続する。例えば切り抜く範囲が左上(10.5,30)、右下(210,315.5)で示される矩形であれば、"crop=10.5x30〜210x315.5"と記述する。   Next, the designation of the clipping range will be described. The cropping range is a rectangular range parallel to the XY axis for the original image data. Specify the XY coordinate values of the upper left and lower right points of the rectangle, and set the X and Y coordinate values of the two points respectively. Connect with "x" symbol and connect each with "~" (tilde) symbol. For example, if the clipping range is a rectangle indicated by the upper left (10.5, 30) and the lower right (210, 315.5), “crop = 10.5 × 30 to 210 × 315.5” is described.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても、達成されることは言うまでもない。   Another object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the above-described embodiments to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium. Needless to say, this can also be achieved by reading and executing the program code stored in.

この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、プログラムコード自体及びそのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code itself and the storage medium storing the program code constitute the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、磁気テープ、不揮発性のメモリカード、ROM等を用いることができる。   As a storage medium for supplying the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(基本システム或いはオペレーティングシステム)などが実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (basic system or operating system) running on the computer based on the instruction of the program code. Needless to say, a case where the functions of the above-described embodiment are realized by performing part or all of the actual processing and the processing is included.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function is determined based on the instruction of the program code. It goes without saying that the CPU or the like provided in the expansion board or function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

本発明の実施形態に係るネットワークシステムの原理を示したネットワーク図である。1 is a network diagram illustrating the principle of a network system according to an embodiment of the present invention. 本発明の実施形態に係るネットワークシステムにおけるクライアント装置の処理の流れを示したフローチャートである。It is the flowchart which showed the flow of the process of the client apparatus in the network system which concerns on embodiment of this invention. 本発明の実施形態における変換パラメータ文字列の記述例を示す図である。It is a figure which shows the example of a description of the conversion parameter character string in embodiment of this invention. URIについて説明した図である。It is a figure explaining URI. クライアント装置からWWWサーバに送信されるHTTP GETリクエストの例を示す図である。It is a figure which shows the example of the HTTP GET request transmitted to a WWW server from a client apparatus. WWWサーバからクライアント装置に送信される、WWWサーバでの処理が成功したときのHTTPレスポンスの例を示す図である。It is a figure which shows the example of the HTTP response when the process in a WWW server transmitted to a client apparatus from a WWW server succeeds. WWWサーバからクライアント装置に送信される、WWWサーバ上に指定されたオリジナルの画像データファイルが存在しなかった場合のHTTPレスポンスの例を示す図である。It is a figure which shows the example of an HTTP response when the original image data file designated on the WWW server does not exist transmitted to the client device from the WWW server. WWWサーバからクライアント装置に送信される、WWWサーバ上に指定された変換処理が行なえなかった場合のHTTPレスポンスの例を示す図である。It is a figure which shows the example of the HTTP response when the conversion process designated on the WWW server which was transmitted to a client apparatus from a WWW server cannot be performed. 変換パラメータ文字列について、各変換パラメータの記述方法について説明した図である。It is the figure explaining the description method of each conversion parameter about a conversion parameter character string. WWWサーバの処理の流れを示したフローチャートである。It is the flowchart which showed the flow of the process of a WWW server. WWWサーバがクライアント装置から受信するHTTP GETリクエストを解析する処理について説明した図である。It is the figure explaining the process which analyzes the HTTP GET request which a WWW server receives from a client apparatus. 一般的なネットワークシステムにおいて、WWWサーバとクライアント装置のデータの送受信について説明した図である。It is the figure explaining transmission / reception of the data of a WWW server and a client apparatus in a general network system. 一般的なネットワークシステムにおいて、クライアント装置からWWWサーバに送信されるHTTP GETリクエストの例を示した図である。It is the figure which showed the example of the HTTP GET request transmitted to a WWW server from a client apparatus in a general network system. 一般的なネットワークシステムにおいて、WWWサーバからクライアント装置に送信されるHTTPレスポンスの例を示した図である。It is the figure which showed the example of the HTTP response transmitted to a client apparatus from a WWW server in a general network system.

符号の説明Explanation of symbols

100 ネットワークシステム
101 クライアント装置
102 WWWサーバ
103 変換指定付き画像データ取得要求送信部
104 画像データ受信部
105 変換指定付きデータ取得要求受信部
106 画像データ変換処理部
107 変換処理済み画像データ送信部
108 通信網
DESCRIPTION OF SYMBOLS 100 Network system 101 Client apparatus 102 WWW server 103 Image data acquisition request transmission part with conversion specification 104 Image data reception part 105 Data acquisition request reception part with conversion specification 106 Image data conversion processing part 107 Conversion processed image data transmission part 108 Communication network

Claims (10)

クライアントサーバ型のネットワークで画像データの送受信を行なうネットワークシステムにおいて、
画像データを提供するWWWサーバと、
前記WWWサーバより要求した画像データを受信する画像データ取得手段および前記WWWサーバから画像データを取得する際に変換パラメータを付加した変換指定付き画像データ取得要求を生成して送信する変換指定付き画像データ取得要求送信手段を備えたクライアント装置とを有し、
前記WWWサーバは、
前記クライアント装置から該変換指定付き画像データ取得要求を受信する変換指定付きデータ取得要求受信手段と、
前記変換指定付き画像データ取得手段において受信した該変換指定付き画像データ取得要求を解釈し、変換指定に従った処理を行なう画像データ変換処理手段と、
前記画像データ変換処理手段によって生成された変換処理済み画像データをクライアント装置に送信する変換処理済み画像データ送信手段とを有することを特徴とするネットワークシステム。
In a network system that transmits and receives image data on a client-server network,
A WWW server that provides image data;
Image data acquisition means for receiving image data requested from the WWW server, and image data with conversion specification for generating and transmitting an image data acquisition request with conversion specification to which a conversion parameter is added when acquiring image data from the WWW server A client device having an acquisition request transmission means,
The WWW server
A data acquisition request receiving unit with conversion specification for receiving the image data acquisition request with conversion specification from the client device;
Image data conversion processing means for interpreting the image data acquisition request with conversion specification received in the image data acquisition means with conversion specification and performing processing according to the conversion specification;
A network system comprising: converted image data transmission means for transmitting the converted image data generated by the image data conversion processing means to a client device.
前記ネットワークシステムは、HTTPプロトコルを用いて画像データの送受信を行なうことを特徴とする請求項1に記載のネットワークシステム。   The network system according to claim 1, wherein the network system transmits and receives image data using an HTTP protocol. 前記変換指定付きデータ取得要求は、前記WWWサーバに対するURI(Uniform Resource Identifier)と変換パラメータを組み合わせた文字列によって表されることを特徴とする請求項1に記載のネットワークシステム。   The network system according to claim 1, wherein the data acquisition request with conversion designation is represented by a character string that combines a URI (Uniform Resource Identifier) for the WWW server and a conversion parameter. 前記クライアント装置は、前記ネットワークシステムにおいて前記WWWサーバに対してHTTPのGETリクエスト形式のデータを送信することを特徴とする請求項1に記載のネットワークシステム。   The network system according to claim 1, wherein the client device transmits data in an HTTP GET request format to the WWW server in the network system. 前記WWWサーバは、前記ネットワークシステムにおいて前記クライアント装置に対してHTTPのレスポンス形式のデータを送信することを特徴とする請求項1に記載のネットワークシステム。   The network system according to claim 1, wherein the WWW server transmits data in an HTTP response format to the client device in the network system. 前記WWWサーバは、前記画像変換処理手段において受信した変換指定付きデータ取得要求を解釈した結果、要求されている処理の一部又は全部を行なうことができないことが判明した場合に、前記クライアント装置に対してその旨を通知することを特徴とする請求項5に記載のネットワークシステム。   When the WWW server interprets the data acquisition request with conversion designation received by the image conversion processing unit and finds that it cannot perform a part or all of the requested processing, the WWW server 6. The network system according to claim 5, wherein the fact is notified to that. 前記WWWサーバは、前記クライアント装置に対して、変換後の画像データ形式を明示的に通知することを特徴とする請求項5に記載のネットワークシステム。   The network system according to claim 5, wherein the WWW server explicitly notifies the client device of the converted image data format. クライアントサーバ型のネットワークで画像データの送受信を行なうネットワークシステムにおける画像配信方法であって、
前記WWWサーバから画像データを取得する際に変換パラメータを付加した変換指定付き画像データ取得要求を生成して送信する工程を含み、
前記WWWサーバは、
前記クライアント装置から該変換指定付き画像データ取得要求を受信する工程と、
受信した該変換指定付き画像データ取得要求を解釈し、変換指定に従った処理を行なう工程と、
変換処理済み画像データをクライアント装置に送信する工程とを含むことを特徴とする画像配信方法。
An image distribution method in a network system for transmitting and receiving image data in a client server type network,
Generating and transmitting an image data acquisition request with a conversion specification to which a conversion parameter is added when acquiring image data from the WWW server,
The WWW server
Receiving the image data acquisition request with the conversion designation from the client device;
Interpreting the received image data acquisition request with a conversion specification and performing a process according to the conversion specification;
And a step of transmitting the converted image data to the client device.
請求項8に記載の画像配信方法をコンピュータに実行させるためのプログラム。   The program for making a computer perform the image delivery method of Claim 8. 請求項9に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the program according to claim 9 is recorded.
JP2004377525A 2004-12-27 2004-12-27 Network system and image delivery method Pending JP2006185134A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004377525A JP2006185134A (en) 2004-12-27 2004-12-27 Network system and image delivery method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004377525A JP2006185134A (en) 2004-12-27 2004-12-27 Network system and image delivery method

Publications (1)

Publication Number Publication Date
JP2006185134A true JP2006185134A (en) 2006-07-13

Family

ID=36738208

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004377525A Pending JP2006185134A (en) 2004-12-27 2004-12-27 Network system and image delivery method

Country Status (1)

Country Link
JP (1) JP2006185134A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008004640A1 (en) 2006-07-05 2008-01-10 Ube Industries, Ltd. Sialon-base oxynitride phosphors and process for production thereof
JP2012124886A (en) * 2010-11-18 2012-06-28 Nippon Telegr & Teleph Corp <Ntt> Video information processing file system
JP2017027316A (en) * 2015-07-21 2017-02-02 キヤノン株式会社 Information processing device and information processing method
CN114549303A (en) * 2022-01-14 2022-05-27 北京百度网讯科技有限公司 Image display method, image processing method, image display device, image processing equipment and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008004640A1 (en) 2006-07-05 2008-01-10 Ube Industries, Ltd. Sialon-base oxynitride phosphors and process for production thereof
JP2012124886A (en) * 2010-11-18 2012-06-28 Nippon Telegr & Teleph Corp <Ntt> Video information processing file system
JP2017027316A (en) * 2015-07-21 2017-02-02 キヤノン株式会社 Information processing device and information processing method
CN114549303A (en) * 2022-01-14 2022-05-27 北京百度网讯科技有限公司 Image display method, image processing method, image display device, image processing equipment and storage medium
CN114549303B (en) * 2022-01-14 2023-10-20 北京百度网讯科技有限公司 Image display method, image processing method, image display device, image processing apparatus, image display device, image processing program, and storage medium

Similar Documents

Publication Publication Date Title
US7545951B2 (en) Data transmission by watermark or derived identifier proxy
KR101467430B1 (en) Method and system for providing application based on cloud computing
US8438222B2 (en) Information processing system, information processing apparatus, information processing method, and computer program
US20060047844A1 (en) One step approach to deliver multimedia from local PC to mobile devices
US20130135640A1 (en) Function executing device and server
JP2005530266A (en) Method and apparatus for structured streaming of XML documents
US9319454B2 (en) Communication apparatus system, communication apparatus, relay apparatus, and control method of relay
CN102098330A (en) Method, device and system for asynchronous transmission based on json data format
JP2009089003A (en) Communication system, base station device, and terminal device
JP2010128596A (en) Information processing apparatus, image processing apparatus, print control method, and print control program
US7720924B2 (en) System providing methodology for the restoration of original media quality in messaging environments
JPH10117290A (en) Image transfer system, image transmitter, profile information transmitter, image reception reproduction device, storage medium, image receiver, program transmitter and image color correction device
JP2009252153A5 (en)
JP2006185134A (en) Network system and image delivery method
US8860969B2 (en) Intermediation server and communication device
US7456844B2 (en) Image transmission method, computer-readable image transmission program, recording medium, and image transmission apparatus
US8482763B2 (en) Method and apparatus for generating a file using address and information tags
JP2006216024A (en) Efficient conversion of interchange format message
CN102457556A (en) Method, device, and system for posting on Blog through mobile terminal
US7539292B2 (en) Contents distribution system, contents server, contents receiving apparatus, contents distribution method, program and storage media
KR20070088882A (en) A document delivery system and method there of
JP2006195923A (en) Image information processing system and image information processing method
JP2010056627A (en) Image reading apparatus, method of controlling the same, and program
JP2005110024A (en) Data transmitter, data transmission/reception system, and data transmission/reception method
JP2008287725A (en) Remote processing service system and method