CN112215923A - Picture generation method and device, electronic equipment and storage medium - Google Patents

Picture generation method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112215923A
CN112215923A CN202011152353.5A CN202011152353A CN112215923A CN 112215923 A CN112215923 A CN 112215923A CN 202011152353 A CN202011152353 A CN 202011152353A CN 112215923 A CN112215923 A CN 112215923A
Authority
CN
China
Prior art keywords
edited
picture
original image
editing
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011152353.5A
Other languages
Chinese (zh)
Inventor
刘润邦
武海涛
向晓伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Gaotu Yunji Education Technology Co Ltd
Original Assignee
Beijing Gaotu Yunji Education Technology 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 Beijing Gaotu Yunji Education Technology Co Ltd filed Critical Beijing Gaotu Yunji Education Technology Co Ltd
Priority to CN202011152353.5A priority Critical patent/CN112215923A/en
Publication of CN112215923A publication Critical patent/CN112215923A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/60Editing figures and text; Combining figures or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The embodiment of the application provides a picture generation method and device, electronic equipment and a storage medium, and relates to the technical field of picture processing. The method comprises the steps of obtaining an original image to be edited; converting the original image to be edited into an html template, and converting the original image to be edited into an editing mode through an html tag; editing the original image to be edited according to the editing operation of the user; generating a new picture according to the edited original image to be edited and storing the new picture; the method is used for editing the pictures on the webpage, is simple to operate, saves cost, and solves the problems of complex operation and high cost of the existing method.

Description

Picture generation method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of picture processing technologies, and in particular, to a picture generation method and apparatus, an electronic device, and a storage medium.
Background
The existing picture editing methods are commonly used software editing methods, such as commonly used Photoshop software, and the legal versions of the software can be obtained only by purchasing, so that the cost is increased; the operation is complex, certain technical barriers are provided, training and learning are required for a period of time, and therefore certain time cost is provided.
Disclosure of Invention
An object of the embodiments of the present application is to provide a picture generation method, an apparatus, an electronic device, and a storage medium, which are used for editing a picture on a web page, are simple to operate, save cost, and solve the problems of complex operation and high cost of the existing method.
The embodiment of the application provides a picture generation method, which comprises the following steps:
acquiring an original image to be edited;
converting the original image to be edited into an html template, and converting the original image to be edited into an editing mode through an html tag;
editing the original image to be edited according to the editing operation of the user;
and generating a new picture according to the edited original image to be edited and storing the new picture.
In the implementation process, the original image to be edited is converted into the editing mode, the original image to be edited can be modified by clicking any place of the original image to be edited, which needs to be modified, the efficiency of processing the picture is improved, the picture editing operation is completed on the webpage, the method belongs to fool operation, time-consuming learning is not needed, and the problems of complex operation and high cost of the existing method are solved.
Further, the converting the to-be-edited original image into an html template, and converting the to-be-edited original image into an editing mode through an html tag includes:
converting the original image to be edited into an html template;
generating corresponding html tags according to different types of element contents in the original image to be edited;
and setting the editing attribute on the parent tag at the outermost layer so as to convert the original image to be edited into an editing mode, so that a user can edit the content of any element.
In the implementation process, the html tag is used for representing the element content in the original image to be edited, for example, the text is generated into the corresponding html tag, and the parent tag of the outermost layer is set, so that the original image to be edited is converted into an editing mode, and thus, any element content in the original image to be edited can be edited, and the operation is simple and easy.
Further, the method further comprises:
and acquiring a label node of the html template to set the size attribute of the new picture.
In the implementation process, the size attribute of the new picture is set through the tag node, for example, in order to keep a one-to-one size ratio between the new picture and the original picture to be edited, the setting of the size of the new picture can be implemented by obtaining the width and height attributes of the parent tag node at the outermost layer of the html tag.
Further, the generating and saving a new picture includes:
generating a canvas on a webpage and creating a drawing environment on the canvas;
inputting the image parameters corresponding to the label nodes into the drawing environment to draw the new picture, and generating image data from the new picture;
and generating a relative path or an absolute path of the image data and mounting the relative path or the absolute path on the webpage for downloading or using.
In the implementation process, the relative path or the absolute path of the image data of the generated new picture is mounted on the webpage, so that the new picture can be locally stored, the new picture is convenient to use next time, and the reusability of the picture and the picture processing efficiency are improved.
An embodiment of the present application further provides an image generating device, where the device includes:
the picture acquisition module is used for acquiring an original picture to be edited;
the mode conversion module is used for converting the original image to be edited into an html template and converting the original image to be edited into an editing mode through an html tag;
the editing module is used for editing the original image to be edited according to the editing operation of a user;
and the picture generation module is used for generating a new picture and storing the new picture.
In the implementation process, the original image to be edited is directly edited and modified on the webpage, the operation is simple and convenient, the cost is saved, the efficiency of processing the image is improved, the modified new image is stored, the reusability of the image is improved, and the problems of complex operation and high cost of the existing method are solved.
Further, the mode conversion module includes:
the html template module is used for converting the original image to be edited into a html template;
the label generation module is used for generating corresponding html labels according to different types of element contents in the original image to be edited;
and the attribute setting module is used for setting the editing attribute on the parent tag at the outermost layer so as to convert the original image to be edited into an editing mode, so that a user can edit the content of any element.
In the implementation process, the artwork to be edited is converted into the html template, the html tag is used for representing the element content in the picture, and the artwork to be edited is converted into the editing mode through the html tag, so that a user can edit and modify the artwork to be edited.
Further, the apparatus further comprises:
and the size setting module is used for acquiring the label node of the html template so as to set the size attribute of the new picture.
In the implementation process, the size of the new picture is set through the size setting module, so that the new picture meets the requirements of users on the size of the picture.
Further, the picture generation module comprises:
a drawing environment creation module for generating a canvas on a webpage and creating a drawing environment on the canvas;
the new picture drawing module is used for inputting the image parameters corresponding to the label nodes into the drawing environment so as to draw the new picture and generate image data from the new picture;
and the picture storage module is used for generating a relative path or an absolute path of the image data and mounting the relative path or the absolute path on the webpage for downloading or using.
In the implementation process, the generation and storage processes of the new picture are given, and the picture multiplexing is facilitated by setting a relative path or an absolute path of the image data.
An embodiment of the present application further provides an electronic device, where the electronic device includes a memory and a processor, where the memory is used to store a computer program, and the processor runs the computer program to enable the computer device to execute any one of the above-mentioned picture generation methods.
An embodiment of the present application further provides a readable storage medium, where computer program instructions are stored, and when the computer program instructions are read and executed by a processor, the image generation method described in any of the above is executed.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application 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 that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a flowchart of a picture generation method according to an embodiment of the present application;
fig. 2 is a flowchart of a picture generation method according to an embodiment of the present application;
fig. 3 is a flowchart illustrating converting an original image to be edited into an editing mode according to an embodiment of the present application;
fig. 4 is an original image to be edited according to an embodiment of the present application;
FIG. 5 is a flowchart of generating a new picture according to an embodiment of the present application;
FIG. 6 is a schematic diagram of a new picture provided by an embodiment of the present application;
fig. 7 is a block diagram of a picture generation apparatus according to an embodiment of the present application;
fig. 8 is a block diagram of an overall structure of a picture generation apparatus according to an embodiment of the present application.
Icon:
100-a picture acquisition module; 200-a mode conversion module; 201-html template module; 202-a tag generation module; 203-attribute setting module; 300-an editing module; 310-size setting module; 400-a picture generation module; 401-drawing environment creation module; 402-new drawing module; 403-picture saving module.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Example 1
Referring to fig. 1, fig. 1 is a flowchart of a picture generation method according to an embodiment of the present disclosure. The method is applied to editing pictures based on a webpage, exemplarily, as shown in fig. 2, a flow diagram of a picture generation method is shown, an original picture to be edited is converted into an html template, a contentedit attribute is set by using a parent tag of the html template to enter an editing mode, a tag node and a width-height attribute of the html template are obtained to set the size of the generated new picture, the new picture is generated through CanvasAPI provided by html, and the new picture is mounted on the webpage for downloading.
The method specifically comprises the following steps:
step S100: acquiring an original image to be edited;
in some possible embodiments, the obtaining of the artwork to be edited may include uploading or dragging the local picture to an html webpage, or selecting an applicable picture template from the html webpage. That is to say, when designing the html webpage mentioned in the present application, a plurality of picture templates may be set in the html webpage in advance for the user to select, and when a new picture needs to be output, a suitable picture may be directly selected from the picture templates as an original image to be edited, thereby providing convenience for the user to improve user experience.
Step S200: converting an original image to be edited into an html template, and converting the original image to be edited into an editing mode through an html tag;
in some possible embodiments, in the edit mode means: the size, angle, size, gray scale, brightness, contrast, character information, bar code information, icon information and the like of the picture are all in a state of being edited.
It should be noted that, in some possible embodiments, the edit mode may further include: filters, specific styles, synthesis, etc., which are not described in detail.
In some scenes, a picture can be recycled after a small change, and if a traditional method is adopted, the picture needs to be modified through software such as a PS, which is complex and has poor use experience. When the method in the application is adopted, the picture can be directly modified on the html webpage without downloading PS software or learning the PS technology.
For example, the introduction and the registration time of each lecturer in a certain online education enterprise are displayed in one poster, only 2019 of the posters needs to be modified into 2020, the modification can be realized in an html webpage by adopting the method, but by adopting a traditional mode, poster pictures need to be loaded into a PS and a series of modifications are carried out in the PS, the mode is complicated and time-consuming, the user experience is poor, and the cost is high.
As shown in fig. 3, in order to convert the original image to be edited into the editing mode, the step may specifically include:
step S201: converting an original image to be edited into an html template;
step S202: generating corresponding html tags according to different types of element contents in the original image to be edited;
step S203: and setting the editing attribute on the parent tag at the outermost layer so as to convert the original image to be edited into an editing mode, so that the user can edit the content of any element.
For example, as shown in fig. 4, for the artwork to be edited provided in the embodiment of the present application, the artwork to be edited is converted into an html template, and the html tag is used to represent the content of an element in the artwork to be edited, for example, the content of an element in the artwork to be edited, such as a text and a shape, generates a corresponding html tag, for example, a text "begi" in a picture generates a corresponding html tag as a < begi > second </p > tag, a text "2019" in the picture generates a corresponding html tag as a < p >2019</p > tag, and the like.
The method comprises the steps of setting a 'contenteeditable' attribute (one attribute in a contenteeditable html) on an outermost parent tag of an html template generated by an original image to be edited to be true, namely, when the contenteeditable of the html tag is set to be true, starting an editing mode of corresponding element content, converting the original image to be edited into a complete rich text editor capable of being edited quickly, enabling any element content in the original image to be edited to be editable, enabling a user to appear a cursor only by clicking a document place needing to be modified, performing input, deletion and other operations at the cursor place, and being simple in operation and free from spending time and energy to overcome technical barriers.
Step S300: editing the original image to be edited according to the editing operation of the user;
before generating a new picture, the size of the new picture also needs to be set, and specifically, a tag node of the html template is obtained to set the size attribute of the new picture.
For example, in order to keep the size of the generated new picture and the original picture to be edited in a one-to-one ratio, the size of the generated html template outermost parent tag node may be acquired and the width and height attribute thereof may be read through document.
Step S400: and generating a new picture according to the edited original image to be edited and storing the new picture.
As shown in fig. 5, to generate a new picture, the step may specifically include the following steps:
step S401: generating a canvas on a webpage and creating a drawing environment on the canvas;
step S402: inputting image parameters corresponding to the label nodes into a drawing environment to draw a new picture, and generating image data from the new picture;
step S403: a relative path or an absolute path of the image data is generated and mounted on a web page for download or use.
Illustratively, a canvas may be generated on a web page by document.
After the object is generated by canvas, getcontext ('2d'), the obtained outmost parent tag node and its attributes are used as parameters to be transmitted into the drawImage () method of the generated drawing environment object and the method is called to draw a modified new picture on canvas, and then a data URI (image data) containing the new picture presentation is returned by canvas, to DataURL ('image/png').
Assigning the obtained URI to the src attribute of a new < img > tag generated by document. The value of the src attribute of the < img > tag is the URL of the image data, that is, the absolute path or the relative path of the image data is referred to, and the absolute path or the relative path of the image data is set according to the position of the picture source, for example, if the picture source is from a network, the absolute path is used, which is not described herein again.
For example, after the uploaded original image to be edited as shown in fig. 4 is converted into an editing mode, the user may click any place of the original image to be edited, which needs to be modified, to perform editing and modification, such as inputting or deleting a document, click a generation button after the modification is completed, generate a new image, and the user may download and use the image by himself or herself as needed, as shown in fig. 6, the new image is a schematic diagram of the new image, and the image may also be saved in a screenshot manner instead of a plug-in generation manner, so that the image processing efficiency may be improved; moreover, the user can directly operate on the webpage without overcoming technical barriers, the operation is simple and easy, time and cost are not needed for learning, the original image to be edited is edited, modified and stored, and the reusability of the picture is improved.
Example 2
An embodiment of the present application provides a picture generating device, which is applied to the picture generating method described in embodiment 1, and as shown in fig. 7, is a structural block diagram of the picture generating device, where the picture generating device includes:
the picture obtaining module 100 is configured to obtain an original picture to be edited;
the mode conversion module 200 is configured to convert an original image to be edited into an html template, and convert the original image to be edited into an editing mode through an html tag;
the editing module 300 is configured to edit the original image to be edited according to the editing operation of the user;
and the picture generation module 400 is configured to generate a new picture and store the new picture.
As shown in fig. 8, the mode conversion module 200 is a block diagram of the overall structure of the picture generation apparatus, and includes:
the html template module 201 is used for converting the artwork to be edited into an html template;
the tag generation module 202 is configured to generate corresponding html tags according to different types of element contents in the artwork to be edited;
and the attribute setting module 203 is configured to set an editing attribute on the parent tag on the outermost layer, so as to convert the original image to be edited into an editing mode, so that a user edits any element content.
The device still includes:
and a size setting module 310, configured to obtain a tag node of the html template, so as to set a size attribute of the new picture.
The picture generation module 400 includes:
a drawing environment creation module 401 for generating a canvas on a webpage and creating a drawing environment on the canvas;
a new image drawing module 402, configured to input the image parameter corresponding to the tag node into the drawing environment, so as to draw the new image, and generate image data from the new image;
and a picture saving module 403, configured to generate a relative path or an absolute path of the image data and mount the relative path or the absolute path on the web page for downloading or using.
After the original image to be edited is converted into the editing mode, the original image to be edited can be directly edited and modified on the webpage, if the character to be modified is clicked, the modified content can be typed to modify the character, the operation is simple and convenient, the cost is saved, the efficiency of processing the picture is improved, the modified new picture is stored, the reusability of the picture is improved, and the problems of complex operation and high cost of the existing method are solved.
An embodiment of the present application further provides an electronic device, where the electronic device includes a memory and a processor, where the memory is used to store a computer program, and the processor runs the computer program to enable the computer device to execute the picture generation method according to any one of embodiments 1.
An embodiment of the present application further provides a readable storage medium, where computer program instructions are stored, and when the computer program instructions are read and executed by a processor, the image generation method according to any one of embodiments 1 is executed.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can 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.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
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.
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.

Claims (10)

1. A picture generation method, characterized in that the method comprises:
acquiring an original image to be edited;
converting the original image to be edited into an html template, and converting the original image to be edited into an editing mode through an html tag;
editing the original image to be edited according to the editing operation of the user;
and generating a new picture according to the edited original image to be edited and storing the new picture.
2. The method for generating pictures according to claim 1, wherein said converting the to-be-edited artwork into an html template and converting the to-be-edited artwork into an editing mode through an html tag comprises:
converting the original image to be edited into an html template;
generating corresponding html tags according to different types of element contents in the original image to be edited;
and setting the editing attribute on the parent tag at the outermost layer so as to convert the original image to be edited into an editing mode, so that a user can edit the content of any element.
3. The picture generation method according to claim 1, further comprising:
and acquiring a label node of the html template to set the size attribute of the new picture.
4. The method according to claim 3, wherein the generating and saving the new picture comprises:
generating a canvas on a webpage and creating a drawing environment on the canvas;
inputting the image parameters corresponding to the label nodes into the drawing environment to draw the new picture, and generating image data from the new picture;
and generating a relative path or an absolute path of the image data and mounting the relative path or the absolute path on the webpage for downloading or using.
5. A picture generation apparatus, characterized in that the apparatus comprises:
the picture acquisition module is used for acquiring an original picture to be edited;
the mode conversion module is used for converting the original image to be edited into an html template and converting the original image to be edited into an editing mode through an html tag;
the editing module is used for editing the original image to be edited according to the editing operation of a user;
and the picture generation module is used for generating a new picture and storing the new picture.
6. The picture generation apparatus according to claim 5, wherein the mode conversion module includes:
the html template module is used for converting the original image to be edited into a html template;
the label generation module is used for generating corresponding html labels according to different types of element contents in the original image to be edited;
and the attribute setting module is used for setting the editing attribute on the parent tag at the outermost layer so as to convert the original image to be edited into an editing mode, so that a user can edit the content of any element.
7. The picture generation apparatus according to claim 5, further comprising:
and the size setting module is used for acquiring the label node of the html template so as to set the size attribute of the new picture.
8. The picture generation apparatus according to claim 7, wherein the picture generation module includes:
a drawing environment creation module for generating a canvas on a webpage and creating a drawing environment on the canvas;
the new picture drawing module is used for inputting the image parameters corresponding to the label nodes into the drawing environment so as to draw the new picture and generate image data from the new picture;
and the picture storage module is used for generating a relative path or an absolute path of the image data and mounting the relative path or the absolute path on the webpage for downloading or using.
9. An electronic device, characterized in that the electronic device comprises a memory for storing a computer program and a processor for executing the computer program to cause the computer device to perform the picture generation method according to any one of claims 1 to 4.
10. A readable storage medium having stored therein computer program instructions which, when read and executed by a processor, perform the picture generation method of any one of claims 1 to 4.
CN202011152353.5A 2020-10-23 2020-10-23 Picture generation method and device, electronic equipment and storage medium Pending CN112215923A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011152353.5A CN112215923A (en) 2020-10-23 2020-10-23 Picture generation method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011152353.5A CN112215923A (en) 2020-10-23 2020-10-23 Picture generation method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112215923A true CN112215923A (en) 2021-01-12

Family

ID=74055131

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011152353.5A Pending CN112215923A (en) 2020-10-23 2020-10-23 Picture generation method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112215923A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112911388A (en) * 2021-02-02 2021-06-04 厦门美图之家科技有限公司 Efficient editable video special effect output method and device and electronic equipment
CN113112573A (en) * 2021-04-14 2021-07-13 多点(深圳)数字科技有限公司 Picture generation method and device based on markup language and electronic equipment
CN114880611A (en) * 2022-04-12 2022-08-09 上海哔哩哔哩科技有限公司 Screenshot processing method and system
CN115130034A (en) * 2022-08-29 2022-09-30 深圳市明源云空间电子商务有限公司 Picture coding generation method, device and equipment and computer readable storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112911388A (en) * 2021-02-02 2021-06-04 厦门美图之家科技有限公司 Efficient editable video special effect output method and device and electronic equipment
CN112911388B (en) * 2021-02-02 2024-02-06 厦门美图之家科技有限公司 Efficient editable video special effect output method and device and electronic equipment
CN113112573A (en) * 2021-04-14 2021-07-13 多点(深圳)数字科技有限公司 Picture generation method and device based on markup language and electronic equipment
CN113112573B (en) * 2021-04-14 2024-05-14 多点(深圳)数字科技有限公司 Picture generation method and device based on markup language and electronic equipment
CN114880611A (en) * 2022-04-12 2022-08-09 上海哔哩哔哩科技有限公司 Screenshot processing method and system
CN115130034A (en) * 2022-08-29 2022-09-30 深圳市明源云空间电子商务有限公司 Picture coding generation method, device and equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
Murugesan Understanding Web 2.0
CN112215923A (en) Picture generation method and device, electronic equipment and storage medium
Makri et al. Information for inspiration: Understanding architects' information seeking and use behaviors to inform design
US8788935B1 (en) Systems and methods for creating or updating an application using website content
Rees A feasible user story tool for agile software development?
US20130326333A1 (en) Mobile Content Management System
US9959257B2 (en) Populating visual designs with web content
US10776351B2 (en) Automatic core data service view generator
Clark Building Mobile Library Applications:(THE TECH SET®# 12)
Peng et al. Diffscriber: Describing Visual Design Changes to Support Mixed-Ability Collaborative Presentation Authoring
CN111367514B (en) Page card development method and device, computing device and storage medium
TW201525916A (en) Art search results
Macaulay Introduction to web interaction design: With Html and Css
Watt SVG unleashed
Ushakova et al. Methodology for developing an information site with Workflow support for publishing articles
Ye Analysis of European experience in improving public administration mechanisms
Jacobs Flash and XML
Pullman et al. Reconceptualizing technical communication pedagogy in the context of content management
Chang et al. Mobile Website Creation based on Web Data eXtraction and Reuse
Vermillion Iterating the Design Process Using AI Diffusion Models
CN102446199A (en) Method for integrating really simple syndication files
MacDonald et al. Patterns in design systems
Freeman et al. Data Science Foundations Tools and Techniques
Chang et al. DWL tool for creating a customized web-based system generator
Ushakova et al. DEVELOPMENT MANAGEMENT

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