CN111176530A - 3D model display method and device in WeChat applet - Google Patents

3D model display method and device in WeChat applet Download PDF

Info

Publication number
CN111176530A
CN111176530A CN201911418907.9A CN201911418907A CN111176530A CN 111176530 A CN111176530 A CN 111176530A CN 201911418907 A CN201911418907 A CN 201911418907A CN 111176530 A CN111176530 A CN 111176530A
Authority
CN
China
Prior art keywords
photos
different angles
loading
loaded
displaying
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
CN201911418907.9A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201911418907.9A priority Critical patent/CN111176530A/en
Publication of CN111176530A publication Critical patent/CN111176530A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • G06F3/04883Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures for inputting data by handwriting, e.g. gesture or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/147Digital output to display device ; Cooperation and interconnection of the display device with other functional units using display panels
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a method and a device for displaying a 3D model in a WeChat applet, wherein the method comprises the following steps: acquiring photos of the object at various angles; loading photos of the object at different angles through the JS code; and displaying the loaded photos of the object at different angles according to the monitored user gestures. According to the method and the device, the loaded photos of the object at different angles can be smoothly displayed according to the monitored user gestures, so that the 3D model of the object can be directly displayed in the WeChat applet, the loading time is short, the loading progress bar does not need to be displayed for a long time, and the user experience is improved.

Description

3D model display method and device in WeChat applet
Technical Field
The invention relates to the technical field of 3D models, in particular to a method and a device for displaying a 3D model in a WeChat applet.
Background
In the wechat applet, if a 3D model of an object needs to be presented, H5 pages need to be loaded by the WebView of the wechat applet. WebView represents a 'network view', can load and display a webpage, can be regarded as a browser, and is mainly used for displaying content requested by a network and displaying the content requested by a network address. H5 is the 5 th generation HTML, which is also used to represent all digital products made by the H5 language, and HTML is the english abbreviation of "hypertext markup language", and most web pages viewed on the internet are written by HTML. The H5 page shows the 3D model using three.js. And the script is a script language running on a webpage end, and the script.
In the prior art, the WeChat applet can only display the 3D model by using three-dimensional (three-dimensional) script through loading an H5 page by means of WebView, the method consumes a long time in the process of loading the 3D model, a long-time loading progress bar appears, and user experience is poor.
Disclosure of Invention
The embodiment of the invention provides a 3D model display method in a WeChat small program, which is used for reducing the time consumption of the WeChat small program for loading a 3D model and comprises the following steps:
acquiring photos of the object at various angles;
loading photos of the object at different angles through the JS code;
and displaying the loaded photos of the object at different angles according to the monitored user gestures.
The embodiment of the invention also provides a device for displaying the 3D model in the WeChat small program, which is used for reducing the time consumption of the WeChat small program for loading the 3D model, and the device comprises:
the photo acquisition module is used for acquiring photos of the object at various angles;
the photo loading module is used for loading photos of the object at different angles through the JS code;
and the photo display module is used for displaying the loaded photos of the object at different angles according to the monitored user gestures.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the method.
According to the embodiment of the invention, the photos of the object at different angles are obtained, the photos of the object at different angles are loaded through the JS code, and finally the loaded photos of the object at different angles are displayed according to the monitored user gesture. According to the embodiment of the invention, the loaded photos of the object at different angles can be smoothly displayed according to the monitored user gesture, so that the 3D model of the object can be directly displayed in the WeChat applet, the loading time is short, the loading progress bar does not need to be displayed for a long time, and the user experience is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a 3D model display method in a WeChat applet according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a 3D model display apparatus in a WeChat applet according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the prior art, the WeChat applet can only display the 3D model by using three-dimensional (three-dimensional) script through loading an H5 page by means of WebView, the method consumes a long time in the process of loading the 3D model, a long-time loading progress bar appears, and user experience is poor.
In order to solve the above problem, in an embodiment of the present invention, a method for displaying a 3D model in a WeChat applet is provided, as shown in fig. 1, the method includes:
step 101: acquiring photos of the object at various angles;
step 102: loading photos of the object at different angles through the JS code;
step 103: and displaying the loaded photos of the object at different angles according to the monitored user gestures.
According to the embodiment of the invention, the photos of the object at different angles are obtained, the photos of the object at different angles are loaded through the JS code, and finally the loaded photos of the object at different angles are displayed according to the monitored user gesture. According to the embodiment of the invention, the loaded photos of the object at different angles can be displayed at all angles according to the monitored user gestures, so that the 3D model of the object can be directly displayed in the WeChat applet, the loading time is short, the loading progress bar does not need to be displayed for a long time, and the user experience is improved.
In practice, there are many ways to obtain photographs of an object from various angles, and one example is given below.
In one embodiment, photographs of the object are taken every 15 °.
In the above embodiment, acquiring a photograph of the object every 15 ° may include: every 15 deg. photos are taken of the object, and 23 different angle photos are obtained, which can show the angle of the object. It should be noted that, taking pictures of the object at 15 ° intervals is only an example, and in the specific implementation, the angle at which the pictures of the object are taken may be set as needed, for example, taking pictures of the object at 45 ° intervals.
In specific implementation, after the photos of the object at various angles are obtained, there are various methods for loading the photos of the object at different angles through the JS code, and one example is given below.
In one embodiment, photos of the object from different angles are loaded onto the canvas through the JS code.
In the above embodiment, photos of objects from different angles are loaded, via the JS code, onto the panel of the WeChat applet's Canvas (Canvas, which can be a "container" of all UI user interface components).
In specific implementation, there are various methods for displaying the loaded photos of the object from different angles according to the monitored user gesture, and two embodiments are given below.
In one embodiment, displaying photos of an object at different angles corresponding to dynamic changes according to a preset px value of the user gesture and monitored dynamic changes of the user gesture; the px value of the user gesture is set according to the resolution of the screen.
In the above-described embodiment, the px value of the user gesture (px value is an abbreviation of pixel, which represents the minimum unit of a photograph or figure) is set according to the resolution of the screen. The px value of the user gesture is set by firstly obtaining the resolution of the current screen and then calculating the resolution of the screen, and the obtained value is the minimum px value of the finger sliding required by the object rotating by 15 degrees. For example, the resolution of the screen may be calculated by dividing the resolution of the current screen by 2 to obtain px of the finger sliding when the object rotates one cycle, and then dividing by 24 to obtain px of the finger sliding when the object rotates 15 °, where the px of the example is the px of the finger sliding. In one example, the sliding scheme is that the minimum px value of the finger slide exceeds 10px, and when the object is just rotated one revolution, the finger slide exceeds 200 px. For example, in an iPhone7 mobile phone, the screen width is 750px according to the screen resolution of the iPhone7 mobile phone, when the user finger slides 750px, the 3D model of the object can rotate for 2 weeks, so that when the user finger slides 375px, the object can rotate for one week, and further, the px value of the user gesture on the iPhone7 mobile phone screen can be judged to be 16 px. And calculating the screens with different resolutions to obtain the px values of the user gestures corresponding to the screens with different resolutions.
In the embodiment of the invention, the screen can comprise a mobile phone screen, a tablet personal computer screen and other screens of devices supporting the WeChat applet, and the px values of user gestures are different due to different resolutions of a large screen and a small screen, so that the px values of the user gestures of the screens with different resolutions need to be adapted, and further better user experience can be obtained.
In the above embodiments, the dynamic change in the user gesture may include a finger sliding left or right. And monitoring the dynamic change of the gesture of the user, and adding codes for monitoring the positions of the fingers before and after sliding to a control in the WeChat applet to obtain the position change of the user fingers when sliding left and right or up and down on the screen.
In the above embodiment, the displaying the photos of the object corresponding to the dynamic change from different angles may include: when the finger slides a certain px value, the current photo is switched to the object photo corresponding to the px value. Through switching the photos of each angle of the object, the photos of each angle of the object can be smoothly displayed, and at the moment, the user visually feels that the 3D model of the object rotates by an angle, so that the direct display of the 3D model of the object is realized. In an example, such as an iPhone7 mobile phone, the px value of the user gesture is set to be 16px, and according to the dynamic change of the monitored user gesture, every time the user slides 16px, the corresponding object photo at a different angle is switched, for example, the user slides 16px to the left, and the currently displayed photo is switched to the previous photo of the current photo; the user slides 16px to the right and the currently displayed photograph switches to the next photograph to the current photograph.
In another embodiment, displaying the loaded photos of the object from different angles according to the monitored user gestures comprises: and displaying the loaded photos of the object at different angles in a designated area on the screen according to the monitored user gestures.
In the above embodiment, compared with the prior art that the 3D model can only be displayed in a full screen when being displayed by means of an H5 page, the embodiment of the present invention can display the 3D model in a designated area on the screen according to the monitored user gesture, and by adjusting the proportion of the 3D model to the screen, the embodiment of the present invention is different from the prior art that a half screen cannot be realized by loading an HTML page through webview in a webvew program, and the embodiment of the present invention controls the CSS (Cascading Style Sheets) of page elements through the language of the webvew program, so that the 3D model can be displayed in the designated area on the screen. The 3D model can be displayed in a designated area of the screen, other parts of the screen display other contents, for example, the upper half part of the screen displays the 3D model, and the lower half part of the screen displays other contents (such as characters, photos, other 3D models and the like).
According to the embodiment of the invention, the photos of the object at different angles are obtained, the photos of the object at different angles are loaded through the JS code, and finally the loaded photos of the object at different angles are displayed according to the monitored user gesture. According to the embodiment of the invention, the loaded photos of the object at different angles can be displayed at all angles according to the monitored user gestures, so that the 3D model of the object can be directly displayed in the WeChat applet, the loading time is short, the loading progress bar does not need to be displayed for a long time, and the user experience is improved.
Based on the same inventive concept, the embodiment of the present invention further provides a device for displaying a 3D model in a WeChat applet, as described in the following embodiments. Because the principle of solving the problems of the 3D model display device in the WeChat applet is similar to the 3D model display method in the WeChat applet, the implementation of the 3D model display device in the WeChat applet can refer to the implementation of the 3D model display method in the WeChat applet, and repeated details are not repeated. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 2 is a block diagram of a structure of a 3D model display apparatus in a wechat applet according to an embodiment of the present invention, as shown in fig. 2, including:
the photo acquisition module 01 is used for acquiring photos of the object at various angles;
the photo loading module 02 is used for loading photos of the object at different angles through the JS code;
and the photo display module 03 is used for displaying the loaded photos of the object from different angles according to the monitored user gestures.
In one embodiment, the photo acquisition module is specifically configured to:
photographs of the object were taken every 15 °.
In one embodiment, the photo loading module is specifically configured to:
and loading photos of the object from different angles onto the canvas through the JS code.
In one embodiment, the photo presentation module is specifically configured to:
displaying photos of the object at different angles corresponding to the dynamic change according to a preset px value of the user gesture and the monitored dynamic change of the user gesture; the px value of the user gesture is set according to the resolution of the screen.
In one embodiment, the photo presentation module is specifically configured to:
and displaying the loaded photos of the object at different angles in a designated area on the screen according to the monitored user gestures.
In an example, the 3D model presentation device in the wechat applet may include a 3D model presentation plug-in the wechat applet, and when in use, photos of various angles of the 3D model to be presented are directly uploaded into the plug-in, and may be used in any wechat applet that needs to present the 3D model.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the method.
According to the embodiment of the invention, the photos of the object at different angles are obtained, the photos of the object at different angles are loaded through the JS code, and finally the loaded photos of the object at different angles are displayed according to the monitored user gesture. According to the embodiment of the invention, the loaded photos of the object at different angles can be displayed at all angles according to the monitored user gestures, so that the 3D model of the object can be directly displayed in the WeChat applet, the loading time is short, the loading progress bar does not need to be displayed for a long time, and the user experience is improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes may be made to the embodiment of the present invention by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A3D model display method in a WeChat applet is characterized by comprising the following steps:
acquiring photos of the object at various angles;
loading photos of the object at different angles through the JS code;
and displaying the loaded photos of the object at different angles according to the monitored user gestures.
2. The method of claim 1, wherein obtaining photographs of the object at various angles comprises:
photographs of the object were taken every 15 °.
3. The method of claim 1, wherein loading the photograph of the object at the different angles via the JS code comprises:
and loading photos of the object from different angles onto the canvas through the JS code.
4. The method of claim 1, wherein presenting the loaded object in different angle photographs based on the monitored user gestures comprises:
displaying photos of the object at different angles corresponding to the dynamic change according to a preset px value of the user gesture and the monitored dynamic change of the user gesture; the px value of the user gesture is set according to the resolution of the screen.
5. The method of claim 1, wherein presenting the loaded object in different angle photographs based on the monitored user gestures comprises:
and displaying the loaded photos of the object at different angles in a designated area on the screen according to the monitored user gestures.
6. A3D model display device in WeChat applet, comprising:
the photo acquisition module is used for acquiring photos of the object at various angles;
the photo loading module is used for loading photos of the object at different angles through the JS code;
and the photo display module is used for displaying the loaded photos of the object at different angles according to the monitored user gestures.
7. The apparatus of claim 6, wherein the photo loading module is specifically configured to:
and loading photos of the object from different angles onto the canvas through the JS code.
8. The apparatus of claim 6, wherein the photo presentation module is specifically configured to:
displaying photos of the object at different angles corresponding to the dynamic change according to a preset px value of the user gesture and the monitored dynamic change of the user gesture; the px value of the user gesture is set according to the resolution of the screen.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 5.
CN201911418907.9A 2019-12-31 2019-12-31 3D model display method and device in WeChat applet Pending CN111176530A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911418907.9A CN111176530A (en) 2019-12-31 2019-12-31 3D model display method and device in WeChat applet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911418907.9A CN111176530A (en) 2019-12-31 2019-12-31 3D model display method and device in WeChat applet

Publications (1)

Publication Number Publication Date
CN111176530A true CN111176530A (en) 2020-05-19

Family

ID=70650638

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911418907.9A Pending CN111176530A (en) 2019-12-31 2019-12-31 3D model display method and device in WeChat applet

Country Status (1)

Country Link
CN (1) CN111176530A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112926003A (en) * 2021-03-11 2021-06-08 中国软件与技术服务股份有限公司 Magic cube model-based three-dimensional dynamic data display method
CN113559498A (en) * 2021-07-02 2021-10-29 网易(杭州)网络有限公司 Three-dimensional model display method and device, storage medium and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488413A (en) * 2013-04-26 2014-01-01 展讯通信(上海)有限公司 Touch equipment and control method and device for displaying 3D (3-dimensional) interface on touch equipment
CN103823877A (en) * 2014-02-28 2014-05-28 胡勇建 Real object showing method, real object showing system and corresponding picture obtaining device
WO2014197394A1 (en) * 2013-06-03 2014-12-11 Daqri, Llc Data manipulation based on real world object manipulation
CN104679227A (en) * 2013-12-02 2015-06-03 创世界科技有限公司 Product display implementation method
CN109684002A (en) * 2018-11-14 2019-04-26 广州智方信息科技有限公司 A kind of 3D door and window methods of exhibiting and system based on wechat small routine

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488413A (en) * 2013-04-26 2014-01-01 展讯通信(上海)有限公司 Touch equipment and control method and device for displaying 3D (3-dimensional) interface on touch equipment
WO2014197394A1 (en) * 2013-06-03 2014-12-11 Daqri, Llc Data manipulation based on real world object manipulation
CN104679227A (en) * 2013-12-02 2015-06-03 创世界科技有限公司 Product display implementation method
CN103823877A (en) * 2014-02-28 2014-05-28 胡勇建 Real object showing method, real object showing system and corresponding picture obtaining device
CN109684002A (en) * 2018-11-14 2019-04-26 广州智方信息科技有限公司 A kind of 3D door and window methods of exhibiting and system based on wechat small routine

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112926003A (en) * 2021-03-11 2021-06-08 中国软件与技术服务股份有限公司 Magic cube model-based three-dimensional dynamic data display method
CN113559498A (en) * 2021-07-02 2021-10-29 网易(杭州)网络有限公司 Three-dimensional model display method and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
US20220236866A1 (en) Method and system for section-based editing of a website page
JP6133318B2 (en) Cross window animation
US10339209B2 (en) Webpage display method and device
WO2017177931A1 (en) Text information display method and apparatus, and mobile device
US10169307B2 (en) Method and system for the use of adjustment handles to facilitate dynamic layout editing
EP3832459A1 (en) Graphic drawing method and apparatus, device, and storage medium
US9489757B2 (en) Resizable text backing shapes for digital images
US20150103092A1 (en) Continuous Image Optimization for Responsive Pages
CN112835499B (en) Carousel graph display method, device, equipment and medium
CN111176530A (en) 3D model display method and device in WeChat applet
WO2017101390A1 (en) Picture display method and apparatus
CN111158840B (en) Image carousel method and device
CN107943805B (en) Animation rendering and publishing method and device
CN114356479B (en) Page rendering method and device
CN105718228B (en) The method and apparatus that dynamic content is shown
CN110781425A (en) Display method, device and equipment of mobile terminal H5 page and storage medium
CN103324743B (en) A kind of webpage zoom on electronic equipment and the method and apparatus of alignment
EP2608003A1 (en) Method and device for movement of image object
CN108037860B (en) Method and device for displaying video uploading/downloading progress
CN113676677B (en) Dynamic picture synthesis method and device, electronic equipment and readable storage medium
CN114428573B (en) Special effect image processing method and device, electronic equipment and storage medium
TW201541341A (en) Photo/video timeline display
US9530183B1 (en) Elastic navigation for fixed layout content
WO2016033934A1 (en) Projection method, projection device and computer storage medium
CN112162805A (en) Screenshot method and device and electronic equipment

Legal Events

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

Application publication date: 20200519

RJ01 Rejection of invention patent application after publication