WO2012152080A1 - 在用户终端浏览器上按需显示图片的方法及装置 - Google Patents

在用户终端浏览器上按需显示图片的方法及装置 Download PDF

Info

Publication number
WO2012152080A1
WO2012152080A1 PCT/CN2012/070416 CN2012070416W WO2012152080A1 WO 2012152080 A1 WO2012152080 A1 WO 2012152080A1 CN 2012070416 W CN2012070416 W CN 2012070416W WO 2012152080 A1 WO2012152080 A1 WO 2012152080A1
Authority
WO
WIPO (PCT)
Prior art keywords
visible area
image
control
picture
browser
Prior art date
Application number
PCT/CN2012/070416
Other languages
English (en)
French (fr)
Inventor
李红波
周涌
寿永艳
于峰
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Priority to US14/342,465 priority Critical patent/US20140229820A1/en
Priority to BR112014008452A priority patent/BR112014008452A2/pt
Priority to EP12782497.7A priority patent/EP2750049A4/en
Publication of WO2012152080A1 publication Critical patent/WO2012152080A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/143Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a method and apparatus for displaying a picture on demand in a browser of a user terminal. Background technique
  • the web page is a web interface designed for PC screens.
  • the screen When browsing a WEB page through a mobile phone, the screen usually displays only a part of the area in the screen area at a certain time, and other areas can be displayed by moving the scroll bar.
  • the file download takes up most of the time due to the speed of the wireless network, especially the picture download takes up most of the downloading process; and the existing mobile phone displays the WEB page.
  • It is a method of displaying after one-time layout, that is, the first HTML text and the image of the mobile phone are all downloaded, and the visible area of the page is calculated and displayed after the layout is completed, so that if the user only wants to see a part of the WEB page, At the same time, pictures of other areas have to be downloaded at the same time, resulting in prolonged download time and waste of data traffic.
  • the present invention is directed to a method and apparatus for displaying a picture on demand in a browser of a user terminal, which is used to solve the problem of extended download time and waste of data traffic caused by display of a conventional browser using one-time typesetting. The problem.
  • the present invention provides a method for displaying a picture on demand in a browser of a user terminal, the method comprising: When the user terminal accesses the webpage through the browser, the browser parses the received hypertext markup language (HTML) text, and formats the webpage by using the default image according to the parsing result;
  • HTML hypertext markup language
  • the visual area is drawn after the control that determines the viewable area contains the image control and all of the image controls have the corresponding picture.
  • the method further includes: after the webpage moves, recalculating the visible area of the webpage and acquiring the controls in the visible area;
  • the visual area is drawn after the control that determines the viewable area contains the image control and all of the image controls have the corresponding picture.
  • the visible area is drawn as:
  • the present invention further provides an apparatus for displaying a picture on demand in a browser of a user terminal, the apparatus comprising: a parsing module, a computing acquiring module, and a judging drawing module;
  • a parsing module configured to parse the received HTML text when the user terminal accesses the webpage through the browser, and typeset the webpage by using a default image according to the parsing result
  • a calculation obtaining module configured to calculate the webpage The visible area and the controls in the visible area
  • the drawing drawing module is configured to draw the visible area after the image control is included in the control for determining the visible area and all the image controls obtain the corresponding picture.
  • the determining drawing module is specifically configured to determine whether a visible area exists.
  • the image control if yes, acquires a corresponding picture from the image control existing in the visible area, adds the picture, and re-types the webpage until all image controls existing in the visible area obtain the corresponding picture Then draw the visible area; if no, draw the visible area directly.
  • the present invention reduces the time to wait for the WEB page to be displayed and the data traffic consumption by downloading only the WEB page picture within the screen range.
  • FIG. 1 is a schematic flowchart of a method according to an embodiment of the present invention.
  • FIG. 2 is a schematic flowchart of a device according to an embodiment of the present invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT OF THE INVENTION The preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings in which: FIG.
  • the browser parses the HTML text to form a plurality of controls and containers. Controls are used to display content, such as text controls to display text, and image controls to display images. The control is placed inside the container, and the container is used to calculate the display position of each control, that is, the container is used to control the typesetting.
  • the image URL In order for a browser to display an image, the image URL must be obtained from the image control, an HTTP request is sent to the image URL, the image is downloaded back, and then decoded, and the decoded content is written. Image control.
  • the image control is displayed as the default image (the default image is a special logo image that needs to be set for the typesetting, for example, an image that can be an "X" shape, and the data traffic occupied by such images is very Small, can be ignored.)
  • the principle of displaying a web page on the screen of the mobile phone is that the browser sets the absolute coordinates of the upper left corner of the screen on the webpage, and then calculates the visual area coordinates according to the length and width of the screen.
  • the page container compares the coordinates of each control with the coordinates of the visible area, allowing the controls in the visible area to draw themselves, thereby displaying the content of the webpage in the visible area to the user.
  • the browser receives the information of the page move, it will reset the coordinates of the page in the upper left corner of the screen to recalculate the viewable area.
  • FIG. 1 is a schematic flowchart of a method according to an embodiment of the present invention, which specifically includes: Step 101: When a mobile phone browses a WEB page, the browser sends an HTTP request to the server, where the request specifies a WEB page by using a URL. Corresponding HTML text;
  • the HTML text includes the layout and text content of the entire WEB page, but does not include the image content; the image information is described by the img tag in the HTML, and the image URL specified in the img tag, that is, the img tag tells the browser Where can I get the picture?
  • Step 102 The browser parses the received HTML text, and formats the WEB page according to the analysis result according to the manner in which the image is not displayed;
  • the HTML parsing forms a number of controls and containers, and then the container calculates the display position of each control, but the download identifier of the image control is set to not downloaded, so that the WEB page generated after the layout does not contain the image control Corresponding picture;
  • Step 103 Calculate a visible area of the page, and obtain a control in the visible area
  • Step 104 Determine whether the control in the visible area contains an image control, if it is included, go to step 106, otherwise go to step 105;
  • Step 105 Draw the visible area on the screen, that is, the absolute coordinates of the upper left corner of the browser setting screen on the WEB page, and then calculate the visible area coordinate according to the length and width of the screen;
  • Step 106 Determine, according to the download flag of the image control in the visible area, whether each image control has obtained the corresponding image. If at least one of the image controls has not been acquired, step 107 is performed; if the corresponding image has been obtained, go to the step. 105;
  • Step 107 The browser requests to download the unacquired picture. After downloading, the content of the picture is written to the corresponding image control, and the download identifier of the corresponding image control is set to be downloaded.
  • Step 108 Add the picture and The WEB page is re-formatted, and then proceeds to step 104 until all image controls within the viewable area have acquired the corresponding picture.
  • This scenario is a news of a user visiting the Premier League on Sina.com.
  • the user first enters the mobile phone browser and enters www.sina.com.cn to open the Sina homepage. At this time, the mobile phone screen is displayed on the screen of the mobile phone in a small area in the upper left corner of the WEB page. At this time, the browser only downloads this. The pictures in the small area, and the pictures on the right and bottom of the WEB page are not downloaded.
  • the user completely obtains the part he is interested in (the upper part of the WEB page) while browsing the WEB page, and most of the WEB page pictures that the user does not care about (the picture at the bottom of the WEB page) ) They are not downloaded, so that images that are not needed by users will not take up user download time and traffic.
  • FIG. 2 is a schematic structural diagram of an apparatus according to an embodiment of the present invention, which may specifically The method includes: parsing a module, calculating a moim block, and judging a drawing module, where
  • the parsing module when the user terminal accesses the webpage through the browser, the parsing module parses the received HTML text, and formats the webpage in a default image according to the parsing result;
  • a calculation acquisition module configured to calculate a visible area of the webpage and obtain a control in the visible area
  • the drawing module is responsible for drawing the visible area after the image control is included in the control for determining the visible area and all the image controls obtain the corresponding picture; specifically, determining that the drawing module determines whether the image exists in the visible area
  • the control if yes, obtains a corresponding image from the image control existing in the visible area, adds the image, and re-types the webpage until all the image controls existing in the visible area are drawn by the corresponding image. View area; if no, draw the viewable area directly.
  • the present invention provides a method and a device for displaying a picture on a user terminal browser.
  • the above description is only made by using a mobile phone as an example, but those skilled in the art should know that the embodiment of the present invention is equally applicable.
  • the principle is the same for other user terminals that have access to the WEB page function and cannot display the WEB page in full screen.
  • the browser of the embodiment of the present invention only downloads the WEB page image in the screen range. If the user only browses a part of the WEB page, waiting for the WEB page to display the time and the consumed data traffic is much less than the conventional method; The movement of the WEB page, the pictures falling within the screen will be automatically downloaded and displayed, and the whole process does not require user intervention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本发明公开了一种在用户终端浏览器上按需显示图片的方法及装置,其中方法包括:当用户终端通过浏览器访问网页时,浏览器对接收到的HTML文本进行解析,并根据解析结果以默认图片的方式对该网页进行排版;计算该网页的可视区域并获取该可视区域内的控件;在判定可视区域的控件中包含有图像控件并且所有图像控件都获得相应的图片后,绘制可视区域;在用户只想看WEB页的一部分区域时,本发明通过只下载屏幕范围内的WEB页图片,减少了等待WEB页显示的时间以及数据流量消耗。

Description

在用户终端浏览器上按需显示图片的方法及装置 技术领域
本发明涉及通信技术领域, 尤其涉及一种在用户终端浏览器上按需显 示图片的方法及装置。 背景技术
网页 (WEB )是为适合 PC屏幕设计的网站界面, 通过手机上网浏览 WEB页时屏幕上通常在某一时刻只能显示屏幕区域内的一部分区域, 其他 区域则要通过移动滚动条后才能显示。
在手机浏览器打开 WEB页的过程中, 受制于无线网络的速度, 文件下 载占用了大部分时间, 尤其是图片下载占用了下载过程的大部分时间; 而 现有手机上显示 WEB页时采用的是一次性排版后再显示的方法,即手机首 先 HTML文本以及图片全部下载下来, 排版形成完整的页面后再计算页面 的可视区域并显示, 这样, 如果用户只想看 WEB页的一部分区域, 也不得 不同时将其他区域的图片同时下载下来, 从而造成下载时间的延长以及数 据流量的浪费。 发明内容
鉴于上述的分析, 本发明旨在提供一种在用户终端浏览器上按需显示 图片的方法及装置, 用于解决传统浏览器采用一次性排版后显示所带来的 下载时间延长以及数据流量浪费的问题。
本发明的目的主要是通过以下技术方案实现的:
本发明提供了一种在用户终端浏览器上按需显示图片的方法, 该方法 包括: 当用户终端通过浏览器访问网页时, 浏览器对接收到的超文本标记语 言( HTML )文本进行解析, 并根据解析结果以默认图片的方式对所述网页 进行排版;
计算所述网页的可视区域并获取可视区域内的控件;
在判定可视区域的控件中包含有图像控件并且所有图像控件都获得相 应的图片后, 绘制可视区域。
上述方案中, 该方法还包括: 在该网页发生移动后, 重新计算所述网 页的可视区域并获取可视区域内的控件;
在判定可视区域的控件中包含有图像控件并且所有图像控件都获得相 应的图片后, 绘制可视区域。
上述方案中, 所述在判定可视区域的控件中包含有图像控件并且所有 图像控件都获得相应的图片后, 绘制可视区域, 为:
判断可视区域内是否存在图像控件, 如果是, 则对可视区域内存在的 图像控件获取相应的图片, 加入所述图片并对所述网页重新进行排版, 直 到所述可视区域内存在的所有图像控件都获得相应的图片后绘制可视区 域; 如果否, 则直接绘制可视区域。
本发明还提供了一种在用户终端浏览器上按需显示图片的装置, 该装 置包括: 解析模块、 计算获取模块、 判断绘制模块; 其中,
解析模块,用于当用户终端通过浏览器访问网页时,对接收到的 HTML 文本进行解析, 并根据解析结果以默认图片的方式对所述网页进行排版; 计算获取模块, 用于计算所述网页的可视区域并获取可视区域内的控 件;
判断绘制模块, 用于在判定可视区域的控件中包含有图像控件并且所 有图像控件都获得相应的图片后, 绘制可视区域。
上述方案中, 所述判断绘制模块, 具体用于判断可视区域内是否存在 图像控件, 如果是, 则对可视区域内存在的图像控件获取相应的图片, 加 入所述图片并对所述网页重新进行排版, 直到该可视区域内存在的所有图 像控件都获得相应的图片后绘制可视区域; 如果否, 则直接绘制可视区域。
本发明有益效果如下:
在用户只想看 WEB页的一部分区域时,本发明通过只下载屏幕范围内 的 WEB页图片, 减少了等待 WEB页显示的时间以及数据流量消耗。
本发明的其他特征和优点将在随后的说明书中阐述, 并且, 部分的从 说明书中变得显而易见, 或者通过实施本发明而了解。 本发明的目的和其 他优点可通过在所写的说明书、 权利要求书、 以及附图中所特别指出的结 构来实现和获得。 附图说明
图 1为本发明实施例所述方法的流程示意图;
图 2为本发明实施例所述装置的流程示意图。 具体实施方式 下面结合附图来具体描述本发明的优选实施例, 其中, 附图构成本申 请一部分, 并与本发明的实施例一起用于阐释本发明的原理。
首先结合附图 1对本发明实施例所述方法进行详细说明。
为了有助于理解本发明实施例,这里先简单介绍下现有技术中 WEB页 网页形成的原理是, 浏览器解析 HTML文本, 形成若干控件和容器。 控件用来显示内容, 例如文本控件显示文字, 图像控件显示图片。 控件放 置在容器内, 由容器来计算各个控件的显示位置, 即容器是用来控制排版 的。 浏览器若要显示某图片, 必须要从图像控件中获取图片 URL, 向该图 片 URL发出 HTTP请求, 将图片下载回来, 然后解码, 解码后的内容写入 图像控件。 在图片还没有获取到的情况下, 图像控件显示为默认图片 (默 认图片为排版时需要给其设定的特殊标识图片, 例如可以为 " X " 形状的 图片, 这类图片占用的数据流量非常小, 可以忽略不计)。
手机屏幕上显示网页的原理是, 浏览器设置屏幕左上角点在网页上的 绝对坐标, 然后根据屏幕的长度和宽度计算出可视区域坐标。 页面容器将 各个控件坐标与可视区域坐标进行比较, 让处于可视区域内的控件绘制自 身, 从而将可视区域内的网页内容显示给用户。 当浏览器收到页面移动的 信息后, 会重新设置屏幕左上角点在网页上的坐标, 从而重新计算可视区 域。
如图 1所示, 图 1为本发明实施例所述方法的流程示意图, 具体包括: 步骤 101 : 在手机上网浏览 WEB页时, 浏览器向服务器发出 HTTP请 求, 所述请求由 URL指定 WEB页对应的 HTML文本;
其中, HTML文本中包括了整个 WEB页的布局和文字内容,但不包括 图片内容; 图片信息是通过 HTML中的 img标签中来描述, img标签中指 定了的图片 URL, 即 img标签告诉浏览器从哪里可以获取图片;
步骤 102: 浏览器对接收到的 HTML文本进行解析, 根据解析结果按 照不显示图片的方式对 WEB页进行排版;
也就是说, 对 HTML解析形成若干控件和容器, 然后由容器来计算各 个控件的显示位置, 但是对于其中的图像控件的下载标识设置为未下载, 这样排版后生成的 WEB页并不包含图像控件对应的图片;
步骤 103: 计算页面的可视区域, 获取可视区域内的控件;
步骤 104: 判断该可视区域内控件中是否包含有图像控件, 如果包含, 则执行步骤 106, 否则执行步骤 105;
步骤 105:在屏幕绘制该可视区域,即浏览器设置屏幕左上角点在 WEB 页上的绝对坐标, 然后根据屏幕的长度和宽度计算出该可视区域坐标; 步骤 106:根据可视区域内图像控件的下载标志判断各个图像控件是否 都已取得相应的图片, 若至少有一个未获取, 则执行步骤 107; 若都已获取 到相应的图片, 则转到步骤 105;
步骤 107: 浏览器请求下载上述未获取的图片, 下载后将该图片的内容 写入到对应的图像控件, 并将对应的图像控件的下载标识设置为已下载; 步骤 108:加入该图片并对该 WEB页重新进行排版,然后转到步骤 104, 直到该可视区域内的所有图像控件都获取到相应的图片。
下面用一个具体的场景说明按需显示图片的过程, 这个场景是某用户 到新浪网上浏览英超联赛的新闻。
1、 用户首先输入手机浏览器上输入 www.sina.com.cn, 打开新浪首页, 这时显示在手机屏幕上的是 WEB页左上角的一小块区域,此时浏览器只下 载了这一小块区域内的图片, 而 WEB页右部和下部的图片都没有被下载。
2、 用户按右方向键移动 WEB页,在 WEB页的导航区域中寻找到 "英 超" 链接。 在这个过程中, WEB页上部的一部分图片逐渐进入屏幕范围, 这些图片在 WEB页移动的过程中被下载并显示出来。 但 WEB页下部的图 片仍然不会被下载。
3、 用户点击 "英超" 链接, 浏览器打开英超联赛板块首页, 如果该用 户只是在该页面的上部浏览一些英超重要新闻, 则页面中部和下部的图片 在用户浏览过程中始终不会下载。
从上面的过程可以看出, 用户在浏览 WEB页过程中, 完全地获得了他 感兴趣的部分( WEB页上部的内容), 而大部分该用户不关心的 WEB页图 片 (WEB页下部的图片)都没有下载, 这样, 那些用户不需要的图片就不 会占用用户的下载时间和流量。
接下来结合附图 2对本发明实施例所述装置进行详细说明。
如图 2所示, 图 2为本发明实施例所述装置的结构示意图, 具体可以 包括: 解析模块、 计算获 莫块和判断绘制模块, 其中,
解析模块, 当用户终端通过浏览器访问网页时, 解析模块对接收到的 HTML 文本进行解析, 并根据解析结果以默认图片的方式对该网页进行排 版;
计算获取模块, 负责计算该网页的可视区域并获取该可视区域内的控 件;
判断绘制模块, 负责在判定可视区域的控件中包含有图像控件并且所 有图像控件都获得相应的图片后, 绘制可视区域; 具体的说就是, 判断绘 制模块判断该可视区域内是否存在图像控件, 如果是, 对该可视区域内存 在的图像控件获取相应的图片, 加入该图片并对该网页重新进行排版, 直 到该可视区域内存在的所有图像控件都获得相应的图片后绘制可视区域; 如果否, 直接绘制可视区域。
对于本发明实施例所述装置的具体实施过程, 由于上述方法中已有详 细说明, 故此处不再赘述。
综述, 本发明实施提供了一种在用户终端浏览器上按需显示图片的方 法及装置, 以上仅以手机为例进行了说明, 但本领域技术人员都应该知道, 本发明实施例同样可以适用于其他具有访问 WEB 页功能且不能全屏显示 WEB页的其他用户终端, 原理相同。 本发明实施例的浏览器只下载屏幕范 围内的 WEB页图片, 若用户只浏览了 WEB页的一部分, 等待 WEB页显 示的时间和消耗的数据流量都比传统的方式少得多;并且随着 WEB页的移 动, 落到屏幕范围内的图片会自动下载和显示, 整个过程不需要用户干预。
以上所述, 仅为本发明较佳的具体实施方式, 但本发明的保护范围并 不局限于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易想到的变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本 发明的保护范围应该以权利要求书的保护范围为准。

Claims

1、 一种在用户终端浏览器上按需显示图片的方法, 其特征在于, 该方 法包括:
当用户终端通过浏览器访问网页时, 浏览器对接收到的超文本标记语 言( HTML )文本进行解析, 并根据解析结果以默认图片的方式对所述网页 进行排版;
计算所述网页的可视区域并获取可视区域内的控件;
在判定可视区域的控件中包含有图像控件并且所有图像控件都获得相 应的图片后, 绘制可视区域。
2、 根据权利要求 1所述的方法, 其特征在于, 该方法还包括: 在所述网页发生移动后, 重新计算所述网页的可视区域并获取可视区 域内的控件;
在判定可视区域的控件中包含有图像控件并且所有图像控件都获得相 应的图片后, 绘制可视区域。
3、 根据权利要求 1或 2所述的方法, 其特征在于, 所述在判定可视区 域的控件中包含有图像控件并且所有图像控件都获得相应的图片后, 绘制 可视区 i或, 为:
判断可视区域内是否存在图像控件, 如果是, 则对可视区域内存在的 图像控件获取相应的图片, 加入所述图片并对所述网页重新进行排版, 直 到所述可视区域内存在的所有图像控件都获得相应的图片后绘制可视区 域; 如果否, 则直接绘制可视区域。
4、 一种在用户终端浏览器上按需显示图片的装置, 其特征在于, 该装 置包括: 解析模块、 计算获取模块、 判断绘制模块; 其中,
解析模块,用于当用户终端通过浏览器访问网页时,对接收到的 HTML 文本进行解析, 并根据解析结果以默认图片的方式对所述网页进行排版; 计算获取模块, 用于计算所述网页的可视区域并获取可视区域内的控 件;
判断绘制模块, 用于在判定可视区域的控件中包含有图像控件并且所 有图像控件都获得相应的图片后, 绘制可视区域。
5、 根据权利要求 4所述的装置, 其特征在于, 所述判断绘制模块, 具 体用于判断可视区域内是否存在图像控件, 如果是, 则对可视区域内存在 的图像控件获取相应的图片, 加入所述图片并对所述网页重新进行排版, 直到所述可视区域内存在的所有图像控件都获得相应的图片后绘制可视区 域; 如果否, 则直接绘制可视区域。
PCT/CN2012/070416 2011-10-25 2012-01-16 在用户终端浏览器上按需显示图片的方法及装置 WO2012152080A1 (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US14/342,465 US20140229820A1 (en) 2011-10-25 2012-01-16 Method and device for displaying picture on browser of user equipment as required
BR112014008452A BR112014008452A2 (pt) 2011-10-25 2012-01-16 método e dispositivo para a exibição de uma imagem em um browser de um equipamento de usuário conforme necessário
EP12782497.7A EP2750049A4 (en) 2011-10-25 2012-01-16 METHOD AND DEVICE FOR DISPLAYING AN IMAGE ON A BROWSER OF A USER TERMINAL AS REQUIRED

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2011103272381A CN102346782A (zh) 2011-10-25 2011-10-25 在用户终端浏览器上按需显示图片的方法及装置
CN201110327238.1 2011-10-25

Publications (1)

Publication Number Publication Date
WO2012152080A1 true WO2012152080A1 (zh) 2012-11-15

Family

ID=45545459

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/070416 WO2012152080A1 (zh) 2011-10-25 2012-01-16 在用户终端浏览器上按需显示图片的方法及装置

Country Status (5)

Country Link
US (1) US20140229820A1 (zh)
EP (1) EP2750049A4 (zh)
CN (1) CN102346782A (zh)
BR (1) BR112014008452A2 (zh)
WO (1) WO2012152080A1 (zh)

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365930A (zh) * 2012-04-11 2013-10-23 富泰华工业(深圳)有限公司 网页内容显示控制系统及方法
CN102819560B (zh) * 2012-06-29 2018-09-04 北京奇虎科技有限公司 一种网页中图片的显示方法和装置
CN102902802B (zh) * 2012-10-12 2016-06-01 北京奇虎科技有限公司 一种网页转码方法和装置
CN103034686B (zh) * 2012-11-28 2016-11-16 北京奇虎科技有限公司 一种加载图片工具条窗口的方法及其装置
CN103853729B (zh) 2012-11-29 2019-03-26 腾讯科技(深圳)有限公司 页面加载方法及其系统
CN103854006A (zh) * 2012-12-06 2014-06-11 腾讯科技(深圳)有限公司 图片识别方法及装置
CN103905496A (zh) * 2012-12-27 2014-07-02 腾讯科技(深圳)有限公司 一种图片下载方法及装置
CN103914450B (zh) * 2012-12-31 2017-05-17 北京新媒传信科技有限公司 移动终端平台中网页图片呈现方法和装置
CN103164541B (zh) * 2013-04-15 2017-04-12 北京世界星辉科技有限责任公司 图片呈现方法及设备
CN104423839A (zh) * 2013-08-30 2015-03-18 中兴通讯股份有限公司 浏览器资源显示方法和装置
CN104424333A (zh) * 2013-09-11 2015-03-18 北大方正集团有限公司 表格数据加载方法及系统
CN103500189A (zh) * 2013-09-16 2014-01-08 广州华多网络科技有限公司 图片浏览方法与装置
CN104850415A (zh) * 2014-02-13 2015-08-19 腾讯科技(深圳)有限公司 页面加载方法和装置
CN104866506B (zh) * 2014-02-25 2019-07-09 腾讯科技(深圳)有限公司 一种播放动画的方法及装置
CN104951317A (zh) * 2014-03-26 2015-09-30 北京奇虎科技有限公司 图片加载装置及方法
CN106156153B (zh) * 2015-04-14 2022-05-27 腾讯科技(深圳)有限公司 一种加载图片的方法和装置
CN104794230B (zh) * 2015-04-30 2019-04-16 努比亚技术有限公司 图片显示方法及装置
CN105975462A (zh) * 2015-09-11 2016-09-28 乐视致新电子科技(天津)有限公司 网页页面的显示方法和装置、及智能电视系统
CN106682016B (zh) * 2015-11-10 2021-03-12 腾讯科技(深圳)有限公司 一种基于移动终端浏览器的图片加载方法及装置
CN105959928A (zh) * 2016-06-29 2016-09-21 北京小米移动软件有限公司 流量控制方法和装置
CN106294609B (zh) * 2016-07-29 2020-06-19 北京小米移动软件有限公司 页面加载方法及装置
CN111832262B (zh) * 2019-03-29 2023-06-20 珠海金山办公软件有限公司 一种文档处理方法、装置、电子设备及存储介质
CN112256995A (zh) * 2020-10-23 2021-01-22 四川长虹电器股份有限公司 改善浏览器内存的方法
CN112261227A (zh) * 2020-10-28 2021-01-22 冠群信息技术(南京)有限公司 一种移动端多屏等比例适配的方法

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001057688A1 (en) * 2000-02-02 2001-08-09 Nextnet Appliance Corporation Portable high speed internet access device
CN101324895A (zh) * 2008-07-24 2008-12-17 北大方正集团有限公司 加速图片在网页上显示的方法和系统
CN101777066A (zh) * 2009-12-31 2010-07-14 优视科技有限公司 一种用于移动通讯设备终端的网页页面渲染浏览系统及其应用方法
CN101789961A (zh) * 2009-12-31 2010-07-28 优视科技有限公司 一种用于移动通讯设备终端的图片缩放系统及其应用方法
CN101996073A (zh) * 2009-08-31 2011-03-30 阿里巴巴集团控股有限公司 一种组件渲染方法及装置
KR20110035737A (ko) * 2009-09-30 2011-04-06 주식회사 넥서스칩스 모바일 단말기에서 그래픽 처리장치를 이용한 웹브라우저 가속 시스템 및 방법

Family Cites Families (49)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7181692B2 (en) * 1994-07-22 2007-02-20 Siegel Steven H Method for the auditory navigation of text
US5978817A (en) * 1995-08-15 1999-11-02 Netscape Communications Corp. Browser having automatic URL generation
US5897644A (en) * 1996-09-25 1999-04-27 Sun Microsystems, Inc. Methods and apparatus for fixed canvas presentations detecting canvas specifications including aspect ratio specifications within HTML data streams
US6021418A (en) * 1997-02-18 2000-02-01 International Business Machines Corporation Apparatus and method for displaying control-objects
US6031989A (en) * 1997-02-27 2000-02-29 Microsoft Corporation Method of formatting and displaying nested documents
US6785865B1 (en) * 1997-03-06 2004-08-31 Microsoft Corporation Discoverability and navigation of hyperlinks via tabs
US6562077B2 (en) * 1997-11-14 2003-05-13 Xerox Corporation Sorting image segments into clusters based on a distance measurement
US6324553B1 (en) * 1997-11-26 2001-11-27 International Business Machines Corporation Apparatus and method for the manual selective blocking of images
US6578073B1 (en) * 1998-05-13 2003-06-10 Hewlett-Packard Development Company, L.P. Accelerated content delivery over a network using reduced size objects
JP3334661B2 (ja) * 1999-02-24 2002-10-15 日本電気株式会社 画像形成装置及び方法
US6456305B1 (en) * 1999-03-18 2002-09-24 Microsoft Corporation Method and system for automatically fitting a graphical display of objects to the dimensions of a display window
JP3941292B2 (ja) * 1999-07-26 2007-07-04 日本電気株式会社 ページ情報表示方法及び装置並びにページ情報表示用のプログラム又はデータを記憶した記憶媒体
US6826727B1 (en) * 1999-11-24 2004-11-30 Bitstream Inc. Apparatus, methods, programming for automatically laying out documents
WO2001071479A2 (en) * 2000-03-17 2001-09-27 Xeno Development Inc. Methods and devices for reconstructing visual stimuli observed through browser-based interfaces over time
US7210099B2 (en) * 2000-06-12 2007-04-24 Softview Llc Resolution independent vector display of internet content
US7302637B1 (en) * 2000-07-24 2007-11-27 Research In Motion Limited System and method for abbreviating information sent to a viewing device
US6657647B1 (en) * 2000-09-25 2003-12-02 Xoucin, Inc. Controlling the order in which content is displayed in a browser
US7577903B1 (en) * 2000-11-01 2009-08-18 Ncr Corporation Defining a process by a plurality of pages defined in a mark-up language
CN1156783C (zh) * 2001-03-27 2004-07-07 国际商业机器公司 在网页上加载广告的服务器及方法和网页显示装置及方法
JP2005507102A (ja) * 2001-05-02 2005-03-10 ビットストリーム インコーポレーティッド 可変スケール・ファクタにより縮小された情報媒体を表示するための方法、システム、及びプログラム
US7065704B1 (en) * 2002-07-18 2006-06-20 Embedded Internet Solutions, Inc. Methods for fast HTML rendering
WO2004068320A2 (en) * 2003-01-27 2004-08-12 Vincent Wen-Jeng Lue Method and apparatus for adapting web contents to different display area dimensions
US7814423B2 (en) * 2003-02-28 2010-10-12 Bea Systems, Inc. Method for providing a graphical user interface
EP1618478A4 (en) * 2003-03-13 2007-10-03 Drm Technologies L L C CONTINUOUSLY CONTINUOUS CONTAINER
JP4059802B2 (ja) * 2003-04-17 2008-03-12 株式会社サピエンス 画像表示方法
JP4653097B2 (ja) * 2003-09-24 2011-03-16 ノキア コーポレイション 小さな表示画面上での大きなオブジェクトの改善された表示方法
US8745515B2 (en) * 2004-04-07 2014-06-03 Nokia Corporation Presentation of large pages on small displays
US20050172219A1 (en) * 2004-01-29 2005-08-04 International Business Machines Corporation Multi-image file apparatus and method
EP2239668B1 (en) * 2004-09-23 2015-09-09 BlackBerry Limited Web browser graphical user interface and method for implementing same
US7383499B2 (en) * 2004-12-30 2008-06-03 Microsoft Corporation System and method for dynamically creating a destination template
JP4566772B2 (ja) * 2005-02-14 2010-10-20 キヤノン株式会社 画像処理装置、画像処理方法、及びプログラム
JP4241647B2 (ja) * 2005-03-04 2009-03-18 キヤノン株式会社 レイアウト制御装置、レイアウト制御方法及びレイアウト制御プログラム
JP4762731B2 (ja) * 2005-10-18 2011-08-31 富士フイルム株式会社 アルバム作成装置、アルバム作成方法、およびアルバム作成プログラム
JP2007207328A (ja) * 2006-01-31 2007-08-16 Toshiba Corp 情報記憶媒体、プログラム、情報再生方法、情報再生装置、データ転送方法、及びデータ処理方法
US20080228773A1 (en) * 2007-03-14 2008-09-18 Hand Held Products, Inc. Apparatus and method for data input device
WO2008122202A1 (en) * 2007-04-04 2008-10-16 The Hong Kong University Of Science And Technology Custom rendering of webpages on mobile devices
US7996756B2 (en) * 2007-09-12 2011-08-09 Vistaprint Technologies Limited System and methods for displaying user modifiable server-rendered images
US20090288019A1 (en) * 2008-05-15 2009-11-19 Microsoft Corporation Dynamic image map and graphics for rendering mobile web application interfaces
US20100107091A1 (en) * 2008-10-29 2010-04-29 International Business Machines Corporation Publishing requests for dynamically loaded missing images
CN101419617A (zh) * 2008-12-10 2009-04-29 深圳市迅雷网络技术有限公司 一种确定网页对象的方法及装置
US9792385B2 (en) * 2009-06-19 2017-10-17 Oath Inc. Systems and methods for improved web-based document retrieval and object manipulation
JP5471072B2 (ja) * 2009-06-26 2014-04-16 富士通株式会社 表示テスト装置、表示テストプログラムおよび表示テスト方法
US20110029899A1 (en) * 2009-08-03 2011-02-03 FasterWeb, Ltd. Systems and Methods for Acceleration and Optimization of Web Pages Access by Changing the Order of Resource Loading
US8502836B2 (en) * 2010-02-26 2013-08-06 Research In Motion Limited Unified visual presenter
CN101853293B (zh) * 2010-05-26 2012-07-25 卓望数码技术(深圳)有限公司 一种自适应分页的方法及装置
EP2599011A4 (en) * 2010-07-30 2017-04-26 Hewlett-Packard Development Company, L.P. Selection of main content in web pages
US20140372873A1 (en) * 2010-10-05 2014-12-18 Google Inc. Detecting Main Page Content
US8504910B2 (en) * 2011-01-07 2013-08-06 Facebook, Inc. Mapping a third-party web page to an object in a social networking system
DE212011100098U1 (de) * 2011-04-28 2013-01-10 Google Inc. Präsentieren von Suchergebnissen für Galerie-Webseiten

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001057688A1 (en) * 2000-02-02 2001-08-09 Nextnet Appliance Corporation Portable high speed internet access device
CN101324895A (zh) * 2008-07-24 2008-12-17 北大方正集团有限公司 加速图片在网页上显示的方法和系统
CN101996073A (zh) * 2009-08-31 2011-03-30 阿里巴巴集团控股有限公司 一种组件渲染方法及装置
KR20110035737A (ko) * 2009-09-30 2011-04-06 주식회사 넥서스칩스 모바일 단말기에서 그래픽 처리장치를 이용한 웹브라우저 가속 시스템 및 방법
CN101777066A (zh) * 2009-12-31 2010-07-14 优视科技有限公司 一种用于移动通讯设备终端的网页页面渲染浏览系统及其应用方法
CN101789961A (zh) * 2009-12-31 2010-07-28 优视科技有限公司 一种用于移动通讯设备终端的图片缩放系统及其应用方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2750049A4 *

Also Published As

Publication number Publication date
US20140229820A1 (en) 2014-08-14
EP2750049A1 (en) 2014-07-02
CN102346782A (zh) 2012-02-08
EP2750049A4 (en) 2015-05-06
BR112014008452A2 (pt) 2017-04-11

Similar Documents

Publication Publication Date Title
WO2012152080A1 (zh) 在用户终端浏览器上按需显示图片的方法及装置
US7810049B2 (en) System and method for web navigation using images
WO2018076795A1 (zh) 页面刷新的方法及装置
US8156418B2 (en) Image acquisition from dynamic content for delivery to network-enabled static display devices
JP4811069B2 (ja) 情報提示装置、情報提示方法、及び情報提示処理プログラム
WO2018121618A1 (zh) 滚动翻页的显示方法和装置、计算设备及存储介质
WO2012122934A1 (zh) 一种网页重排版的方法
WO2014206072A1 (zh) 预览网页的方法及系统
JP2011113280A (ja) サーバ装置、ユーザ関心度算出方法、ユーザ関心度算出プログラム、及び情報提供システム
WO2015154666A1 (zh) 桌面展示网页片段的方法及截取网页片段至桌面展示系统
US10015284B2 (en) Method for browsing webpage picture and client device therefor
WO2014090082A1 (zh) 图片处理方法、装置及终端
US20130275878A1 (en) Method, device, server, and mobile terminal for browsing web pages
KR20140096063A (ko) 브라우저 커널 조정 방법 및 이를 위한 브라우저
JP2006331142A (ja) 情報提供システム、情報提供方法等
JP2007233659A (ja) ネットワークサービスにおける情報配信システム
CN110598140A (zh) 页面调整方法、装置及服务器
CN106936727A (zh) 一种网页显示方法及装置
WO2008132706A1 (en) A web browsing method and system
KR100869885B1 (ko) 모바일 단말기의 웹 페이지를 브라우징하는 무선인터넷서비스 시스템 및 그 방법
KR100958525B1 (ko) 이동통신망에서의 인터넷 웹페이지 제공 시스템 및 방법
JP7072549B2 (ja) 情報提供装置、情報提供方法および情報提供プログラム
CN107770630B (zh) 电视导航页面显示方法、装置、导航系统及可读存储介质
JP2004227199A (ja) ブラウザ表示言語自動判別システム、Webサーバ及びそれに用いるブラウザ表示言語自動判別方法
JP2008071116A (ja) 情報配信システム、情報配信装置、情報配信方法および情報配信用プログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12782497

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 14342465

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

REG Reference to national code

Ref country code: BR

Ref legal event code: B01A

Ref document number: 112014008452

Country of ref document: BR

ENP Entry into the national phase

Ref document number: 112014008452

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20140408