CN105678830A - Animation realization method and system of 2D game - Google Patents

Animation realization method and system of 2D game Download PDF

Info

Publication number
CN105678830A
CN105678830A CN201511033648.XA CN201511033648A CN105678830A CN 105678830 A CN105678830 A CN 105678830A CN 201511033648 A CN201511033648 A CN 201511033648A CN 105678830 A CN105678830 A CN 105678830A
Authority
CN
China
Prior art keywords
animation
action
moving objects
game
module
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
CN201511033648.XA
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.)
GUANGZHOU BAIYUN BIO-TECH Co Ltd
Original Assignee
GUANGZHOU BAIYUN BIO-TECH 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 GUANGZHOU BAIYUN BIO-TECH Co Ltd filed Critical GUANGZHOU BAIYUN BIO-TECH Co Ltd
Priority to CN201511033648.XA priority Critical patent/CN105678830A/en
Publication of CN105678830A publication Critical patent/CN105678830A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T13/00Animation
    • G06T13/802D [Two Dimensional] animation, e.g. using sprites

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The present invention relates to an animation realization method and system of a 2D game. The method comprises the following steps of obtaining and saving a fixed object not needing to be moved and a movable object needing to be moved; according to the animation demands, setting an initial position, movement actions and an ending position of the movable object in the fixed object, and generating an action description file; reading the action description file via a game engine, and creating and controlling the actions of the movable object; using the movable object to execute the actions to finish the animation. According to the present invention, by dividing the objects forming the animation into the unmovable fixed object, for example, a building background, and the movable object needing to move to reach an animation effect, a picture (the fixed object) and a particle (the movable object) are assembled as parts, and the playing of the animation can be promoted by configuring the corresponding actions, thereby effectively avoiding the existing phenomena of large memory occupation space, easy forced termination of game, small reuse rate of picture, etc., caused by adopting a sequence frame mode to realize the animation.

Description

The cartoon implementing method of 2D game and system
Technical field
The present invention relates to Animation Technique field, particularly to a kind of 2D cartoon implementing method played and system.
Background technology
In 2D plays, existing modal mode is to adopt sequence frame mode to realize the performance in gaming of an animation, namely carries out quickly switching formation animation with continuous print static images like that with old-fashioned film. Therefore, so can cause the many secondary pictures of broadcasting needs of an animation, and substantial amounts of frame can cause that an animation totally needs to take more internal memory; Particularly in hands lantern border, current operable internal memory generally will not be a lot, if reapplying substantial amounts of sequence frame to realize animation performance, cause that memory headroom is greatly reduced, it is easy to occur game frequently to dodge the phenomenon moved back.
Meanwhile, the performance that sequence frame realizes animation is utilized to also have an obvious defect picture reusability low. Such as, having two relatively similar animations of ratio, the details wherein only having several places is different, but needs for utilizing two set picture resources by sequence frame manifestation mode, takies twice internal memory, thus further results in picture and have more meaningless committed memory and waste.
Summary of the invention
The invention aims to solve the shortcoming and defect of above-mentioned prior art, a kind of 2D cartoon implementing method played and system are provided, effectively prevent existing employing sequence frame mode and realize the caused memory headroom of animation performance and take greatly, play to be susceptible to dodge and move back and the generation of the phenomenon such as picture reusability is little.
For solving the problems referred to above, the invention provides the cartoon implementing method of a kind of 2D game, it comprises the following steps:
Obtain and preserve the fixed object that need not move and need the Moving Objects of movement;
Need to set Moving Objects initial position in fixed object, athletic performance and final position according to animation, generate action description file;
Describe file by game engine read action, create and control the action of Moving Objects;
Moving Objects execution action, completes animation.
Pass through technique scheme, fixed object (such as building background) that the present invention does not move by constituting the object of an animation to be divided into by one and needs move the Moving Objects to reach animation effect, and by cutting the motions such as position to creating and controlling Moving Objects movement in fixed object, the establishment of animation can be realized and complete, thus picture (fixed object) and particle (Moving Objects) are assembled as parts, the broadcasting of animation can be promoted by configuring corresponding action.Then for similar animation, it is only necessary to revise discrepant parts and can push the broadcasting of new animation, thus substantially reduce picture taking memory headroom, also substantially increase the reusability of picture simultaneously. Therefore, the cartoon implementing method of 2D of the present invention game effectively prevent existing employing sequence frame mode and realizes the caused memory headroom of animation performance and take greatly, play to be susceptible to dodge and move back and the generation of the phenomenon such as picture reusability is little.
As a further improvement on the present invention, described description file is python dictionary, and game engine obtains corresponding data structure according to described description file translations, and is created the action of new Moving Objects and Moving Objects by the mode of path method and descriptive method. By being python dictionary format by description document alignment, enrich the information describing file and reduce the animation that complexity is higher realize difficulty; Also make game engine can obtain corresponding data structure according to describing file translations, it is achieved game engine can be described by path and method and create object (spirit in game) and action, improves animation creation efficiency simultaneously.
As a further improvement on the present invention, after completing animation, further comprise the steps of: and will be converted the data structure buffer memory that obtains by game engine in a Global Dictionary. By method step herein, solve that the animation creation efficiency owing to causing because repeating to read file the executive capability of the file reading speed under hands lantern border and CPU has certain shortcoming is low and the problem such as take further of memory headroom, so that when needing to load identical animation, directly obtain from this buffer memory of Global Dictionary, it is to avoid repeat to read the operation of file.
As a further improvement on the present invention, when needing again to load identical animation, from Global Dictionary, directly obtain corresponding data structure, and according to this data structure, the action of Moving Objects is realized secondary control again, make Moving Objects perform corresponding action, complete animation. By this step so that when needing to load identical animation, directly obtain from this buffer memory of Global Dictionary, it is to avoid repeat to read the operation of file, the taking and improve animation creation efficiency of minimizing internal memory further.
As a further improvement on the present invention, when needing current animation is switched to new animation, comprise the following steps:
Reclaim the fixed object and Moving Objects that constitute current animation;
Extract, from the fixed object being recovered to and Moving Objects, the object needed in new animation;
Describe file by game engine read action, create and control the action of the object extracted;
Action object execution action, new animation creation completes.
Due to when user shows animation, during the switching of animation comparatively frequently, the such as switching of the animation involved by fort attack in game broadcasting needs to carry out switchings such as " lock onto target animation → attack animation → lock onto target animation → attack animations " frequently, if realized the switching of above-mentioned animation by sequence frame mode of the prior art, then the picture involved by above-mentioned animation all needs to re-create, thus causing that the computing of CPU increases further, the sudden strain of a muscle increasing the weight of game further is moved back phenomenon generation and expends time in; Therefore for solving this problem, current animation is switched to the method step of new animation when switching animation by the present invention above-mentioned, first object picture (fixed object and Moving Objects) is reclaimed, with when creating new animation, directly from the object acquisition being recovered to, without creating new object, thereby saving the animation creation time, improve animation creation efficiency, also mitigate the burden of CPU simultaneously, avoid game to occur sudden strain of a muscle to move back phenomenon further.
As a further improvement on the present invention, the action of described Moving Objects includes mobile or rotation or convergent-divergent or movement, rotation and convergent-divergent combination.
Correspondingly, present invention also offers the animation of the 2D game of a kind of cartoon implementing method for realizing above-mentioned 2D game and realize system, the animation of this 2D game realizes system and includes:
Object acquisition module, for obtaining and preserve the fixed object that need not move and needing the Moving Objects of movement;
Describe file module, for needing to set Moving Objects initial position in fixed object, athletic performance and final position according to animation, generate action description file;
Game engine modules, is used for reading described description file, creates the action of Moving Objects;
Control module, for controlling the action of Moving Objects according to described game engine modules;
Animation playing module, for according to the execution action controlling module broadcasting Moving Objects, completing animation.
As a further improvement on the present invention, described description file is python dictionary, and described game engine modules obtains corresponding data structure according to described description file translations, and created the action of new Moving Objects and Moving Objects by the mode of path method and descriptive method.
As a further improvement on the present invention, described description file module is additionally operable to after animation playing module completes animation broadcasting, game engine converts the data structure buffer memory obtained to a Global Dictionary submodule; And described control module is additionally operable to when needing again to load identical animation, corresponding data structure is directly obtained from Global Dictionary submodule, and according to this data structure, the action of Moving Objects is realized secondary control again, make Moving Objects perform corresponding action, complete animation.
As a further improvement on the present invention, the animation of the 2D game of the present invention realizes system and also includes animation handover module, for current animation switches to new animation; Described animation handover module includes object and reclaims submodule and object extraction submodule;
Described object reclaims submodule, for reclaiming the fixed object and Moving Objects constituting current animation;
Described object extraction submodule, for extracting, the fixed object being recovered to from described object recovery submodule and Moving Objects, the object needed in new animation;
And,
Described game engine modules is additionally operable to according to describing the action extracting the object obtained in document creation object extraction submodule;
Described control module is additionally operable to extract, according to game engine modules control object, the action extracting the object obtained in submodule;
Described animation playing module is additionally operable to according to the action controlling to extract in module broadcasting object extraction submodule the object obtained, and new animation creation completes.
Owing to the 2D of the present invention cartoon implementing method played has above technique effect, then the animation of the 2D game being capable of the cartoon implementing method of 2D of the present invention game realizes system and also has identical technique effect.
In order to be more fully understood that and implement, describe the present invention in detail below in conjunction with accompanying drawing.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the cartoon implementing method of 2D of the present invention game;
Fig. 2 is the schematic flow sheet after the cartoon implementing method that in Fig. 1,2D plays improves further;
Fig. 3 is the schematic flow sheet that the 2D of the present invention cartoon implementing method played realizes the switching of animation;
Fig. 4 is the structured flowchart that the 2D of the present invention animation played realizes system;
Fig. 5 is that in Fig. 4, the animation of 2D game realizes the structured flowchart after system is improved further.
Detailed description of the invention
Take greatly to solve prior art adopts sequence frame mode to realize the caused memory headroom of animation performance, play to be susceptible to dodge and move back and the generation of the phenomenon such as picture reusability is little, the invention provides the cartoon implementing method of a kind of 2D game, hereinafter, the method is specifically described.
Refer to the cartoon implementing method of Fig. 1, a kind of 2D game, comprise the following steps:
Step S1: obtain and preserve the fixed object that need not move and need the Moving Objects of movement;
Step S2: need to set Moving Objects initial position in fixed object, athletic performance and final position according to animation, generate action description file;
Step S3: describe file by game engine read action, creates and controls the action of Moving Objects; In the present embodiment, the effect of described description file is to tell this animation of game engine to show which object (picture or particle), when show, how will show (as in the rotation of what moment, convergent-divergent and displacement etc.).
Step S4: Moving Objects execution action, completes animation.
Hereinafter, the step S1~S4 of the present invention is illustrated by son as an example:
Such as, it is now desired to the animation of establishment has the object picture A and a fixing object picture B of a motion, then the object picture A and this fixing object picture B of this motion are first obtained and preserve. If animation needs object picture A to need first static 1 second, then move right 100 pixels, and move and turn clockwise, and when the 2nd second, arrival coordinate (0,100), and have rotated 180 °. In the period of object picture A motion, also have a particle C to spread flower at coordinate (50,50) place at needs always. That is, the animated actions needs according to object picture A and particle C, the description file of generation will be:
A:Picture:file.png; Sequence (Place (0,0), DelayTime (1,0), Spawn (MoveTo (1.0,0,100), RotateTo (1.0,180));
B:Picture:file.png;
C:Particle:part.plist; Sequence (Place (50,50));
Afterwards, game engine just reads foregoing description file, is created that the action of object picture A, simultaneously and be created that particle C and the action of particle C. Subsequently, object picture A, B and C perform corresponding action, complete animation.
Horn of plenty describes the information of file and reduces the higher animation of complexity is realized difficulty, improve animation creation efficiency, as a kind of more excellent technical scheme, described description file is python dictionary, and game engine obtains corresponding data structure according to described description file translations, and created the action of new Moving Objects and Moving Objects by the mode of path method and descriptive method.
For solving that animation creation efficiency owing to causing because repeating to read file the executive capability of the file reading speed under hands lantern border and CPU has certain shortcoming is low and the problem such as take further of memory headroom, avoid the operation repeating to read file, as a kind of more excellent technical scheme, refer to Fig. 2, after completing animation, also include step S5: the data structure buffer memory that obtains will be converted by game engine in a Global Dictionary. So that when needing to load identical animation, directly obtain from this buffer memory of Global Dictionary, it is to avoid repeat the operation of reading file.
For avoiding the operation repeating to read file further and reducing taking and improving animation creation efficiency of internal memory, as a kind of more excellent technical scheme, when needing again to load identical animation, corresponding data structure is directly obtained from Global Dictionary, and according to this data structure, the action of Moving Objects is realized secondary control again, make Moving Objects perform corresponding action, complete animation.
The CPU computing that the mode adopting sequence frame for solving prior art realizes animation switching and causes increases, the switching broadcasting of the animation involved by fort attack that increasing the weight of plays dodges during the problem moving back phenomenon generation and time consumption length is such as played needs to carry out switchings such as " lock onto target animation → attack animation → lock onto target animation → attack animations " frequently, the mode adopting sequence frame realizes animation then picture involved by above-mentioned animation all to be needed to re-create, thus causing that the computing of CPU increases further, the sudden strain of a muscle increasing the weight of game further is moved back phenomenon generation and expends time in, therefore for solving this problem, as a kind of more excellent technical scheme, refer to Fig. 3, when needing current animation is switched to new animation, comprise the following steps:
Step S61: reclaim the fixed object and Moving Objects that constitute current animation;
Step S62: extract, from the fixed object being recovered to and Moving Objects, the object needed in new animation;
Step S63: describe file by game engine read action, creates and controls the action of the object extracted;
Step S64: action object execution action, new animation creation completes.
In the present embodiment, the action of described Moving Objects includes mobile or rotation or convergent-divergent or movement, rotation and convergent-divergent combination.
Refer to Fig. 4, correspondingly, present invention also offers the animation of the 2D game of a kind of cartoon implementing method for realizing above-mentioned 2D game and realize system, the animation of this 2D game realizes system and includes object acquisition module 1, description file module 2, game engine modules 3, controls module 4 and animation playing module 5.
Described object acquisition module 1, for obtaining and preserve the fixed object that need not move and needing the Moving Objects of movement;
Described description file module 2, for needing to set Moving Objects initial position in fixed object, athletic performance and final position according to animation, generates action description file;
Described game engine modules 3, is used for reading described description file, creates the action of Moving Objects;
Described control module 4, for controlling the action of Moving Objects according to described game engine modules 3;
Described animation playing module 5, for playing the execution action of Moving Objects according to control module 4, completes animation.
As a kind of more excellent technical scheme, described description file is python dictionary, and described game engine modules 3 obtains corresponding data structure according to described description file translations, and created the action of new Moving Objects and Moving Objects by the mode of path method and descriptive method.
As a kind of more excellent technical scheme, described description file module 2 is additionally operable to after animation playing module 5 completes animation broadcasting, game engine converts the data structure buffer memory obtained to a Global Dictionary submodule; And described control module 4 is additionally operable to when needing again to load identical animation, corresponding data structure is directly obtained from Global Dictionary submodule, and according to this data structure, the action of Moving Objects is realized secondary control again, make Moving Objects perform corresponding action, complete animation.
Referring to Fig. 5, as a kind of more excellent technical scheme, the animation of the 2D game of the present invention realizes system and also includes animation handover module 6, for current animation switches to new animation; Described animation handover module 6 includes object and reclaims submodule 61 and object extraction submodule 62;
Described object reclaims submodule 61, for reclaiming the fixed object and Moving Objects constituting current animation;
Described object extraction submodule 62, for extracting, the fixed object being recovered to from described object recovery submodule 61 and Moving Objects, the object needed in new animation;
And,
Described game engine modules 3 is additionally operable to according to describing the action extracting the object obtained in document creation object extraction submodule 62;
Described control module 4 is additionally operable to extract, according to game engine modules 3 control object, the action extracting the object obtained in submodule 62;
Described animation playing module 5 is additionally operable to play, according to control module 4, the action extracting the object obtained in object extraction submodule 62, and new animation creation completes.
Relative to prior art, fixed object (such as building background) that the present invention does not move by constituting the object of an animation to be divided into by one and needs move the Moving Objects to reach animation effect, and by cutting the motions such as position to creating and controlling Moving Objects movement in fixed object, the establishment of animation can be realized and complete, thus picture (fixed object) and particle (Moving Objects) are assembled as parts, the broadcasting of animation can be promoted by configuring corresponding action. Then for similar animation, it is only necessary to revise discrepant parts and can push the broadcasting of new animation, thus substantially reduce picture taking memory headroom, also substantially increase the reusability of picture simultaneously. Therefore, the cartoon implementing method of 2D of the present invention game efficiently avoid existing employing sequence frame mode and realizes the caused memory headroom of animation performance and take greatly, play to be susceptible to dodge and move back and the generation of the phenomenon such as picture reusability is little.
The invention is not limited in above-mentioned embodiment, if to the various changes of the present invention or deformation without departing from the spirit and scope of the present invention, if these are changed and deform within the claim and the equivalent technologies scope that belong to the present invention, then the present invention is also intended to comprise these changes and deformation.

Claims (10)

1. the cartoon implementing method of a 2D game, it is characterised in that: comprise the following steps:
Obtain and preserve the fixed object that need not move and need the Moving Objects of movement;
Need to set Moving Objects initial position in fixed object, athletic performance and final position according to animation, generate action description file;
Describe file by game engine read action, create and control the action of Moving Objects;
Moving Objects execution action, completes animation.
2. method according to claim 1, it is characterized in that: described description file is python dictionary, and game engine obtains corresponding data structure according to described description file translations, and created the action of new Moving Objects and Moving Objects by the mode of path method and descriptive method.
3. method according to claim 2, it is characterised in that: after completing animation, further comprise the steps of: and will be converted the data structure buffer memory that obtains by game engine in a Global Dictionary.
4. method according to claim 3, it is characterized in that: when needing again to load identical animation, corresponding data structure is directly obtained from Global Dictionary, and according to this data structure, the action of Moving Objects is realized secondary control again, make Moving Objects perform corresponding action, complete animation.
5. method according to claim 1, it is characterised in that: when needing current animation is switched to new animation, comprise the following steps:
Reclaim the fixed object and Moving Objects that constitute current animation;
Extract, from the fixed object being recovered to and Moving Objects, the object needed in new animation;
Describe file by game engine read action, create and control the action of the object extracted;
Action object execution action, new animation creation completes.
6. method according to claim 1, it is characterised in that: the action of described Moving Objects includes mobile or rotation or convergent-divergent or movement, rotation and convergent-divergent combination.
7. the animation of a 2D game realizes system, it is characterised in that: include
Object acquisition module, for obtaining and preserve the fixed object that need not move and needing the Moving Objects of movement;
Describe file module, for needing to set Moving Objects initial position in fixed object, athletic performance and final position according to animation, generate action description file;
Game engine modules, is used for reading described description file, creates the action of Moving Objects;
Control module, for controlling the action of Moving Objects according to described game engine modules;
Animation playing module, for according to the execution action controlling module broadcasting Moving Objects, completing animation.
8. system according to claim 7, it is characterized in that: described description file is python dictionary, and described game engine modules obtains corresponding data structure according to described description file translations, and created the action of new Moving Objects and Moving Objects by the mode of path method and descriptive method.
9. system according to claim 8, it is characterised in that: described description file module is additionally operable to after animation playing module completes animation broadcasting, game engine converts the data structure buffer memory obtained to a Global Dictionary submodule; And described control module is additionally operable to when needing again to load identical animation, corresponding data structure is directly obtained from Global Dictionary submodule, and according to this data structure, the action of Moving Objects is realized secondary control again, make Moving Objects perform corresponding action, complete animation.
10. system according to claim 1, it is characterised in that: also include animation handover module, for current animation being switched to new animation; Described animation handover module includes object and reclaims submodule and object extraction submodule;
Described object reclaims submodule, for reclaiming the fixed object and Moving Objects constituting current animation;
Described object extraction submodule, for extracting, the fixed object being recovered to from described object recovery submodule and Moving Objects, the object needed in new animation;
And,
Described game engine modules is additionally operable to according to describing the action extracting the object obtained in document creation object extraction submodule;
Described control module is additionally operable to extract, according to game engine modules control object, the action extracting the object obtained in submodule;
Described animation playing module is additionally operable to according to the action controlling to extract in module broadcasting object extraction submodule the object obtained, and new animation creation completes.
CN201511033648.XA 2015-12-31 2015-12-31 Animation realization method and system of 2D game Pending CN105678830A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511033648.XA CN105678830A (en) 2015-12-31 2015-12-31 Animation realization method and system of 2D game

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511033648.XA CN105678830A (en) 2015-12-31 2015-12-31 Animation realization method and system of 2D game

Publications (1)

Publication Number Publication Date
CN105678830A true CN105678830A (en) 2016-06-15

Family

ID=56190018

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511033648.XA Pending CN105678830A (en) 2015-12-31 2015-12-31 Animation realization method and system of 2D game

Country Status (1)

Country Link
CN (1) CN105678830A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023231986A1 (en) * 2022-06-02 2023-12-07 北京新唐思创教育科技有限公司 Animation execution method and apparatus, device, and medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080166022A1 (en) * 2006-12-29 2008-07-10 Gesturetek, Inc. Manipulation Of Virtual Objects Using Enhanced Interactive System
JP2009054009A (en) * 2007-08-28 2009-03-12 Canon Inc Structured document drawing apparatus, structured document drawing method, program, and storage medium
CN104123742A (en) * 2014-07-21 2014-10-29 徐才 Method and player for translating static cartoon picture into two dimensional animation
CN104392474A (en) * 2014-06-30 2015-03-04 贵阳朗玛信息技术股份有限公司 Method and device for generating and displaying animation
CN104820493A (en) * 2015-04-23 2015-08-05 北京小小牛创意科技有限公司 Implementation method and implementation system of motion driving effect
CN104850389A (en) * 2014-02-14 2015-08-19 腾讯科技(深圳)有限公司 Method and apparatus for implementing dynamic interface

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080166022A1 (en) * 2006-12-29 2008-07-10 Gesturetek, Inc. Manipulation Of Virtual Objects Using Enhanced Interactive System
JP2009054009A (en) * 2007-08-28 2009-03-12 Canon Inc Structured document drawing apparatus, structured document drawing method, program, and storage medium
CN104850389A (en) * 2014-02-14 2015-08-19 腾讯科技(深圳)有限公司 Method and apparatus for implementing dynamic interface
CN104392474A (en) * 2014-06-30 2015-03-04 贵阳朗玛信息技术股份有限公司 Method and device for generating and displaying animation
CN104123742A (en) * 2014-07-21 2014-10-29 徐才 Method and player for translating static cartoon picture into two dimensional animation
CN104820493A (en) * 2015-04-23 2015-08-05 北京小小牛创意科技有限公司 Implementation method and implementation system of motion driving effect

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023231986A1 (en) * 2022-06-02 2023-12-07 北京新唐思创教育科技有限公司 Animation execution method and apparatus, device, and medium

Similar Documents

Publication Publication Date Title
Howard et al. Searching for mobilenetv3
Skorokhodov et al. Aligning latent and image spaces to connect the unconnectable
CN107016924B (en) Tile map generation method, updating method and updating device in virtual map
Liu et al. Fusedream: Training-free text-to-image generation with improved clip+ gan space optimization
US8248420B2 (en) Method and system for displaying animation with an embedded system graphics API
KR102450865B1 (en) Avatar keyboard
US10846906B2 (en) Animation using keyframing and projected dynamics simulation
CN105224390A (en) A kind of method of virtual desktop compression
JP2003531445A (en) System and method for generating visual representations of graphical data and digital document processing
CN102411791B (en) Method and equipment for changing static image into dynamic image
CN102834843A (en) Methods and apparatuses for face detection
CN105516726A (en) Motion compensation matching method and system of video coding
Lu et al. Bridging the visual gap: Wide-range image blending
CN105427365A (en) Animation implementation method, system and animation updating method
JP3579775B2 (en) Video generator
CN105678830A (en) Animation realization method and system of 2D game
US10957090B2 (en) Eye animated expression display method and robot using the same
WO2022218042A1 (en) Video processing method and apparatus, and video player, electronic device and readable medium
CN116229337B (en) Method, apparatus, system, device and medium for video processing
CN102682461B (en) A kind of animation rendering intent, system and animation player
CN105389840A (en) Animation implementation method and system for control in 2D game
Wu et al. PMC-GANs: Generating multi-scale high-quality pedestrian with multimodal cascaded GANs
KR20220156906A (en) Image display method, device, device and storage medium
Li et al. Extended photomosaic with QR code capability
CN115779436B (en) Animation switching method, device, equipment and computer readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 510000 3, 1 building, 90 ho he road, Luogang District, Guangzhou, Guangdong.

Applicant after: Guangzhou Duoyi Network Co., Ltd.

Address before: 510000 3, 1 building, 90 ho he road, Luogang District, Guangzhou, Guangdong.

Applicant before: Guangzhou Baiyun Bio-Tech Co., Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160615