WO2016202215A1 - 实现动态图片预览的方法和装置、表情包展示方法和装置 - Google Patents

实现动态图片预览的方法和装置、表情包展示方法和装置 Download PDF

Info

Publication number
WO2016202215A1
WO2016202215A1 PCT/CN2016/085400 CN2016085400W WO2016202215A1 WO 2016202215 A1 WO2016202215 A1 WO 2016202215A1 CN 2016085400 W CN2016085400 W CN 2016085400W WO 2016202215 A1 WO2016202215 A1 WO 2016202215A1
Authority
WO
WIPO (PCT)
Prior art keywords
frame number
dynamic
expression
picture
preview
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.)
Ceased
Application number
PCT/CN2016/085400
Other languages
English (en)
French (fr)
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to KR1020187000737A priority Critical patent/KR102229742B1/ko
Priority to JP2017565914A priority patent/JP6882992B2/ja
Priority to SG11201710357SA priority patent/SG11201710357SA/en
Priority to EP16810956.9A priority patent/EP3312720A4/en
Publication of WO2016202215A1 publication Critical patent/WO2016202215A1/zh
Priority to US15/842,395 priority patent/US10650486B2/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/106Display of layout of documents; Previewing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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 OR CALCULATING; 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
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Definitions

  • the present application relates to the field of image processing technologies, and in particular, to a method and apparatus for implementing dynamic picture preview, and an expression package display method and apparatus.
  • each dynamic emoticon in the emoticon installation file corresponds to two files, a dynamic picture and a preview picture, which are respectively used for the use and preview of the dynamic expression.
  • two images are needed to complete the use of the entire dynamic expression. In this way, two images need to be prepared when the emoticon package is created, the workload is large, and the size of the emoticon installation file is too large, and more network traffic is consumed during downloading.
  • the present application provides a method for implementing dynamic picture preview, where the dynamic picture includes several frames of still image data; the method includes:
  • the extracted still image data is presented.
  • the present invention provides an expression package display method, wherein the expression package has at least one dynamic expression including a plurality of frames of still image data, and the method includes:
  • the dynamic expression is presented using the extracted still image data.
  • the application also provides an apparatus for realizing dynamic picture preview, the dynamic picture including several frames of still images Data; the device comprises:
  • An image data extracting unit configured to extract at least one frame of still image data having a specified frame number from the dynamic picture
  • An image data presentation unit for presenting the extracted still image data.
  • the present invention provides an expression package display device having at least one dynamic expression including a plurality of frames of still image data, the device comprising:
  • An expression data extracting unit configured to extract at least one frame of still image data having a specified frame number from the dynamic expression to be displayed
  • An expression data presentation unit for displaying the dynamic expression using the extracted still image data.
  • the static image data in the dynamic image or the dynamic expression is extracted to perform the presentation, so that the preview of the dynamic image or the display of the dynamic expression is no longer needed to download the preview image.
  • it can reduce the size of the emoticon installation file and save network traffic; and can reduce the workload of the emoticon maker and improve the efficiency of emoticon production.
  • FIG. 1 is a flowchart of a method for implementing dynamic picture preview in an embodiment of the present application
  • FIG. 3 is a flow chart of implementing a dynamic expression preview in an expression package in an application example of the present application
  • FIG. 4 is a hardware structural diagram of a device to which an embodiment of the present application is applied;
  • FIG. 5 is a logical structural diagram of an apparatus for implementing dynamic picture preview in an embodiment of the present application.
  • FIG. 6 is a logical structural diagram of an expression package display apparatus in the embodiment of the present application.
  • a dynamic picture is usually composed of a plurality of still pictures of different contents.
  • the dynamic picture includes image data of the still pictures, and the image data of each still picture is one frame, and the static image data is displayed by frame-by-frame sequential display.
  • the preview image of the dynamic image is often one of these static images, and the image data of this static image is already included in the dynamic image.
  • the image data of the dynamic expression preview picture in the expression pack is duplicate information, and the size of the installation file can be reduced by removing the duplicate information.
  • Embodiment 1 of the present application proposes a new method for realizing dynamic picture preview, which uses partial static image data in a dynamic picture for previewing, and can be used on a user's device when used for dynamic expression preview of an expression package.
  • the dynamic expression itself realizes preview, thereby reducing the size of the expression package installation file and reducing the workload when the expression package is created, so as to solve the problems in the prior art.
  • the first embodiment of the present application is applied to a device capable of acquiring a dynamic picture and previewing the dynamic picture, and may be any device having a computing and storage function, such as a mobile phone, a tablet computer, or a PC (Personal Computer). ), notebooks, servers, and more.
  • a computing and storage function such as a mobile phone, a tablet computer, or a PC (Personal Computer).
  • notebooks servers, and more.
  • FIG. 1 The flow of the method for implementing dynamic picture preview in the first embodiment of the present application is as shown in FIG. 1 .
  • Step 110 Extract at least one frame of still image data having a specified frame number from the dynamic picture.
  • Dynamic images that can be retrieved from the network in real time, as well as dynamic images saved locally on the device.
  • the dynamic picture includes at least two frames of still image data, and each frame of the still image data has its own frame number.
  • the pictures corresponding to the still image data are sequentially displayed according to the frame number sequence to display a dynamic effect.
  • image processing software a plurality of specific implementation manners for extracting still image data having a certain frame number or some frame numbers from dynamic pictures are provided, and details are not described herein again.
  • the specified frame serial number may be a single frame serial number, and the static image data of the single frame is extracted, and the preview effect is static at this time; the specified frame serial number may also be two or more frame serial numbers, and two frames are extracted. Or more than two frames of still image data, the preview effect is dynamic at this time.
  • the specified frame number can be determined in a variety of ways depending on the application scenario in which the preview image is used. For example, when the predetermined condition is met (for example, when the software or application that needs to preview the dynamic picture starts running, when the user uses the dynamic picture preview function, etc.), the frame number of the dynamic picture is obtained from the network by using the preset address, The serial frame number is used as the specified frame number; the built-in frame number of the dynamic picture can be saved locally, and the built-in frame number is used as the specified frame number (the dynamic expression in the expression package can be carried in the installation file corresponding to each dynamic The built-in frame number of the expression is saved locally by the installation process; the default frame number can also be set, and the default frame number is used as the specified frame number.
  • the predetermined condition for example, when the software or application that needs to preview the dynamic picture starts running, when the user uses the dynamic picture preview function, etc.
  • the frame number of the dynamic picture is obtained from the network by using the preset address
  • the serial frame number is used as the specified
  • the method of obtaining the frame number from the network by using the preset address can centrally control the preview effect of the dynamic picture from the network side, and can modify the displayed preview picture as needed without changing the setting of each client, but when the network speed is slow Causes a delay in previewing.
  • the built-in frame serial number saved locally can avoid the influence of network conditions on dynamic picture preview, and the operation efficiency is high to save traffic, but the corresponding built-in frame serial number needs to be preset for each dynamic picture.
  • the method of using the default frame number is also efficient and saves traffic, and is simple to implement. It can provide a preview implementation for the previous dynamic picture (there is no network side to provide the frame number of the delivery, nor the dynamic picture of the preset frame number). Compatibility, but it is often difficult to accurately show the characteristics of each dynamic picture.
  • the above three ways of determining the specified frame number can be combined to take advantage of different ways as much as possible. Reduce the impact of its shortcomings. For example, combining the built-in frame number and the default frame number: searching for the built-in frame number of a dynamic picture locally, and if found, the built-in frame number of the dynamic picture saved locally is used as the specified frame number; if not found, the default is The frame number is used as the specified frame number of the dynamic picture.
  • combining the sending frame serial number and the default frame serial number obtaining the serial frame serial number of a dynamic picture from the network by using the preset address, as the specified frame serial number of the dynamic picture; if the dynamic picture is not obtained from the network If the frame number is sent, the default frame number is used as the specified frame number of the dynamic picture.
  • the specified frame sequence number may be determined by using the foregoing three methods: obtaining a frame number of a dynamic picture from the network by using a preset address, as a specified frame sequence number; if the dynamic picture is not obtained from the network If the serial number of the frame is sent, the built-in frame number of the dynamic picture saved locally is used as the specified frame number; if the built-in frame number of the dynamic picture saved locally is not found, the default frame number is used as the specified frame number of the dynamic picture. .
  • the frame number of the still image data in the dynamic picture is usually incremented from 1 to M (M is a natural number), and the rule of specifying the frame number can be set to: 0 and/or -1 in the specified frame number indicates the last frame.
  • N in the specified frame number N is a natural number
  • N is not greater than the frame number of the last frame of the dynamic picture, it means the Nth frame, which is larger than the frame number of the last frame of the dynamic picture, indicating the last picture of the dynamic picture. frame.
  • the default frame number can be 1 to use the first frame as a preview, 0 or -1 to use the last frame as a preview, or (1,0) or (1,-1) to be A dynamic picture composed of one frame and the last frame is used as a preview. Moreover, even if the frame number, the built-in frame number, or the default frame number exceeds the maximum number of frames of the dynamic picture, the situation in which the preview cannot be performed does not occur.
  • Step 120 presenting the extracted still image data.
  • the still image data extracted in step 110 is presented as image data in the preview image to the user.
  • Various system software and image processing application software in the prior art can implement this function, and will not be described again.
  • a preview image may be generated according to static image data extracted from a dynamic picture, and the generated preview image may be cached; when previewing the dynamic image, it may first be found whether the cache is saved.
  • the preview picture of the dynamic picture if any, presents the cached preview picture; if not, steps 110 and 120 are performed, the still image data is extracted and presented, and a preview picture is generated based on the extracted still image data and stored in the cache.
  • a static preview picture is generated by using the extracted single frame still image data; if the specified frame number is two or more frame numbers, the extracted two frames or more are used.
  • Static The image data is generated by a dynamic preview image.
  • the existing various image processing softwares have provided a plurality of specific implementation modes for generating a static preview image using a single frame of still image data and generating a dynamic preview image by using more than one frame of still image data, which can be used, and will not be described again. .
  • the preview picture of the dynamic picture in the cache may be presented to the user.
  • the buffer of the preview image can be set in the non-volatile memory to reduce the processing time for generating the preview image and improve the efficiency of dynamic image preview.
  • the static image data in the dynamic picture is used to implement the static or dynamic preview function in the first embodiment of the present application.
  • it is no longer necessary to configure a corresponding preview picture for each dynamic picture in the installation file.
  • the size of the emoticon installation file is reduced, which saves the network traffic consumed by downloading the installation file.
  • the installation package creator no longer needs to generate a preview image for each dynamic expression, which reduces the workload of the expression package creation and improves the production. effectiveness.
  • the second embodiment of the present application proposes a new expression package display method, which uses part of the static image data in the dynamic expression to display the dynamic expression, so that when the expression in the expression package is displayed on the user's device, the dynamic expression itself is utilized. It can be implemented to reduce the size of the emoticon package installation file and reduce the workload of the emoticon package creation to solve the problems in the prior art.
  • the second embodiment of the present application is applied to a device for downloading an emoticon package installation file and completing an emoticon package
  • the device may be any device having a computing and storage function.
  • the device displays the emoticon package to the user for the user to preview the emoticon.
  • the expression package installation file, the expression package file on the device after the installation is completed includes at least one dynamic expression, but does not include the preview expression corresponding to each dynamic expression.
  • Each dynamic expression is a dynamic picture comprising at least two frames of still image data having respective frame numbers.
  • the flow of the expression package display method is as shown in FIG. 2 .
  • Step 210 Extract at least one frame of still image data having a specified frame number from the dynamic expression to be displayed.
  • the expression displayed to the user each time may be all the expressions in the expression pack, or may be partial expressions.
  • the dynamic expression to be displayed at least one frame of still image data is extracted according to the specified frame number.
  • the specified frame number may be a single frame number for static display of the expression; the specified frame number may also be two or more frame numbers for dynamic display of the expression.
  • the specified frame number may be determined in a plurality of manners, and the frame number of the dynamic expression obtained from the network, the built-in frame number of the dynamic expression included in the expression package, or the default frame number may be used as the specified frame number. .
  • the preset address of the frame number to be downloaded may be preset in the emoticon package, or a preset address for obtaining the frame number of the delivery frame may be built in the social software using the emoticon package, and then the global emoticon identifier may be used. (the unique identifier of each expression in all emoticons) or the emoticon in the bag (the unique identifier of each emoticon in the emoticon) + the emoticon tag (a unique identifier in all emoticons) to get each dynamic emoticon The frame number of the outgoing frame.
  • the built-in frame serial number corresponding to each dynamic expression may be included in the emoticon package installation file, and after the emoticon package is installed, the built-in frame serial number of each dynamic emoticon is saved in the emoticon package of the device.
  • the default frame number used can be set for the emoticon package or for the social software that uses the emoticon package.
  • the specified frame number may be determined by combining the above three frame numbers. Specifically, the frame number of the dynamic expression is obtained from the network based on the preset address, as the specified frame number; if the frame number of the dynamic expression is not obtained. The built-in frame number of the dynamic expression included in the expression package is used as the specified frame number; if the built-in frame number of the dynamic expression is not found, the default frame number is used as the specified frame number of the dynamic expression.
  • the manner of determining the designated frame number and the technical effect that can be achieved by using two or three of the above three frame numbers are also referred to in the first embodiment.
  • a certain rule may be set for the specified frame sequence number. Please refer to the first embodiment, and the description is not repeated.
  • Step 220 using the extracted still image data to display the dynamic expression.
  • the preview expression corresponding to the dynamic expression can be generated based on the still image data extracted from the dynamic expression, and the generated preview expression is cached.
  • the expression package display for the dynamic expression to be displayed, first find in the cache whether there is a preview expression corresponding to the dynamic expression, and if so, use the corresponding preview expression to display the dynamic expression, if not, execute Steps 210 and 220, after the static image data is extracted, the preview image is generated according to the extracted still image data, and is stored in the cache.
  • the cache may be set in an emoticon package saved locally by the device, so that each dynamic emoticon generates a preview emoticon when the first presentation is performed, and subsequent presentations may directly use the preview emoticon to implement the emoticon.
  • the package is displayed, thereby reducing the amount of computation of the device and improving the efficiency of the expression package display.
  • the static image data in the dynamic expression is used to display the expression package, and it is no longer necessary to configure the corresponding preview expression for each dynamic expression in the expression package installation file, thereby reducing the size of the expression package installation file and saving the size.
  • Download the network traffic consumed by the installation files; at the same time, the installer creator no longer needs to generate for each dynamic emoticon Previewing the expression reduces the workload of the expression pack creation and improves the production efficiency.
  • a social app on a user Android (Android) terminal downloads and installs an emoticon package, which includes a dynamic picture of each dynamic emoticon and a dynamic picture download frame number. Network address, but does not include preview images of dynamic emoticons.
  • the social app sets a buffer for the preview image.
  • Step 301 Find a preview picture of the dynamic expression 01.gif in the buffer area.
  • step 302 it is determined whether it is found. If found, step 303 is performed, otherwise step 304 is performed.
  • step 303 a preview image of 01.gif is displayed on the interface, and the process ends.
  • Step 304 Obtain a network address in the emoticon packet, and request a sequence number of the sent frame of 01.gif to the network address.
  • Step 305 Determine whether the sequence number of the sent frame returned by the network address is received within a predetermined time. If yes, go to step 306; otherwise, go to step 307.
  • Step 306 If the frame number of the frame is greater than the maximum frame number of 01.gif, the maximum frame number of 01.gif is the specified frame number PreviewIndex, otherwise the following frame number is the specified frame number, and the process proceeds to step 308.
  • step 307 the default frame number 0 is used as the specified frame number. 0 represents the last frame of still image data of the dynamic picture.
  • Step 308 calling the open source component GIFDrawable to load 01.gif into the memory, and extracting the static image data with the specified frame serial number.
  • Step 309 the extracted still image data is placed into the image container ImageView provided by the Android system, and the static image data is presented to the user by the ImageView to realize the preview of 01.gif.
  • Step 310 Generate a preview file of 01.gif using the extracted still image data, and save the generated preview file in a buffer area. In this way, the next time you need to preview 01.gif, you can read the saved preview file from the cache area and display it directly.
  • an embodiment of the present application further provides an apparatus for implementing dynamic picture preview.
  • the device can be implemented by software, or can be implemented by hardware or a combination of hardware and software.
  • the CPU Central Process Unit
  • the device in which the device is located reads the corresponding computer program instructions into the memory.
  • the device in which the device for implementing dynamic picture preview is located usually includes a chip for transmitting and receiving wireless signals, or is used to implement a network. Other hardware such as communication board.
  • FIG. 5 is a schematic diagram of an apparatus for implementing dynamic picture preview according to an embodiment of the present application, where the dynamic picture includes a plurality of frames of still image data; the apparatus includes an image data extraction unit and an image data presentation unit, wherein: image data extraction The unit is configured to extract at least one frame of still image data having a specified frame number from the dynamic picture; the image data presentation unit is configured to display the extracted still image data.
  • the specified frame sequence number includes: a sequence number of the sent frame of the dynamic picture acquired from the network, a built-in frame sequence number of the dynamic picture saved locally, or a default frame sequence number.
  • the device may further include: a specified frame number unit, configured to acquire, according to the preset address, a sequence number of the sent frame of the dynamic picture from the network, as a specified frame sequence number; if the dynamic picture cannot be obtained If the frame number is set, the built-in frame number of the dynamic picture saved locally is used as the designated frame number; if the built-in frame number of the dynamic picture is not found, the default frame number is used as the specified frame number of the dynamic picture.
  • a specified frame number unit configured to acquire, according to the preset address, a sequence number of the sent frame of the dynamic picture from the network, as a specified frame sequence number; if the dynamic picture cannot be obtained If the frame number is set, the built-in frame number of the dynamic picture saved locally is used as the designated frame number; if the built-in frame number of the dynamic picture is not found, the default frame number is used as the specified frame number of the dynamic picture.
  • 0 or -1 represents the last frame of the static image data of the dynamic picture; if the N in the specified frame number is not greater than the maximum frame number of the dynamic picture, The Nth frame of the dynamic picture is still image data; if N is greater than the maximum frame number of the dynamic picture, it represents the last frame of the dynamic picture data of the dynamic picture; N is a natural number.
  • the device may further include a preview picture buffer unit and a preview picture display unit, where: the preview picture buffer unit is configured to generate a preview picture according to the extracted still image data, and cache the generated preview picture; When previewing the dynamic picture, if a preview picture of the dynamic picture is found in the cache, the cached preview picture is displayed.
  • the preview picture buffer unit is configured to generate a preview picture according to the extracted still image data, and cache the generated preview picture;
  • the dynamic picture includes a dynamic expression in the expression package;
  • the installation file of the expression package includes a built-in frame serial number corresponding to the dynamic expression and used as the specified frame number.
  • FIG. 6 is a schematic diagram of an apparatus for implementing dynamic picture preview according to an embodiment of the present application, where the expression package has at least one dynamic expression including a plurality of frames of still image data, and the apparatus includes an expression data extraction unit and an expression data display. a unit, wherein: the expression data extraction unit is configured to extract at least one frame of still image data having a specified frame number from the dynamic expression to be displayed; the expression data presentation unit is configured to display the dynamic expression using the extracted still image data.
  • the specified frame sequence number includes: a sequence number of the sent frame of the dynamic expression acquired from the network, a built-in frame sequence number of the dynamic expression included in the emoticon packet, or a default frame sequence number.
  • the device further includes an expression specifying frame number unit, configured to acquire, according to the preset address, a serial frame serial number of the dynamic expression from the network, as a specified frame serial number; if the dynamic image is not obtained, Sending a frame number, the built-in frame number of the dynamic expression included in the expression package is used as a specified frame number; if the dynamic is not found
  • the built-in frame number of the expression is the default frame number as the specified frame number of the dynamic expression.
  • the device further includes a preview emoticon cache unit and a preview emoticon presentation unit, wherein: the preview emoticon cache unit is configured to generate a preview emoticon corresponding to the dynamic emoticon according to the extracted still image data, and cache the generated preview emoticon
  • the preview expression presentation unit is configured to display the dynamic expression using the preview expression when the preview expression corresponding to the dynamic expression to be displayed is found in the cache.
  • a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
  • processors CPUs
  • input/output interfaces network interfaces
  • memory volatile and non-volatile memory
  • the memory may include non-persistent memory, random access memory (RAM), and/or non-volatile memory in a computer readable medium, such as read only memory (ROM) or flash memory.
  • RAM random access memory
  • ROM read only memory
  • Memory is an example of a computer readable medium.
  • Computer readable media includes both permanent and non-persistent, removable and non-removable media.
  • Information storage can be implemented by any method or technology.
  • the information can be computer readable instructions, data structures, modules of programs, or other data.
  • Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory. (ROM), electrically erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disk read only memory (CD-ROM), digital versatile disk (DVD) or other optical storage, Magnetic tape cartridges, magnetic tape storage or other magnetic storage devices or any other non-transportable media can be used to store information that can be accessed by a computing device.
  • computer readable media does not include temporary storage of computer readable media, such as modulated data signals and carrier waves.
  • embodiments of the present application can be provided as a method, system, or computer program product.
  • the present application can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment in combination of software and hardware.
  • the application can employ computer programs embodied on one or more computer usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) having computer usable program code embodied therein.
  • the form of the product includes but not limited to disk storage, CD-ROM, optical storage, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)
  • Facsimiles In General (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
PCT/CN2016/085400 2015-06-19 2016-06-12 实现动态图片预览的方法和装置、表情包展示方法和装置 Ceased WO2016202215A1 (zh)

Priority Applications (5)

Application Number Priority Date Filing Date Title
KR1020187000737A KR102229742B1 (ko) 2015-06-19 2016-06-12 동적 이미지를 프리뷰하기 위한 방법 및 디바이스, 그리고 표현 패키지를 디스플레이하기 위한 방법 및 디바이스
JP2017565914A JP6882992B2 (ja) 2015-06-19 2016-06-12 動画像をプレビューする方法及びデバイス、並びに表現パッケージを表示する方法及びデバイス
SG11201710357SA SG11201710357SA (en) 2015-06-19 2016-06-12 Method and device for previewing dynamic image, and method and device for displaying expression package
EP16810956.9A EP3312720A4 (en) 2015-06-19 2016-06-12 METHOD AND DEVICE FOR PREVIEWING A DYNAMIC IMAGE AND METHOD AND DEVICE FOR PRESENTING AN EXPRESSION PACKAGE
US15/842,395 US10650486B2 (en) 2015-06-19 2017-12-14 Previewing dynamic images and expressions

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510346514.7 2015-06-19
CN201510346514.7A CN106257415A (zh) 2015-06-19 2015-06-19 实现动态图片预览的方法和装置、表情包展示方法和装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/842,395 Continuation US10650486B2 (en) 2015-06-19 2017-12-14 Previewing dynamic images and expressions

Publications (1)

Publication Number Publication Date
WO2016202215A1 true WO2016202215A1 (zh) 2016-12-22

Family

ID=57544996

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/085400 Ceased WO2016202215A1 (zh) 2015-06-19 2016-06-12 实现动态图片预览的方法和装置、表情包展示方法和装置

Country Status (7)

Country Link
US (1) US10650486B2 (enExample)
EP (1) EP3312720A4 (enExample)
JP (1) JP6882992B2 (enExample)
KR (1) KR102229742B1 (enExample)
CN (1) CN106257415A (enExample)
SG (1) SG11201710357SA (enExample)
WO (1) WO2016202215A1 (enExample)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108259315A (zh) * 2017-01-16 2018-07-06 广州市动景计算机科技有限公司 在线图片分享方法、设备、客户端及电子设备
US20180350026A1 (en) * 2017-05-30 2018-12-06 Qualcomm Incorporated Memory footprint and power efficient multi-pass image processing architecture
CN108228295A (zh) * 2017-12-29 2018-06-29 努比亚技术有限公司 壁纸设置方法、智能终端及存储介质
CN109120866B (zh) * 2018-09-27 2020-04-03 腾讯科技(深圳)有限公司 动态表情生成方法、装置、计算机可读存储介质和计算机设备
US11670252B2 (en) * 2019-05-31 2023-06-06 Apple Inc. Power management for image display
CN110990626A (zh) * 2019-12-09 2020-04-10 深圳市迅雷网络技术有限公司 一种图片处理方法、装置、系统及存储介质
US12216520B2 (en) 2020-06-16 2025-02-04 Apple Inc. Direct access to wake state device functionality from a low power state
US20220092828A1 (en) * 2020-09-22 2022-03-24 International Business Machines Corporation Image preview using object identifications
CN117692763B (zh) * 2023-08-02 2024-10-25 荣耀终端有限公司 拍照方法、电子设备、存储介质及程序产品

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102637421A (zh) * 2011-02-08 2012-08-15 索尼公司 运动图像处理装置、运动图像处理方法及程序
CN103856507A (zh) * 2012-11-30 2014-06-11 腾讯科技(深圳)有限公司 网络动态图片的静态显示方法和装置
CN103853417A (zh) * 2012-11-30 2014-06-11 腾讯科技(深圳)有限公司 网络动态图片的滚动分页显示方法和装置
WO2014171142A1 (ja) * 2013-04-17 2014-10-23 パナソニックIpマネジメント株式会社 画像処理方法および画像処理装置

Family Cites Families (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003009023A (ja) * 2001-06-25 2003-01-10 Casio Comput Co Ltd 番組再表示方法及びテレビWeb情報サービスシステム
JP2003032643A (ja) * 2001-07-18 2003-01-31 Minolta Co Ltd 動画補正システム、クライアント、動画補正方法、プログラム、および記録媒体
JP4325459B2 (ja) * 2004-03-30 2009-09-02 カシオ計算機株式会社 動画再生装置、及びそのプログラム
US7877750B2 (en) * 2005-07-27 2011-01-25 Sap Ag Scheduled job execution management
US20070030510A1 (en) * 2005-08-08 2007-02-08 Yoshimine Horiuchi Image processing apparatus, image output method, and computer program product
US20070097205A1 (en) * 2005-10-31 2007-05-03 Intel Corporation Video transmission over wireless networks
JP2008033769A (ja) * 2006-07-31 2008-02-14 Seiko Epson Corp 印刷クライアントおよび印刷方法
US7991401B2 (en) * 2006-08-08 2011-08-02 Samsung Electronics Co., Ltd. Apparatus, a method, and a system for animating a virtual scene
KR101434498B1 (ko) * 2007-10-29 2014-09-29 삼성전자주식회사 휴대 단말기 및 그의 동영상 관리 방법
CN100559376C (zh) * 2008-06-30 2009-11-11 腾讯科技(深圳)有限公司 生成视频摘要的方法、系统及设备
US20100242066A1 (en) * 2009-03-19 2010-09-23 Cyberlink Corp. Method of Performing Random Seek Preview for Streaming Video
JP2011015198A (ja) * 2009-07-02 2011-01-20 Murata Machinery Ltd 画像処理装置
JP5686673B2 (ja) * 2010-07-22 2015-03-18 富士フイルム株式会社 画像処理装置、画像処理方法およびプログラム
CN102568021B (zh) 2010-12-15 2016-04-13 腾讯科技(深圳)有限公司 一种基于flash的画面播放方法及系统
US9213342B2 (en) * 2011-03-28 2015-12-15 Emerson Electric Co. Wireless control of a heating or cooling unit
CN102842142B (zh) * 2011-06-23 2015-11-25 汉王科技股份有限公司 文档中动态图片的显示方法及装置
US9177401B2 (en) * 2012-03-08 2015-11-03 Adobe Systems Incorporated System and method for creating custom composite images from layered images in a client-server environment
US20150314454A1 (en) * 2013-03-15 2015-11-05 JIBO, Inc. Apparatus and methods for providing a persistent companion device
US20140365892A1 (en) * 2013-06-08 2014-12-11 Tencent Technology (Shenzhen) Company Limited Method, apparatus and computer readable storage medium for displaying video preview picture
JP6265659B2 (ja) * 2013-08-27 2018-01-24 キヤノン株式会社 情報処理装置およびその制御方法およびプログラム
CN104935491B (zh) * 2014-03-17 2018-08-07 腾讯科技(深圳)有限公司 一种发送表情图像的方法及装置
CN103986933B (zh) * 2014-04-24 2017-12-12 小米科技有限责任公司 动态图片显示方法及装置
US20160274999A1 (en) * 2014-05-20 2016-09-22 Samsung Electronics Co., Ltd. Distributed test and profiler framework
CN104063427A (zh) * 2014-06-06 2014-09-24 北京搜狗科技发展有限公司 一种基于语义理解的表情输入方法和装置
US9792957B2 (en) * 2014-10-08 2017-10-17 JBF Interlude 2009 LTD Systems and methods for dynamic video bookmarking
US10359909B2 (en) * 2015-03-25 2019-07-23 Adobe Inc. Document layer extraction for mobile devices
CN105049318B (zh) * 2015-05-22 2019-01-08 腾讯科技(深圳)有限公司 消息发送方法和装置、消息处理方法和装置
US9818451B1 (en) * 2015-12-21 2017-11-14 Amazon Technologies, Inc. Frame selection of video data

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102637421A (zh) * 2011-02-08 2012-08-15 索尼公司 运动图像处理装置、运动图像处理方法及程序
CN103856507A (zh) * 2012-11-30 2014-06-11 腾讯科技(深圳)有限公司 网络动态图片的静态显示方法和装置
CN103853417A (zh) * 2012-11-30 2014-06-11 腾讯科技(深圳)有限公司 网络动态图片的滚动分页显示方法和装置
WO2014171142A1 (ja) * 2013-04-17 2014-10-23 パナソニックIpマネジメント株式会社 画像処理方法および画像処理装置

Non-Patent Citations (1)

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

Also Published As

Publication number Publication date
US10650486B2 (en) 2020-05-12
JP2018528634A (ja) 2018-09-27
US20180108111A1 (en) 2018-04-19
EP3312720A1 (en) 2018-04-25
SG11201710357SA (en) 2018-01-30
CN106257415A (zh) 2016-12-28
KR20180019158A (ko) 2018-02-23
EP3312720A4 (en) 2019-02-27
JP6882992B2 (ja) 2021-06-02
KR102229742B1 (ko) 2021-03-19

Similar Documents

Publication Publication Date Title
WO2016202215A1 (zh) 实现动态图片预览的方法和装置、表情包展示方法和装置
US11315219B2 (en) Remote distribution of neural networks
TWI686768B (zh) 在移動設備上動畫展現圖像的方法和裝置
WO2019157929A1 (zh) 一种文件处理方法、装置及设备
CN106453572B (zh) 基于云服务器同步图像的方法及系统
WO2017206626A1 (zh) 网络资源访问设备、混合设备及方法
WO2018058811A1 (zh) 虚拟现实场景加载方法及设备
WO2020063008A1 (zh) 资源配置方法、装置、终端及存储介质
CN104618444A (zh) 一种基于反向代理服务器处理请求的方法和装置
TW201528178A (zh) 資訊展示的方法及裝置
WO2019011141A1 (zh) 启动、配置方法,装置,设备,介质和操作系统
CN107479868A (zh) 一种界面加载方法、装置及设备
JP6181291B2 (ja) 読書速度に基づく情報送信
WO2021073454A1 (zh) 一种用于查看媒体文件的方法和设备
CN104572771B (zh) 处理状态展示方法及装置
CN103955477A (zh) 在浏览器中写读Cookie信息的方法、装置和浏览器
CN108062336A (zh) 媒体信息处理方法及装置
CN104580298A (zh) 文件上传处理方法及装置
CN111726685A (zh) 视频处理方法、装置、电子设备和介质
CN103914223B (zh) 终端应用界面的生成方法及装置
CN109582417A (zh) 一种界面展示方法、客户端及图片服务器
CN102934071A (zh) 更新图形显示内容
CN105635236A (zh) 一种页面呈现方法、装置及系统
US10362082B2 (en) Method for streaming-based distributed media data processing
US20220222205A1 (en) Method and apparatus for media scene description

Legal Events

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

Ref document number: 16810956

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 11201710357S

Country of ref document: SG

ENP Entry into the national phase

Ref document number: 2017565914

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 20187000737

Country of ref document: KR

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 2016810956

Country of ref document: EP