CN113034367A - Information processing method, device, computer system and readable storage medium - Google Patents

Information processing method, device, computer system and readable storage medium Download PDF

Info

Publication number
CN113034367A
CN113034367A CN202110336919.8A CN202110336919A CN113034367A CN 113034367 A CN113034367 A CN 113034367A CN 202110336919 A CN202110336919 A CN 202110336919A CN 113034367 A CN113034367 A CN 113034367A
Authority
CN
China
Prior art keywords
information
dimensional image
display screen
target
initial
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110336919.8A
Other languages
Chinese (zh)
Other versions
CN113034367B (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.)
JD Digital Technology Holdings Co Ltd
Original Assignee
JD Digital Technology Holdings 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 JD Digital Technology Holdings Co Ltd filed Critical JD Digital Technology Holdings Co Ltd
Priority to CN202110336919.8A priority Critical patent/CN113034367B/en
Publication of CN113034367A publication Critical patent/CN113034367A/en
Application granted granted Critical
Publication of CN113034367B publication Critical patent/CN113034367B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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
    • G06T3/4023Scaling of whole images or parts thereof, e.g. expanding or contracting based on decimating pixels or lines of pixels; based on inserting pixels or lines of pixels
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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
    • G06T3/4092Image resolution transcoding, e.g. by using client-server architectures

Landscapes

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

Abstract

The present disclosure provides an information processing method, including: acquiring an initial two-dimensional image of information to be played; and performing reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain a target two-dimensional image, wherein the attribute information of the target two-dimensional image is adapted to the attribute information of the target display screen. The present disclosure also provides an information processing apparatus, a computer system, a readable storage medium, and a computer program product.

Description

Information processing method, device, computer system and readable storage medium
Technical Field
The present disclosure relates to the field of computer technologies and internet technologies, and in particular, to an information processing method, an information processing apparatus, a computer system, a readable storage medium, and a computer program product.
Background
With the rapid development of computer technology and electronic commerce technology, display screens are installed in various places such as shopping malls, airports and other areas to play various pictures or videos and other information for passers-by to watch and enjoy.
In implementing the disclosed concept, the inventors found that there are at least the following problems in the related art: the size of the display screen is different, and the size of the content to be played cannot be adapted to a plurality of display screens with different sizes.
Disclosure of Invention
In view of the above, the present disclosure provides an information processing method, apparatus, computer system, readable storage medium, and computer program product.
An aspect of the present disclosure provides an information processing method, including:
acquiring an initial two-dimensional image of information to be played; and
and performing reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain a target two-dimensional image, wherein the attribute information of the target two-dimensional image is adapted to the attribute information of the target display screen.
According to the embodiment of the present disclosure, the performing a reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain the target two-dimensional image includes:
judging whether the horizontal dot pitch information and the vertical dot pitch information of the target display screen are the same or not;
under the condition that the horizontal direction dot pitch information and the vertical direction dot pitch information of the target display screen are the same, performing reverse dynamic adaptation adjustment on the initial two-dimensional image based on the resolution information of the target display screen to obtain a target two-dimensional image; and
and under the condition that the horizontal direction point distance information and the vertical direction point distance information of the target display screen are different, carrying out reverse dynamic adaptation adjustment on the initial two-dimensional image based on the size information of the target display screen to obtain a target two-dimensional image.
According to an embodiment of the present disclosure, wherein the reverse dynamic adaptation adjustment comprises a zoom-out adjustment;
wherein, based on the resolution information of the target display screen, the method for performing reverse dynamic adaptation adjustment on the initial two-dimensional image to obtain the target two-dimensional image comprises the following steps:
determining a first reduction direction and a first reduction proportion of the initial two-dimensional image according to a first preset rule based on the resolution information of the target display screen; and
and carrying out reduction adjustment on the initial two-dimensional image based on the first reduction direction and the first reduction proportion to obtain a target two-dimensional image.
According to the embodiment of the present disclosure, wherein the performing of the inverse dynamic adaptation adjustment on the initial two-dimensional image based on the size information of the target display screen to obtain the target two-dimensional image comprises:
determining a second reduction direction and a second reduction proportion of the initial two-dimensional image according to a second preset rule based on the size information of the target display screen; and
and carrying out reduction adjustment on the initial two-dimensional image based on the second reduction direction and the second reduction proportion to obtain a target two-dimensional image.
According to the embodiment of the present disclosure, wherein, based on the attribute information of the target display screen, performing reverse dynamic adaptation adjustment on the initial two-dimensional image to obtain the target two-dimensional image further includes:
determining specification information of a target display screen; and
and under the condition that the specification information of the target display screen is different from the specification information of the initial two-dimensional image, performing specification transformation on the initial two-dimensional image so as to perform reverse dynamic adaptation adjustment on the transformed initial two-dimensional image and obtain the target two-dimensional image.
According to an embodiment of the present disclosure, the information processing method further includes:
performing full-screen zooming processing on the target two-dimensional image to generate video playing information; and
and automatically amplifying the video playing information so as to enable the attribute information of the amplified video playing information to be matched with the attribute information of the target display screen.
According to an embodiment of the present disclosure, wherein the attribute information includes one or more of specification information, dot pitch information, resolution information, size information, and type information.
According to an embodiment of the present disclosure, wherein obtaining the initial two-dimensional image about the information to be played includes:
acquiring information to be played;
processing the information to be played by using a rendering pipeline method to obtain frame data of the information to be played, wherein the frame data is two-dimensional image data obtained after rendering the information to be played; and
and associating the frame data of the information to be played with the target image to generate an initial two-dimensional image.
According to an embodiment of the present disclosure, processing the information to be played by using a rendering pipeline method, and obtaining frame data of the information to be played includes:
processing the information to be played by using a rendering pipeline method to obtain color data of a video frame of the information to be played;
constructing a texture object matched with a video frame of information to be played; and
and filling the color data into the texture object to generate frame data of the information to be played.
Another aspect of the present disclosure provides an information processing apparatus including:
the acquisition module is used for acquiring an initial two-dimensional image of the information to be played; and
and the adjusting module is used for carrying out reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain a target two-dimensional image, wherein the attribute information of the target two-dimensional image is adapted to the attribute information of the target display screen.
Yet another aspect of the present disclosure provides a computer system comprising:
one or more processors;
a memory for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method described above.
Yet another aspect of the present disclosure provides a computer-readable storage medium storing computer-executable instructions for implementing the above-described method when executed.
Yet another aspect of the disclosure provides a computer program product comprising computer executable instructions that when executed perform the method described above.
According to the embodiment of the disclosure, the initial two-dimensional image about the information to be played is acquired; and performing reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain the target two-dimensional image, wherein the attribute information of the target two-dimensional image is adapted to the attribute information of the target display screen.
Drawings
The above and other objects, features and advantages of the present disclosure will become more apparent from the following description of embodiments of the present disclosure with reference to the accompanying drawings, in which:
fig. 1 schematically shows an application scenario diagram of an information processing method according to an embodiment of the present disclosure;
fig. 2 schematically shows an exemplary system architecture to which the information processing method and apparatus of the present disclosure may be applied, according to an embodiment of the present disclosure;
FIG. 3 schematically shows a flow chart of an information processing method according to an embodiment of the present disclosure;
fig. 4 schematically shows a schematic diagram of an information processing method according to another embodiment of the present disclosure;
fig. 5 schematically shows a block diagram of an information processing apparatus according to an embodiment of the present disclosure; and
FIG. 6 schematically shows a block diagram of a computer system suitable for implementing an information processing method according to an embodiment of the present disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is illustrative only and is not intended to limit the scope of the present disclosure. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the disclosure. It may be evident, however, that one or more embodiments may be practiced without these specific details. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It is noted that the terms used herein should be interpreted as having a meaning that is consistent with the context of this specification and should not be interpreted in an idealized or overly formal sense.
Where a convention analogous to "at least one of A, B and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B and C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.). Where a convention analogous to "A, B or at least one of C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B or C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.).
The embodiment of the disclosure provides an information processing method. The method comprises the steps of obtaining an initial two-dimensional image of information to be played; and performing reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain a target two-dimensional image, wherein the attribute information of the target two-dimensional image is adapted to the attribute information of the target display screen.
Fig. 1 schematically shows an application scenario diagram of an information processing method according to an embodiment of the present disclosure.
As shown in fig. 1, with the development of internet technology, interactive advertisement is a new advertisement, advanced interactive propagation new technology is adopted, more reasonable interactive propagation mode is adopted, time and space limitations are broken through, and information propagation far exceeds traditional advertisement in both volume and speed. Meanwhile, the convenience, the low cost and the timeliness of receiving or transmitting the advertising information by the consumer are improved. The newly-built direct interactive relation between the main bodies of both parties is transmitted and received by the interactive advertisement, thereby infinitely releasing the advertisement participation enthusiasm of consumers and stimulating the desire of creating and spreading the advertisement. Thus, many advantages of interactive advertising over traditional advertising are also formed.
However, the sizes of the current screens for delivering interactive advertisements offline are various, most of the screens are non-standard sizes, even some special-shaped screens appear, and with the appearance of the current novel interactive advertisements, such as some H5 mini games, the interactive contents to be played cannot be adapted to various screens, and only can be operated on a customized super large screen.
Based on the above, the embodiment of the present disclosure provides an information processing method, which performs reverse dynamic adaptation adjustment on an initial two-dimensional image of information to be played based on attribute information of a target display screen, so that the information to be played can adapt to different display screens, and thus, interactive video content can be automatically adapted and played.
Fig. 2 schematically illustrates an exemplary system architecture 200 to which the information processing method and apparatus may be applied, according to an embodiment of the present disclosure. It should be noted that fig. 2 is only an example of a system architecture to which the embodiments of the present disclosure may be applied to help those skilled in the art understand the technical content of the present disclosure, and does not mean that the embodiments of the present disclosure may not be applied to other devices, systems, environments or scenarios.
As shown in fig. 2, the system architecture 200 according to this embodiment may include a display screen terminal 201, a network 202, and a server 203. The network 202 serves as a medium for providing a communication link between the display screen terminal 201 and the server 203. Network 202 may include various connection types, such as wired and/or wireless communication links, and so forth.
A user may use the display screen terminal 201 to interact with the server 203 via the network 202 to receive or send messages or the like. The display screen terminal 201 may be equipped with an LED display screen, an LCD display screen, etc. for playing information, and may also be equipped with a video processor for processing information to be played, and in addition, may also be equipped with a touch screen, an inductor, etc.
The display screen terminal 201 may be various electronic devices having a display screen and supporting image analysis processing.
The server 203 may be a server that provides various services, such as a background management server (for example only) that provides support for attribute information of a display transmitted by the display terminal 201. The background management server may analyze and process data in the attribute information of the display screen carried in the received user request, perform information processing on the information to be played, and send the target two-dimensional image subjected to the reverse dynamic adaptation adjustment to the display screen terminal 201 so as to play the target two-dimensional image.
It should be noted that the information processing method provided by the embodiment of the present disclosure may be executed by the server 203. Accordingly, the information processing apparatus provided by the embodiment of the present disclosure may be provided in the server 203. Alternatively, the information processing method provided by the embodiment of the present disclosure may also be executed by the display screen terminal 201, or may also be executed by another terminal device different from the display screen terminal 201. Accordingly, the information processing apparatus provided by the embodiment of the present disclosure may also be disposed in the display screen terminal 201, or disposed in another terminal device different from the display screen terminal 201.
It should be understood that the number of display terminals, networks, and servers in fig. 2 is merely illustrative. There may be any number of display terminals, networks, and servers, as desired for implementation.
Fig. 3 schematically shows a flow chart of an information processing method according to an embodiment of the present disclosure.
As shown in fig. 3, the information processing method includes operations S310 to S320.
In operation S310, an initial two-dimensional image regarding information to be played is acquired.
According to the embodiment of the disclosure, the information to be played may be two-dimensional image information, and the initial two-dimensional image may be the information to be played. But not limited to this, the information to be played may also be two-dimensional video information, and the initial two-dimensional image may be each video frame extracted from the information to be played. In addition, the information to be played may also be three-dimensional video information, for example, three-dimensional video information with interaction, and the initial two-dimensional image is an image generated by converting the information to be played.
In operation S320, based on the attribute information of the target display screen, the initial two-dimensional image is subjected to a reverse dynamic adaptation adjustment to obtain a target two-dimensional image, where the attribute information of the target two-dimensional image is adapted to the attribute information of the target display screen.
According to an embodiment of the present disclosure, the reverse dynamic adaptation adjustment may be understood as a reverse scaling adjustment rule. Specifically, the reverse scaling adjustment rule is to perform dynamic adaptation adjustment on the initial two-dimensional image according to the attribute information of the target display screen, and the adaptation adjustment reversely adjusts the attribute of the initial two-dimensional image based on the difference between the attribute information of the initial two-dimensional image and the attribute information of the target display screen.
According to an embodiment of the present disclosure, for example, the reverse dynamic adaptation adjustment may adopt the following adjustment manner.
As a result of comparison between the display screen size (display screen length and display screen width) in the attribute information of the target display screen and the two-dimensional image size (two-dimensional image length and two-dimensional image width) in the attribute information of the initial two-dimensional image, for example, if the display screen length/display screen width is greater than the two-dimensional image length/two-dimensional image width, it is determined that the target display screen is "long" with respect to the initial two-dimensional image. In order to fit the initial two-dimensional image into the target display screen, the initial two-dimensional image is subjected to reduction adjustment in the length direction (the "left-right" direction). For another example, if the display screen length/display screen width is smaller than the two-dimensional image length/two-dimensional image width, it is determined that the target display screen is one screen "wide" with respect to the initial two-dimensional image. In order to fit the initial two-dimensional image into the target display screen, the initial two-dimensional image is subjected to reduction adjustment in the width direction (the "up-down" direction).
According to the embodiment of the disclosure, the attribute information of the target display screen can be used as a standard, and the initial two-dimensional image of the information to be played is subjected to reverse dynamic adaptation adjustment, so that the aim of adapting the target display screen is achieved, and the technical effect of full-automatic adaptation playing is achieved.
According to the embodiment of the disclosure, the scheme of reverse dynamic adaptation adjustment is utilized, the problems that a traditional picture or a video cannot be adapted to a display screen of any style, information to be played needs to be changed, work is complex, and batch putting is difficult are solved, automatic adaptation is realized, the effect of batch online is achieved, manpower is liberated, and efficiency is improved.
According to the embodiment of the disclosure, the scheme of reverse dynamic adaptation adjustment is utilized, the bottleneck that the interactive video can only be played on the customized display screen is broken through, the problem that the interactive video cannot be played on the display screen of any type is solved, and the effect of complete and clear content delivery can be realized.
The method illustrated in fig. 3 is further described below with reference to specific embodiments and with reference to fig. 4.
According to the embodiment of the present disclosure, if the information to be played is two-dimensional image information, such as a picture, the initial two-dimensional image is the information to be played.
According to an embodiment of the present disclosure, if the information to be played is two-dimensional video information, the initial two-dimensional image may be each video frame extracted from the information to be played. The video frame can be extracted in the existing manner, and is not described herein again.
According to an embodiment of the present disclosure, the information to be played may be three-dimensional video information.
According to an embodiment of the present disclosure, the information to be played may be interactive three-dimensional video information developed based on webGL (Web Graphics Library, a 3D mapping protocol), such as interactive advertisement content or H5 mini-game content.
According to the embodiment of the disclosure, for the information to be played is three-dimensional video information, an initial two-dimensional image about the information to be played can be acquired as follows.
For example, information to be played is acquired. And processing the information to be played by using a rendering pipeline method to obtain frame data of the information to be played, wherein the frame data is two-dimensional image data obtained after rendering the information to be played. And associating the frame data of the information to be played with the target image to generate an initial two-dimensional image.
According to an embodiment of the present disclosure, the frame data may be rendered two-dimensional image data, and may also be understood as two-dimensional image data in which color data is rendered into a texture object.
According to an embodiment of the present disclosure, the target image may be a picture without a pattern or any image information.
According to an embodiment of the present disclosure, frame data is correlated into a target image, generating an initial two-dimensional image. By using the initial two-dimensional image, reverse dynamic adaptation adjustment can be performed based on the attribute information of the target display screen, and finally the target two-dimensional image is obtained so as to perform adaptation delivery on the target display screen.
According to other embodiments of the present disclosure, the frame data of the information to be played may also be directly released to the target display screen through further processing, but since the frame data of the information to be played is not associated with the target image, subsequent reverse dynamic adaptation adjustment cannot be performed, and further, the content may be clipped or scaled due to inappropriate attribute information, and the effect of normal playing cannot be achieved. Therefore, in the embodiment of the present disclosure, after the information to be played is processed by the rendering pipeline method, the obtained frame data needs to be associated with the target image to generate the initial two-dimensional image, so as to perform the backward dynamic adaptation adjustment in the following. By utilizing the information processing method disclosed by the embodiment of the disclosure, the reverse dynamic adaptation adjustment is carried out on the initial two-dimensional image, the initial two-dimensional image can be better adapted with a target display screen, and the complete and clear putting effect is realized.
According to the embodiment of the disclosure, the information to be played can be processed by using a rendering pipeline method to obtain the color data of the video frame of the information to be played; constructing a texture object matched with a video frame of information to be played; and filling the color data into the texture object to generate frame data of the information to be played.
By utilizing the embodiment of the disclosure, the three-dimensional space of the information to be played can be output to the target image, and then the reverse dynamic adaptation adjustment is carried out. For example, a texture object matching the resolution of the information to be played is created, the GPU writes the rendering result into the shared memory of the GPU at the final stage of the rendering pipeline, and the CPU reads the color data in the current video frame buffer and writes the color data into the texture object, thereby generating frame data of the information to be played. It should be noted that the rendering pipeline method according to the embodiment of the present disclosure may be implemented based on the existing disclosure means, and is not described in detail herein.
By utilizing the embodiment of the disclosure, the acquisition of the frame data of the information to be played does not need to further replace and improve the hardware and equipment for playing the video or the interactive content video information, the implementation mode is simple, and the application is easy to realize.
According to an embodiment of the present disclosure, the attribute information may include specification information, but is not limited thereto, and may also include dot pitch information, resolution information, size information, type information, and the like.
According to other embodiments of the present disclosure, there are various specifications of the same type of display screens available on the market, such as horizontal display screens and vertical display screens. For different specification information, the adaptation of the specification information is not considered, the reverse dynamic adaptation adjustment is directly carried out, and the adaptation effect is also influenced.
According to the embodiment of the disclosure, before the reverse dynamic adaptation adjustment is performed on the initial two-dimensional image, the specification information of the target display screen can be determined in advance; judging whether the specification information of the target display screen is the same as that of the initial two-dimensional image or not; and under the condition that the specification information of the target display screen is different from the specification information of the initial two-dimensional image, performing specification transformation on the initial two-dimensional image so as to perform reverse dynamic adaptation adjustment on the transformed initial two-dimensional image and obtain the target two-dimensional image.
For example, if the specification of the target display screen is a vertical display screen, the original two-dimensional image may be first converted from a specification of 16: 9 to a specification of 9: 16, where the size information (e.g., size information of length and width) is 16: 9.
According to the embodiment of the disclosure, the specification of the initial two-dimensional image is changed to be consistent with the specification information of the target display screen, compared with the situation that the specification information of the target display screen is different from the specification information of the initial two-dimensional image, the reverse dynamic adaptation adjustment is directly carried out on the initial two-dimensional image, and the integrity, the definition and the adaptation effect of the adjusted information expression are better.
According to the embodiment of the disclosure, the reverse dynamic adaptation adjustment can be performed based on the resolution information of the target display screen. However, there are LED display screens, LCD display screens, etc. based on the types of display screens put into use on the market. Different adaptation considerations may exist for different types of display screens. For example, for an LED display screen, because the horizontal direction dot pitch and the vertical direction dot pitch of two adjacent lamps in the LED display screen are different, the problem of deformation of played information may be caused by performing reverse dynamic adaptation adjustment in the case of only considering resolution information. Therefore, before the dynamic adaptation adjustment is performed on the initial two-dimensional image in the opposite direction, the type of the target display screen can be determined in advance, for example, whether the target display screen is an LCD display screen or an LED display screen.
According to the optional embodiment of the disclosure, for the LCD display screen, the initial two-dimensional image may be subjected to inverse dynamic adaptation adjustment directly through the resolution information of the target display screen after the type of the target display screen is determined.
According to an optional embodiment of the present disclosure, for the LED display screen, after determining the type of the target display screen, it may be determined whether the horizontal direction dot pitch information and the vertical direction dot pitch information of the target display screen are the same.
According to the embodiment of the disclosure, under the condition that the horizontal direction dot pitch information and the vertical direction dot pitch information of the target display screen are the same, the initial two-dimensional image is subjected to reverse dynamic adaptation adjustment based on the resolution information of the target display screen, and the target two-dimensional image is obtained.
According to the embodiment of the disclosure, under the condition that the horizontal direction dot pitch information and the vertical direction dot pitch information of the target display screen are different, the initial two-dimensional image is subjected to reverse dynamic adaptation adjustment based on the size information of the target display screen, and the target two-dimensional image is obtained.
According to other embodiments of the present disclosure, the initial two-dimensional image may also be subjected to reverse dynamic adaptation adjustment based on the resolution information of the target display screen under the condition that the horizontal direction dot pitch information and the vertical direction dot pitch information of the target display screen are different. However, under the condition that the dot pitch information in the horizontal direction and the dot pitch information in the vertical direction are different, if identification information such as a two-dimensional code exists in the information to be played, the condition that the two-dimensional code is deformed can occur after reverse dynamic adaptation adjustment is performed by using resolution information, and then the problem that code scanning interaction of a user cannot be successful is caused, and the interaction effect cannot be realized.
According to the embodiment of the disclosure, under the condition that the horizontal direction dot pitch information and the vertical direction dot pitch information of the target display screen are different, the initial two-dimensional image containing the identification information such as the two-dimensional code is subjected to reverse dynamic adaptation adjustment based on the size information of the target display screen, and in the obtained target two-dimensional image, the problem of deformation of the identification information such as the two-dimensional code does not occur, so that the interaction of interactive playing information can be adapted.
By using the embodiment of the disclosure, before the initial two-dimensional image is subjected to reverse dynamic adaptation adjustment, the point distance information in the horizontal direction and the vertical direction is judged, the corresponding attribute information is determined by using the point distance information, and then the reverse dynamic adaptation adjustment is performed based on the attribute information corresponding to the point distance information, so that the effect of dynamic adaptation can be better realized, and the purpose of interactive information adaptation playing is achieved.
The information processing method provided by the embodiment of the disclosure can be suitable for target display screens of different types, different specifications, different sizes and different resolutions, so that the delivery application range of information to be played, especially interactive playing information, is wide, and the information propagation cost is low.
According to alternative embodiments of the present disclosure, the reverse dynamic adaptation adjustment may include a zoom-out adjustment; for example, a first reduction direction and a first reduction scale of the initial two-dimensional image are determined according to a first preset rule based on the resolution information of the target display screen; and carrying out reduction adjustment on the initial two-dimensional image based on the first reduction direction and the first reduction proportion to obtain a target two-dimensional image.
According to an embodiment of the present disclosure, the reverse dynamic adaptation adjustment may be further to determine a second reduction direction and a second reduction ratio of the initial two-dimensional image according to a second preset rule based on the size information of the target display screen; and carrying out reduction adjustment on the initial two-dimensional image based on the second reduction direction and the second reduction proportion to obtain a target two-dimensional image.
If the resolution information of the target display screen is based, performing reduction adjustment on the initial two-dimensional image based on the resolution information; and if the initial two-dimensional image is based on the size information of the target display screen, performing reduction adjustment on the initial two-dimensional image based on the size information.
According to the embodiment of the present disclosure, it should be further noted that, no matter the inverse dynamic adaptation adjustment is performed according to the first preset rule or the second preset rule, the aspect ratio (i.e., the horizontal-vertical ratio) of the initial two-dimensional image and the aspect ratio of the target display screen may be determined, and the corresponding reduction adjustment is performed according to the determination result. Therefore, for the sake of simplicity, the following examples will be described by taking resolution information as an example. However, it should be noted that the present invention is not limited to this, and the adjustment may also be performed based on the size information, and is not described herein again.
For example, the resolution (ppi) of the initial two-dimensional image is w1 in length and h1 in width; the resolution (ppi) of the target display screen is w2 in length and h2 in width. The aspect ratio of the resolution of the initial two-dimensional image (w1/h1) and the aspect ratio of the resolution of the target display screen (w2/h2) may be determined first. After the aspect ratio is determined, the aspect ratio (w1/h1) of the resolution of the initial two-dimensional image and the aspect ratio (w2/h2) of the resolution of the target display screen may be compared to determine a first reduction ratio and a first reduction direction in which reduction adjustment is performed.
According to an embodiment of the present disclosure, the first reduction direction may be a "left-right" reduction or an "up-down" reduction, which is a reduction adjustment of the inverse dynamic adaptation adjustment. It should be noted that, the reduction adjustment criterion adopted in the embodiment of the present disclosure may be that, in a case that the aspect ratio of the initial two-dimensional image is small relative to the aspect ratio of the target display screen, the reduction is performed "left and right"; when the aspect ratio of the initial two-dimensional image is large relative to the aspect ratio of the target display screen, the "up-down" reduction is performed.
For example: w1/h1 is less than w2/h2, and left-right reduction is carried out; w1/h1 > w2/h2, requiring "up and down" reduction.
In addition, when w1/h1 < w2/h2 is reduced to "right and left", the reduction ratio "right and left" is as shown in formulas (1) to (3).
Target equal ratio length: w3 ═ h1/h2 ═ w 2; formula (1)
Reduced length of target two-dimensional image: w4 w1 w1/w 3; formula (2)
High scale of the target two-dimensional image is unchanged: h4 ═ h 1; formula (3)
When w1/h1 > w2/h2, the "up-down" reduction ratio is, for example, the formulas (4) to (6).
The target equal ratio is high: h3 w1/w2 h 2; formula (4)
Reduced height of the target two-dimensional image: h4 h1 h1/h 3; formula (5)
The proportion of the length of the target two-dimensional image is unchanged: w4 ═ w 1; equation (6).
According to the embodiment of the disclosure, in the case that the length-width ratio of the initial two-dimensional image is small relative to the length-width ratio of the target display screen, the innovative design performs left-right reduction; and under the condition that the length-width ratio of the initial two-dimensional image is larger than that of the target display screen, performing reverse dynamic adaptation adjustment of up-down reduction. The method has the advantages that the adjusting mode is simple, the judging mode is simple, automatic adjustment is easy to achieve, only the attribute information of the target display screen needs to be obtained, automatic adjustment can be achieved, one-key adjustment is achieved, convenience and freedom are achieved, and manpower is liberated.
According to other embodiments of the disclosure, after the initial two-dimensional image is subjected to reverse dynamic adaptation adjustment to obtain the target two-dimensional image, full-screen zooming processing can be performed on the target two-dimensional image to generate video playing information; and automatically amplifying the video playing information so as to enable the attribute information of the amplified video playing information to be matched with the attribute information of the target display screen.
According to the embodiment of the present disclosure, the video processor may be used to process the target two-dimensional image again. The video processor automatically amplifies the resolution of video playing information after processing a target two-dimensional image in a full-screen zooming mode, and puts the video playing information on a target display screen to realize complete and clear video content playing on the target display screen.
By using the information processing method of the embodiment of the disclosure, the information to be played can be used in combination with the existing equipment such as a video processor only by processing the information to be played, and the information processing method is matched with the realization mode of the playing information of the existing display screen which is put into use, the content playing of the complete picture can be realized without improving the hardware of the display screen or the display equipment, the application condition is simple, and the application range is wide.
Fig. 4 schematically shows a schematic diagram of an information processing method according to an embodiment of the present disclosure.
As shown in fig. 4, rendering pipeline method processing is performed on information to be played, such as interactive advertisement content and H5 mini-game, to obtain frame data of the information to be played, and then the frame data of the information to be played is associated with the target image, so as to generate an initial two-dimensional map 410.
In an embodiment of the present disclosure, the resolution (ppi) of the initial two-dimensional image 410 may be 1920 in length and 1080 in width. The target display 420 has a resolution (ppi) of 2520 in length and 1080 in width.
According to the information processing method of the embodiment of the disclosure, it may be determined that the length-width ratio of the initial two-dimensional image 410 is smaller than the length-width ratio of the target display screen 420, and the initial two-dimensional image 410 is subjected to inverse dynamic adaptation adjustment, which may be "left-right" scaling, to obtain the target two-dimensional image 430, where the target two-dimensional image 430 is scaled 229 left and right in the length direction with respect to the initial two-dimensional image 410.
According to the embodiment of the present disclosure, before the target two-dimensional image 430 is played, the video processor is used to perform another adjustment, perform full-screen zoom processing, and generate video playing information 440. The video playing information 440 is delivered to the target display screen 420, so as to achieve perfect adaptation, that is, the complete content is displayed on the target display screen in equal proportion to the maximum extent.
In summary, with the information processing method according to the embodiment of the present disclosure, the original two-dimensional image of the information to be played may be subjected to reverse dynamic adaptation adjustment using the attribute information of the target display screen as a standard, so as to achieve the purpose of adapting the target display screen, and achieve the technical effect of automatic adaptive playing. The target display screen does not need to be customized or the service code does not need to be modified, the implementation mode is simple, and the cost is saved on the premise of improving the working efficiency.
Fig. 5 schematically shows a block diagram of an information processing apparatus according to an embodiment of the present disclosure.
As shown in fig. 5, the information processing apparatus 500 includes an acquisition module 510 and an adjustment module 520.
An obtaining module 510, configured to obtain an initial two-dimensional image of information to be played; and
and an adjusting module 520, configured to perform reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain a target two-dimensional image, where the attribute information of the target two-dimensional image is adapted to the attribute information of the target display screen.
According to the embodiment of the disclosure, the scheme of reverse dynamic adaptation adjustment is utilized, the bottleneck that the interactive video can only be played on the customized display screen is broken through, the problem that the interactive video cannot be played on the display screen of any type is solved, and the effect of complete and clear content delivery can be realized.
According to the embodiment of the disclosure, the attribute information of the target display screen can be used as a standard, and the initial two-dimensional image of the information to be played is subjected to reverse dynamic adaptation adjustment, so that the aim of adapting the target display screen is achieved, and the technical effect of full-automatic adaptation playing is achieved.
According to an embodiment of the present disclosure, the adjusting module 520 includes a determining submodule, a first adjusting submodule, and a second adjusting submodule.
And the judgment submodule is used for judging whether the horizontal dot pitch information and the vertical dot pitch information of the target display screen are the same or not.
And the first adjusting submodule is used for carrying out reverse dynamic adaptation adjustment on the initial two-dimensional image based on the resolution information of the target display screen under the condition that the horizontal direction point distance information and the vertical direction point distance information of the target display screen are the same, so as to obtain the target two-dimensional image.
And the second adjusting submodule is used for carrying out reverse dynamic adaptation adjustment on the initial two-dimensional image based on the size information of the target display screen under the condition that the horizontal direction point distance information and the vertical direction point distance information of the target display screen are different, so that the target two-dimensional image is obtained.
According to an embodiment of the present disclosure, wherein the inverse dynamic adaptation adjustment comprises a zoom-out adjustment.
According to an embodiment of the present disclosure, the first adjustment submodule includes a first determination unit and a first adjustment unit.
The first determining unit is used for determining a first reduction direction and a first reduction proportion of the initial two-dimensional image according to a first preset rule based on the resolution information of the target display screen; and
and the first adjusting unit is used for carrying out reduction adjustment on the initial two-dimensional image based on the first reduction direction and the first reduction proportion to obtain a target two-dimensional image.
According to an embodiment of the present disclosure, wherein the second adjusting submodule includes a second determining unit and a second adjusting unit.
The second determining unit is used for determining a second reducing direction and a second reducing proportion of the initial two-dimensional image according to a second preset rule based on the size information of the target display screen; and
and the second adjusting unit is used for carrying out reduction adjustment on the initial two-dimensional image based on the second reduction direction and the second reduction proportion to obtain a target two-dimensional image.
According to an embodiment of the present disclosure, the information processing apparatus 500 may further include a specification determination module, and a specification transformation module, among others.
The specification determining module is used for determining the specification information of the target display screen; and
and the specification transformation module is used for carrying out specification transformation on the initial two-dimensional image under the condition that the specification information of the target display screen is different from the specification information of the initial two-dimensional image so as to carry out reverse dynamic adaptation adjustment on the transformed initial two-dimensional image and obtain the target two-dimensional image.
According to an embodiment of the present disclosure, the information processing apparatus 500 may further include a full-screen zoom module, and a zoom-in module.
The full-screen zooming module is used for performing full-screen zooming processing on the target two-dimensional image to generate video playing information; and
and the amplifying module is used for automatically amplifying the video playing information so as to enable the attribute information of the amplified video playing information to be matched with the attribute information of the target display screen.
According to an embodiment of the present disclosure, wherein the attribute information includes one or more of specification information, dot pitch information, resolution information, size information, and type information.
According to an embodiment of the present disclosure, the obtaining module 510 includes an obtaining sub-module, a rendering sub-module, and a generating sub-module.
The acquisition submodule is used for acquiring information to be played;
the rendering submodule is used for processing the information to be played by using a rendering pipeline method to obtain frame data of the information to be played, wherein the frame data is two-dimensional image data obtained after the information to be played is rendered; and
and the generation submodule is used for associating the frame data of the information to be played with the target image to generate an initial two-dimensional image.
According to an embodiment of the present disclosure, wherein the rendering submodule includes a rendering unit, a building unit, and a filling unit.
The rendering unit is used for processing the information to be played by using a rendering pipeline method to obtain the color data of the video frame of the information to be played;
the construction unit is used for constructing a texture object matched with the video frame of the information to be played; and
and the filling unit is used for filling the color data into the texture object to generate frame data of the information to be played.
Any number of modules, sub-modules, units, sub-units, or at least part of the functionality of any number thereof according to embodiments of the present disclosure may be implemented in one module. Any one or more of the modules, sub-modules, units, and sub-units according to the embodiments of the present disclosure may be implemented by being split into a plurality of modules. Any one or more of the modules, sub-modules, units, sub-units according to embodiments of the present disclosure may be implemented at least in part as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented in any other reasonable manner of hardware or firmware by integrating or packaging a circuit, or in any one of or a suitable combination of software, hardware, and firmware implementations. Alternatively, one or more of the modules, sub-modules, units, sub-units according to embodiments of the disclosure may be at least partially implemented as a computer program module, which when executed may perform the corresponding functions.
For example, any number of the obtaining module 510 and the adjusting module 520 may be combined and implemented in one module/unit/sub-unit, or any one of the modules/units/sub-units may be split into a plurality of modules/units/sub-units. Alternatively, at least part of the functionality of one or more of these modules/units/sub-units may be combined with at least part of the functionality of other modules/units/sub-units and implemented in one module/unit/sub-unit. According to an embodiment of the present disclosure, at least one of the obtaining module 510 and the adjusting module 520 may be implemented at least partially as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented by any other reasonable manner of integrating or packaging a circuit, such as hardware or firmware, or implemented by any one of three implementations of software, hardware, and firmware, or any suitable combination of any of them. Alternatively, at least one of the obtaining module 510 and the adjusting module 520 may be at least partly implemented as a computer program module, which when executed may perform a corresponding function.
It should be noted that the information processing apparatus portion in the embodiments of the present disclosure corresponds to the information processing method portion in the embodiments of the present disclosure, and the description of the information processing apparatus portion specifically refers to the information processing method portion, and is not repeated herein.
Fig. 6 schematically shows a block diagram of a computer system suitable for implementing the above described method according to an embodiment of the present disclosure. The computer system illustrated in FIG. 6 is only one example and should not impose any limitations on the scope of use or functionality of embodiments of the disclosure.
As shown in fig. 6, a computer system 600 according to an embodiment of the present disclosure includes a processor 601, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. Processor 601 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or associated chipset, and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), among others. The processor 601 may also include onboard memory for caching purposes. Processor 601 may include a single processing unit or multiple processing units for performing different actions of a method flow according to embodiments of the disclosure.
In the RAM 603, various programs and data necessary for the operation of the system 600 are stored. The processor 601, the ROM 602, and the RAM 603 are connected to each other via a bus 604. The processor 601 performs various operations of the method flows according to the embodiments of the present disclosure by executing programs in the ROM 602 and/or RAM 603. It is to be noted that the programs may also be stored in one or more memories other than the ROM 602 and RAM 603. The processor 601 may also perform various operations of the method flows according to embodiments of the present disclosure by executing programs stored in the one or more memories.
According to an embodiment of the present disclosure, system 600 may also include an input/output (I/O) interface 605, input/output (I/O) interface 605 also connected to bus 604. The system 600 may also include one or more of the following components connected to the I/O interface 605: an input portion 606 including a keyboard, a mouse, and the like; an output portion 607 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The driver 610 is also connected to the I/O interface 605 as needed. A removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 610 as necessary, so that a computer program read out therefrom is mounted in the storage section 608 as necessary.
According to embodiments of the present disclosure, method flows according to embodiments of the present disclosure may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable storage medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 609, and/or installed from the removable medium 611. The computer program, when executed by the processor 601, performs the above-described functions defined in the system of the embodiments of the present disclosure. The systems, devices, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
The present disclosure also provides a computer-readable storage medium, which may be contained in the apparatus/device/system described in the above embodiments; or may exist separately and not be assembled into the device/apparatus/system. The computer-readable storage medium carries one or more programs which, when executed, implement the method according to an embodiment of the disclosure.
According to an embodiment of the present disclosure, the computer-readable storage medium may be a non-volatile computer-readable storage medium. Examples may include, but are not limited to: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
For example, according to embodiments of the present disclosure, a computer-readable storage medium may include the ROM 602 and/or RAM 603 described above and/or one or more memories other than the ROM 602 and RAM 603.
Embodiments of the present disclosure also include a computer program product comprising a computer program containing program code for performing the method provided by the embodiments of the present disclosure, when the computer program product is run on an electronic device, the program code being configured to cause the electronic device to implement the information processing method provided by the embodiments of the present disclosure.
The computer program, when executed by the processor 601, performs the above-described functions defined in the system/apparatus of the embodiments of the present disclosure. The systems, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
In one embodiment, the computer program may be hosted on a tangible storage medium such as an optical storage device, a magnetic storage device, or the like. In another embodiment, the computer program may also be transmitted, distributed in the form of a signal on a network medium, downloaded and installed through the communication section 609, and/or installed from the removable medium 611. The computer program containing program code may be transmitted using any suitable network medium, including but not limited to: wireless, wired, etc., or any suitable combination of the foregoing.
In accordance with embodiments of the present disclosure, program code for executing computer programs provided by embodiments of the present disclosure may be written in any combination of one or more programming languages, and in particular, these computer programs may be implemented using high level procedural and/or object oriented programming languages, and/or assembly/machine languages. The programming language includes, but is not limited to, programming languages such as Java, C + +, python, the "C" language, or the like. The program code may execute entirely on the user computing device, partly on the user device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. 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 or flowchart illustration, and combinations of blocks in the block diagrams 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. Those skilled in the art will appreciate that various combinations and/or combinations of features recited in the various embodiments and/or claims of the present disclosure can be made, even if such combinations or combinations are not expressly recited in the present disclosure. In particular, various combinations and/or combinations of the features recited in the various embodiments and/or claims of the present disclosure may be made without departing from the spirit or teaching of the present disclosure. All such combinations and/or associations are within the scope of the present disclosure.
The embodiments of the present disclosure have been described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described separately above, this does not mean that the measures in the embodiments cannot be used in advantageous combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be devised by those skilled in the art without departing from the scope of the present disclosure, and such alternatives and modifications are intended to be within the scope of the present disclosure.

Claims (13)

1. An information processing method comprising:
acquiring an initial two-dimensional image of information to be played; and
and performing reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain a target two-dimensional image, wherein the attribute information of the target two-dimensional image is adapted to the attribute information of the target display screen.
2. The method of claim 1, wherein the performing a reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain the target two-dimensional image comprises:
judging whether the horizontal point distance information and the vertical point distance information of the target display screen are the same or not;
under the condition that the horizontal direction point distance information and the vertical direction point distance information of the target display screen are the same, performing reverse dynamic adaptation adjustment on the initial two-dimensional image based on the resolution information of the target display screen to obtain the target two-dimensional image; and
and under the condition that the horizontal direction point distance information and the vertical direction point distance information of the target display screen are different, carrying out reverse dynamic adaptation adjustment on the initial two-dimensional image based on the size information of the target display screen to obtain a target two-dimensional image.
3. The method of claim 2, wherein the reverse dynamic adaptation adjustment comprises a zoom-out adjustment;
wherein, the performing reverse dynamic adaptation adjustment on the initial two-dimensional image based on the resolution information of the target display screen to obtain a target two-dimensional image comprises:
determining a first reduction direction and a first reduction proportion of the initial two-dimensional image according to a first preset rule based on the resolution information of the target display screen; and
and carrying out reduction adjustment on the initial two-dimensional image based on the first reduction direction and the first reduction proportion to obtain a target two-dimensional image.
4. The method of claim 2, wherein the performing a reverse dynamic adaptation adjustment on the initial two-dimensional image based on the size information of the target display screen to obtain a target two-dimensional image comprises:
determining a second reduction direction and a second reduction proportion of the initial two-dimensional image according to a second preset rule based on the size information of the target display screen; and
and carrying out reduction adjustment on the initial two-dimensional image based on the second reduction direction and the second reduction proportion to obtain a target two-dimensional image.
5. The method of claim 2, wherein the performing a reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain the target two-dimensional image further comprises:
determining specification information of the target display screen; and
and under the condition that the specification information of the target display screen is different from the specification information of the initial two-dimensional image, performing specification transformation on the initial two-dimensional image so as to perform reverse dynamic adaptation adjustment on the transformed initial two-dimensional image and obtain the target two-dimensional image.
6. The method of claim 1, further comprising:
performing full-screen zooming processing on the target two-dimensional image to generate video playing information; and
and automatically amplifying the video playing information so as to enable the attribute information of the amplified video playing information to be matched with the attribute information of the target display screen.
7. The method of claim 1, wherein the attribute information includes one or more of specification information, dot pitch information, resolution information, size information, and type information.
8. The method of claim 1, wherein the obtaining an initial two-dimensional image regarding information to be played comprises:
acquiring information to be played;
processing the information to be played by using a rendering pipeline method to obtain frame data of the information to be played, wherein the frame data is two-dimensional image data obtained after rendering the information to be played; and
and associating the frame data of the information to be played with a target image to generate the initial two-dimensional image.
9. The method of claim 8, wherein the processing the information to be played by using a rendering pipeline method to obtain frame data of the information to be played comprises:
processing the information to be played by using a rendering pipeline method to obtain color data of a video frame of the information to be played;
constructing a texture object matched with the video frame of the information to be played; and
and filling the color data into the texture object to generate frame data of the information to be played.
10. An information processing apparatus comprising:
the acquisition module is used for acquiring an initial two-dimensional image of the information to be played; and
and the adjusting module is used for carrying out reverse dynamic adaptation adjustment on the initial two-dimensional image based on the attribute information of the target display screen to obtain a target two-dimensional image, wherein the attribute information of the target two-dimensional image is adapted to the attribute information of the target display screen.
11. A computer system, comprising:
one or more processors;
a memory for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of claims 1-9.
12. A computer readable storage medium having stored thereon executable instructions which, when executed by a processor, cause the processor to carry out the method of any one of claims 1 to 9.
13. A computer program product, comprising:
computer executable instructions for use when executed to implement the method of any one of claims 1 to 9.
CN202110336919.8A 2021-03-29 2021-03-29 Information processing method, information processing device, computer system and readable storage medium Active CN113034367B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110336919.8A CN113034367B (en) 2021-03-29 2021-03-29 Information processing method, information processing device, computer system and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110336919.8A CN113034367B (en) 2021-03-29 2021-03-29 Information processing method, information processing device, computer system and readable storage medium

Publications (2)

Publication Number Publication Date
CN113034367A true CN113034367A (en) 2021-06-25
CN113034367B CN113034367B (en) 2024-04-16

Family

ID=76452667

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110336919.8A Active CN113034367B (en) 2021-03-29 2021-03-29 Information processing method, information processing device, computer system and readable storage medium

Country Status (1)

Country Link
CN (1) CN113034367B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101321300A (en) * 2008-07-18 2008-12-10 天津三维成像技术有限公司 LED large scale freedom stereo display technique
US20110141114A1 (en) * 2009-12-14 2011-06-16 Acer Incorporated System and method for automatically adjusting visual setting of display device
US20150091908A1 (en) * 2012-03-16 2015-04-02 Seiko Infotech Inc. Plan display device and plan display program
CN106780336A (en) * 2016-12-19 2017-05-31 广东威创视讯科技股份有限公司 A kind of image downscaling method and device
CN109658507A (en) * 2018-11-27 2019-04-19 联想(北京)有限公司 Information processing method and device, electronic equipment
CN110956572A (en) * 2019-11-19 2020-04-03 深圳传音控股股份有限公司 Image processing method, device and system
CN111179869A (en) * 2020-01-21 2020-05-19 纳晶科技股份有限公司 E visual target definition adjusting method and display

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101321300A (en) * 2008-07-18 2008-12-10 天津三维成像技术有限公司 LED large scale freedom stereo display technique
US20110141114A1 (en) * 2009-12-14 2011-06-16 Acer Incorporated System and method for automatically adjusting visual setting of display device
US20150091908A1 (en) * 2012-03-16 2015-04-02 Seiko Infotech Inc. Plan display device and plan display program
CN106780336A (en) * 2016-12-19 2017-05-31 广东威创视讯科技股份有限公司 A kind of image downscaling method and device
CN109658507A (en) * 2018-11-27 2019-04-19 联想(北京)有限公司 Information processing method and device, electronic equipment
CN110956572A (en) * 2019-11-19 2020-04-03 深圳传音控股股份有限公司 Image processing method, device and system
CN111179869A (en) * 2020-01-21 2020-05-19 纳晶科技股份有限公司 E visual target definition adjusting method and display

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
孙红进;: "FPGA实现的视频图像缩放显示", 液晶与显示, no. 01 *

Also Published As

Publication number Publication date
CN113034367B (en) 2024-04-16

Similar Documents

Publication Publication Date Title
US8619083B2 (en) Multi-layer image composition with intermediate blending resolutions
JP6185211B1 (en) Bandwidth reduction using texture lookup with adaptive shading
CN112738541B (en) Picture display method and device and electronic equipment
CN110968962B (en) Three-dimensional display method and system based on cloud rendering at mobile terminal or large screen
US20120256906A1 (en) System and method to render 3d images from a 2d source
JP2018512644A (en) System and method for reducing memory bandwidth using low quality tiles
CN110290398B (en) Video issuing method and device, storage medium and electronic equipment
CN110675465B (en) Method and apparatus for generating image
JP2016051469A (en) Rendering apparatus and method therefor
CN112203124B (en) Display device and control method thereof
CN113590878A (en) Method and device for planning path on video picture and terminal equipment
US20240048665A1 (en) Video generation method, video playing method, video generation device, video playing device, electronic apparatus and computer-readable storage medium
EP2487915A1 (en) 3d format conversion systems and methods
CN113034367B (en) Information processing method, information processing device, computer system and readable storage medium
CN111862342A (en) Texture processing method and device for augmented reality, electronic equipment and storage medium
US11120269B2 (en) Method and apparatus for determining target rotation direction, computer readable medium and electronic device
CN114697555B (en) Image processing method, device, equipment and storage medium
CN113840170B (en) Method and device for live broadcast of wheat
CN115588064A (en) Video generation method and device, electronic equipment and storage medium
CN114089896A (en) Rendering image intercepting method and device
CN110662099B (en) Method and device for displaying bullet screen
JP6891811B2 (en) Information processing equipment, information processing methods, and programs
US6674440B1 (en) Graphics processor for stereoscopically displaying a graphical image
CN110633039B (en) Page filling method and device, terminal equipment and medium
KR102345297B1 (en) Edge server remote rendering system and method for web service

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
CB02 Change of applicant information

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant after: Jingdong Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant before: Jingdong Digital Technology Holding Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant