JP2007065965A - Network device with web server - Google Patents

Network device with web server Download PDF

Info

Publication number
JP2007065965A
JP2007065965A JP2005250864A JP2005250864A JP2007065965A JP 2007065965 A JP2007065965 A JP 2007065965A JP 2005250864 A JP2005250864 A JP 2005250864A JP 2005250864 A JP2005250864 A JP 2005250864A JP 2007065965 A JP2007065965 A JP 2007065965A
Authority
JP
Japan
Prior art keywords
thumbnail
file
thumbnail image
web page
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.)
Withdrawn
Application number
JP2005250864A
Other languages
Japanese (ja)
Inventor
Kenji Sakuta
健二 作田
Hideki Morozumi
秀樹 両角
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2005250864A priority Critical patent/JP2007065965A/en
Publication of JP2007065965A publication Critical patent/JP2007065965A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technology for appropriately generating a thumb nail image file as necessary in response to a request from a browser. <P>SOLUTION: When receiving the display request of a Web page for displaying a thumb nail image from a browser 11, a Web server 100 adds thumb nail information indicating a thumb nail image to be displayed to a thumb nail display Web page description file in which a Web page is described, and transmits it to a browser 11. When the display of the thumb nail image is requested from the thumb nail information from the browser 11, the Web server 100 extracts thumb nail image data from an image file, and generates a thumb nail image file including the thumb nail image data. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、Webサーバを備えるネットワーク装置に関する。   The present invention relates to a network device including a Web server.

従来から、デジタルカメラで撮影して得られた画像データに基づいて、画像をコンピュータのモニタに表示する処理が行なわれている。特許文献1では、ブラウザで複数の画像を一覧表示させることが提案されている。一覧表示には、本画像を縮小したサムネイル画像を表示させている。サムネイル画像は、本画像を表示するための本画像データよりサイズが小さいサムネイル画像データに基づいて表示される。特許文献1では、サムネイル画像を表示するために、サムネイル画像データを含むサムネイル画像ファイルが予め生成されている。   Conventionally, processing for displaying an image on a computer monitor is performed based on image data obtained by photographing with a digital camera. In Patent Document 1, it is proposed to display a list of a plurality of images with a browser. In the list display, thumbnail images obtained by reducing the main image are displayed. The thumbnail image is displayed based on thumbnail image data having a smaller size than the main image data for displaying the main image. In Patent Document 1, in order to display a thumbnail image, a thumbnail image file including thumbnail image data is generated in advance.

特開2000−357169号公報JP 2000-357169 A

特許文献1ではユーザが表示要求をするか否かに関わらず、全てのサムネイル画像のサムネイル画像ファイルが生成されている。しかし、ユーザは全てのサムネイル画像を表示要求するとは限らず、サムネイル画像ファイルを生成する処理が無駄になることもある。また、サムネイル画像ファイルを記憶させておくメモリの容量にも限界がある場合があり、全てのサムネイル画像ファイルをメモリに記憶させておくことが可能であると限らない。   In Patent Document 1, thumbnail image files of all thumbnail images are generated regardless of whether or not the user requests display. However, the user does not necessarily request to display all thumbnail images, and the processing for generating thumbnail image files may be wasted. In addition, the capacity of the memory for storing the thumbnail image file may be limited, and it is not always possible to store all the thumbnail image files in the memory.

本発明は、上記した問題点を解決するためになされたものであり、ブラウザからの要求に応じてサムネイル画像ファイルを適宜生成する技術を提供することを目的とする。   The present invention has been made to solve the above-described problems, and an object thereof is to provide a technique for appropriately generating a thumbnail image file in response to a request from a browser.

上記課題の少なくとも一部を解決するため、本発明によるWebサーバを備えるネットワーク装置は、
Webサーバを備えるネットワーク装置であって、
本画像を表す本画像データと、本画像を縮小したサムネイル画像を表すサムネイル画像データとが埋め込まれている画像データファイルを予め記憶する画像データファイル記憶部を備え、
前記Webサーバは、
前記サムネイル画像を表示するためのWebページであるサムネイル表示Webページをマークアップ言語で記述したサムネイル表示Webページ記述ファイルを予め記憶するサムネイル表示Webページ記述ファイル記憶部と、
ブラウザから前記サムネイル表示Webページの表示要求を受けると、前記サムネイル表示Webページ記述ファイルに、前記画像データファイル記憶部が記憶する画像データファイルに埋め込まれているサムネイル画像データを示すためのサムネイル情報を付して、該サムネイル表示Webページ記述ファイルを前記ブラウザに送信するサムネイル表示Webページ記述ファイル送信部と、
前記ブラウザから、前記サムネイル情報を付した画像表示要求を受けると、該サムネイル情報に基づいて、前記画像データファイルからサムネイル画像データを抽出し、該サムネイル画像データを含むサムネイル画像ファイルを生成するサムネイル画像ファイル生成部と、
前記ブラウザに前記サムネイル画像ファイルを送信するサムネイル画像ファイル送信部と、
を備え、
前記サムネイル情報は、前記サムネイル画像データが埋め込まれている画像データファイルのURIと、該画像データファイル中のサムネイル画像データを指していることを示す情報を組み合わせた情報であることを特徴とする。
In order to solve at least a part of the above problems, a network device including a Web server according to the present invention includes:
A network device comprising a web server,
An image data file storage unit that stores in advance an image data file in which main image data representing a main image and thumbnail image data representing a thumbnail image obtained by reducing the main image are embedded;
The web server
A thumbnail display Web page description file storage unit that stores in advance a thumbnail display Web page description file in which a thumbnail display Web page that is a Web page for displaying the thumbnail image is described in a markup language;
When a display request for the thumbnail display Web page is received from a browser, thumbnail information for indicating thumbnail image data embedded in the image data file stored in the image data file storage unit is displayed in the thumbnail display Web page description file. A thumbnail display Web page description file transmission unit that transmits the thumbnail display Web page description file to the browser;
Upon receiving an image display request with the thumbnail information from the browser, the thumbnail image data is extracted from the image data file based on the thumbnail information and a thumbnail image file including the thumbnail image data is generated. A file generator,
A thumbnail image file transmission unit for transmitting the thumbnail image file to the browser;
With
The thumbnail information is information that combines a URI of an image data file in which the thumbnail image data is embedded and information indicating that the thumbnail image data in the image data file is indicated.

本発明によれば、ブラウザからサムネイル情報により画像表示要求を受けた際に、サムネイル画像データを含むサムネイル画像ファイルを生成するので、ブラウザからの要求に応じてサムネイル画像ファイルを適宜生成することが可能である。   According to the present invention, a thumbnail image file including thumbnail image data is generated when an image display request is received from the browser based on thumbnail information. Therefore, a thumbnail image file can be appropriately generated in response to a request from the browser. It is.

更に、前記ブラウザから前記サムネイル情報を付した印刷要求を受けると、該サムネイル情報から前記画像データファイルのURIを抽出し、該画像データファイルに埋め込まれている本画像データに基づいて本画像を印刷する印刷部を備えるものとしても良い。   Further, upon receiving a print request with the thumbnail information from the browser, the URI of the image data file is extracted from the thumbnail information, and the main image is printed based on the main image data embedded in the image data file. It is good also as a thing provided with the printing part to perform.

これによれば、ブラウザから印刷要求を受けた際には本画像を印刷することが可能である。   According to this, when a print request is received from the browser, the main image can be printed.

前記サムネイル画像ファイル生成部は、生成した前記サムネイル画像ファイルを前記Webサーバ内のメモリに記憶させ、
前記サムネイル画像ファイル生成部は、更に、
前記サムネイル情報を付した画像表示要求を受けると、該サムネイル情報で示されたサムネイル画像ファイルが前記メモリに記憶されているか否かを判断する判断部を備え、
前記サムネイル画像ファイルが前記メモリに記憶されていると判断された場合は、前記サムネイル画像ファイル生成部による前記サムネイル画像ファイルの生成を省略し、前記サムネイル画像ファイル送信部が、前記メモリに記憶されている該サムネイル画像ファイルを取得して送信するものとしても良い。
The thumbnail image file generation unit stores the generated thumbnail image file in a memory in the Web server,
The thumbnail image file generation unit further includes:
A determination unit that determines whether the thumbnail image file indicated by the thumbnail information is stored in the memory when receiving an image display request with the thumbnail information;
If it is determined that the thumbnail image file is stored in the memory, generation of the thumbnail image file by the thumbnail image file generation unit is omitted, and the thumbnail image file transmission unit is stored in the memory. The thumbnail image file may be acquired and transmitted.

これによれば、サムネイル画像データを含むサムネイル画像ファイルがメモリに記憶されている場合は、サムネイル画像ファイルを生成することなく、メモリ内のサムネイル画像ファイルを送信することができる。   According to this, when a thumbnail image file including thumbnail image data is stored in the memory, the thumbnail image file in the memory can be transmitted without generating the thumbnail image file.

前記サムネイル画像ファイル生成部は、更に、前記ブラウザから表示要求を受けた前記サムネイル表示Webページに関連付けられた他のサムネイル表示Webページにおいて表示対象となるサムネイル画像データについても、前記ブラウザから画像表示要求を受ける前に、予めサムネイル画像ファイルを生成し、前記メモリに記憶させるものとしても良い。   The thumbnail image file generation unit further receives an image display request from the browser for thumbnail image data to be displayed on another thumbnail display Web page associated with the thumbnail display Web page that has received a display request from the browser. Before receiving, a thumbnail image file may be generated in advance and stored in the memory.

これによれば、表示要求を受けたサムネイル表示Webページに関連付けられた他のサムネイル表示Webページにおいて表示対象となるサムネイル画像データについて、予めサムネイル画像ファイルを生成しておくことができる。   According to this, a thumbnail image file can be generated in advance for thumbnail image data to be displayed on another thumbnail display Web page associated with the thumbnail display Web page that has received the display request.

前記メモリには、複数のブラウザからの画像表示要求に応じて、各々前記サムネイル画像ファイルが記憶されており、
前記判断部は、前記サムネイル情報を付した画像表示要求をしたブラウザ以外のブラウザからの画像表示要求に応じて記憶されているサムネイル画像ファイルの中に、該サムネイル情報で示されたサムネイル画像ファイルが存在する場合は、該サムネイル画像ファイルが前記メモリに記憶されていると判断するものとしても良い。
Each of the thumbnail image files is stored in the memory in response to image display requests from a plurality of browsers,
The determination unit includes a thumbnail image file indicated by the thumbnail information among thumbnail image files stored in response to an image display request from a browser other than the browser that has requested the image display with the thumbnail information. If it exists, it may be determined that the thumbnail image file is stored in the memory.

これによれば、複数のブラウザのうち、1のブラウザからの画像表示要求に応じて記憶されているサムネイル画像ファイルを、他のブラウザに送信することができる。   According to this, a thumbnail image file stored in response to an image display request from one browser among a plurality of browsers can be transmitted to another browser.

なお本発明は種々の形態で実現可能であり、例えば、サムネイル画像ファイルをブラウザに送信するための送信方法、または方法または装置の機能を実現するためのコンピュータプログラム、そのプログラムを記録した記録媒体等の形態で実現可能である。   The present invention can be realized in various forms. For example, a transmission method for transmitting a thumbnail image file to a browser, a computer program for realizing the function of the method or apparatus, a recording medium on which the program is recorded, and the like It can be realized in the form of.

A.第1実施例:
図1は、プリンタ1000と、デジタルテレビ(以下、DTVと呼ぶ)10〜30を備えた印刷システム10000を示す説明図である。プリンタ1000と、DTV10〜30は、ネットワークで接続されている。印刷システム10000は、Webサーバ100がDTV10〜30からの要求に応じてDTV10〜30にWebページを表示させたりプリンタ1000がDTV10〜30からの要求に応じて画像を印刷したりするシステムである。DTV10〜30は、各々ブラウザ11,21,31を備える。第1実施例では、3台のDTV10〜30のうち、DTV10について説明するが、DTV20,30もDTV10と同様の機能を有する。また、DTV10〜30は、3台に限らず、1台以上であれば良い。
A. First embodiment:
FIG. 1 is an explanatory diagram showing a printing system 10000 provided with a printer 1000 and digital television (hereinafter referred to as DTV) 10-30. The printer 1000 and the DTVs 10 to 30 are connected via a network. The printing system 10000 is a system in which the Web server 100 displays a Web page on the DTV 10-30 in response to a request from the DTV 10-30, and the printer 1000 prints an image in response to a request from the DTV 10-30. The DTVs 10 to 30 include browsers 11, 21, and 31, respectively. In the first embodiment, the DTV 10 will be described among the three DTVs 10 to 30, but the DTVs 20 and 30 also have the same functions as the DTV 10. Further, the number of DTVs 10 to 30 is not limited to three and may be one or more.

プリンタ1000は、印刷部200と、メモリカードドライブ320と、Webサーバ100とを備えている。メモリカードドライブ320には、ユーザによりメモリカード300が取り付けられる。メモリカード300は、複数の画像ファイル310を記憶している。画像ファイル310は、図2(a)に示すように、本画像を表示するための本画像データGdと、本画像を縮小したサムネイル画像を表示するためのサムネイル画像データSGdとを含む。サムネイル画像データSGdは、本画像データGdに比べ、サイズが小さい。メモリカード300は、本発明の画像データファイル記憶部に相当する。   The printer 1000 includes a printing unit 200, a memory card drive 320, and the Web server 100. The memory card 300 is attached to the memory card drive 320 by the user. The memory card 300 stores a plurality of image files 310. As shown in FIG. 2A, the image file 310 includes main image data Gd for displaying the main image and thumbnail image data SGd for displaying a thumbnail image obtained by reducing the main image. The thumbnail image data SGd is smaller in size than the main image data Gd. The memory card 300 corresponds to the image data file storage unit of the present invention.

Webサーバ100は、メモリ110と、サムネイル画像ファイル生成部120と、通信部130と、制御部140を備える。メモリ110は、マークアップ言語ファイル記憶部111を備える。マークアップ言語ファイル記憶部111は、ブラウザ11から要求される各種Webページを表示するために、HTMLやXMLなどのマークアップ言語で書かれたマークアップ言語ファイルを記憶する。マークアップ言語ファイルには、サムネイル画像を一覧表示するためのWebページであるサムネイル表示Webページを記述するサムネイル表示Webページ記述ファイルが含まれる。サムネイル表示Webページについて詳しくは後述する。マークアップ言語ファイル記憶部111は、本発明のサムネイル表示Webページ記述ファイル記憶部に相当する。   The Web server 100 includes a memory 110, a thumbnail image file generation unit 120, a communication unit 130, and a control unit 140. The memory 110 includes a markup language file storage unit 111. The markup language file storage unit 111 stores a markup language file written in a markup language such as HTML or XML in order to display various Web pages requested from the browser 11. The markup language file includes a thumbnail display Web page description file that describes a thumbnail display Web page that is a Web page for displaying a list of thumbnail images. Details of the thumbnail display Web page will be described later. The markup language file storage unit 111 corresponds to the thumbnail display Web page description file storage unit of the present invention.

図2は、サムネイル画像ファイル生成部120の処理を示す説明図である。サムネイル画像ファイル生成部120は、ブラウザ11からサムネイル画像を表示する要求を受けると、画像ファイル310からサムネイル画像データSGdを抽出し、ヘッダ情報を付加して、図2(b)のサムネイル画像ファイル111aを生成する。ヘッダ情報は、例えば、サムネイル画像データSGdが含まれていた元の画像ファイル310のファイル名や、サムネイル画像ファイル111aの生成時刻を含んでいる。   FIG. 2 is an explanatory diagram showing processing of the thumbnail image file generation unit 120. When the thumbnail image file generation unit 120 receives a request to display a thumbnail image from the browser 11, the thumbnail image file SGd extracts the thumbnail image data SGd from the image file 310, adds header information, and the thumbnail image file 111a in FIG. Is generated. The header information includes, for example, the file name of the original image file 310 that contained the thumbnail image data SGd and the generation time of the thumbnail image file 111a.

通信部130は、サムネイル画像ファイル生成部120が生成したサムネイル画像ファイル111aをブラウザ11に送信するなど、DTV10との通信を実行する。制御部140は、Webサーバ100の各部の処理を統括制御する。制御部140と通信部130は、本発明のサムネイル表示Webページ記述ファイル送信部に相当する。制御部140は、更に、本発明のサムネイル画像ファイル生成部と印刷部の少なくとも一部に相当する。通信部140は、更に、本発明のサムネイル画像ファイル送信部に相当する。印刷部200は、ブラウザ11からの印刷要求に応じて、本画像を印刷する。印刷部200の処理について詳しくは後述する。   The communication unit 130 performs communication with the DTV 10 such as transmitting the thumbnail image file 111 a generated by the thumbnail image file generation unit 120 to the browser 11. The control unit 140 performs overall control of processing of each unit of the Web server 100. The control unit 140 and the communication unit 130 correspond to a thumbnail display Web page description file transmission unit of the present invention. The control unit 140 further corresponds to at least a part of the thumbnail image file generation unit and the printing unit of the present invention. The communication unit 140 further corresponds to a thumbnail image file transmission unit of the present invention. The printing unit 200 prints the main image in response to a print request from the browser 11. Details of the processing of the printing unit 200 will be described later.

図3は、サムネイル表示Webページをブラウザ11で表示する際のブラウザ11とWebサーバ100の処理を示すフローチャートである。ユーザは、画像ファイル310の画像をブラウザ11で表示させることを望む場合、ブラウザ11において、プリンタ1000のホームページを要求する(ステップS10)。Webサーバ100は、ブラウザ11からの要求に応じて、マークアップ言語ファイル記憶部111に記憶されているマークアップ言語ファイルのうち、プリンタ1000のホームページを表示するためのマークアップ言語ファイルをブラウザ11に送信する(ステップS20)。   FIG. 3 is a flowchart showing processing of the browser 11 and the Web server 100 when the thumbnail display Web page is displayed by the browser 11. When the user desires to display the image of the image file 310 on the browser 11, the browser 11 requests the home page of the printer 1000 (step S10). In response to a request from the browser 11, the Web server 100 stores a markup language file for displaying the home page of the printer 1000 among the markup language files stored in the markup language file storage unit 111. Transmit (step S20).

ブラウザ11は、受信したファイルに基づいて、プリンタ1000のホームページを表示する。図4は、ブラウザ11がプリンタ1000のホームページ400を表示する様子を概略的に示す説明図である。ホームページ400には、「メモリカードの画像表示/印刷」コマンドボタン401と、「メンテナンス」コマンドボタン402が存在する。ユーザは、画像ファイル310の画像をブラウザ11で表示させるために、「メモリカードの画像表示/印刷」コマンドボタン401を選択する。これにより、ブラウザ11は、サムネイル表示Webページを要求する(ステップS30)。   The browser 11 displays the home page of the printer 1000 based on the received file. FIG. 4 is an explanatory diagram schematically showing how the browser 11 displays the home page 400 of the printer 1000. The home page 400 includes a “memory card image display / print” command button 401 and a “maintenance” command button 402. In order to display the image of the image file 310 on the browser 11, the user selects a “memory card image display / print” command button 401. Thereby, the browser 11 requests a thumbnail display Web page (step S30).

図5は、サムネイル表示Webページ410を示す説明図である。制御部140は、サムネイル表示Webページ410を要求されると、図5のサムネイル画像表示部S1〜S3に表示するサムネイル画像を各々選択するために、メモリカード300に保存されている複数の画像ファイル310のうち、3つの画像ファイル310を選択する。3つの画像ファイル310は、画像ファイル310が生成された時刻に応じて順番に選択するものとしても良いし、ファイル名の50音順に選択するものとしても良い。ここでは、画像ファイル310が生成された時刻に応じて順番に選択するものとする。そして、制御部140は、選択した画像ファイル310のURI(Uniform Resource Identifiers)を用いて、サムネイル画像ファイル111aを指定するためのサムネイル情報を生成する。   FIG. 5 is an explanatory diagram showing a thumbnail display Web page 410. When requested by the thumbnail display Web page 410, the control unit 140 selects a plurality of image files stored in the memory card 300 in order to select thumbnail images to be displayed on the thumbnail image display units S1 to S3 in FIG. Three image files 310 are selected from 310. The three image files 310 may be selected in order according to the time at which the image file 310 was generated, or may be selected in the order of the sound of the file name. Here, it is assumed that selection is made in order according to the time when the image file 310 is generated. Then, the control unit 140 uses the URI (Uniform Resource Identifiers) of the selected image file 310 to generate thumbnail information for designating the thumbnail image file 111a.

図6は、サムネイル情報を示す説明図である。選択した画像ファイル310のURIが図6(a)で示されるものである場合は、サムネイル情報は、図6(b)のサムネイル情報A1とする。つまり、制御部140は、画像ファイル310のURIの末尾の拡張子の前に「S」(強調のために下線を付している)を付けることにより、サムネイル情報を生成する。なお、ここではサムネイル情報A1を用いるものとしたが、他の構成のサムネイル情報を用いることも可能である。例えば、サムネイル情報A2は、画像ファイル310のURIの末尾に下線で示す「?THM」が付されたものである。サムネイル情報A3は、DTV10のIPアドレス「133.154.23.10」においてCGI(Common Gateway Interface)で起動するTHM.EXEというプログラムの引数に画像ファイル310のURIを指定したものである。   FIG. 6 is an explanatory diagram showing thumbnail information. If the URI of the selected image file 310 is as shown in FIG. 6A, the thumbnail information is the thumbnail information A1 in FIG. 6B. That is, the control unit 140 generates thumbnail information by adding “S” (underlined for emphasis) before the extension at the end of the URI of the image file 310. Although the thumbnail information A1 is used here, thumbnail information having other configurations can also be used. For example, the thumbnail information A2 is obtained by adding “? THM” indicated by an underline to the end of the URI of the image file 310. The thumbnail information A3 is obtained by designating the URI of the image file 310 as an argument of a program called THM.EXE that is activated by CGI (Common Gateway Interface) at the IP address “133.154.23.10” of the DTV 10.

ところで、サムネイル情報A1〜A3は、いずれも画像ファイル310のURIと、サムネイル画像ファイル111aを指していることを示す識別表示を含む。サムネイル情報A1の識別情報は「S」である。サムネイル情報A2の識別情報は末尾の「?THM」である。サムネイル情報A3ではCGI(Common Gateway Interface)でTHM..EXEというプログラムを起動することが識別表示となる。   Incidentally, each of the thumbnail information A1 to A3 includes a URI of the image file 310 and an identification display indicating that it points to the thumbnail image file 111a. The identification information of the thumbnail information A1 is “S”. The identification information of the thumbnail information A2 is “? THM” at the end. In the thumbnail information A3, starting the program THM..EXE by CGI (Common Gateway Interface) is an identification display.

制御部140は、図6(a)のURIから図6(b)のサムネイル情報A1を生成する手法に従い、選択した3つの画像ファイル310のURIから各々サムネイル情報U1〜U3を生成する。そして、制御部140は、上述したサムネイル表示Webページ記述ファイル中で図5のサムネイル画像表示部S1〜S3の画像表示のためのタグ内に、サムネイル情報U1〜U3を記述する(ステップS40)。図5の括弧内には、サムネイル画像表示部S1〜S3の画像表示のためのタグ内に、サムネイル情報U1〜U3が記述されている様子を示した。通信部130は、制御部140がサムネイル情報U1〜U3を記述したサムネイル表示Webページ記述ファイルをブラウザ11に送信する(ステップS50)。   The control unit 140 generates thumbnail information U1 to U3 from the URIs of the three selected image files 310 according to the method of generating the thumbnail information A1 of FIG. 6B from the URI of FIG. Then, the control unit 140 describes the thumbnail information U1 to U3 in the image display tags of the thumbnail image display units S1 to S3 in FIG. 5 in the thumbnail display Web page description file described above (step S40). In the parentheses of FIG. 5, the thumbnail information U1 to U3 is described in the tag for image display of the thumbnail image display sections S1 to S3. In the communication unit 130, the control unit 140 transmits a thumbnail display Web page description file describing the thumbnail information U1 to U3 to the browser 11 (step S50).

サムネイル表示Webページ記述ファイルを受信したブラウザ11は、図5のサムネイル表示Webページ410を表示する。但し、この時点ではサムネイル画像表示部S1〜S3に画像は表示されない。ブラウザ11は、サムネイル画像表示部S1の画像表示タグからサムネイル情報U1を抽出し(ステップS60)、該サムネイル情報U1を付して、画像ファイルの要求をWebサーバ100に送信する(ステップS70)。   The browser 11 that has received the thumbnail display Web page description file displays the thumbnail display Web page 410 of FIG. However, at this time, no image is displayed on the thumbnail image display sections S1 to S3. The browser 11 extracts the thumbnail information U1 from the image display tag of the thumbnail image display unit S1 (step S60), attaches the thumbnail information U1, and transmits a request for the image file to the Web server 100 (step S70).

Webサーバ100の制御部140は、サムネイル情報U1を受信すると、サムネイル情報U1から画像ファイル310のURIを導出する。具体的には、サムネイル情報U1から末尾(拡張子前)の「S」を取り除いて画像ファイル310のURIとする。そして、サムネイル画像ファイル生成部120に、該画像ファイル310からサムネイル画像ファイル111aを生成するよう指示する。サムネイル画像ファイル生成部120は、指示に従い、サムネイル画像ファイル111aを生成し(ステップS80)、通信部130は、生成されたサムネイル画像ファイル111aをブラウザ11に送信する(ステップS90)。   When receiving the thumbnail information U1, the control unit 140 of the Web server 100 derives the URI of the image file 310 from the thumbnail information U1. Specifically, the “S” at the end (before the extension) is removed from the thumbnail information U1 to obtain the URI of the image file 310. Then, it instructs the thumbnail image file generation unit 120 to generate the thumbnail image file 111a from the image file 310. The thumbnail image file generation unit 120 generates a thumbnail image file 111a according to the instruction (step S80), and the communication unit 130 transmits the generated thumbnail image file 111a to the browser 11 (step S90).

ブラウザ11は、サムネイル画像ファイル111aに基づき、サムネイル画像をサムネイル画像表示部S1に表示する(ステップS100)。ブラウザ11とWebサーバ100は、サムネイル画像表示部S2,S3についても、ステップS60〜S100と同様の処理を繰り返す(ステップS110〜S140)。   The browser 11 displays the thumbnail image on the thumbnail image display unit S1 based on the thumbnail image file 111a (step S100). The browser 11 and the Web server 100 repeat the same processing as the steps S60 to S100 for the thumbnail image display units S2 and S3 (steps S110 to S140).

図7は、サムネイル画像表示部S1〜S3にサムネイル画像を表示したサムネイル表示Webページ410を示す説明図である。ユーザは、表示されたサムネイル画像を参照し、チェックボックス412〜414により、サムネイル画像表示部S1〜S3のいずれか、つまり印刷する画像を選択する。そして、印刷条件(MediaSize,MediaType,PrintQuality)を選択し、プリントボタン411により、プリンタ1000に画像の印刷を指示する。   FIG. 7 is an explanatory diagram showing a thumbnail display Web page 410 displaying thumbnail images on the thumbnail image display units S1 to S3. The user refers to the displayed thumbnail image, and selects any one of the thumbnail image display units S1 to S3, that is, an image to be printed, using the check boxes 412 to 414. Then, print conditions (MediaSize, MediaType, PrintQuality) are selected, and the printer 1000 is instructed to print an image using the print button 411.

図8は、ブラウザ11とプリンタ1000における印刷処理を示すフローチャートである。上記したようにユーザが画像を選択し、画像の印刷を指示すると(ステップS200)、選択されたサムネイル画像表示部S1〜S3のサムネイル情報U1〜U3やその他の印刷条件を付した印刷要求がプリンタ1000に送信される(ステップS210)。ここでは、ユーザによりサムネイル画像表示部S2が選択され、サムネイル情報U2が送信されるものとする。   FIG. 8 is a flowchart showing print processing in the browser 11 and the printer 1000. As described above, when the user selects an image and instructs printing of the image (step S200), a print request with thumbnail information U1 to U3 of the selected thumbnail image display units S1 to S3 and other printing conditions is sent to the printer. 1000 (step S210). Here, it is assumed that the thumbnail image display unit S2 is selected by the user and the thumbnail information U2 is transmitted.

Webサーバ100の制御部140は、サムネイル情報U2から画像ファイル310のURIを導出し(ステップS220)、該画像ファイル310の印刷をするよう印刷部200に指示する。印刷部200は、指示に従い、印刷を実行する。   The control unit 140 of the Web server 100 derives the URI of the image file 310 from the thumbnail information U2 (step S220), and instructs the printing unit 200 to print the image file 310. The printing unit 200 executes printing according to the instruction.

印刷開始後、Webサーバ100は、印刷状況を通知するWebページ(以下、印刷実行ステータスページと呼ぶ)を表示するためのマークアップ言語ファイルをブラウザ11に送信する(ステップS230)。ブラウザ11は、受信したマークアップ言語ファイルに基づき、印刷実行ステータスページを表示する(ステップS240)。印刷実行ステータスページは、例えば、現時点で印刷が何%完了しているのかをユーザに通知するためのページである。ところで、Webサーバ100は、印刷実行ステータスページを表示するためのマークアップ言語ファイルには、5秒のリフレッシュ指定をつける。5秒のリフレッシュ指定に従い、ブラウザ11は、5秒後、再度印刷実行ステータスページをWebサーバ100に要求する(ステップS250)。Webサーバ100は、該要求に従い、印刷実行ステータスページを表示するためのマークアップ言語ファイルを、5秒のリフレッシュ指定をつけてブラウザ11に送信する(ステップS260)。以上のステップS230〜S260の処理を、印刷が完了するまで繰り返す(ステップS270,S280)。   After starting printing, the Web server 100 transmits to the browser 11 a markup language file for displaying a Web page for notifying the printing status (hereinafter referred to as a print execution status page) (step S230). The browser 11 displays a print execution status page based on the received markup language file (step S240). The print execution status page is, for example, a page for notifying the user of what percentage of printing is completed at the present time. By the way, the Web server 100 attaches a refresh specification of 5 seconds to the markup language file for displaying the print execution status page. In accordance with the refresh specification of 5 seconds, the browser 11 requests the print execution status page from the Web server 100 again after 5 seconds (step S250). In accordance with the request, the Web server 100 transmits a markup language file for displaying the print execution status page to the browser 11 with a refresh specification of 5 seconds (step S260). The processes in steps S230 to S260 are repeated until printing is completed (steps S270 and S280).

Webサーバ100は、印刷が完了すると、印刷完了を示すWebページのマークアップ言語ファイルをブラウザ11に送信する(ステップS290)。このマークアップ言語ファイルを受信したブラウザ11は、マークアップ言語ファイルに従い印刷完了を示すWebページを表示し、印刷実行ステータスページをWebサーバ100に要求することを停止する。   When the printing is completed, the Web server 100 transmits a markup language file of the Web page indicating the completion of printing to the browser 11 (Step S290). Upon receiving this markup language file, the browser 11 displays a Web page indicating completion of printing in accordance with the markup language file, and stops requesting the Web server 100 for a print execution status page.

以上の第1実施例の印刷システム10000によれば、Webサーバ100は、ブラウザ11からサムネイル情報U1〜U3を付した画像表示要求を受けた際に、サムネイル情報U1〜U3に相当するサムネイル画像データSGdを含むサムネイル画像ファイル111aを生成するので、ブラウザ11からの要求に応じてサムネイル画像ファイル111aを適宜生成することが可能である。更に、プリンタ1000は、ブラウザ11から印刷要求を受けた際には本画像を印刷することが可能である。   According to the printing system 10000 of the first embodiment described above, when the Web server 100 receives an image display request with the thumbnail information U1 to U3 from the browser 11, the thumbnail image data corresponding to the thumbnail information U1 to U3. Since the thumbnail image file 111a including SGd is generated, it is possible to appropriately generate the thumbnail image file 111a in response to a request from the browser 11. Furthermore, the printer 1000 can print the main image when receiving a print request from the browser 11.

なお、第1実施例の印刷システム10000では、サムネイル情報U1〜U3を生成する時点では、まだサムネイル画像ファイル生成部120は、画像ファイル310からサムネイル画像ファイル111aを生成していない。つまり、サムネイル画像ファイル111aの生成に先立って、サムネイル画像ファイル111aを指定するためのサムネイル情報U1〜U3のみが先に生成される点が特徴的である。   In the printing system 10000 of the first embodiment, the thumbnail image file generation unit 120 has not yet generated the thumbnail image file 111a from the image file 310 at the time of generating the thumbnail information U1 to U3. That is, prior to the generation of the thumbnail image file 111a, only the thumbnail information U1 to U3 for specifying the thumbnail image file 111a is generated first.

以上のように、ユーザは、DTV10〜30のブラウザ11〜31からプリンタ1000のWebサーバ100にアクセスし、メモリカードスロットに取り付けられているメモリカード300内の画像ファイル310に基づく画像表示要求を行なうことができる。しかし、昨今のデジタルカメラの撮影画素数は大きく、メモリカード300内の本画像データGdのサイズも大きい。よって、ブラウザ11〜31の性能によっては、本画像を表示するのに時間がかかることがある。本実施例の印刷システム10000によれば、本画像データGdよりサイズの小さいサムネイル画像データSGdのサムネイル画像ファイル111aをブラウザ11〜31に送信するので、ブラウザ11〜31の処理負担を小さくすることができる。更に、サムネイル画像ファイル111aの送信にかかる時間も短時間にすることができる。   As described above, the user accesses the Web server 100 of the printer 1000 from the browsers 11 to 31 of the DTVs 10 to 30, and makes an image display request based on the image file 310 in the memory card 300 attached to the memory card slot. be able to. However, the number of photographing pixels of recent digital cameras is large, and the size of the main image data Gd in the memory card 300 is also large. Therefore, it may take time to display the main image depending on the performance of the browsers 11 to 31. According to the printing system 10000 of the present embodiment, the thumbnail image file 111a of the thumbnail image data SGd having a smaller size than the main image data Gd is transmitted to the browsers 11 to 31. Therefore, the processing burden on the browsers 11 to 31 can be reduced. it can. Furthermore, the time required for transmission of the thumbnail image file 111a can be shortened.

B.第2実施例:
図9は、第2実施例の印刷システム10000aを示す機能ブロック図である。第2実施例の印刷システム10000aは、第1実施例の印刷システム10000に、サムネイル画像ファイル記憶部112と、アクセス管理テーブル113と、消去部150と、判断部121とを追加したものである。
B. Second embodiment:
FIG. 9 is a functional block diagram illustrating a printing system 10000a according to the second embodiment. The printing system 10000a of the second embodiment is obtained by adding a thumbnail image file storage unit 112, an access management table 113, an erasing unit 150, and a determination unit 121 to the printing system 10000 of the first embodiment.

サムネイル画像ファイル記憶部112は、サムネイル画像ファイル生成部120が生成したサムネイル画像ファイル111aを記憶する。アクセス管理テーブル113は、DTV10〜30がWebサーバ100へサムネイル表示Webページ410を要求したアクセス時刻を、DTV10〜30毎に管理するテーブルである。   The thumbnail image file storage unit 112 stores the thumbnail image file 111a generated by the thumbnail image file generation unit 120. The access management table 113 is a table for managing the access times when the DTVs 10 to 30 request the thumbnail display Web page 410 from the Web server 100 for each DTV 10 to 30.

消去部150は、いずれかのDTV10〜30から所定時間以上サムネイル表示Webページ410を表示する要求がない場合、そのDTV10〜30についてサムネイル画像ファイル記憶部112で記憶されているサムネイル画像ファイル111aを消去する。   When there is no request to display the thumbnail display Web page 410 from any of the DTVs 10 to 30 for a predetermined time or longer, the deletion unit 150 deletes the thumbnail image file 111a stored in the thumbnail image file storage unit 112 for the DTV 10 to 30. To do.

判断部121は、サムネイル画像ファイル111aを生成する前に、生成対象であるサムネイル画像ファイル111aが既にサムネイル画像ファイル記憶部112に記憶されているか否かを判断する。   The determination unit 121 determines whether the thumbnail image file 111a to be generated is already stored in the thumbnail image file storage unit 112 before generating the thumbnail image file 111a.

ところで、第1実施例で説明した図7のサムネイル表示Webページ410において、ユーザが、前ページ表示指示部415を選択すると、ブラウザ11は、前ページ表示要求をWebサーバ100に送信する。Webサーバ100は、前ページ表示要求を受けると、他のサムネイル表示Webページ410を表示するためのサムネイル表示Webページ記述ファイルをブラウザ11に送信する。該サムネイル表示Webページ記述ファイルには、制御部140は、現在のサムネイル表示Webページ410で表示されている3つの画像ファイル310より、画像ファイル310の生成時刻が前の3つの画像ファイル310を選択し、生成したサムネイル情報U1〜U3を記述する。   By the way, when the user selects the previous page display instruction unit 415 on the thumbnail display Web page 410 of FIG. 7 described in the first embodiment, the browser 11 transmits a previous page display request to the Web server 100. Upon receiving the previous page display request, the Web server 100 transmits a thumbnail display Web page description file for displaying another thumbnail display Web page 410 to the browser 11. For the thumbnail display Web page description file, the control unit 140 selects the three image files 310 with the previous generation time of the image file 310 from the three image files 310 displayed on the current thumbnail display Web page 410. Then, the generated thumbnail information U1 to U3 is described.

一方、サムネイル表示Webページ410において、ユーザが、次ページ表示指示部416を選択すると、ブラウザ11は、次ページ表示要求をWebサーバ100に送信する。Webサーバ100は、次ページ表示要求を受けると、他のサムネイル表示Webページ410を表示するためのサムネイル表示Webページ記述ファイルをブラウザ11に送信する。該サムネイル表示Webページ記述ファイルには、制御部140は、現在のサムネイル表示Webページ410で表示されている3つの画像ファイル310より、画像ファイル310の生成時刻が後の3つの画像ファイル310を選択し、生成したサムネイル情報U1〜U3を記述する。   On the other hand, when the user selects the next page display instruction unit 416 on the thumbnail display Web page 410, the browser 11 transmits a next page display request to the Web server 100. Upon receiving the next page display request, the Web server 100 transmits a thumbnail display Web page description file for displaying another thumbnail display Web page 410 to the browser 11. For the thumbnail display Web page description file, the control unit 140 selects, from the three image files 310 displayed on the current thumbnail display Web page 410, the three image files 310 whose generation time is later. Then, the generated thumbnail information U1 to U3 is described.

第2実施例のサムネイル画像ファイル生成部120は、ブラウザ11からの画像表示要求に応じて現在のサムネイル表示Webページ410において表示されるサムネイル画像のサムネイル画像ファイル111aを生成した後、更に、図7のサムネイル表示Webページ410の前後のページで表示対象となるサムネイル画像のサムネイル画像ファイル111aも予め生成する。つまり、現在のサムネイル表示Webページ410で表示されている3つの画像ファイル310より、画像ファイル310の生成時刻が前の3つの画像ファイル310と、生成時刻が後の3つの画像ファイル310から、各々サムネイル画像ファイル111aを生成する。サムネイル画像ファイル生成部120は、該生成したサムネイル画像ファイル111aを、サムネイル画像ファイル記憶部112に記憶させておく。但し、通常は、前ページのサムネイル画像ファイル111aは作成済みなので、新たに作成されるのは次ページのサムネイル画像ファイル111aだけである。   The thumbnail image file generation unit 120 of the second embodiment generates a thumbnail image file 111a of a thumbnail image displayed on the current thumbnail display Web page 410 in response to an image display request from the browser 11, and then further displays FIG. The thumbnail image file 111a of the thumbnail image to be displayed on the pages before and after the thumbnail display Web page 410 is also generated in advance. That is, from the three image files 310 that are generated earlier than the three image files 310 displayed on the current thumbnail display Web page 410 and the three image files 310 that are generated later, respectively. A thumbnail image file 111a is generated. The thumbnail image file generation unit 120 stores the generated thumbnail image file 111a in the thumbnail image file storage unit 112. However, since the thumbnail image file 111a of the previous page is usually created, only the thumbnail image file 111a of the next page is newly created.

以下では、現在表示されているサムネイル表示Webページ410を現在サムネイル表示Webページ410と呼び、前ページ表示指示部415が選択された場合表示されるサムネイル表示Webページ410を前サムネイル表示Webページ410beと呼び、次ページ表示指示部416が選択された場合表示されるサムネイル表示Webページ410を次サムネイル表示Webページ410neと呼ぶ。   Hereinafter, the currently displayed thumbnail display Web page 410 is referred to as a current thumbnail display Web page 410, and the thumbnail display Web page 410 displayed when the previous page display instruction unit 415 is selected is referred to as a previous thumbnail display Web page 410be. The thumbnail display Web page 410 displayed when the next page display instruction unit 416 is selected is referred to as a next thumbnail display Web page 410ne.

図10は、サムネイル画像ファイル記憶部112を示す説明図である。サムネイル画像ファイル記憶部112は、前サムネイル表示Webページ410be(図ではn−1ページと示す)で表示される3つのサムネイル画像ファイル111aと、現在サムネイル表示Webページ410(図ではnページと示す)で表示される3つのサムネイル画像ファイル111aと、次サムネイル表示Webページ410ne(図ではn+1ページと示す)で表示される3つのサムネイル画像ファイル111aを記憶する。サムネイル画像ファイル111aのファイル名は、サムネイル情報U1〜U3とする。サムネイル画像ファイル111aをサムネイル画像ファイル記憶部112に記憶させる際には、サムネイル画像表示要求(図3のステップS70)を出力したDTV10〜30の識別子DTV−IDと、保存時刻も併せて記憶させる。識別子DTV−IDは、DTV10〜30に予め個別に定められた番号である。   FIG. 10 is an explanatory diagram showing the thumbnail image file storage unit 112. The thumbnail image file storage unit 112 includes three thumbnail image files 111a displayed on the previous thumbnail display Web page 410be (shown as n-1 page in the figure) and a current thumbnail display Web page 410 (shown as n page in the figure). And the three thumbnail image files 111a displayed on the next thumbnail display Web page 410ne (shown as n + 1 page in the figure) are stored. The file names of the thumbnail image file 111a are thumbnail information U1 to U3. When the thumbnail image file 111a is stored in the thumbnail image file storage unit 112, the identifier DTV-ID of the DTVs 10 to 30 that output the thumbnail image display request (step S70 in FIG. 3) and the save time are also stored. The identifier DTV-ID is a number individually determined in advance for the DTVs 10 to 30.

図11は、第2実施例のサムネイル表示Webページ410の表示処理を示すフローチャートである。但し、ステップS70Aまでの処理は第1実施例のサムネイル表示Webページ410の表示処理のステップS70までの処理と同じであるので、図示と説明を省略する。また、ステップS70Aのサムネイル画像表示要求を出力したDTVは、DTV10であるものとする。   FIG. 11 is a flowchart showing display processing of the thumbnail display Web page 410 according to the second embodiment. However, since the processing up to step S70A is the same as the processing up to step S70 of the display processing of the thumbnail display Web page 410 of the first embodiment, illustration and description thereof are omitted. Further, it is assumed that the DTV that has output the thumbnail image display request in step S70A is the DTV 10.

Webサーバ100の制御部140は、サムネイル情報U1〜U3と共に画像表示要求を受信すると、サムネイル情報U1〜U3から画像ファイル310のURIを導出し、サムネイル画像ファイル生成部120に、該画像ファイル310からサムネイル画像ファイル111aを生成するよう指示する。サムネイル画像ファイル生成部120の判断部121は、該指示を受けると、生成対象であるサムネイル画像ファイル111aが既にサムネイル画像ファイル記憶部112に記憶されているか否かをサムネイル画像ファイル111aのファイル名(サムネイル情報U1〜U3と同じ)で調べる(ステップS75A)。判断部121は、ステップS70Aでサムネイル画像表示要求を出力したDTV10について記憶されているサムネイル画像ファイル111aのみではなく、他のDTV20,30について記憶されているサムネイル画像ファイル111aについても検索対象とし、判断する。なお、他のDTV20,30について記憶されているサムネイル画像ファイル111aについては検索対象としないものとしても良い。   When receiving the image display request together with the thumbnail information U1 to U3, the control unit 140 of the Web server 100 derives the URI of the image file 310 from the thumbnail information U1 to U3, and sends it to the thumbnail image file generation unit 120 from the image file 310. An instruction to generate the thumbnail image file 111a is given. When the determination unit 121 of the thumbnail image file generation unit 120 receives the instruction, it determines whether the thumbnail image file 111a to be generated is already stored in the thumbnail image file storage unit 112 or not (file name of the thumbnail image file 111a ( (Same as thumbnail information U1 to U3) (step S75A). The determination unit 121 sets not only the thumbnail image file 111a stored for the DTV 10 that has output the thumbnail image display request in step S70A but also the thumbnail image file 111a stored for the other DTVs 20 and 30 as a search target. To do. Note that the thumbnail image files 111a stored for the other DTVs 20 and 30 may not be searched.

必要なサムネイル画像ファイル111aが記憶されていない場合は、サムネイル画像ファイル生成部120は現在サムネイル表示Webページ410(図ではnページと示す)で表示されるサムネイル画像のサムネイル画像ファイル111aを生成する(ステップS80A)。記憶されている場合は、サムネイル画像ファイル生成部120は該サムネイル画像ファイル111aをサムネイル画像ファイル記憶部112から取得する(ステップS85A)。通信部130は、生成された、または取得したサムネイル画像ファイル111aをブラウザ11に送信する(ステップS90A)。   If the necessary thumbnail image file 111a is not stored, the thumbnail image file generation unit 120 generates the thumbnail image file 111a of the thumbnail image currently displayed on the thumbnail display Web page 410 (shown as page n in the figure) ( Step S80A). If it is stored, the thumbnail image file generation unit 120 acquires the thumbnail image file 111a from the thumbnail image file storage unit 112 (step S85A). The communication unit 130 transmits the generated or acquired thumbnail image file 111a to the browser 11 (step S90A).

ブラウザ11は、受信したサムネイル画像ファイル111aに基づいてサムネイル画像を表示する(ステップS100A)。なお、ここではまとめて説明したが、正確には、第1実施例と同様に、サムネイル画像表示部S1〜S3各々についてステップS70A〜ステップS100Aの処理を行なう。   The browser 11 displays a thumbnail image based on the received thumbnail image file 111a (step S100A). Although the description has been made collectively here, to be precise, similarly to the first embodiment, the processes of steps S70A to S100A are performed for each of the thumbnail image display portions S1 to S3.

サムネイル画像ファイル生成部120の判断部121は、次に、前サムネイル表示Webページ410be(図ではn−1ページと示す)と次サムネイル表示Webページ410ne(図ではn+1ページと示す)で表示されるサムネイル画像のサムネイル画像ファイル111aがサムネイル画像ファイル記憶部112に記憶されているか否かを判断する(ステップS150A)。具体的には、制御部140からサムネイル画像ファイル111aの生成指示が出された3つの画像ファイル310より、画像ファイル310の生成時刻が前の3つの画像ファイル310と、生成時刻が後の3つの画像ファイル310から生成されたサムネイル画像ファイル111aが存在するか否かをサムネイル画像ファイル111aのファイル名(サムネイル情報U1〜U3と同じ)で調べる。前サムネイル表示Webページ410beと次サムネイル表示Webページ410neのうち少なくとも一方で表示されるサムネイル画像のサムネイル画像ファイル111aが記憶されていない場合は、該サムネイル画像ファイル111aを生成する(ステップS160A)。   Next, the determination unit 121 of the thumbnail image file generation unit 120 displays the previous thumbnail display Web page 410be (shown as n-1 page in the figure) and the next thumbnail display Web page 410ne (shown as n + 1 page in the figure). It is determined whether the thumbnail image file 111a of the thumbnail image is stored in the thumbnail image file storage unit 112 (step S150A). Specifically, from the three image files 310 for which the generation instruction for the thumbnail image file 111a has been issued from the control unit 140, the three image files 310 with the generation time of the previous image file 310 and the three image files with the generation time later. Whether the thumbnail image file 111a generated from the image file 310 exists is checked by the file name of the thumbnail image file 111a (same as the thumbnail information U1 to U3). When the thumbnail image file 111a of the thumbnail image displayed at least one of the previous thumbnail display Web page 410be and the next thumbnail display Web page 410ne is not stored, the thumbnail image file 111a is generated (step S160A).

次に、Webサーバ100の制御部140は、サムネイル画像ファイル記憶部112に空き領域があるか否かを調べる(図11のステップS170A)。空き領域がない場合は、図10のサムネイル画像ファイル記憶部112の保存時刻のうち、保存時刻が早いサムネイル画像ファイル111aから順に消去し(ステップS180A)、ステップS80AとステップS160Aで生成したサムネイル画像ファイル111aをサムネイル画像ファイル記憶部112に保存する(ステップS190A)。ステップS70Aの画像表示要求を出力したDTV10〜30の識別子DTV−IDと、保存時刻も併せて保存する。   Next, the control unit 140 of the Web server 100 checks whether there is an empty area in the thumbnail image file storage unit 112 (step S170A in FIG. 11). If there is no free space, the thumbnail image file 111a of the thumbnail image file storage unit 112 in FIG. 10 is deleted in order from the thumbnail image file 111a with the earlier save time (step S180A), and the thumbnail image file generated in steps S80A and S160A. 111a is stored in the thumbnail image file storage unit 112 (step S190A). The identifier DTV-ID of the DTVs 10 to 30 that output the image display request in step S70A and the storage time are also stored.

第2実施例のWebサーバ100は、更に、アクセス管理テーブル113で、DTV10〜30がWebサーバ100へサムネイル表示Webページ410を要求したアクセス時刻を管理している。図13は、アクセス管理テーブル113を示す説明図である。アクセス管理テーブル113は、識別子DTV−IDと、アクセス時刻を保存している。識別子DTV−IDとアクセス時刻は、サムネイル表示Webページ410の表示要求を受けた際(図3のステップS30)に、制御部140が保存する。   The Web server 100 according to the second embodiment further manages the access time when the DTVs 10 to 30 request the thumbnail display Web page 410 from the Web server 100 using the access management table 113. FIG. 13 is an explanatory diagram showing the access management table 113. The access management table 113 stores an identifier DTV-ID and access time. The identifier DTV-ID and access time are saved by the control unit 140 when a display request for the thumbnail display Web page 410 is received (step S30 in FIG. 3).

図14は、消去部150の処理を示すフローチャートである。消去部150は、所定時間T1毎に、図14で示す処理を実行する。消去部150は、アクセス管理テーブル113について、識別子DTV−ID毎に直近のアクセス時刻を調べ、該直近のアクセス時刻が所定時間T2以上経過しているか否か調べる(ステップS300)。そして、直近のアクセス時刻から所定時間T2以上経過している識別子DTV−IDが存在する場合は、サムネイル画像ファイル記憶部112において該識別子DTV−IDに関連付けて保存されているサムネイル画像ファイル111aをすべて消去する(ステップS320)。なお、本実施例では、消去部150により図14の処理を実行しているが、この処理は省略するものとしても良い。   FIG. 14 is a flowchart showing processing of the erasing unit 150. The erasing unit 150 executes the process shown in FIG. 14 every predetermined time T1. The erasure unit 150 checks the most recent access time for each identifier DTV-ID in the access management table 113, and checks whether or not the most recent access time has exceeded a predetermined time T2 (step S300). If there is an identifier DTV-ID that has passed the predetermined time T2 from the most recent access time, all thumbnail image files 111a stored in association with the identifier DTV-ID in the thumbnail image file storage unit 112 are all stored. Erasing is performed (step S320). In this embodiment, the processing of FIG. 14 is executed by the erasing unit 150, but this processing may be omitted.

本実施例の印刷システム10000aによれば、ブラウザ11から表示要求を受けた現在サムネイル表示Webページ410の前のページ(前サムネイル表示Webページ410be)と次のページ(次サムネイル表示Webページ410ne)において表示対象となるサムネイル画像について、予めサムネイル画像ファイル111aを生成しておくことができる。前サムネイル表示Webページ410beと次サムネイル表示Webページ410neは、ブラウザ11から表示要求を受けたサムネイル表示Webページ410に関連付けられた他のサムネイル表示Webページ410に相当する。なお、ブラウザ11から表示要求を受けたサムネイル表示Webページ410に関連付けられた他のサムネイル表示Webページ410とは、前サムネイル表示Webページ410beと次サムネイル表示Webページ410neの2つに限らず、現在サムネイル表示Webページ410に関連付けられているサムネイル表示Webページ410であれば良い。   According to the printing system 10000a of the present embodiment, in the previous page (previous thumbnail display Web page 410be) and the next page (next thumbnail display Web page 410ne) of the current thumbnail display Web page 410 that has received a display request from the browser 11. A thumbnail image file 111a can be generated in advance for thumbnail images to be displayed. The previous thumbnail display Web page 410be and the next thumbnail display Web page 410ne correspond to other thumbnail display Web pages 410 associated with the thumbnail display Web page 410 that has received a display request from the browser 11. The other thumbnail display Web pages 410 associated with the thumbnail display Web page 410 that has received a display request from the browser 11 are not limited to the previous thumbnail display Web page 410be and the next thumbnail display Web page 410ne, and are currently Any thumbnail display Web page 410 associated with the thumbnail display Web page 410 may be used.

そして、ブラウザ11,21,31から表示要求されたサムネイル画像のサムネイル画像ファイル111aがサムネイル画像ファイル記憶部112に記憶されている場合は、サムネイル画像ファイル111aを生成することなく、サムネイル画像ファイル記憶部112内のサムネイル画像ファイル111aを送信することができる。つまり、現在サムネイル表示Webページ410のサムネイル画像ファイル111aをサムネイル画像ファイル記憶部112に記憶させ、前サムネイル表示Webページ410beと次サムネイル表示Webページ410neのサムネイル画像ファイル111aを予め生成し、サムネイル画像ファイル記憶部112に記憶させておくことで、ブラウザ11,21,31の要求に素早く対応することができる。特に、前サムネイル表示Webページ410beと次サムネイル表示Webページ410neは、ユーザにより表示要求される可能性が高いので、予めサムネイル画像ファイル111aを生成しておくことは有用である。更に、サムネイル画像の表示を要求したDTV10以外のDTV20,30に関して記憶されているサムネイル画像ファイル111aも利用することが可能である。   If the thumbnail image file 111a of the thumbnail image requested to be displayed by the browser 11, 21, 31 is stored in the thumbnail image file storage unit 112, the thumbnail image file storage unit is not generated without generating the thumbnail image file 111a. The thumbnail image file 111a in 112 can be transmitted. That is, the thumbnail image file 111a of the current thumbnail display Web page 410 is stored in the thumbnail image file storage unit 112, and the thumbnail image file 111a of the previous thumbnail display Web page 410be and the next thumbnail display Web page 410ne is generated in advance. By storing in the storage unit 112, it is possible to quickly respond to requests from the browsers 11, 21, and 31. In particular, since there is a high possibility that the previous thumbnail display Web page 410be and the next thumbnail display Web page 410ne are requested to be displayed by the user, it is useful to generate the thumbnail image file 111a in advance. Further, it is also possible to use a thumbnail image file 111a stored for the DTVs 20 and 30 other than the DTV 10 that has requested display of thumbnail images.

また、本実施例の印刷システム10000aによれば、アクセス時刻から所定時間T2以上が経過した場合、サムネイル画像ファイル記憶部112内のサムネイル画像ファイル111aを消去するので、サムネイル画像ファイル111aを記憶するためのメモリの容量を減らすことができる。   Further, according to the printing system 10000a of this embodiment, when the predetermined time T2 or more has elapsed from the access time, the thumbnail image file 111a in the thumbnail image file storage unit 112 is deleted, so that the thumbnail image file 111a is stored. The capacity of the memory can be reduced.

本実施例では、ステップS80Aで現在サムネイル表示Webページ410のサムネイル画像ファイル111aを生成し、ステップS150Aで前サムネイル表示Webページ410beと次サムネイル表示Webページ410neのサムネイル画像ファイル111aを生成しているが、現在サムネイル表示Webページ410のサムネイル画像ファイル111aを生成するのと同時に、前サムネイル表示Webページ410beと次サムネイル表示Webページ410neのサムネイル画像ファイル111aを生成するものとしても良い。   In this embodiment, the thumbnail image file 111a of the current thumbnail display Web page 410 is generated in step S80A, and the thumbnail image file 111a of the previous thumbnail display Web page 410be and the next thumbnail display Web page 410ne is generated in step S150A. At the same time as generating the thumbnail image file 111a of the current thumbnail display Web page 410, the thumbnail image file 111a of the previous thumbnail display Web page 410be and the next thumbnail display Web page 410ne may be generated.

また、本実施例では、アクセス時刻は、DTV10〜30がWebサーバ100へサムネイル表示Webページ410を要求した時刻であるものとしているが、DTV10〜30がWebサーバ100へステップS70Aのサムネイル画像表示要求を出力した時刻であるものとしても良い。   In this embodiment, the access time is the time when the DTVs 10 to 30 request the thumbnail display Web page 410 from the Web server 100. However, the DTVs 10 to 30 request the thumbnail image display in step S70A to the Web server 100. It is good also as what is the time which output.

本実施例では、現在サムネイル表示Webページ410に関連付けられている前サムネイル表示Webページ410beと次サムネイル表示Webページ410neのサムネイル画像ファイル111aをステップS160Aで予め生成しているが、該生成は実行しないものとしても良い。または、本実施例では、前サムネイル表示Webページ410beと次サムネイル表示Webページ410neのサムネイル画像ファイル111aがサムネイル画像ファイル記憶部112に存在しない場合に(ステップS150A)、前サムネイル表示Webページ410beと次サムネイル表示Webページ410neのサムネイル画像ファイル111aを生成しているが(ステップS160A)、ステップS150Aの判断を省略し、必ずサムネイル画像ファイル111aを生成するものとしても良い。   In this embodiment, the thumbnail image file 111a of the previous thumbnail display Web page 410be and the next thumbnail display Web page 410ne associated with the current thumbnail display Web page 410 is generated in advance in step S160A, but the generation is not executed. It is good as a thing. Alternatively, in the present embodiment, when the thumbnail image file 111a of the previous thumbnail display Web page 410be and the next thumbnail display Web page 410ne does not exist in the thumbnail image file storage unit 112 (step S150A), the previous thumbnail display Web page 410be and the next thumbnail display Web page 410be Although the thumbnail image file 111a of the thumbnail display Web page 410ne is generated (step S160A), the determination in step S150A may be omitted and the thumbnail image file 111a may be generated without fail.

また、本実施例では、DTV10〜30を識別するために識別子DTV−IDを用いているが、DTV10〜30のIPアドレスやポート番号を用いるものとしても良い。   In this embodiment, the identifier DTV-ID is used to identify the DTVs 10 to 30, but the IP address and port number of the DTVs 10 to 30 may be used.

その他の実施例:
(1)上記実施例のWebサーバ100は、ステップS70,S70Aのサムネイル画像の表示要求を受けた後でサムネイル画像ファイル111aを生成しているが、ステップS50でサムネイル表示Webページ記述ファイルを送信した直後に、該サムネイル表示Webページ410に表示するサムネイル画像のサムネイル画像ファイル111aを生成するものとしても良い。
Other examples:
(1) The Web server 100 of the above embodiment generates the thumbnail image file 111a after receiving the thumbnail image display request in steps S70 and S70A, but transmits the thumbnail display Web page description file in step S50. Immediately after that, the thumbnail image file 111a of the thumbnail image displayed on the thumbnail display Web page 410 may be generated.

(2)上記実施例では、Webサーバ100とブラウザ11〜31は、各々プリンタ1000とDTV10〜30に備えられているが、これに限らず、Webサーバ100とブラウザ11〜31は、コンピュータなど他の装置に備えられているものとしても良い (2) In the above embodiment, the web server 100 and the browsers 11 to 31 are provided in the printer 1000 and the DTVs 10 to 30, respectively. It may be equipped with the device of

以上、実施例に基づき本発明に係るWebサーバ、サムネイル画像ファイルの送信方法およびこれらの機能を実現させるためのプログラムを説明してきたが、上記した発明の実施の形態は、本発明の理解を容易にするためのものであり、本発明を限定するものではない。本発明は、その趣旨並びに特許請求の範囲を逸脱することなく、変更、改良され得ると共に、本発明にはその等価物が含まれることはもちろんである。   As described above, the Web server, the thumbnail image file transmission method, and the program for realizing these functions according to the present invention have been described based on the embodiments. However, the above embodiments of the present invention make it easy to understand the present invention. The present invention is not intended to limit the present invention. The present invention can be changed and improved without departing from the spirit and scope of the claims, and it is needless to say that the present invention includes equivalents thereof.

プリンタ1000とデジタルテレビ(以下DTVと呼ぶ)10〜30を備えた印刷システム10000を示す説明図である。1 is an explanatory diagram showing a printing system 10000 provided with a printer 1000 and a digital television (hereinafter referred to as DTV) 10-30. サムネイル画像ファイル生成部120の処理を示す説明図である。It is explanatory drawing which shows the process of the thumbnail image file generation part. サムネイル表示Webページをブラウザ11で表示する際のブラウザ11とWebサーバ100の処理を示すフローチャートである。4 is a flowchart showing processing of the browser 11 and the Web server 100 when displaying a thumbnail display Web page on the browser 11. ブラウザ11がプリンタ1000のホームページ400を表示する様子を概略的に示す説明図である。FIG. 4 is an explanatory diagram schematically showing how a browser 11 displays a home page 400 of a printer 1000. サムネイル表示Webページ410を示す説明図である。4 is an explanatory diagram showing a thumbnail display Web page 410. FIG. サムネイル情報を示す説明図である。It is explanatory drawing which shows thumbnail information. サムネイル画像表示部S1〜S3にサムネイル画像を表示したサムネイル表示Webページ410を示す説明図である。It is explanatory drawing which shows the thumbnail display Web page 410 which displayed the thumbnail image on thumbnail image display part S1-S3. ブラウザ11とプリンタ1000における印刷処理を示すフローチャートである。4 is a flowchart illustrating print processing in a browser 11 and a printer 1000. 第2実施例の印刷システム10000aを示す機能ブロック図である。It is a functional block diagram which shows the printing system 10000a of 2nd Example. サムネイル画像ファイル記憶部112を示す説明図である。4 is an explanatory diagram showing a thumbnail image file storage unit 112. FIG. 第2実施例のサムネイル表示Webページ410の表示処理を示すフローチャートである。It is a flowchart which shows the display process of the thumbnail display Web page 410 of 2nd Example. 第2実施例のサムネイル表示Webページ410の表示処理であって図11の続きの処理を示すフローチャートである。12 is a flowchart illustrating a display process of the thumbnail display Web page 410 according to the second embodiment and a process subsequent to FIG. アクセス管理テーブル113を示す説明図である。It is explanatory drawing which shows the access management table 113. FIG. 消去部150の処理を示すフローチャートである。5 is a flowchart showing processing of an erasing unit 150.

符号の説明Explanation of symbols

10,20,30...DTV
11,21,31...ブラウザ
110...メモリ
111...マークアップ言語ファイル記憶部
111a...サムネイル画像ファイル
112...サムネイル画像ファイル記憶部
113...アクセス管理テーブル
120...サムネイル画像ファイル生成部
121...判断部
130...通信部
140...制御部
150...消去部
200...印刷部
300...メモリカード
310...画像ファイル
320...メモリカードドライブ
400...ホームページ
401...「メモリカードの画像表示/印刷」コマンドボタン
402...「メンテナンス」コマンドボタン
410...サムネイル表示Webページ
411...プリントボタン
412,413,414...チェックボックス
415...前ページ表示指示部
416...次ページ表示指示部
1000...プリンタ
10000,10000a...印刷システム
A1〜A3,U1〜U3...サムネイル情報
A2...サムネイル情報
A3...サムネイル情報
Gd...本画像データ
S1,S2,S3...サムネイル画像表示部
SGd...サムネイル画像データ
10,20,30 ... DTV
11, 21, 31 ... Browser 110 ... Memory 111 ... Markup language file storage unit 111a ... Thumbnail image file 112 ... Thumbnail image file storage unit 113 ... Access management table 120 .. Thumbnail image file generation unit 121 ... determination unit 130 ... communication unit 140 ... control unit 150 ... erasing unit 200 ... printing unit 300 ... memory card 310 ... image file 320. ..Memory Card Drive 400 ... Home Page 401 ... "Memory Card Image Display / Print" Command Button 402 ... "Maintenance" Command Button 410 ... Thumbnail Display Web Page 411 ... Print Button 412, 413, 414 ... check box 415 ... previous page display instruction section 416 ... next page display instruction section 1000 ... printer 10000, 10000a ... print page System A1 to A3, U1 to U3 ... Thumbnail information A2 ... Thumbnail information A3 ... Thumbnail information Gd ... Main image data S1, S2, S3 ... Thumbnail image display part SGd ... Thumbnail image data

Claims (6)

Webサーバを備えるネットワーク装置であって、
本画像を表す本画像データと、本画像を縮小したサムネイル画像を表すサムネイル画像データとが埋め込まれている画像データファイルを予め記憶する画像データファイル記憶部を備え、
前記Webサーバは、
前記サムネイル画像を表示するためのWebページであるサムネイル表示Webページをマークアップ言語で記述したサムネイル表示Webページ記述ファイルを予め記憶するサムネイル表示Webページ記述ファイル記憶部と、
ブラウザから前記サムネイル表示Webページの表示要求を受けると、前記サムネイル表示Webページ記述ファイルに、前記画像データファイル記憶部が記憶する画像データファイルに埋め込まれているサムネイル画像データを示すためのサムネイル情報を付して、該サムネイル表示Webページ記述ファイルを前記ブラウザに送信するサムネイル表示Webページ記述ファイル送信部と、
前記ブラウザから、前記サムネイル情報を付した画像表示要求を受けると、該サムネイル情報に基づいて、前記画像データファイルからサムネイル画像データを抽出し、該サムネイル画像データを含むサムネイル画像ファイルを生成するサムネイル画像ファイル生成部と、
前記ブラウザに前記サムネイル画像ファイルを送信するサムネイル画像ファイル送信部と、
を備え、
前記サムネイル情報は、前記サムネイル画像データが埋め込まれている画像データファイルのURIと、該画像データファイル中のサムネイル画像データを指していることを示す情報を組み合わせた情報である、
ネットワーク装置。
A network device comprising a web server,
An image data file storage unit that stores in advance an image data file in which main image data representing a main image and thumbnail image data representing a thumbnail image obtained by reducing the main image are embedded;
The web server
A thumbnail display Web page description file storage unit that stores in advance a thumbnail display Web page description file in which a thumbnail display Web page that is a Web page for displaying the thumbnail image is described in a markup language;
When a display request for the thumbnail display Web page is received from a browser, thumbnail information for indicating thumbnail image data embedded in the image data file stored in the image data file storage unit is displayed in the thumbnail display Web page description file. A thumbnail display Web page description file transmission unit that transmits the thumbnail display Web page description file to the browser;
Upon receiving an image display request with the thumbnail information from the browser, the thumbnail image data is extracted from the image data file based on the thumbnail information and a thumbnail image file including the thumbnail image data is generated. A file generator,
A thumbnail image file transmission unit for transmitting the thumbnail image file to the browser;
With
The thumbnail information is information obtained by combining a URI of an image data file in which the thumbnail image data is embedded and information indicating that the thumbnail image data in the image data file is indicated.
Network device.
請求項1記載のネットワーク装置であって、更に、
前記ブラウザから前記サムネイル情報を付した印刷要求を受けると、該サムネイル情報から前記画像データファイルのURIを抽出し、該画像データファイルに埋め込まれている本画像データに基づいて本画像を印刷する印刷部
を備えるネットワーク装置。
The network device according to claim 1, further comprising:
When a print request with the thumbnail information is received from the browser, the URI of the image data file is extracted from the thumbnail information, and the main image is printed based on the main image data embedded in the image data file Network device comprising a unit.
請求項1記載のネットワーク装置であって、
前記サムネイル画像ファイル生成部は、生成した前記サムネイル画像ファイルを前記Webサーバ内のメモリに記憶させ、
前記サムネイル画像ファイル生成部は、更に、
前記サムネイル情報を付した画像表示要求を受けると、該サムネイル情報で示されたサムネイル画像ファイルが前記メモリに記憶されているか否かを判断する判断部を備え、
前記サムネイル画像ファイルが前記メモリに記憶されていると判断された場合は、前記サムネイル画像ファイル生成部による前記サムネイル画像ファイルの生成を省略し、前記サムネイル画像ファイル送信部が、前記メモリに記憶されている該サムネイル画像ファイルを取得して送信する、
ネットワーク装置。
The network device according to claim 1, wherein
The thumbnail image file generation unit stores the generated thumbnail image file in a memory in the Web server,
The thumbnail image file generation unit further includes:
A determination unit that determines whether the thumbnail image file indicated by the thumbnail information is stored in the memory when receiving an image display request with the thumbnail information;
If it is determined that the thumbnail image file is stored in the memory, generation of the thumbnail image file by the thumbnail image file generation unit is omitted, and the thumbnail image file transmission unit is stored in the memory. Obtain and send the thumbnail image file,
Network device.
請求項3記載のネットワーク装置であって、
前記サムネイル画像ファイル生成部は、更に、前記ブラウザから表示要求を受けた前記サムネイル表示Webページに関連付けられた他のサムネイル表示Webページにおいて表示対象となるサムネイル画像データについても、前記ブラウザから画像表示要求を受ける前に、予めサムネイル画像ファイルを生成し、前記メモリに記憶させる、
ネットワーク装置。
The network device according to claim 3, wherein
The thumbnail image file generation unit further receives an image display request from the browser for thumbnail image data to be displayed on another thumbnail display Web page associated with the thumbnail display Web page that has received a display request from the browser. Before receiving a thumbnail image file and storing it in the memory,
Network device.
請求項3記載のネットワーク装置であって、
前記メモリには、複数のブラウザからの画像表示要求に応じて、各々前記サムネイル画像ファイルが記憶されており、
前記判断部は、前記サムネイル情報を付した画像表示要求をしたブラウザ以外のブラウザからの画像表示要求に応じて記憶されているサムネイル画像ファイルの中に、該サムネイル情報で示されたサムネイル画像ファイルが存在する場合は、該サムネイル画像ファイルが前記メモリに記憶されていると判断する、
ネットワーク装置。
The network device according to claim 3, wherein
Each of the thumbnail image files is stored in the memory in response to image display requests from a plurality of browsers,
The determination unit includes a thumbnail image file indicated by the thumbnail information among thumbnail image files stored in response to an image display request from a browser other than the browser that has requested the image display with the thumbnail information. If it exists, it is determined that the thumbnail image file is stored in the memory.
Network device.
本画像を縮小したサムネイル画像を表示するためのサムネイル画像データを含むサムネイル画像ファイルをブラウザに送信するための送信方法であって、
前記サムネイル画像を表示するためのWebページであるサムネイル表示Webページをマークアップ言語で記述したサムネイル表示Webページ記述ファイルを予め記憶する工程と、
ブラウザから前記サムネイル表示Webページの表示要求を受けると、前記サムネイル表示Webページ記述ファイルに、前記サムネイル画像データを示すためのサムネイル情報を付して、該サムネイル表示Webページ記述ファイルを前記ブラウザに送信する工程と、
前記ブラウザから、前記サムネイル情報を付した画像表示要求を受けると、該サムネイル情報に基づいて、サムネイル画像データが埋め込まれている画像データファイルからサムネイル画像データを抽出し、該表サムネイル画像データを含むサムネイル画像ファイルを生成する工程と、
前記ブラウザに前記サムネイル画像ファイルを送信する工程と、
を備え、
前記サムネイル情報は、前記サムネイル画像データが埋め込まれている画像データファイルのURIと、該画像データファイル中のサムネイル画像データを指していることを示す情報を組み合わせた情報である、
送信方法。
A transmission method for transmitting a thumbnail image file including thumbnail image data for displaying a thumbnail image obtained by reducing a main image to a browser,
Storing in advance a thumbnail display Web page description file in which a thumbnail display Web page that is a Web page for displaying the thumbnail image is described in a markup language;
When a display request for the thumbnail display Web page is received from a browser, thumbnail information for indicating the thumbnail image data is attached to the thumbnail display Web page description file, and the thumbnail display Web page description file is transmitted to the browser. And a process of
When receiving an image display request with the thumbnail information from the browser, the thumbnail image data is extracted from the image data file in which the thumbnail image data is embedded based on the thumbnail information, and includes the table thumbnail image data Generating a thumbnail image file;
Sending the thumbnail image file to the browser;
With
The thumbnail information is information obtained by combining a URI of an image data file in which the thumbnail image data is embedded and information indicating that the thumbnail image data in the image data file is indicated.
Transmission method.
JP2005250864A 2005-08-31 2005-08-31 Network device with web server Withdrawn JP2007065965A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005250864A JP2007065965A (en) 2005-08-31 2005-08-31 Network device with web server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005250864A JP2007065965A (en) 2005-08-31 2005-08-31 Network device with web server

Publications (1)

Publication Number Publication Date
JP2007065965A true JP2007065965A (en) 2007-03-15

Family

ID=37928103

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005250864A Withdrawn JP2007065965A (en) 2005-08-31 2005-08-31 Network device with web server

Country Status (1)

Country Link
JP (1) JP2007065965A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001290695A (en) * 2000-04-04 2001-10-19 Seiko Epson Corp Multipage file managing system, multipage file server device and computer-remadable medium
JP2004005474A (en) * 2002-03-19 2004-01-08 Ricoh Co Ltd Image forming apparatus and method for acquiring thumbnail of stored document

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001290695A (en) * 2000-04-04 2001-10-19 Seiko Epson Corp Multipage file managing system, multipage file server device and computer-remadable medium
JP2004005474A (en) * 2002-03-19 2004-01-08 Ricoh Co Ltd Image forming apparatus and method for acquiring thumbnail of stored document

Similar Documents

Publication Publication Date Title
JP5654806B2 (en) Server system, printing apparatus, network printing system having them, and method therefor
JP3788050B2 (en) Print system, printer and print server
US20070097416A1 (en) Printing apparatus, print instruction apparatus, and printing system
US9639304B2 (en) Data supplying device and image processing system
JP2015114820A (en) Print service provision apparatus and printing system
JP2007179198A5 (en)
JP2012064091A (en) Information processing system, information processor and program
JP2013073506A (en) Image processing device, control method thereof, and program
JP3800380B2 (en) Printing system and printer
JP5054618B2 (en) Network file processing system
JP2016172370A (en) Image forming apparatus, image forming method, and image forming program
JP2001043055A (en) Printer, printer control method, print system, and recording medium
JPH11203099A (en) Output request device and printing system with preview function
JP2009003639A (en) Client device, data processing method, and its program
JP3817313B2 (en) Camera control apparatus and method
US10078479B2 (en) Printing process system and information processing apparatus
JP2007065965A (en) Network device with web server
US8724125B2 (en) Method and system for printing according to transmission conditions
JP2003316543A (en) Information processing method, information processor and program
JP2000172464A (en) Print system, printer, and print server
JPH10307831A (en) Document processing system
JP2008046821A (en) Image forming system, information processor, and print control method and program
JP2008140344A (en) Information processing method, information processor, and computer program
JP2006236006A (en) Printer, program and recording medium
JP4697979B2 (en) Graphic command transmission apparatus and graphic command transmission method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080523

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100930

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101005

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20101129