Nothing Special   »   [go: up one dir, main page]

CN101193074A - A method and system for display image on instant communication demonstration frame - Google Patents

A method and system for display image on instant communication demonstration frame Download PDF

Info

Publication number
CN101193074A
CN101193074A CNA2007101037357A CN200710103735A CN101193074A CN 101193074 A CN101193074 A CN 101193074A CN A2007101037357 A CNA2007101037357 A CN A2007101037357A CN 200710103735 A CN200710103735 A CN 200710103735A CN 101193074 A CN101193074 A CN 101193074A
Authority
CN
China
Prior art keywords
thumbnail
picture
pictures
client
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CNA2007101037357A
Other languages
Chinese (zh)
Inventor
吴昊
郑志昊
张剑
赵艳
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CNA2007101037357A priority Critical patent/CN101193074A/en
Priority to PCT/CN2008/070631 priority patent/WO2008141550A1/en
Publication of CN101193074A publication Critical patent/CN101193074A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4092Image resolution transcoding, e.g. by using client-server architectures

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Information Transfer Between Computers (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method for displaying images on an instant messaging display frame of a client. The method includes the following steps: the images are compressed into breviary images at a certain proportion and then the breviary images are saved; URL addresses for downloading the breviary images are created; the corresponding breviary images are downloaded respectively according to the URL addresses of different breviary images; and the breviary images are displayed on the instant messaging display frame of the client. Simultaneously, the invention also discloses a system for realizing the display of the images on the instant messaging display frame of the client. The invention can display the images on the instant messaging display frame of the client as many as possible if storage space of the client is available.

Description

Method and system for displaying picture on instant communication display frame
Technical Field
The invention relates to the technical field of instant messaging, in particular to a method and a system for displaying pictures on an instant messaging display frame.
Background
In the current internet development process, people are receiving more and more attention to IM (instant messaging) services such as MSN, and photo album services are also gradually becoming an important component of IM services. For example, the user can see the picture of the opposite party in the IM display frame such as the chat window, the IM tips window and the like of the client in addition to the basic information such as the name of the opposite party, so as to know the information of the opposite party more.
This method of displaying pictures on an IM display frame in the prior art is generally:
step 101: uploading a picture to be displayed to a picture storage server by a user;
step 102: the picture storage server creates a picture set for storing the picture for the uploaded picture, and stores all the uploaded pictures into the picture set;
step 103 to step 104: and during downloading, downloading the picture set of the picture to the client, decomposing the picture set into one picture by the client, and displaying the picture on a display window of an instant messaging display frame of the client.
In the course of the invention, the inventor finds that at least the following problems exist in the prior art:
when the picture is uploaded every time, the picture storage server creates a picture set for storing the picture for the uploaded picture, and when the picture is downloaded by the client, the whole picture set needs to be downloaded first, and then all pictures in the picture set are resolved. Because the storage quantity of the picture sets downloaded by each client is limited, and only 5 pictures can be stored at most, the quantity of the pictures which can be displayed on the client is limited, and the prior art cannot be used for displaying more pictures.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method for displaying a picture on an instant messaging display frame of a client, including:
compressing the picture into a thumbnail picture with a certain proportion and then storing the thumbnail picture;
creating a URL address for downloading the thumbnail picture;
downloading corresponding thumbnail pictures according to URL addresses of different thumbnail pictures;
and displaying the thumbnail picture on an instant messaging display frame of the client.
Preferably, the method further comprises:
saving the URL address of the thumbnail picture in a thumbnail static file;
before downloading the thumbnail picture, the method further comprises the following steps:
and analyzing the thumbnail static file to obtain the URL address of the thumbnail picture.
Preferably, before parsing the thumbnail static file, the method further includes:
and when the thumbnail static file does not exist on the client side or when the thumbnail static file on the server is newer than the thumbnail static file on the client side, the client side downloads the thumbnail static file from the server.
Preferably, the method further comprises:
judging whether the number M of the downloaded thumbnail pictures is less than or equal to the maximum display number N of the pictures of the instant messaging display frame, if so, creating M display windows of the thumbnail pictures on the instant messaging display frame; otherwise, creating a display window of at most N thumbnail pictures on the client.
Preferably, the method further comprises:
and circularly displaying the M thumbnail pictures on each display window according to a preset period.
Preferably, the method further comprises:
creating a jump address capable of jumping from the current thumbnail picture to a large picture corresponding to the thumbnail picture according to the picture information of the thumbnail picture, wherein the picture information at least comprises a picture name and a user account;
and when the thumbnail on the client is clicked, jumping to a corresponding large image according to the jump address of the thumbnail.
Preferably, the method further comprises:
creating an album for saving the pictures;
providing an attribute setting function of the photo album;
and determining whether to display the picture in the album and the thumbnail corresponding to the picture by setting the attribute of the album.
Meanwhile, the embodiment of the invention also discloses a system for realizing the display of pictures on the instant communication display frame, which comprises a client, a thumbnail storage server and a picture uploading network server, wherein,
the picture uploading network server comprises: a thumbnail generation unit and a thumbnail URL address generation unit;
the thumbnail generation unit is used for compressing the pictures into thumbnail pictures with a certain proportion and sending the thumbnail pictures to the thumbnail storage server;
the thumbnail storage server is used for saving the thumbnail pictures sent by the thumbnail generation unit;
the thumbnail URL address generating unit is used for creating a URL address for downloading the thumbnail picture;
the client comprises: a thumbnail picture downloading unit, a thumbnail picture displaying unit, wherein,
the thumbnail picture downloading unit is used for downloading corresponding thumbnail pictures from the thumbnail storage server according to the URL addresses of the thumbnail pictures in the thumbnail URL address generating unit;
the thumbnail picture display unit is used for displaying the thumbnail picture sent by the thumbnail picture downloading unit on an instant communication display frame of the client.
Preferably, the system further comprises:
the static file server is used for generating a thumbnail static file and saving the URL address of the thumbnail in the thumbnail URL address generating unit into the thumbnail static file;
the client further comprises:
and the analysis unit is used for analyzing the thumbnail static file in the static file server and sending the obtained URL address of the thumbnail picture to the thumbnail picture downloading unit.
Preferably, the thumbnail picture presentation unit of the client further includes: a thumbnail number judging unit, a picture window creating unit, wherein,
the thumbnail number judging unit is used for sending a first trigger signal to the picture window creating unit when the number M of the downloaded thumbnail pictures is less than or equal to the maximum picture display number N of the instant messaging display frame of the client; otherwise, sending a second trigger signal to the picture window creating unit;
the picture window creating unit is used for creating display windows of M thumbnail pictures after receiving the first trigger signal sent by the thumbnail picture quantity judging unit; or after receiving a second trigger signal sent by the thumbnail number judging unit, creating display windows of at most N thumbnail pictures.
Preferably, the picture uploading network server further sends the picture information of the thumbnail picture to the static file server, wherein the picture information at least comprises a picture name and a user account;
the static file server is also used for storing the picture information;
the system further comprises:
the thumbnail picture skipping server is used for creating a skipping address which can skip from the thumbnail to a large picture corresponding to the thumbnail according to the picture information of the thumbnail picture in the static file server;
the client further comprises:
the skip triggering unit is used for sending a skip triggering signal to the thumbnail picture skip server when the thumbnail on the client is clicked;
and the thumbnail picture skipping server is also used for skipping to the corresponding large picture according to the skipping address of the thumbnail picture after receiving the skipping triggering signal.
Compared with the prior art, the invention has the following advantages:
firstly, the URL address of each thumbnail picture is created, and the corresponding thumbnail pictures are downloaded according to the URL addresses of different thumbnail pictures during downloading, so that unlimited number of pictures can be downloaded within the allowed range of the storage space of the client, and the instant messaging display frame of the client can display as many pictures as possible.
Secondly, the M thumbnail pictures are respectively and circularly displayed on each display window according to a preset period, and when the number M of the downloaded thumbnail pictures is larger than the maximum display number N of the pictures of the instant messaging display frame, more pictures can be displayed in the limited windows in a rolling playing mode.
Finally, the user can also set the attribute of the photo album in which the picture is positioned to perform operations such as displaying, encrypting and the like on the picture and the thumbnail picture corresponding to the picture, thereby enhancing the flexibility of setting the picture by the user.
Drawings
FIG. 1 is a block flow diagram of a prior art method;
FIG. 2 is a block flow diagram of a preferred embodiment of the method of the present invention;
FIG. 3 is a block diagram of a first preferred embodiment of the system of the present invention;
fig. 4 is a block diagram of a second preferred embodiment of the system of the present invention.
Detailed Description
The following detailed description of embodiments of the invention is provided in connection with the accompanying drawings.
As shown in fig. 2, it is a flowchart of a method for implementing a preferred embodiment of the instant messaging display box of the present invention, and the method includes the following steps:
step 201: a user uploads a picture to be displayed at a client to a server;
step 202: saving the uploaded pictures into a designated album, compressing the pictures into 100 × 100 thumbnail pictures, preferably in a jpeg format, saving the thumbnail pictures, and generating picture information of the thumbnail and a Uniform Resource Locator (URL) address of the thumbnail.
Step 203: and storing the picture information of the thumbnail picture and the URL address of the thumbnail picture in a thumbnail static file, wherein the thumbnail static file is preferably stored in an xml format, and the picture information comprises contents such as a user account (uin), an album Identifier (ID), an album name, a picture Identifier (ID), a picture name and the like. And meanwhile, saving the updating time of the static thumbnail file.
Step 204 to step 205: when a user who is performing instant messaging service opens a dialog box of instant messaging at a client and prepares to perform instant messaging with an opposite party, the client checks whether a thumbnail static file of the opposite party exists locally, and if so, the step 206 is executed; otherwise, step 208 is performed. In addition, the step 205 is not limited to be performed when the instant messaging dialog box is opened, and the step 205 may also be performed when the user stays on the avatar of a friend of the instant messaging dialog box for more than a preset time, for example, 1 second.
Step 206 to step 207: the client acquires the update time of the thumbnail static file from the server, compares the update time with the time of the thumbnail static file stored locally, judges whether the corresponding time on the server is newer than the local time, and if so, executes step 208; otherwise, step 209 is performed.
Step 208: and the client acquires the thumbnail static file of the user from the server.
Step 209: analyzing the thumbnail static file of the user, obtaining URL addresses and picture information (including uin, album id, album name, picture id, picture name and the like) of the thumbnail pictures of all public albums of the user, downloading the thumbnail pictures from a server to the local according to the URL addresses of the thumbnail pictures, and generating a jump address when clicking the thumbnail according to the picture information corresponding to the thumbnail pictures. Meanwhile, the total number of the downloaded thumbnail pictures is counted, and the number of the downloaded thumbnail pictures is set to be M for convenience of explanation.
Step 210: judging whether the M is less than or equal to the total number of windows displaying the thumbnail pictures of the client, if so, executing step 211; otherwise, step 212 is performed. For convenience of illustration, it is assumed that the client has at most N windows for displaying thumbnail pictures.
Step 211: and creating M thumbnail picture display windows on the client to respectively and statically display the downloaded M pictures.
Step 212: creating N thumbnail image display windows on the client, and displaying the M thumbnail images according to presetIs displayed in a loop on each of said display windows, preferably with a limited window, all thumbnail pictures being played in a scrolling fashion. The scrolling playing method specifically comprises the following steps: a thumbnail picture number counter P is set at each window, and a time interval T of scroll play is set. Initially, the first window on the client displays the 1 st thumbnail (P)11), the nth window displays the nth picture (P)NN). After a T time interval, the first window displays a thumbnail (P) of the second window1=P2) The second window displays a thumbnail (P) of the third window2=P3) By analogy, the Nth window displays the thumbnail (P) of the Nth windowN-1=PN) The Nth window displays the (N +1) th picture (P)n=Pn+1). Whereby the Nth window displays the Mth picture (P) when T (M-N) time elapsesnM), the nth window displays the first picture (P) by T × (M-N +1) timen1) and so on.
Step 213: when a user wants to view an enlarged image of a thumbnail picture, the user can click the thumbnail picture played in a rolling mode, and the client side can send a jump request to a server where a large picture of the thumbnail is located.
Step 214: and after receiving the jump request, the server redirects to an album containing the picture according to the jump address of the thumbnail and displays the thumbnail corresponding to the thumbnail.
In addition, the invention can create an album for storing the pictures before uploading the pictures, and provide the property setting function of the album, and the property such as whether the album is encrypted, public, private and the like can be set through the property setting function. Meanwhile, all the pictures stored in the album and the thumbnails corresponding to the pictures can also have the same attribute as the album and have the setting function of the attribute. The embodiment of the invention also provides a function for changing the attribute of the album, and the preset attribute of the album can be changed. Through setting the attribute of the album, the user can decide the picture to be displayed.
In addition, the scroll playing manner in the above embodiment is not limited to the above one, and for example, the first window may display the thumbnail (P) of the mth window after the T time interval1=PM) The second window displays a thumbnail (P) of the first window2=P1) (ii) a Or other dynamic display methods such as interval display.
Based on the above technical solution, the embodiment of the present invention further discloses a system for displaying a picture on an instant messaging display frame, as shown in fig. 3, which is a system structure block diagram of the preferred embodiment of the present invention, and the system includes: a picture uploading network server 301, a client 308, a thumbnail storage server 306, a static file server 307, a thumbnail picture skipping server 305, and an album display network server 304; wherein,
the picture upload network server 301 includes: a thumbnail generation unit 303, a thumbnail URL address generation unit 302; wherein,
the thumbnail generation unit 303 is configured to compress the thumbnail into a thumbnail picture with a certain proportion, where the proportion is preferably 100 × 100, and send the thumbnail picture to the thumbnail storage server 306;
the thumbnail storage server 306 is configured to store the thumbnail picture sent by the thumbnail generation unit 303;
the thumbnail picture URL address generating unit 302 is configured to create a URL address for downloading the thumbnail picture, and send the URL address of the thumbnail picture to the static file server 307;
the static file server 307 is configured to generate a thumbnail static file, which preferably adopts an xml format. At the same time, the static file server 307 saves the URL address of the thumbnail picture in the thumbnail picture URL address generating unit 302 to the thumbnail static file;
the client 308 interacts with the thumbnail storage server 306, the static file server 307 and the thumbnail picture jump server 305, and an instant communication display frame is provided on the client, and besides basic information of the other party, pictures uploaded by the other party can be displayed in the display frame, so that more information of the other party can be acquired. Specifically, the client includes: a thumbnail picture download unit 310, a thumbnail picture presentation unit 312, wherein,
the thumbnail picture downloading unit 310 is configured to download the corresponding thumbnail picture from the thumbnail storage server 306 according to the URL address of the thumbnail picture in the thumbnail URL address generating unit 302;
the thumbnail picture display unit 312 is used for displaying the thumbnail picture sent by the thumbnail picture downloading unit 310 on the instant messaging display frame of the client.
Wherein the thumbnail picture presentation unit 312 of the client further includes: a thumbnail number judgment unit 313, a picture window creation unit 314, wherein,
the thumbnail number judging unit 313 is configured to send a first trigger signal to the picture window creating unit 314 when the number M of the downloaded thumbnail pictures is less than or equal to the maximum number N of pictures of the instant messaging display frame of the client; otherwise, a second trigger signal is sent to the picture window creating unit 314;
the picture window creating unit 314 is configured to create display windows of M thumbnail pictures after receiving the first trigger signal sent by the thumbnail number determining unit 313; alternatively, after receiving the second trigger signal sent by the thumbnail number judging unit 313, a display window of at most N thumbnail pictures is created.
In addition, the picture uploading web server 301 is further configured to upload picture information of the picture to the static file server 307, where the picture information includes a uin, an album id, an album name, a picture id, a picture name, and the like; correspondingly, the static file server 307 is further configured to save the picture information of the picture sent from the picture uploading network server 301 to the thumbnail static file.
The client 308 further includes an analyzing unit 309, configured to analyze the thumbnail static file in the local or the static file server 307, and send the obtained URL address of the thumbnail picture to the thumbnail picture downloading unit 310.
The thumbnail picture jump server 305 is configured to create a jump address capable of jumping from a current thumbnail picture to a large picture corresponding to the thumbnail picture according to the picture information of the thumbnail picture in the static file server 307;
correspondingly, the client 308 further includes:
a skip trigger unit 311, configured to send a skip trigger signal to the thumbnail picture skip server 305 when the thumbnail on the client is clicked; the thumbnail picture jump server 305 is further configured to redirect a jump request to the album display web server 304 by the jump address of the thumbnail after receiving the jump trigger signal sent by the jump trigger unit 311. The album display web server 304 is configured to display the thumbnail image according to the skip request.
In addition, as shown in fig. 4, the system according to the embodiment of the present invention further includes, based on the disclosure of the above embodiment:
and the timestamp server 316 is configured to save the last updated time of the received thumbnail picture of each user.
Correspondingly, the picture uploading network server 301 further includes: a time extracting unit 315, configured to extract a generation time of the thumbnail picture and send the generation time to the timestamp server 316 after the corresponding thumbnail picture is generated from the uploaded picture.
The parsing unit 309 of the client 308 further comprises: a time judging unit 317, configured to obtain the update time of the thumbnail still file from the timestamp server 316, and compare the update time with the time of the thumbnail still file of the thumbnail picture of the client 308. Judging whether the corresponding time on the timestamp server 316 is newer than that of the local client 308, if so, triggering the analysis unit 309 to download the thumbnail static file of the user from the static file server 307; otherwise, the parsing unit 309 is triggered to parse the local thumbnail static file.
In the above embodiment, when the thumbnail static file exists in the local client, before downloading the thumbnail picture each time, the time of the thumbnail static file of the local client 308 is compared with the latest time of the corresponding thumbnail static file in the timestamp server 316, and when the thumbnail static file in the timestamp server 316 is latest, the client 308 downloads the latest thumbnail static file from the server 316, so that the thumbnail picture downloaded by the client each time can be guaranteed to be latest.
Meanwhile, the picture uploading network server 301 is further configured to create and set album attributes, and can arbitrarily change the album attributes according to user requirements, where the attributes include whether the album attributes are public, whether the album attributes are encrypted, whether the album attributes are private, and the like. The thumbnail storage server 306 is further configured to provide functions of deleting and searching for downloaded thumbnails; the static file server 307 is further configured to provide functions of editing, searching and downloading the thumbnail static file. According to the embodiment, the flexibility of setting the picture by the user is enhanced through self setting of the album attribute.
The above-described embodiments of the present invention do not limit the scope of the present invention. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (11)

1. A method for displaying pictures on an instant messaging display frame of a client is characterized by comprising the following steps:
compressing the picture into a thumbnail picture with a certain proportion and then storing the thumbnail picture;
creating a URL address for downloading the thumbnail picture;
downloading corresponding thumbnail pictures according to URL addresses of different thumbnail pictures;
and displaying the thumbnail picture on an instant messaging display frame of the client.
2. The method of claim 1, further comprising:
saving the URL address of the thumbnail picture in a thumbnail static file;
before downloading the thumbnail picture, the method further comprises the following steps:
and analyzing the thumbnail static file to obtain the URL address of the thumbnail picture.
3. The method of displaying a picture on an instant messaging display frame according to claim 2, further comprising, prior to parsing the thumbnail static file:
and when the thumbnail static file does not exist on the client side or when the thumbnail static file on the server is newer than the thumbnail static file on the client side, the client side downloads the thumbnail static file from the server.
4. The method for displaying pictures on an instant messaging display frame according to any one of claims 1 to 3, further comprising:
judging whether the number M of the downloaded thumbnail pictures is less than or equal to the maximum display number N of the pictures of the instant messaging display frame, if so, creating M display windows of the thumbnail pictures on the instant messaging display frame; otherwise, creating a display window of at most N thumbnail pictures on the client.
5. The method of claim 4, further comprising:
and circularly displaying the M thumbnail pictures on each display window according to a preset period.
6. The method of claim 1, further comprising:
creating a jump address capable of jumping from the current thumbnail picture to a large picture corresponding to the thumbnail picture according to the picture information of the thumbnail picture, wherein the picture information at least comprises a picture name and a user account;
and when the thumbnail picture on the client side is clicked, jumping to a corresponding large picture according to the jump address of the thumbnail.
7. The method of claim 1, further comprising:
creating an album for saving the pictures;
providing an attribute setting function of the photo album;
and determining whether to display the picture in the album and the thumbnail corresponding to the picture by setting the attribute of the album.
8. A system for realizing picture display on an instant messaging display frame comprises a client and is characterized in that the system further comprises: a thumbnail storage server, a picture upload network server, wherein,
the picture uploading network server comprises: a thumbnail generation unit and a thumbnail URL address generation unit;
the thumbnail generation unit is used for compressing the pictures into thumbnail pictures with a certain proportion and sending the thumbnail pictures to the thumbnail storage server;
the thumbnail storage server is used for saving the thumbnail pictures sent by the thumbnail generation unit;
the thumbnail URL address generating unit is used for creating a URL address for downloading the thumbnail picture;
the client comprises: a thumbnail picture downloading unit, a thumbnail picture displaying unit, wherein,
the thumbnail picture downloading unit is used for downloading corresponding thumbnail pictures from the thumbnail storage server according to the URL addresses of the thumbnail pictures in the thumbnail URL address generating unit;
the thumbnail picture display unit is used for displaying the thumbnail picture sent by the thumbnail picture downloading unit on an instant communication display frame of the client.
9. The system for displaying pictures on an instant messaging display frame according to claim 8, further comprising:
the static file server is used for generating a thumbnail static file and saving the URL address of the thumbnail in the thumbnail URL address generating unit into the thumbnail static file;
the client further comprises:
and the analysis unit is used for analyzing the thumbnail static file in the static file server and sending the obtained URL address of the thumbnail picture to the thumbnail picture downloading unit.
10. The system for displaying pictures on an instant messaging display frame according to claim 9, wherein the thumbnail picture display unit of the client further comprises: a thumbnail number judging unit, a picture window creating unit, wherein,
the thumbnail number judging unit is used for sending a first trigger signal to the picture window creating unit when the number M of the downloaded thumbnail pictures is less than or equal to the maximum picture display number N of the instant messaging display frame of the client; otherwise, sending a second trigger signal to the picture window creating unit;
the picture window creating unit is used for creating display windows of M thumbnail pictures after receiving the first trigger signal sent by the thumbnail picture quantity judging unit; or after receiving a second trigger signal sent by the thumbnail number judging unit, creating display windows of at most N thumbnail pictures.
11. The system for displaying pictures on an instant messaging display frame according to claim 8,
the picture uploading network server is also used for sending the picture information of the thumbnail picture to the static file server, and the picture information at least comprises a picture name and a user account;
the static file server is also used for storing the picture information;
the system further comprises:
the thumbnail picture skipping server is used for creating a skipping address which can skip from the thumbnail to a large picture corresponding to the thumbnail according to the picture information of the thumbnail picture in the static file server;
the client further comprises:
the skip triggering unit is used for sending a skip triggering signal to the thumbnail picture skip server when the thumbnail on the client is clicked;
and the thumbnail picture skipping server is also used for skipping to the corresponding large picture according to the skipping address of the thumbnail picture after receiving the skipping triggering signal.
CNA2007101037357A 2007-05-22 2007-05-22 A method and system for display image on instant communication demonstration frame Pending CN101193074A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CNA2007101037357A CN101193074A (en) 2007-05-22 2007-05-22 A method and system for display image on instant communication demonstration frame
PCT/CN2008/070631 WO2008141550A1 (en) 2007-05-22 2008-03-28 A method for displaying picture on im tools, a system and equipment thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2007101037357A CN101193074A (en) 2007-05-22 2007-05-22 A method and system for display image on instant communication demonstration frame

Publications (1)

Publication Number Publication Date
CN101193074A true CN101193074A (en) 2008-06-04

Family

ID=39487832

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2007101037357A Pending CN101193074A (en) 2007-05-22 2007-05-22 A method and system for display image on instant communication demonstration frame

Country Status (2)

Country Link
CN (1) CN101193074A (en)
WO (1) WO2008141550A1 (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101950239A (en) * 2010-09-14 2011-01-19 北京神州泰岳软件股份有限公司 Large size image display method and system
CN101420392B (en) * 2008-12-03 2011-04-20 腾讯科技(深圳)有限公司 Method and customer terminal for instant communication customer terminal displaying pop-up window
CN102209044A (en) * 2010-03-29 2011-10-05 腾讯科技(深圳)有限公司 Method for displaying picture message, apparatus and system thereof
CN102316384A (en) * 2011-09-08 2012-01-11 中兴通讯股份有限公司 Page multigraph switching realization method and embedded browser of interactive personality TV (IPTV)
CN102393853A (en) * 2011-07-28 2012-03-28 青岛海信移动通信技术股份有限公司 Management method and device for address list pictures
CN102685169A (en) * 2011-03-17 2012-09-19 腾讯科技(北京)有限公司 Method and system for preloading large pictures of thumbnails
CN102760131A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Exhibition method and system of network album
CN102789458A (en) * 2011-05-18 2012-11-21 腾讯科技(深圳)有限公司 Image file processing method and system
CN101359336B (en) * 2008-08-15 2013-04-24 深圳市中兴移动通信有限公司 Method for producing reduced graph with different specifications based on page need
CN103139292A (en) * 2013-01-22 2013-06-05 深圳市深信服电子科技有限公司 Method for processing pictures in hyper text transmission protocol (HTTP) proxy and proxy server and system
CN103186533A (en) * 2011-12-27 2013-07-03 腾讯科技(深圳)有限公司 Method and device for uploading picture in comment or reply
CN103440247A (en) * 2013-07-19 2013-12-11 张佳佩 Method and device for sending photos
CN103457962A (en) * 2012-05-28 2013-12-18 腾讯科技(深圳)有限公司 Method and system for accessing to microblog album and microblog client
CN103475929A (en) * 2013-09-06 2013-12-25 深圳Tcl新技术有限公司 Method and system for reading multi-media file thumbnails
CN103873918A (en) * 2012-12-14 2014-06-18 腾讯科技(深圳)有限公司 Picture processing method, device and terminal
CN104168252A (en) * 2013-05-17 2014-11-26 深圳市同洲电子股份有限公司 Media resource management method and system
CN104869103A (en) * 2014-02-24 2015-08-26 华为终端有限公司 Method for searching multimedia file, terminal equipment and server
CN105704524A (en) * 2016-04-11 2016-06-22 北京视信互动科技有限公司 Television channel image updating method and network server
CN106034067A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Picture display method, apparatus and system of instant messaging client
CN106254953A (en) * 2016-07-21 2016-12-21 北京金山安全软件有限公司 Picture display method and device and picture receiving terminal
CN107590577A (en) * 2016-07-08 2018-01-16 滴滴(中国)科技有限公司 The method and device evaluated using mobile terminal ISP
CN110855553A (en) * 2019-11-04 2020-02-28 紫光云技术有限公司 Image transmission method and device based on XMPP (extensible Messaging and Presence protocol)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107645589A (en) * 2017-08-04 2018-01-30 北京金山安全软件有限公司 Picture sending method and device, electronic equipment and readable storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1378380A (en) * 2001-04-04 2002-11-06 唯特科技股份有限公司 Image management method and system with instant network driving function
JP2005102126A (en) * 2003-08-21 2005-04-14 Casio Comput Co Ltd Image pickup device with communication function and display processing method
US20060242163A1 (en) * 2005-04-22 2006-10-26 Microsoft Corporation Local thumbnail cache

Cited By (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101359336B (en) * 2008-08-15 2013-04-24 深圳市中兴移动通信有限公司 Method for producing reduced graph with different specifications based on page need
CN101420392B (en) * 2008-12-03 2011-04-20 腾讯科技(深圳)有限公司 Method and customer terminal for instant communication customer terminal displaying pop-up window
CN102209044A (en) * 2010-03-29 2011-10-05 腾讯科技(深圳)有限公司 Method for displaying picture message, apparatus and system thereof
CN102209044B (en) * 2010-03-29 2014-12-03 腾讯科技(深圳)有限公司 Method for displaying picture message, apparatus and system thereof
CN101950239A (en) * 2010-09-14 2011-01-19 北京神州泰岳软件股份有限公司 Large size image display method and system
CN102685169B (en) * 2011-03-17 2015-05-20 腾讯科技(北京)有限公司 Method and system for preloading large pictures of thumbnails
CN102685169A (en) * 2011-03-17 2012-09-19 腾讯科技(北京)有限公司 Method and system for preloading large pictures of thumbnails
CN102760131A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Exhibition method and system of network album
CN102760131B (en) * 2011-04-28 2015-11-04 腾讯科技(深圳)有限公司 A kind of methods of exhibiting of network album and system
CN102789458A (en) * 2011-05-18 2012-11-21 腾讯科技(深圳)有限公司 Image file processing method and system
CN102789458B (en) * 2011-05-18 2016-01-13 腾讯科技(深圳)有限公司 A kind of image file disposal route and system
CN102393853A (en) * 2011-07-28 2012-03-28 青岛海信移动通信技术股份有限公司 Management method and device for address list pictures
CN102316384A (en) * 2011-09-08 2012-01-11 中兴通讯股份有限公司 Page multigraph switching realization method and embedded browser of interactive personality TV (IPTV)
CN102316384B (en) * 2011-09-08 2018-03-06 中兴通讯股份有限公司 The more figure switching methods of the page and built-in browser of network television
CN103186533A (en) * 2011-12-27 2013-07-03 腾讯科技(深圳)有限公司 Method and device for uploading picture in comment or reply
CN103186533B (en) * 2011-12-27 2016-05-18 腾讯科技(深圳)有限公司 A kind of method and apparatus of uploading pictures in comment or in replying
CN103457962A (en) * 2012-05-28 2013-12-18 腾讯科技(深圳)有限公司 Method and system for accessing to microblog album and microblog client
WO2014090082A1 (en) * 2012-12-14 2014-06-19 腾讯科技(深圳)有限公司 Image processing method,device and terminal
CN103873918B (en) * 2012-12-14 2017-08-29 腾讯科技(深圳)有限公司 Image processing method, device and terminal
CN103873918A (en) * 2012-12-14 2014-06-18 腾讯科技(深圳)有限公司 Picture processing method, device and terminal
US10146750B2 (en) 2012-12-14 2018-12-04 Tencent Technology (Shenzhen) Company Limited Method, apparatus, terminal, and storage medium for image processing
CN103139292A (en) * 2013-01-22 2013-06-05 深圳市深信服电子科技有限公司 Method for processing pictures in hyper text transmission protocol (HTTP) proxy and proxy server and system
CN103139292B (en) * 2013-01-22 2017-02-08 深圳市深信服电子科技有限公司 Method for processing pictures in hyper text transmission protocol (HTTP) proxy and proxy server and system
CN104168252A (en) * 2013-05-17 2014-11-26 深圳市同洲电子股份有限公司 Media resource management method and system
CN103440247A (en) * 2013-07-19 2013-12-11 张佳佩 Method and device for sending photos
CN103475929A (en) * 2013-09-06 2013-12-25 深圳Tcl新技术有限公司 Method and system for reading multi-media file thumbnails
CN103475929B (en) * 2013-09-06 2017-09-05 深圳Tcl新技术有限公司 Multimedia file thumbnail read method and system
WO2015124053A1 (en) * 2014-02-24 2015-08-27 华为终端有限公司 Terminal triggering method and related device
CN104869103B (en) * 2014-02-24 2018-05-18 华为终端(东莞)有限公司 Search method, terminal device and the server of multimedia file
CN104869103A (en) * 2014-02-24 2015-08-26 华为终端有限公司 Method for searching multimedia file, terminal equipment and server
US10698940B2 (en) 2014-02-24 2020-06-30 Huawei Device Co., Ltd. Method for searching for multimedia file, terminal device, and server
CN106034067A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Picture display method, apparatus and system of instant messaging client
CN105704524A (en) * 2016-04-11 2016-06-22 北京视信互动科技有限公司 Television channel image updating method and network server
CN107590577A (en) * 2016-07-08 2018-01-16 滴滴(中国)科技有限公司 The method and device evaluated using mobile terminal ISP
CN106254953A (en) * 2016-07-21 2016-12-21 北京金山安全软件有限公司 Picture display method and device and picture receiving terminal
CN106254953B (en) * 2016-07-21 2019-05-28 乐蜜有限公司 A kind of image display method and device, picture receive terminal
CN110855553A (en) * 2019-11-04 2020-02-28 紫光云技术有限公司 Image transmission method and device based on XMPP (extensible Messaging and Presence protocol)

Also Published As

Publication number Publication date
WO2008141550A1 (en) 2008-11-27

Similar Documents

Publication Publication Date Title
CN101193074A (en) A method and system for display image on instant communication demonstration frame
US7809773B2 (en) Comment filters for real-time multimedia broadcast sessions
US7813724B2 (en) System and method for multimedia-to-video conversion to enhance real-time mobile video services
CN105095480B (en) Real-time provision of links to media object portions in social networking updates
CN102368196B (en) Method, terminal and the system of customer end contents transmission window inediting dynamic picture
CN111614547B (en) Message display method, device, terminal and medium
US8788948B2 (en) Electronic mail display device
US7761507B2 (en) Networked chat and media sharing systems and methods
EP2940940B1 (en) Methods for sending and receiving video short message, apparatus and handheld electronic device thereof
KR20210040473A (en) Apparatus and method for maintaining a message thread with opt-in permanence for entries
EP2171951A1 (en) Instant messaging communication system and method
KR20110100638A (en) Synchronizing presentation states between multiple applications
CN113010328B (en) Information sharing method, device, terminal equipment and storage medium
EP1849291A1 (en) Method for displaying text messages and programme for implementing said method
CN114500446A (en) Dialog enrichment by component reordering
CN111585865A (en) Data processing method, data processing device, computer readable storage medium and computer equipment
CN115238125A (en) Data processing method and device, computer equipment and readable storage medium
JP2008108047A (en) Communication picture reproducing device and communication picture reproducing program
CN108401191B (en) Channel configuration method and system
KR20010067762A (en) A bulletin board system which provides a thumbnail for an picture file and the method thereof
KR101805302B1 (en) Apparatus and method for displaying multimedia contents
CN114338709B (en) User head portrait synchronization method and device, storage medium and electronic equipment
KR101993605B1 (en) Method of saving an archive of action webtoon
CN106027383A (en) Portable electronic device and content release method for portable electronic device
KR100906757B1 (en) Method and apparatus for handling SMIL messages

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20080604