CN103514241A - Image loading method and system - Google Patents

Image loading method and system Download PDF

Info

Publication number
CN103514241A
CN103514241A CN201210522041.8A CN201210522041A CN103514241A CN 103514241 A CN103514241 A CN 103514241A CN 201210522041 A CN201210522041 A CN 201210522041A CN 103514241 A CN103514241 A CN 103514241A
Authority
CN
China
Prior art keywords
picture
image data
bitmap
width
original bitmap
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.)
Granted
Application number
CN201210522041.8A
Other languages
Chinese (zh)
Other versions
CN103514241B (en
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.)
TCL Corp
Original Assignee
TCL 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 TCL Corp filed Critical TCL Corp
Priority to CN201210522041.8A priority Critical patent/CN103514241B/en
Publication of CN103514241A publication Critical patent/CN103514241A/en
Application granted granted Critical
Publication of CN103514241B publication Critical patent/CN103514241B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses an image loading method and system. The method comprises the steps that an image receiving end receives browsing instructions of a user, obtains image information of images which the user need to browse, and generates and displays an original bitmap the same as the images in size according to the image information; the image receiving end divides the image into N parts according to the image size and sends N requests to a server so as to obtain corresponding image data of the N parts; the server receives the requests, extracts image data, corresponding to the requests, of the images, and returns the extracted image data to the image receiving end; the image receiving end fills the image data to the original bitmap and displays after receiving the image data. The image locating method and system improve the loading and displaying speed of images, and improve the image browsing effect of the user.

Description

Picture loading method and system
Technical field
The present invention relates to digital image processing techniques field, relate in particular to picture loading method and system.
Background technology
Current, infotech fast development, develops into wireless network from cable network, and Internet internet terminal develops into the terminal devices miscellaneous such as smart mobile phone, Intelligent flat, intelligent television from traditional PC terminal.
Be accompanied by the variation of Information Sharing mode, service software based on picture is popular gradually now, due to picture and text information, to compare data volume large, some high-quality large pictures particularly, the time that arrives terminal by Internet Transmission is long, and user need to wait for for a long time just can see complete picture.
In prior art, relatively the picture loading technique of main flow is progressive download image data and Shows Picture line by line, but user has just started to see the part on picture top in the situation that network is poor, cannot obtain fast picture overall picture, also having a kind of technology is first to download the picture that resolution and the very little thumbnail of data volume show fuzzy overall picture, then download any picture of thumbnail clear display that resolution is larger, after finally downloading whole artwork data, finally show former figure, this scheme easily causes last artwork data not download under unsettled wireless network, only shown the fuzzy picture that resolution is little.
Therefore, prior art has yet to be improved and developed.
Summary of the invention
In view of above-mentioned the deficiencies in the prior art, the object of the present invention is to provide a kind of picture loading method and system, be intended to solve the problem that picture in prior art download time is long, display speed is slow.
Technical scheme of the present invention is as follows:
A loading method, wherein, comprises step:
A, picture receiving end receive user's browsing instructions, obtain the pictorial information of the picture that user need browse, according to described pictorial information generation the demonstration original bitmap identical with dimension of picture;
B, picture receiving end are divided into N part according to dimension of picture by described picture and send N request to server, for obtaining corresponding N part image data;
C, server receive after described request, the image data corresponding with request of described picture extracted, and the image data extracting is back to picture receiving end;
D, picture receiving end receive after described image data, described image data is filled in described original bitmap, and shows.
Described picture loading method, wherein, the pictorial information in described steps A comprises address, width and the elevation information of picture.
Described picture loading method, wherein, in described steps A, generates and shows that the process of described original bitmap comprises:
A1, judge whether described picture has thumbnail in this locality, proceed to steps A 2 when sometimes, otherwise proceed to steps A 3;
A2, according to thumbnail generate width and highly respectively with the width of picture and highly corresponding identical original bitmap;
A3, generate the unique and width of pixel value and highly respectively with the width of picture and highly corresponding identical original bitmap;
A4, the original bitmap that steps A 2 or A3 are generated show.
Described picture loading method, wherein, in described step B, described picture receiving end sends a plurality of requests simultaneously, or sends request according to certain time interval order.
Described picture loading method, wherein, the request in described step B comprises: the amount of the cutting apart N of picture, the image data of picture numbering and the compression algorithm of returning to image data use.
Described picture loading method, wherein, described step C specifically comprises:
C1, according to the width of picture and height, picture is generated to the picture bitmap of same size;
C2, by location algorithm, locate all pixels that described image data numbers corresponding image data in described picture bitmap Zhong position;
C3, pixel corresponding to the position according to orienting is placed on and in a local pixel array, extracts described image data and number corresponding image data.
Described picture loading method, wherein, described step D specifically comprises:
D1, by the image data receiving be reduced to width and highly respectively with the width of picture and highly corresponding identical local bitmap;
D2, according to described local bitmap, adopt location algorithm to locate all pixels of described image data in the original pixels array Zhong position of described original bitmap, according to the position of orienting by all pixel fillings of image data in the original pixels array of described original bitmap;
After D3, filling, show the original bitmap after filling.
A kind of picture loading system, wherein, comprise picture receiving end and server, described picture receiving end comprises: original bitmap generation module, request sending module and Image Display module, and described server comprises that image data extraction module, image data return to module;
Described original bitmap generation module, for receiving user's browsing instructions, obtains the pictorial information of the picture that user need browse, according to described pictorial information generation the demonstration original bitmap identical with dimension of picture;
Described request sending module, sends N request for described picture being divided into N part according to dimension of picture to server, for obtaining corresponding N part image data;
Described image data extraction module, for receiving after described request, extracts the image data corresponding with request of described picture;
Described image data returns to module, for the image data extracting is back to picture receiving end;
Described Image Display module, for receiving after described image data, is filled into described image data in described original bitmap, and shows.
Described picture loading system, wherein, described original bitmap generation module comprises:
Judging unit, for judging whether described picture has thumbnail in this locality;
Original bitmap generation unit, for when described picture has thumbnail according to thumbnail generation width and highly respectively with the width of picture and highly corresponding identical original bitmap, or when described picture generate during without thumbnail the unique and width of pixel value and highly respectively with the width of picture and highly corresponding identical original bitmap;
Display unit, shows for the original bitmap generating.
Described picture loading system, wherein, described image data extraction module comprises:
Picture bitmap generation unit, for generating picture the picture bitmap of same size according to the width of picture and height;
Positioning unit, for locating all pixels that described image data numbers corresponding image data in described picture bitmap Zhong position by location algorithm;
Extraction unit, extracts described image data and numbers corresponding image data for pixel corresponding to the position according to orienting being placed on to a local pixel array.
Beneficial effect: the present invention asks the image data of each part of picture by while or substep, after often receiving any a part of image data, can show immediately, and the picture showing is full figure profile, display effect by fuzzy to clear, so the present invention has not only improved the download display speed of picture, also improved the effect of user's browsing pictures.In addition, because picture is divided for a plurality of parts, in request, send in the process of image data, if most of, ask successfully, and fraction request failure does not affect the whole structure that former figure shows yet, user can either browse to the overall picture of picture as early as possible like this, can prevent that again picture failed download from causing can't see the problem of the picture that has more clearly whole profiles, the present invention can be widely used in PC terminal, smart mobile phone, Intelligent flat, intelligent television.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of picture loading method of the present invention preferred embodiment.
Fig. 2 generates and shows the particular flow sheet of the process of described original bitmap in method shown in Fig. 1.
Fig. 3 extracts the particular flow sheet of the process of image data in method shown in Fig. 1.
Fig. 4 fills in method shown in Fig. 1 and the particular flow sheet of the process of the data that Show Picture.
Fig. 5 is the structured flowchart of picture loading system of the present invention preferred embodiment.
Fig. 6 is the structured flowchart of original bitmap generation module in system shown in Figure 5.
Fig. 7 is the structured flowchart that in system shown in Figure 5, image data extracted and returned module.
Fig. 8 is the structured flowchart of Image Display module in system shown in Figure 5.
Embodiment
The invention provides a kind of picture loading method and system, for making object of the present invention, technical scheme and effect clearer, clear and definite, below the present invention is described in more detail.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
Refer to Fig. 1, Fig. 1 is the process flow diagram of picture loading method of the present invention preferred embodiment, and as shown in the figure, it comprises step:
S101, picture receiving end receive user's browsing instructions, obtain the pictorial information of the picture that user need browse, according to described pictorial information generation the demonstration original bitmap identical with dimension of picture;
S102, picture receiving end are divided into N part according to dimension of picture by described picture and send N request to server, for obtaining corresponding N part image data;
S103, server receive after described request, the image data corresponding with request of described picture extracted, and the image data extracting is back to picture receiving end;
S104, picture receiving end receive after described image data, described image data is filled in described original bitmap, and shows.
In step S101, first be the browsing instructions that picture receiving end receives user, then obtain the pictorial information of the picture that user need browse, this picture receiving end can be PC terminal, smart mobile phone, Intelligent flat or intelligent television etc. terminal device arbitrarily for example, user sends at picture receiving end after the instruction of browsing pictures, and picture receiving end starts to obtain the pictorial information of this picture.Described pictorial information comprises the address of picture, the height H eight of the width W idth of picture, picture, in addition, also will generate an original bitmap according to described pictorial information, this original bitmap can be generated by the thumbnail of picture, or be directly this thumbnail, as shown in Figure 2, its process comprises:
S201, judge whether described picture has thumbnail in this locality, proceed to step S202 when sometimes, otherwise proceed to step S203;
This step is to judge whether picture has thumbnail, when sometimes generating original bitmap according to this thumbnail, when not having, needs directly to generate according to the size of picture.
S202, according to thumbnail generate width and highly respectively with the width of picture and highly corresponding identical original bitmap;
When sometimes, this thumbnail is generated to an original bitmap that size is identical with picture, this original bitmap is a unsharp picture, but this original bitmap has shown the elementary contour of picture, thus make user can see the overall picture of picture at the very start.
S203, generate the unique and width of pixel value and highly respectively with the width of picture and highly corresponding identical original bitmap;
When the thumbnail of this picture not, need automatically to generate an original bitmap that size is identical with picture, the pixel value of this original bitmap is identical everywhere, for example, be complete black or entirely white, and the image data so later loading can be presented in this original bitmap gradually.
S204, this step are that the original bitmap of step S202 or S203 generation is shown, so that user can obtain whole profiles of this picture the very first time.
In step S102, picture receiving end also needs, according to dimension of picture, picture is defined as to suitable N part, then to server, send N request, obtain this N the N part image data that request is corresponding, the object that picture is divided into N part is to receive respectively N part image data, can improve like this speed that picture is downloaded, and reduces the time of waiting for, even and fraction image data do not receive, do not affect the picture that user sees whole profiles yet.Aforesaid picture is defined as to N part, according to dimension of picture, determine, rather than be N part by actual picture segmentation, describe how to confirm N part below in detail: according to the width of picture and height, calculate total amount of pixels P of picture, P equals Width and takes advantage of Heigh, N equals P divided by (50 * 1024) (being 50KB size) so, N is a more suitable value like this, can accelerate transmission speed, can guarantee again to show enough image datas, and the N obtaining according to above-mentioned formula is less than at 1 o'clock, getting N is 1, if want, show complete clear picture, need to send N request, obtain all N part image datas.Certainly, aforesaid 50KB is a preferred embodiment, and the present invention also can select other values of 50KB left and right, can realize object of the present invention equally.
Picture receiving end can be asked respectively to server the image data of N part, it is the corresponding request of a part of image data, N request altogether, this N request can send according to different modes, for example at network stabilization and network speed, in situation, send a plurality of requests faster simultaneously, send N request even simultaneously, and situation poor at network and that network speed is slower is next, according to certain time interval order, send request, for example, send successively first request, second request, the 3rd request etc.
In the request sending, except the amount of the cutting apart N that comprises picture, the image data of picture were numbered (image data that is institute's acquisition request belongs to which part in N part), also comprise and return to the compression algorithm that image data is used, for example adopting the gzip(GNUzip in http agreement, a kind of ZIP) compress mode compresses image data.
In step S103, server receives after request, asks corresponding image data to extract from picture this, is then back to picture receiving end.
Wherein, as shown in Figure 3, the image data process that server extracts picture specifically comprises:
S301, according to the width of picture and height, picture is generated to the picture bitmap of same size;
This step is that picture is generated to a picture bitmap according to its size, the convenient image data that extracts, and the size of this picture bitmap and picture itself are consistent.
S302, by location algorithm, locate all pixels that described image data numbers corresponding image data in described picture bitmap Zhong position;
By location algorithm, orient all pixels that image data numbers corresponding image data in the position of picture bitmap, its objective is the position of all pixels of image data required find request in picture bitmap in.
Wherein, location algorithm in the present invention refers to the image data that extracts picture according to certain mode, such as picture is split into N part, wherein the image data of acquisition request is numbered T(T≤N), ImgData represents picture array of pixels, and all pixel distribution of picture are: wide is the two-dimensional array of Width, high-order Height;
Location algorithm is exactly first the every a line in ImgData to be divided in order to M part (M is determined by N, the product of M and N is more than or equal to the amount of pixels of the every a line in ImgData, and M gets its minimum value, for example in ImgData, every a line has 23 pixels, N is 4, the product of M and N should be more than or equal to 23, and M gets its minimum value, so, can calculate M is 6), if Width is the integral multiple of N, the every part in M part all has N pixel (to illustrate, if every a line has 24 pixels in ImgData, N is 4 so, it is 6 that so every a line can be divided into M(M) part, in this 6 part, every part has 4 pixels), but due to the Width integral multiple of N not necessarily, so it is the situation that aforesaid every a line has 23 pixels that the number of pixels of M part is less than or equal to N(, in the 6th part, only have 3 pixels, rather than 4 pixels), in M part, T pixel in every part is the pixel that will extract, this pixel position is it in the position of picture bitmap.Certainly, if while there is no this T pixel in M part, be invalid value.
S303, pixel corresponding to the position according to orienting is placed on and in a local pixel array, forms described image data and number corresponding image data, a part for the total pixel number group that this local pixel array is original image, i.e. certain part in N part image data.
This process is exactly to extract the process of image data corresponding to a certain request, and this image data can form a little picture that wide height is identical with picture.
Then, server by the image data extracting according to the compression algorithm that comprises in request by image data compressed package sent to picture receiving end.
In step S104, picture receiving end receives after the compressed package of described image data, the decompression method corresponding according to described compression algorithm carries out decompress(ion) to it, obtain image data wherein, finally also need this image data and original bitmap to merge, thereby make original bitmap load the part that this image data is corresponding, make original bitmap clear gradually.
As shown in Figure 4, the process of its loaded and displayed specifically comprises:
S401, by the image data receiving be reduced to width and highly respectively with the width of picture and highly corresponding identical local bitmap;
S402, according to described local bitmap, use location algorithm to locate all pixels of described image data in the original pixels array Zhong position of described original bitmap, according to the position of orienting by the pixel filling of image data in the original pixels array of described original bitmap;
After S403, filling, show the original bitmap after filling.
Said process, principle, is the inverse process that extracts image data, has obtained like this N and has asked, after corresponding image data, to have got final product the complete content Showing Picture clearly.
In the present invention, by while or substep, ask the image data of each part of picture, after often receiving any a part of image data, can show immediately, and the picture showing is full figure profile, display effect by fuzzy to clear, so the present invention has not only improved the download display speed of picture, also improved the effect of user's browsing pictures.In addition, because picture is divided for a plurality of parts, in request, send in the process of image data, if most of, ask successfully, and fraction request failure does not affect the whole structure that former figure shows yet, user can either browse to the overall picture of picture as early as possible like this, can prevent that again picture failed download from causing can't see the problem of the picture that has more clearly whole profiles, the present invention can be widely used in PC terminal, smart mobile phone, Intelligent flat, intelligent television.
Based on said method, the present invention also provides a kind of picture loading system, as shown in Figure 5, comprise picture receiving end 100 and server 200, described picture receiving end 100 comprises: original bitmap generation module 110, request sending module 120 and Image Display module 130, and described server 200 comprises that image data extraction module 210, image data return to module 220;
Described original bitmap generation module 110, for receiving user's browsing instructions, obtains the pictorial information of the picture that user need browse, according to described pictorial information generation the demonstration original bitmap identical with dimension of picture;
Described request sending module 120, sends N request for described picture being divided into N part according to dimension of picture to server, for obtaining corresponding N part image data;
Described image data extraction module 210, for receiving after described request, extracts the image data corresponding with request of described picture;
Described image data returns to module 220, for the image data extracting is back to picture receiving end;
Described Image Display module 130, for receiving after described image data, is filled into described image data in described original bitmap, and shows.About existing detailed description the in detail in method above that act on of above-mentioned functions module, therefore repeat no more.
Further, as shown in Figure 6, described original bitmap generation module 110 comprises:
Judging unit 111, for judging whether described picture has thumbnail in this locality;
Original bitmap generation unit 112, for when described picture has thumbnail, thumbnail is generated width and highly respectively with the width of picture and highly corresponding identical original bitmap, or when described picture generate during without thumbnail the unique and width of pixel value generation pixel value and highly respectively with the width of picture and highly corresponding identical original bitmap;
Display unit 113, shows for the original bitmap generating.About existing detailed description the in detail in method above that act on of above-mentioned functions module, therefore repeat no more.
Further, as shown in Figure 7, described image data extraction module 210 comprises:
Picture bitmap generation unit 211, for generating picture the picture bitmap of same size according to the width of picture and height;
Positioning unit 212, for locating all pixels that described image data numbers corresponding image data in described picture bitmap Zhong position by location algorithm;
Extraction unit 213, extracts described image data and numbers corresponding image data for pixel corresponding to the position according to orienting being placed on to a local pixel array.About existing detailed description the in detail in method above that act on of above-mentioned functions module, therefore repeat no more.
Further, as shown in Figure 8, described display module 130 comprises:
Local bitmap generation unit 131, for the image data receiving is reduced to width and highly respectively with the width of picture and highly corresponding identical local bitmap;
Filler cells 132, for adopting location algorithm to locate all pixels of described image data in the original pixels array Zhong position of described original bitmap according to described local bitmap, and according to the position of orienting by all pixel fillings of image data in the original pixels array of described original bitmap;
Display unit 113, after filling, shows the original bitmap after filling.About existing detailed description the in detail in method above that act on of above-mentioned functions module, therefore repeat no more.
Should be understood that, application of the present invention is not limited to above-mentioned giving an example, and for those of ordinary skills, can be improved according to the above description or convert, and all these improvement and conversion all should belong to the protection domain of claims of the present invention.

Claims (10)

1. a picture loading method, is characterized in that, comprises step:
A, picture receiving end receive user's browsing instructions, obtain the pictorial information of the picture that user need browse, according to described pictorial information generation the demonstration original bitmap identical with dimension of picture;
B, picture receiving end are divided into N part according to dimension of picture by described picture and send N request to server, for obtaining corresponding N part image data;
C, server receive after described request, the image data corresponding with request of described picture extracted, and the image data extracting is back to picture receiving end;
D, picture receiving end receive after described image data, described image data is filled in described original bitmap, and shows.
2. picture loading method according to claim 1, is characterized in that, the pictorial information in described steps A comprises address, width and the elevation information of picture.
3. picture loading method according to claim 2, is characterized in that, in described steps A, generates and shows that the process of described original bitmap comprises:
A1, judge whether described picture has thumbnail in this locality, proceed to steps A 2 when sometimes, otherwise proceed to steps A 3;
A2, according to thumbnail generate width and highly respectively with the width of picture and highly corresponding identical original bitmap;
A3, generate the unique and width of pixel value and highly respectively with the width of picture and highly corresponding identical original bitmap;
A4, the original bitmap that steps A 2 or A3 are generated show.
4. picture loading method according to claim 1, is characterized in that, in described step B, described picture receiving end sends a plurality of requests simultaneously, or sends request according to certain time interval order.
5. picture loading method according to claim 1, is characterized in that, the request in described step B comprises: the amount of the cutting apart N of picture, the image data of picture numbering and the compression algorithm of returning to image data use.
6. picture loading method according to claim 5, is characterized in that, described step C specifically comprises:
C1, according to the width of picture and height, picture is generated to the picture bitmap of same size;
C2, by location algorithm, locate all pixels that described image data numbers corresponding image data in described picture bitmap Zhong position;
C3, pixel corresponding to the position according to orienting is placed on and in a local pixel array, extracts described image data and number corresponding image data.
7. picture loading method according to claim 6, is characterized in that, described step D specifically comprises:
D1, by the image data receiving be reduced to width and highly respectively with the width of picture and highly corresponding identical local bitmap;
D2, according to described local bitmap, adopt location algorithm to locate all pixels of described image data in the original pixels array Zhong position of described original bitmap, according to the position of orienting by all pixel fillings of image data in the original pixels array of described original bitmap;
After D3, filling, show the original bitmap after filling.
8. a picture loading system, it is characterized in that, comprise picture receiving end and server, described picture receiving end comprises: original bitmap generation module, request sending module and Image Display module, and described server comprises that image data extraction module, image data return to module;
Described original bitmap generation module, for receiving user's browsing instructions, obtains the pictorial information of the picture that user need browse, according to described pictorial information generation the demonstration original bitmap identical with dimension of picture;
Described request sending module, sends N request for described picture being divided into N part according to dimension of picture to server, for obtaining corresponding N part image data;
Described image data extraction module, for receiving after described request, extracts the image data corresponding with request of described picture;
Described image data returns to module, for the image data extracting is back to picture receiving end;
Described Image Display module, for receiving after described image data, is filled into described image data in described original bitmap, and shows.
9. picture loading system according to claim 8, is characterized in that, described original bitmap generation module comprises:
Judging unit, for judging whether described picture has thumbnail in this locality;
Original bitmap generation unit, for when described picture has thumbnail according to thumbnail generation width and highly respectively with the width of picture and highly corresponding identical original bitmap, or when described picture generate during without thumbnail the unique and width of pixel value and highly respectively with the width of picture and highly corresponding identical original bitmap;
Display unit, shows for the original bitmap generating.
10. picture loading system according to claim 8, is characterized in that, described image data extraction module comprises:
Picture bitmap generation unit, for generating picture the picture bitmap of same size according to the width of picture and height;
Positioning unit, for locating all pixels that described image data numbers corresponding image data in described picture bitmap Zhong position by location algorithm;
Extraction unit, extracts described image data and numbers corresponding image data for pixel corresponding to the position according to orienting being placed on to a local pixel array.
CN201210522041.8A 2012-12-07 2012-12-07 picture loading method and system Expired - Fee Related CN103514241B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210522041.8A CN103514241B (en) 2012-12-07 2012-12-07 picture loading method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210522041.8A CN103514241B (en) 2012-12-07 2012-12-07 picture loading method and system

Publications (2)

Publication Number Publication Date
CN103514241A true CN103514241A (en) 2014-01-15
CN103514241B CN103514241B (en) 2017-09-05

Family

ID=49896972

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210522041.8A Expired - Fee Related CN103514241B (en) 2012-12-07 2012-12-07 picture loading method and system

Country Status (1)

Country Link
CN (1) CN103514241B (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104053016A (en) * 2014-06-24 2014-09-17 深圳市江波龙电子有限公司 Image previewing method and device
CN104331213A (en) * 2014-08-04 2015-02-04 联想(北京)有限公司 Information processing method and electronic equipment
CN104391890A (en) * 2014-11-10 2015-03-04 广东欧珀移动通信有限公司 Image loading method and system
CN104679570A (en) * 2015-03-24 2015-06-03 新余兴邦信息产业有限公司 Image loading display method, equipment and system
CN104850585A (en) * 2015-04-17 2015-08-19 天脉聚源(北京)传媒科技有限公司 Method and device for displaying interface while loading information
CN104899060A (en) * 2015-05-20 2015-09-09 天脉聚源(北京)教育科技有限公司 Picture loading processing method and apparatus
CN104933184A (en) * 2015-06-30 2015-09-23 上海玮舟微电子科技有限公司 Picture output method and device
CN104951317A (en) * 2014-03-26 2015-09-30 北京奇虎科技有限公司 Image loading device and method
CN105335526A (en) * 2015-12-04 2016-02-17 北京京东尚科信息技术有限公司 Image loading method and device
CN105824969A (en) * 2016-03-31 2016-08-03 大连文森特软件科技有限公司 Online graphical game producing system for decomposing and storing images based on frame differentiation method
CN105843569A (en) * 2016-02-19 2016-08-10 乐视移动智能信息技术(北京)有限公司 Mobile terminal image display method and system
CN106327453A (en) * 2015-06-30 2017-01-11 北京金山安全软件有限公司 Method for splicing picture resources and picture resource splicing device
CN106547836A (en) * 2016-10-12 2017-03-29 惠州Tcl移动通信有限公司 A kind of large scale photo loading method and system
CN106886549A (en) * 2016-08-30 2017-06-23 阿里巴巴集团控股有限公司 A kind of loading method of network picture, device and system
CN107070641A (en) * 2016-11-24 2017-08-18 比奥香港有限公司 A kind of picture display method and system
CN107688575A (en) * 2016-08-04 2018-02-13 创盛视联数码科技(北京)有限公司 The method of picture presentation
CN108133384A (en) * 2016-12-01 2018-06-08 腾讯科技(深圳)有限公司 A kind of content pages generation method and device
CN108495144A (en) * 2018-03-30 2018-09-04 哈尔滨市舍科技有限公司 A method of obtaining picture
EP3467679A4 (en) * 2016-06-06 2019-05-01 Alibaba Group Holding Limited Data processing method and device
CN110187924A (en) * 2019-05-29 2019-08-30 吉林亿联银行股份有限公司 Picture loading method and device
WO2020125014A1 (en) * 2018-12-18 2020-06-25 北京京东尚科信息技术有限公司 Information processing method, server, terminal, and computer storage medium
CN111488536A (en) * 2019-01-25 2020-08-04 阿里巴巴集团控股有限公司 Picture display method, device and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101324895A (en) * 2008-07-24 2008-12-17 北大方正集团有限公司 Method and system for speeding up picture display on web page
CN101568065A (en) * 2009-01-24 2009-10-28 中国移动通信集团广东有限公司珠海分公司 Intelligent terminal call system and method for downloading electronic map
CN101847393A (en) * 2010-04-23 2010-09-29 中国电子科技集团公司第五十四研究所 Method for processing remote sensing image
CN102111515A (en) * 2009-12-24 2011-06-29 鸿富锦精密工业(深圳)有限公司 Picture sending server and method as well as network terminal and picture displaying method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101324895A (en) * 2008-07-24 2008-12-17 北大方正集团有限公司 Method and system for speeding up picture display on web page
CN101568065A (en) * 2009-01-24 2009-10-28 中国移动通信集团广东有限公司珠海分公司 Intelligent terminal call system and method for downloading electronic map
CN102111515A (en) * 2009-12-24 2011-06-29 鸿富锦精密工业(深圳)有限公司 Picture sending server and method as well as network terminal and picture displaying method
CN101847393A (en) * 2010-04-23 2010-09-29 中国电子科技集团公司第五十四研究所 Method for processing remote sensing image

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104951317A (en) * 2014-03-26 2015-09-30 北京奇虎科技有限公司 Image loading device and method
CN104053016A (en) * 2014-06-24 2014-09-17 深圳市江波龙电子有限公司 Image previewing method and device
CN104331213A (en) * 2014-08-04 2015-02-04 联想(北京)有限公司 Information processing method and electronic equipment
CN104391890A (en) * 2014-11-10 2015-03-04 广东欧珀移动通信有限公司 Image loading method and system
CN104391890B (en) * 2014-11-10 2017-11-24 广东欧珀移动通信有限公司 picture loading method and system
CN104679570A (en) * 2015-03-24 2015-06-03 新余兴邦信息产业有限公司 Image loading display method, equipment and system
CN104850585A (en) * 2015-04-17 2015-08-19 天脉聚源(北京)传媒科技有限公司 Method and device for displaying interface while loading information
CN104899060A (en) * 2015-05-20 2015-09-09 天脉聚源(北京)教育科技有限公司 Picture loading processing method and apparatus
CN104899060B (en) * 2015-05-20 2017-12-15 天脉聚源(北京)教育科技有限公司 A kind of picture loading processing method and apparatus
CN104933184A (en) * 2015-06-30 2015-09-23 上海玮舟微电子科技有限公司 Picture output method and device
CN106327453A (en) * 2015-06-30 2017-01-11 北京金山安全软件有限公司 Method for splicing picture resources and picture resource splicing device
CN106327453B (en) * 2015-06-30 2020-02-07 珠海豹趣科技有限公司 Method for splicing picture resources and picture resource splicing device
CN105335526A (en) * 2015-12-04 2016-02-17 北京京东尚科信息技术有限公司 Image loading method and device
CN105843569A (en) * 2016-02-19 2016-08-10 乐视移动智能信息技术(北京)有限公司 Mobile terminal image display method and system
CN105824969A (en) * 2016-03-31 2016-08-03 大连文森特软件科技有限公司 Online graphical game producing system for decomposing and storing images based on frame differentiation method
EP3467679A4 (en) * 2016-06-06 2019-05-01 Alibaba Group Holding Limited Data processing method and device
US11250095B2 (en) 2016-06-06 2022-02-15 Advanced New Technologies Co., Ltd. Processing image data of a webpage
US11232169B2 (en) 2016-06-06 2022-01-25 Advanced New Technologies Co., Ltd. Processing image data of a webpage
CN107688575A (en) * 2016-08-04 2018-02-13 创盛视联数码科技(北京)有限公司 The method of picture presentation
WO2018040964A1 (en) * 2016-08-30 2018-03-08 阿里巴巴集团控股有限公司 Network image loading method, device and system
CN106886549A (en) * 2016-08-30 2017-06-23 阿里巴巴集团控股有限公司 A kind of loading method of network picture, device and system
CN106547836A (en) * 2016-10-12 2017-03-29 惠州Tcl移动通信有限公司 A kind of large scale photo loading method and system
CN107070641A (en) * 2016-11-24 2017-08-18 比奥香港有限公司 A kind of picture display method and system
CN108133384A (en) * 2016-12-01 2018-06-08 腾讯科技(深圳)有限公司 A kind of content pages generation method and device
CN108495144A (en) * 2018-03-30 2018-09-04 哈尔滨市舍科技有限公司 A method of obtaining picture
US11782850B2 (en) 2018-12-18 2023-10-10 Beijing Jingdong Shangke Information Technology Co., Ltd. Information processing method, server, terminal, and computer storage medium
WO2020125014A1 (en) * 2018-12-18 2020-06-25 北京京东尚科信息技术有限公司 Information processing method, server, terminal, and computer storage medium
CN111488536A (en) * 2019-01-25 2020-08-04 阿里巴巴集团控股有限公司 Picture display method, device and system
CN111488536B (en) * 2019-01-25 2023-09-15 阿里巴巴集团控股有限公司 Picture display method, device and system
CN110187924A (en) * 2019-05-29 2019-08-30 吉林亿联银行股份有限公司 Picture loading method and device

Also Published As

Publication number Publication date
CN103514241B (en) 2017-09-05

Similar Documents

Publication Publication Date Title
CN103514241A (en) Image loading method and system
CN103677942B (en) A kind of method and apparatus of movable terminal to browse network pictures
CN107885848B (en) Webpage screen capturing method based on web technology
CN103823620B (en) Screen adaption method and device
CN106846495B (en) Method and device for realizing augmented reality
CN102368779B (en) Supersized image loading and displaying method used for mobile internet device
CN103544253A (en) Implementation method and system for displaying images in waterfall flow manner
US20100171759A1 (en) Multi-layer image composition with intermediate blending resolutions
US20150091917A1 (en) Information processing methods and electronic devices
CN101227554B (en) Method and system for implementing self-adapting display of set-top box on television
CN103915033A (en) Method and apparatus for rendering map, and mobile terminal
WO2017142717A1 (en) Digital image presentation
CN110675465A (en) Method and apparatus for generating image
CN112153459A (en) Method and device for screen projection display
CN103312916A (en) Method and device for transmitting picture on mobile terminal
CN113839998B (en) Image data transmission method, apparatus, device, storage medium, and program product
CN104639834A (en) Method and system for transmitting camera image data
CN111757020B (en) Split screen display method and device, multimedia terminal and storage medium
CN112752107A (en) Webpage picture preprocessing method, system, storage medium and computer equipment
CN107590194A (en) The cutting loading display method of super large image
CN109933735B (en) Scheduling method, webpage rendering method, webpage display method and equipment thereof
CN113949900B (en) Live broadcast mapping processing method, system, equipment and storage medium
CN113467776B (en) Method and device for accessing equipment, storage medium and electronic device
CN112399196B (en) Image processing method and device
CN103957466B (en) Method, server and the system of web page display are carried out based on set-top box

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170905