CN109697045B - Picture display method and device - Google Patents

Picture display method and device Download PDF

Info

Publication number
CN109697045B
CN109697045B CN201811621881.3A CN201811621881A CN109697045B CN 109697045 B CN109697045 B CN 109697045B CN 201811621881 A CN201811621881 A CN 201811621881A CN 109697045 B CN109697045 B CN 109697045B
Authority
CN
China
Prior art keywords
picture
pictures
displayed
display
storage medium
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.)
Active
Application number
CN201811621881.3A
Other languages
Chinese (zh)
Other versions
CN109697045A (en
Inventor
于波
邵亚娟
李鑫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianhong Asset Management Co ltd
Original Assignee
Tianhong Asset Management 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 Tianhong Asset Management Co ltd filed Critical Tianhong Asset Management Co ltd
Priority to CN201811621881.3A priority Critical patent/CN109697045B/en
Publication of CN109697045A publication Critical patent/CN109697045A/en
Application granted granted Critical
Publication of CN109697045B publication Critical patent/CN109697045B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/50Image enhancement or restoration using two or more images, e.g. averaging or subtraction

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • General Engineering & Computer Science (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

According to the picture display method and device, in a scene where a plurality of fixed pictures need to be displayed repeatedly, the pictures needing to be displayed in the long-acting storage medium are read into the transient storage medium, and in the subsequent display process, the pictures are directly obtained from the transient storage medium and displayed. In addition, in the technical scheme provided by the application, the user can customize the display time of each picture to be displayed according to the requirement. The method and the device avoid repeated access to the long-acting storage medium, reduce the power consumption of the device, improve the response speed and prolong the service life of the device.

Description

Picture display method and device
Technical Field
The present application relates to the field of computers, and in particular, to a method and an apparatus for displaying a picture.
Background
The picture browsing system reads the picture data from the terminal storage device, the picture data is rendered, synthesized and the like through the display system of the terminal and then transmitted to the bottom layer display module of the terminal, and the picture is displayed on the display of the terminal through the display module. And finishing the display of one picture, and repeating the display process when the next picture needs to be displayed. The repeated data in the long-term storage medium is processed by a display system and then displayed on a display, a large amount of I/O operation is required, a large amount of system resources are consumed, and the phenomenon is particularly serious when some high-quality pictures are displayed.
Disclosure of Invention
In order to overcome the above-mentioned deficiencies in the prior art, the present application aims to provide a picture display method applied to a picture display device, wherein the picture display device comprises a long-term storage medium, and the method comprises the following steps:
acquiring a plurality of pre-stored pictures to be displayed from the long-acting storage medium, and storing the pictures to be displayed into an internal storage transient storage medium;
and repeatedly reading the pictures to be displayed stored in the transient storage medium and displaying the pictures.
Optionally, the long-term storage medium has a plurality of pictures stored in advance, the step of obtaining a plurality of pre-stored pictures to be displayed from the long-term storage medium and storing the plurality of pictures to be displayed in an internal storage transient storage medium includes:
providing a display interface, and displaying the pre-stored multiple pictures through the display interface;
responding to the picture selection operation of the user, and taking the plurality of pictures selected by the user in the plurality of pre-stored pictures as the pictures to be displayed;
and acquiring the pictures to be displayed, and storing the pictures to be displayed to the transient storage medium.
Optionally, the image display device includes a non-image display area, and the repeatedly reading and displaying the image to be displayed stored in the transient storage medium includes:
acquiring a picture of a non-picture display area of the picture display equipment;
rendering each picture to be displayed to obtain a plurality of rendered pictures, wherein the rendered pictures can be directly displayed through the image display equipment;
fusing the non-picture display area and each rendered picture to obtain a plurality of processed pictures to be displayed;
and storing the plurality of processed images to be displayed to a transient storage medium.
Optionally, the step of repeatedly reading the to-be-displayed picture stored in the transient storage medium and displaying the to-be-displayed picture includes:
responding to the time configuration operation of the user, and obtaining the display duration configured by the user;
and reading one picture from the plurality of pictures to be displayed as a target picture at intervals of the display duration, and displaying the target picture.
Optionally, the step of repeatedly reading the target picture stored in the transient storage medium and displaying the target picture includes:
responding to the time configuration operation of a user for each picture to be displayed, and obtaining the display duration corresponding to each picture to be displayed;
and sequentially reading a picture from the pictures to be displayed as a target picture, and displaying the target picture within the display time length corresponding to the target picture.
Another object of the present application is to provide a picture display apparatus, which is applied to a picture display device, wherein the picture display device includes a long-acting storage medium, and the picture display apparatus includes a picture reading module and a display module;
the picture reading module is used for acquiring a plurality of pre-stored pictures to be displayed from the long-acting storage medium and storing the pictures to be displayed into an internal memory transient storage medium;
the display module is used for repeatedly reading the pictures to be displayed stored in the transient storage medium and displaying the pictures.
Optionally, the long-term storage medium has a plurality of pictures stored in advance, and the picture reading module reads the plurality of pictures to be displayed in the following manner:
providing a display interface, and displaying the pre-stored multiple pictures through the display interface;
responding to the picture selection operation of the user, and taking the plurality of pictures selected by the user in the plurality of pre-stored pictures as the pictures to be displayed;
and acquiring the plurality of pictures to be displayed, and storing the plurality of pictures to be displayed to the transient storage medium.
Optionally, the image display device includes a non-image display area, and the image reading module processes the image to be displayed in the following manner:
acquiring a picture of a non-picture display area of the picture display equipment;
rendering each picture to be displayed to obtain a plurality of rendered pictures, wherein the rendered pictures can be directly displayed through the image display equipment;
fusing the non-picture display area and each rendered picture to obtain a plurality of processed pictures to be displayed;
and storing the plurality of processed images to be displayed to a transient storage medium.
Optionally, the display module displays the picture to be displayed in the following manner:
responding to the time configuration operation of the user, and obtaining the display duration configured by the user;
and reading one picture from the plurality of pictures to be displayed as a target picture at intervals of the display duration, and displaying the target picture.
Optionally, the display module further displays the picture to be displayed in the following manner:
responding to the time configuration operation of a user for each picture to be displayed, and obtaining the display duration corresponding to each picture to be displayed;
and sequentially reading a picture from the pictures to be displayed as a target picture, and displaying the target picture within the display time length corresponding to the target picture.
Compared with the prior art, the method has the following beneficial effects:
according to the picture display method and device, in a scene where a plurality of fixed pictures need to be displayed repeatedly, the pictures needing to be displayed in the long-acting storage medium are read into the transient storage medium, and in the subsequent display process, the pictures are directly obtained from the transient storage medium and displayed. In addition, in the technical scheme provided by the application, the user can customize the display time of each picture to be displayed according to the requirement. The method and the device avoid repeated access to the long-acting storage medium, reduce the power consumption of the device, improve the response speed and prolong the service life of the device.
Drawings
To more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a hardware configuration diagram of a picture display device according to an embodiment of the present application;
fig. 2 is a flowchart illustrating steps of a picture display method according to an embodiment of the present disclosure;
FIG. 3 is a flowchart illustrating sub-steps of one embodiment of step S200 provided by an embodiment of the present application;
fig. 4 is a structural diagram of a picture display device according to an embodiment of the present application.
Icon: 100-a picture display device; 130-a processor; 110-picture display means; 120-a memory; 1101-a picture reading module; 1102-display module.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, as presented in the figures, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. 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 application.
In the description of the present application, it should also be noted that, unless expressly stated or limited otherwise, the terms "disposed," "mounted," "connected," and "connected" are to be construed broadly and can include, for example, fixed connections, detachable connections, or integral connections; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meaning of the above terms in the present application can be understood in a specific case by those of ordinary skill in the art.
Referring to the hardware structure diagram of the picture display apparatus 100 shown in fig. 1, the picture display apparatus 100 includes a picture display device 110, a memory 120 and a processor 130.
The image display apparatus 100 may be, but is not limited to, a smart phone, a Personal Computer (PC), a tablet PC, a Personal Digital Assistant (PDA), a Mobile Internet Device (MID), and the like.
The operating system of the image display apparatus 100 may be, but is not limited to, an Android system, an ios (internet operating system) system, a Windows phone system, a Windows system, and the like.
The memory 120 and the processor 130 are electrically connected to each other, directly or indirectly, and the elements are electrically connected to each other to realize data transmission or interaction. For example, the components may be electrically connected to each other via one or more communication buses or signal lines.
The Memory 120 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like. The memory 120 is used for storing a program, and the processor 130 executes the program after receiving the execution instruction.
The processor 130 may be an integrated circuit chip having signal processing capabilities. The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
In the case of repeatedly displaying fixed several pictures, the long-term storage medium needs to be repeatedly read. To address the power consumption penalty incurred by repeatedly reading a persistent storage device, as well as the impact on the lifetime of the persistent storage media. The present embodiment provides a picture display method, which is applied to a picture display device 100, where the picture display device 100 includes a long-term storage medium, and a plurality of pictures are pre-stored in the long-term storage medium.
Referring to the flow chart of the steps of the method for displaying pictures shown in fig. 2, the method including the steps will be described in detail.
And step S100, acquiring a plurality of pre-stored pictures to be displayed from the long-acting storage medium, and storing the pictures to be displayed into an internal storage transient storage medium.
Optionally, in order to facilitate the user to display different pictures according to their respective needs, the picture display apparatus 100 provides a display interface. The picture display device 100 displays all pictures pre-stored in the long-acting storage medium through the display interface. And the user selects the pictures needing to be repeatedly displayed through the display interface. The picture display device 100 responds to a picture selection operation of a user, and takes a plurality of pictures selected by the user in the plurality of pre-stored pictures as pictures to be displayed. Since the picture data stored in the persistent storage medium is compressed data, it cannot be directly displayed by the image display apparatus. The picture display equipment obtains a plurality of rendered pictures after rendering the picture to be displayed selected by the user, wherein the rendered pictures can be directly displayed through the picture display equipment. And storing the plurality of rendered pictures in a transient storage medium. The long-acting storage medium can be a magnetic disk, a Flash or an SD card and the like which can store information for a long time under the condition that the equipment is powered off. The transient storage medium is a memory.
Further, when the picture display apparatus 100 displays a picture, the display interface further includes a non-picture display area, for example, a status bar for displaying a status of the apparatus. Before the picture display device 100 displays the picture to be displayed, the picture to be displayed and the non-image display area need to be fused with each other. A large number of calculations are involved in the fusion process. In order to reduce the consumption of the CPU and the power consumption of the device in the repeated fusion process, the image display device 100 pre-fuses the image to be displayed and the non-image region to obtain a processed image to be displayed, and stores the processed image to be displayed in the transient storage medium.
And step S200, repeatedly reading the pictures to be displayed stored in the transient storage medium and displaying the pictures.
In a specific embodiment provided by this embodiment, in order to improve the user experience, the user may configure, through the display interface, the switching time of the pictures when the picture display device displays the pictures. The picture display device 100 responds to the user time configuration operation to obtain the display time configured by the user. For example, a preset display time option is provided, selected by the user; or providing an input box to acquire the display duration input by the user. The picture display device 100 switches the next picture to be displayed every time the display duration is set according to the display duration.
In another specific embodiment provided by this embodiment, please refer to the flowchart of the substep of the specific embodiment of step S200 shown in fig. 3 to set the display duration of each picture to be displayed. For some advertising machines that are used to display a wide range of advertisements, different times may be displayed due to the different customers' advertisements. The picture display device 100 configures the display duration of each picture to be displayed through the following steps.
Step S2001, for each to-be-displayed picture, a time configuration operation by the user is responded, and a display duration corresponding to each to-be-displayed picture is obtained.
Step S2002, sequentially reading one picture from the pictures to be displayed as a target picture, and displaying the target picture within a display duration corresponding to the target picture.
Another object of the present embodiment is to provide a picture display apparatus 110, which is applied to a picture display device 100, as shown in the structural diagram of the picture display apparatus shown in fig. 4, wherein the picture display apparatus 110 includes at least one software function module that can be stored in the memory 120 in the form of software or firmware (firmware) or solidified in an Operating System (OS) of the picture display device 100. The processor 130 is used for executing executable modules stored in the memory 120, such as software functional modules and computer programs included in the picture display device 110.
The picture display device 100 comprises a long-acting storage medium, and the picture display device 110 comprises a picture reading module 1101 and a display module 1102;
the picture reading module 1101 is configured to obtain a plurality of pre-stored pictures to be displayed from the long-term storage medium, and store the plurality of pictures to be displayed in an internal memory transient storage medium.
In the present embodiment, the picture reading module 1101 is configured to perform step S100 in fig. 2, and reference may be made to the detailed description of step S100 for a detailed description of the picture reading module 1101.
The display module 1102 is configured to repeatedly read and display the to-be-displayed picture stored in the transient storage medium.
In this embodiment, the display module 1102 is configured to perform step S200 in fig. 2, and reference may be made to the detailed description of step S200 for the detailed description of the display module 1102.
Optionally, the long-acting storage medium has a plurality of pictures stored in advance, and the picture reading module 1101 reads the plurality of pictures to be displayed by:
providing a display interface, and displaying the pre-stored multiple pictures through the display interface;
responding to the picture selection operation of the user, and taking the plurality of pictures selected by the user in the plurality of pre-stored pictures as the pictures to be displayed;
and acquiring the pictures to be displayed, and storing the pictures to be displayed to the transient storage medium.
Optionally, the picture display device 100 includes a non-picture display area, and the picture reading module 1101 processes the picture to be displayed by:
acquiring a picture of a non-picture display area of the picture display device 100;
fusing the non-picture display area and each picture to be displayed to obtain a plurality of processed pictures to be displayed;
and storing the plurality of processed images to be displayed to a transient storage medium.
Optionally, the display module 1102 displays the picture to be displayed by:
responding to the time configuration operation of the user, and obtaining the display duration configured by the user;
and reading one picture from the plurality of pictures to be displayed as a target picture at intervals of the display duration, and displaying the target picture.
Optionally, the display module 1102 further displays the picture to be displayed by:
responding to the time configuration operation of a user for each picture to be displayed, and obtaining the display duration corresponding to each picture to be displayed;
and sequentially reading a picture from the pictures to be displayed as a target picture, and displaying the target picture within the display time length corresponding to the target picture.
In summary, in a scene where several fixed pictures need to be repeatedly displayed, the pictures to be displayed in the long-acting storage medium are read into the transient storage medium, and in the subsequent display process, the pictures are directly obtained from the transient storage medium and displayed. In addition, in the technical scheme provided by the application, the user can customize the display time of each picture to be displayed according to the requirement. The method and the device avoid repeated access to the long-acting storage medium, reduce the power consumption of the device, improve the response speed and prolong the service life of the device.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (6)

1. A picture display method is applied to a picture display device, the picture display device comprises a long-term storage medium and a non-picture display area, the long-term storage medium is prestored with a plurality of pictures, and the method comprises the following steps:
providing a display interface, and displaying the pre-stored multiple pictures through the display interface;
responding to the picture selection operation of the user, and taking the plurality of pictures selected by the user in the plurality of pre-stored pictures as pictures to be displayed;
acquiring a picture of a non-picture display area of the picture display equipment;
rendering each picture to be displayed to obtain a plurality of rendered pictures, wherein the rendered pictures can be directly displayed through the picture display equipment;
fusing the non-picture display area and each rendered picture to obtain a plurality of processed pictures to be displayed;
storing the plurality of processed pictures to be displayed to a transient storage medium;
and repeatedly reading the pictures to be displayed stored in the transient storage medium and displaying the pictures.
2. The method according to claim 1, wherein the step of repeatedly reading and displaying the pictures to be displayed stored in the transient storage medium comprises:
responding to the time configuration operation of the user, and obtaining the display duration configured by the user;
and reading one picture from the plurality of pictures to be displayed as a target picture at intervals of the display duration, and displaying the target picture.
3. The method according to claim 1, wherein the step of repeatedly reading and displaying the target picture stored in the transient storage medium comprises:
responding to the time configuration operation of a user for each picture to be displayed, and obtaining the display duration corresponding to each picture to be displayed;
and sequentially reading a picture from the pictures to be displayed as a target picture, and displaying the target picture within the display time length corresponding to the target picture.
4. The picture display device is applied to picture display equipment, the picture display equipment comprises a long-acting storage medium and a non-picture display area, a plurality of pictures are prestored in the long-acting storage medium, and the picture display device comprises a picture reading module and a display module;
the picture reading module is used for providing a display interface and displaying the pre-stored pictures through the display interface; responding to the picture selection operation of the user, and taking the plurality of pictures selected by the user in the plurality of pre-stored pictures as pictures to be displayed; acquiring a picture of a non-picture display area of the picture display equipment; rendering each picture to be displayed to obtain a plurality of rendered pictures, wherein the rendered pictures can be directly displayed through the picture display equipment; fusing the non-picture display area and each rendered picture to obtain a plurality of processed pictures to be displayed; storing the plurality of processed pictures to be displayed to a transient storage medium;
the display module is used for repeatedly reading the pictures to be displayed stored in the transient storage medium and displaying the pictures.
5. The picture display device according to claim 4, wherein the display module displays the picture to be displayed by:
responding to the time configuration operation of the user, and obtaining the display duration configured by the user;
and reading one picture from the plurality of pictures to be displayed as a target picture at intervals of the display duration, and displaying the target picture.
6. The picture display device according to claim 4, wherein the display module further displays the picture to be displayed by:
and responding to the time configuration operation of the user for each picture to be displayed to obtain the corresponding display time length of each picture to be displayed.
CN201811621881.3A 2018-12-28 2018-12-28 Picture display method and device Active CN109697045B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811621881.3A CN109697045B (en) 2018-12-28 2018-12-28 Picture display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811621881.3A CN109697045B (en) 2018-12-28 2018-12-28 Picture display method and device

Publications (2)

Publication Number Publication Date
CN109697045A CN109697045A (en) 2019-04-30
CN109697045B true CN109697045B (en) 2022-06-03

Family

ID=66233031

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811621881.3A Active CN109697045B (en) 2018-12-28 2018-12-28 Picture display method and device

Country Status (1)

Country Link
CN (1) CN109697045B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6657637B1 (en) * 1998-07-30 2003-12-02 Matsushita Electric Industrial Co., Ltd. Moving image combining apparatus combining computer graphic image and at least one video sequence composed of a plurality of video frames

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5745101A (en) * 1991-02-14 1998-04-28 Canon Kabushiki Kaisha Method and apparatus for controlling image display
JP4383241B2 (en) * 2004-05-07 2009-12-16 任天堂株式会社 An image processing system that increases the number of drawn polygons
CN103500189A (en) * 2013-09-16 2014-01-08 广州华多网络科技有限公司 Picture browsing method and device
US20150371611A1 (en) * 2014-06-19 2015-12-24 Contentguard Holdings, Inc. Obscurely rendering content using masking techniques
CN104156150A (en) * 2014-07-22 2014-11-19 乐视网信息技术(北京)股份有限公司 Method and device for displaying pictures
CN105550246B (en) * 2015-12-08 2019-02-12 四川长虹电器股份有限公司 The system and method for load networks picture under Android platform
CN106909354A (en) * 2015-12-22 2017-06-30 北京奇虎科技有限公司 image display method and device
CN105847531A (en) * 2016-02-01 2016-08-10 乐视移动智能信息技术(北京)有限公司 Picture displaying method and device for mobile terminal
CN106941567A (en) * 2017-03-27 2017-07-11 广州优视网络科技有限公司 Show method, device and the user terminal of network picture
CN107729425A (en) * 2017-09-28 2018-02-23 努比亚技术有限公司 Picture stream broadcasting display control method, terminal and computer-readable recording medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6657637B1 (en) * 1998-07-30 2003-12-02 Matsushita Electric Industrial Co., Ltd. Moving image combining apparatus combining computer graphic image and at least one video sequence composed of a plurality of video frames

Also Published As

Publication number Publication date
CN109697045A (en) 2019-04-30

Similar Documents

Publication Publication Date Title
CN108228293B (en) Interface skin switching method and device
JP2019512749A (en) Application program processing method and terminal device
US20210019106A1 (en) Desktop Sharing Method and Mobile Terminal
CN105988837B (en) Application program installation method and device
EP2320690A2 (en) Interworking system between user terminal and smart card for executing widget, and method thereof
CN107909368B (en) Payment control method and device, terminal and readable storage medium
US20160078034A1 (en) Method and apparatus for displaying media file on terminal by using page
US10768947B2 (en) Method for interface refresh synchronization,terminal device, and non-transitory computer-readable storage medium
CN104267934A (en) Information display method and device and mobile terminal
CN110866208B (en) Page response type layout method, device and equipment
CN106708478B (en) Scroll view display method and apparatus
CN106940722B (en) Picture display method and device
CN110688308A (en) Memory storage redundancy detection method and device, electronic equipment and readable storage medium
CN112148395A (en) Page display method, device, equipment and storage medium
CN109697045B (en) Picture display method and device
CN111767492B (en) Picture loading method and device, computer equipment and storage medium
CN108388395B (en) Image clipping method and device and terminal
CN110209950A (en) Display method and device of push information, electronic equipment and storage medium
CN105573705A (en) Display control method and terminal
CN115100417A (en) Image processing method, storage medium, and electronic device
CN113032205A (en) Picture uploading method and device, storage medium and electronic equipment
CN112947918A (en) Data display method and device
CN106484506B (en) File storage path selection method and device in terminal moving
CN113129040A (en) Media playing method, device and system
US20170257471A1 (en) Contact information presentation method, contact information determining method, and related device

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
GR01 Patent grant
GR01 Patent grant