CN115730564A - Image processing method and device - Google Patents

Image processing method and device Download PDF

Info

Publication number
CN115730564A
CN115730564A CN202211493331.4A CN202211493331A CN115730564A CN 115730564 A CN115730564 A CN 115730564A CN 202211493331 A CN202211493331 A CN 202211493331A CN 115730564 A CN115730564 A CN 115730564A
Authority
CN
China
Prior art keywords
image
processed
font
identification information
converted
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
CN202211493331.4A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202211493331.4A priority Critical patent/CN115730564A/en
Publication of CN115730564A publication Critical patent/CN115730564A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Controls And Circuits For Display Device (AREA)

Abstract

The invention discloses an image processing method and device, and relates to the technical field of big data, wherein the method comprises the following steps: importing all the images to be processed into a font generation platform in batches to obtain a font folder after all the images to be processed are converted into font formats; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format; putting the font set file into a project file for calling each image to be processed; calling identification information corresponding to each image to be processed in the image identification storage file after the image to be processed is converted into the font format, and modifying the font icon in the identification information when calling the identification information corresponding to each image to be processed after the image to be processed is converted into the font format so as to adjust the image style information of the batch of images to be processed into the preset image style information. The invention can improve the processing efficiency of the image and reduce the loss of time and human resources.

Description

Image processing method and device
Technical Field
The invention relates to the technical field of big data, in particular to an image processing method and device.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
Vue is a progressive framework for constructing a user interface, and in the front page of Vue, the images that appear need to unify their attribute information, such as their size, their color. Vue generally uses svg format images, when the size of the svg image uploaded to the front page of Vue is different from a preset size, the size of the svg image needs to be adjusted to make the size of the svg image conform to the preset size, and when the color of the svg image does not conform to the preset color, the color of the svg image needs to be modified to make the color of the svg image conform to the preset color. When svg images are uploaded to a front-end page of Vue in batches, the images which do not meet the requirements need to be modified one by one manually, so that the processing efficiency of the current svg images is low, and the consumption of time resources and human resources is high.
Disclosure of Invention
The embodiment of the invention provides an image processing method, which is used for unifying the style information of images in batches, improving the processing efficiency of the images and reducing the loss of time and human resources, and comprises the following steps:
importing all the images to be processed into a font generation platform in batches to obtain a font folder after all the images to be processed are converted into font formats; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format;
putting the font set file into a project file for calling each image to be processed;
calling identification information corresponding to each image to be processed in the image identification storage file after the image to be processed is converted into the font format, and modifying the font icon in the identification information when calling the identification information corresponding to each image to be processed after the image to be processed is converted into the font format so as to adjust the image style information of the batch of images to be processed into the preset image style information.
An embodiment of the present invention further provides an image processing apparatus, configured to unify style information of images in batch, improve image processing efficiency, and reduce loss of time and human resources, where the apparatus includes:
the first processing module is used for importing the images to be processed into the font generation platform in batch to obtain a font folder after the images to be processed are converted into the font format; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format;
the second processing module is used for placing the font set file into the item file of each image to be processed to be called;
and the third processing module is used for calling the corresponding identification information after each image to be processed in the image identification storage file is converted into the font format, and carrying out style modification on font icons in the identification information when calling the corresponding identification information after each image to be processed is converted into the font format so as to adjust the image style information of the batch of images to be processed into the preset image style information.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the image processing method when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the image processing method.
An embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and when the computer program is executed by a processor, the computer program implements the image processing method.
In the embodiment of the invention, images to be processed are led into a font generation platform in batch to obtain a font folder after the images to be processed are converted into font formats; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format; putting the font set file into a project file for calling each image to be processed; calling identification information corresponding to each image to be processed in the image identification storage file after the image to be processed is converted into the font format, and modifying the font icon in the identification information when calling the identification information corresponding to each image to be processed after the image to be processed is converted into the font format so as to adjust the image style information of the batch of images to be processed into the preset image style information. Therefore, the images do not need to be manually corrected and modified one by one, batch unification of image style information is realized by converting the images into font formats, the processing efficiency of the images is improved, and the loss of time and human resources is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
fig. 1 is a flowchart of an image processing method provided in an embodiment of the present invention;
FIG. 2 is a flow chart of another image processing method provided in an embodiment of the present invention;
FIG. 3 is a flow chart of another image processing method provided in the embodiment of the present invention;
fig. 4 is a schematic diagram of an image processing apparatus according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a computer device provided in an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
According to the technical scheme, the data acquisition, storage, use, processing and the like meet relevant regulations of national laws and regulations.
The term "and/or" herein merely describes an associative relationship, meaning that three relationships may exist, e.g., a and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the term "at least one" herein means any one of a variety or any combination of at least two of a variety, for example, including at least one of A, B, C, and may mean including any one or more elements selected from the group consisting of A, B and C.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are used in an open-ended fashion, i.e., to mean including, but not limited to. Reference to the description of the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is for illustrative purposes to illustrate the implementation of the present application, and the sequence of steps is not limited and can be adjusted as needed.
It is found through research that in the front page of Vue, the images appearing need to unify the attribute information of the images, such as the size of the images and the color of the images. Vue generally uses svg format images, when the size of the svg image uploaded to the front page of Vue is different from a preset size, the size of the svg image needs to be adjusted to make the size of the svg image conform to the preset size, and when the color of the svg image does not conform to the preset color, the color of the svg image needs to be modified to make the color of the svg image conform to the preset color. When svg images are uploaded to the front-end page of Vue in batches, the images which do not meet the requirements need to be modified one by one manually, so that the processing efficiency of the current svg images is low, and the consumption of time resources and human resources is high.
In view of the above research, an embodiment of the present invention provides an image processing method, as shown in fig. 1, including:
s101: importing all the images to be processed into a font generation platform in batches to obtain a font folder after all the images to be processed are converted into font formats; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format;
s102: putting the font set file into a project file for calling each image to be processed;
s103: calling identification information corresponding to each image to be processed in the image identification storage file after the image to be processed is converted into the font format, and modifying the font icon in the identification information when calling the identification information corresponding to each image to be processed after the image to be processed is converted into the font format so as to adjust the image style information of the batch of images to be processed into the preset image style information.
In the embodiment of the invention, images to be processed are led into a font generation platform in batch to obtain a font folder after the images to be processed are converted into font formats; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format; putting the font set file into a project file for calling each image to be processed; calling identification information corresponding to each image to be processed in the image identification storage file after being converted into the font format, and modifying the font icon in the identification information when calling the identification information corresponding to each image to be processed after being converted into the font format so as to adjust the image style information of the batch of images to be processed into the preset image style information. Therefore, the images do not need to be manually corrected and modified one by one, batch unification of image style information is realized by converting the images into font formats, the processing efficiency of the images is improved, and the loss of time and human resources is reduced.
The image processing method will be described in detail below.
For the above S101, the image to be processed includes, for example: an image to be processed in an svg format; the font generation platform comprises: iconmoon or Fontello.
In an embodiment of the present invention, as shown in fig. 2, importing the batch of to-be-processed images into a font generation platform to obtain a font folder after converting the batch of to-be-processed images into a font format, for example, includes S201: importing each image to be processed in the svg format into iconmoon or Fontello to obtain a font folder iconFont, wherein the iconFont comprises: the font set file with the suffix name of ttf and the image identification storage file with the suffix name of svg contain identification information corresponding to each image to be processed, and the identification information contains font icons glyph-name corresponding to the images to be processed.
Specifically, the svg file is an xml file, the xml file includes < glyph > tags corresponding to the images to be processed, and each < glyph > tag corresponds to a vector icon, that is, a glyph-name font icon corresponding to the images to be processed.
Here, the glyph-name font icon can allow a developer to directly modify the size, font and color of the icon in the code, and the resolution and adaptation problems do not need to be considered.
For the above S102, after the font folder is generated, the font set file in the font folder needs to be placed in the item file to be called for each image to be processed, so that the item calls the font set file. For example, vue is to call the image to be processed, the font set file with the suffix of ttf is put into the Vue project file for the subsequent Vue to call the font set file.
For the above S103, the preset image pattern information includes, for example: preset image color information, and preset image size information.
In an embodiment of the present invention, as shown in fig. 3, calling identification information corresponding to each image to be processed in the image identification storage file after being converted into the font format, and performing style modification on font icons in the identification information when calling the identification information corresponding to each image to be processed after being converted into the font format, so as to adjust image style information of a batch of images to be processed into preset image style information, for example, the method includes S301: calling identification information corresponding to each image to be processed in the image identification storage file after the image to be processed is converted into the font format through a for loop, and performing style modification on font icons in the identification information when the identification information corresponding to the image to be processed after the image to be processed is converted into the font format is set in the for loop every time so as to adjust the image style information of the image to be processed into preset image style information.
Here, for some application scenarios, a large number of svg pictures need to be used, but the pictures are not uniform in size and cannot be modified in color, and for such scenarios, a glyph font icon can be used, so that corresponding font icons can be sequentially referenced by for, and all icons can be modified into a uniform font size and color by uniformly modifying the front-end style css at one location.
For example, we use a for loop directly at < i class =? And (6) the class in the front-end html label refers to a corresponding typeh-name, and a class layer is added on the outer layer of the i to uniformly process the css style of the font and the color, so that the purpose of uniformly modifying the style is achieved, and only the class needs to be changed when the font size and the color are maintained in the later stage.
An embodiment of the present invention further provides an image processing apparatus, as described in the following embodiments. Because the principle of the device for solving the problems is similar to the image processing method, the implementation of the device can refer to the implementation of the image processing method, and repeated details are not repeated.
As shown in fig. 4, a schematic diagram of an image processing apparatus according to an embodiment of the present invention includes:
the first processing module 401 is configured to import each to-be-processed image into the font generation platform in batch to obtain a font folder in which each to-be-processed image is converted into a font format; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format;
a second processing module 402, configured to put the font set file into the item file to which each to-be-processed image is to be called;
the third processing module 403 is configured to call the identification information corresponding to each to-be-processed image in the image identifier storage file after being converted into the font format, and when calling the identification information corresponding to each to-be-processed image after being converted into the font format, perform style modification on font icons in the identification information, so as to adjust image style information of the batch of to-be-processed images to preset image style information.
In one possible embodiment, the image to be processed comprises: an image to be processed in an svg format; the font generation platform comprises: iconmoon or Fontello; the first processing module is specifically configured to import each image to be processed in the svg format into iconmoon or Fontello, and obtain a font folder iconFont, which includes: the font set file with the suffix name of ttf and the image identification storage file with the suffix name of svg contain identification information corresponding to each image to be processed, and the identification information contains font icons glyph-name corresponding to the images to be processed.
In one possible embodiment, the preset image pattern information includes: preset image color information, and preset image size information.
In a possible implementation manner, the third processing module is configured to invoke, through a for loop, identification information corresponding to each to-be-processed image in the image identification storage file after the to-be-processed image is converted into the font format, and when the identification information corresponding to each time the to-be-processed image after the to-be-processed image is converted into the font format is set in the for loop, perform style modification on a font icon in the identification information, so as to adjust the image style information of the to-be-processed image to preset image style information.
Based on the aforementioned inventive concept, as shown in fig. 5, the present invention further proposes a computer device 500, which comprises a memory 510, a processor 520 and a computer program 530 stored on the memory 510 and executable on the processor 520, wherein the processor 520 executes the computer program 530 to implement the aforementioned image processing method.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the image processing method.
An embodiment of the present invention further provides a computer program product, where the computer program product includes a computer program, and when the computer program is executed by a processor, the computer program implements the image processing method.
In the embodiment of the invention, the images to be processed are led into the font generation platform in batch to obtain the font folder after the images to be processed are converted into the font format; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format; putting the font set file into a project file for calling each image to be processed; calling identification information corresponding to each image to be processed in the image identification storage file after the image to be processed is converted into the font format, and modifying the font icon in the identification information when calling the identification information corresponding to each image to be processed after the image to be processed is converted into the font format so as to adjust the image style information of the batch of images to be processed into the preset image style information. Therefore, the images do not need to be manually corrected and modified one by one, batch unification of image style information is realized by converting the images into font formats, the processing efficiency of the images is improved, and the loss of time and human resources is reduced.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention has been described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are provided to further explain the objects, technical solutions and advantages of the present invention in detail, and it should be understood that the above-mentioned embodiments are only examples of the present invention and should not be used to limit the scope of the present invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (11)

1. An image processing method, comprising:
importing all the images to be processed into a font generation platform in batch to obtain a font folder after all the images to be processed are converted into font formats; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format;
putting the font set file into a project file for calling each image to be processed;
calling identification information corresponding to each image to be processed in the image identification storage file after the image to be processed is converted into the font format, and modifying the font icon in the identification information when calling the identification information corresponding to each image to be processed after the image to be processed is converted into the font format so as to adjust the image style information of the batch of images to be processed into the preset image style information.
2. The image processing method according to claim 1, wherein the image to be processed includes: an image to be processed in an svg format; the font generation platform comprises: iconmoon or Fontello;
importing the batch to-be-processed images into a font generation platform to obtain a font folder after the batch to-be-processed images are converted into a font format, wherein the font folder comprises:
importing each image to be processed in the svg format into iconmoon or Fontello to obtain a font folder iconFont, wherein the iconFont comprises: the font set file with the suffix name of ttf and the image identification storage file with the suffix name of svg contain identification information corresponding to each image to be processed, and the identification information contains font icons glyph-name corresponding to the images to be processed.
3. The image processing method of claim 2, wherein the presetting of the image pattern information comprises: preset image color information, and preset image size information.
4. The image processing method according to claim 3, wherein calling the identification information corresponding to each image to be processed in the image identification storage file after being converted into the font format, and performing style modification on font icons in the identification information when calling the identification information corresponding to each image to be processed after being converted into the font format, so as to adjust the image style information of the batch of images to be processed into the preset image style information, comprises:
calling identification information corresponding to each image to be processed in the image identification storage file after the image to be processed is converted into the font format through a for loop, and performing style modification on font icons in the identification information when the identification information corresponding to the image to be processed after the image to be processed is converted into the font format is set in the for loop every time so as to adjust the image style information of the image to be processed into preset image style information.
5. An image processing apparatus characterized by comprising:
the first processing module is used for importing the images to be processed into the font generation platform in batch to obtain a font folder after the images to be processed are converted into the font format; the font folder comprises a font set file and an image identification storage file, and the image identification storage file comprises identification information corresponding to each image to be processed after the image to be processed is converted into a font format;
the second processing module is used for placing the font set file into the item file of each image to be processed to be called;
and the third processing module is used for calling the corresponding identification information after each image to be processed in the image identification storage file is converted into the font format, and carrying out style modification on font icons in the identification information when calling the corresponding identification information after each image to be processed is converted into the font format so as to adjust the image style information of the batch of images to be processed into the preset image style information.
6. The image processing apparatus according to claim 5, wherein the image to be processed includes: an image to be processed in an svg format; the font generation platform comprises: iconmoon or Fontello;
the first processing module is specifically configured to import each image to be processed in the svg format into iconmoon or Fontello, and obtain a font folder iconFont, which includes: the font set file with the suffix name of ttf and the image identification storage file with the suffix name of svg contain identification information corresponding to each image to be processed, and the identification information contains font icons glyph-name corresponding to the images to be processed.
7. The image processing apparatus according to claim 6, wherein the preset image pattern information comprises: preset image color information, and preset image size information.
8. The image processing apparatus according to claim 7, wherein the third processing module is configured to invoke, through a for loop, corresponding identification information after each image to be processed in the image identification storage file is converted into the font format, and when the identification information corresponding to each time the image to be processed is converted into the font format is invoked in the for loop, perform a style modification on a font icon in the identification information, so as to adjust the image style information of the image to be processed to the preset image style information.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the method of any of claims 1 to 4.
11. A computer program product, characterized in that the computer program product comprises a computer program which, when being executed by a processor, carries out the method of any one of claims 1 to 4.
CN202211493331.4A 2022-11-25 2022-11-25 Image processing method and device Pending CN115730564A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211493331.4A CN115730564A (en) 2022-11-25 2022-11-25 Image processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211493331.4A CN115730564A (en) 2022-11-25 2022-11-25 Image processing method and device

Publications (1)

Publication Number Publication Date
CN115730564A true CN115730564A (en) 2023-03-03

Family

ID=85298369

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211493331.4A Pending CN115730564A (en) 2022-11-25 2022-11-25 Image processing method and device

Country Status (1)

Country Link
CN (1) CN115730564A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116680489A (en) * 2023-04-07 2023-09-01 深圳市同行者科技有限公司 Method, device, equipment and storage medium for modifying svg image color

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116680489A (en) * 2023-04-07 2023-09-01 深圳市同行者科技有限公司 Method, device, equipment and storage medium for modifying svg image color

Similar Documents

Publication Publication Date Title
CN109445886A (en) A kind of interface display method, system and terminal device
CN110233946B (en) Method for executing outbound service, electronic device and computer readable storage medium
CN115730564A (en) Image processing method and device
CN110865814B (en) Compiler implementation method and system supporting heterogeneous computing core architecture
CN111427583A (en) Component compiling method and device, electronic equipment and computer readable storage medium
CN111476706A (en) Vertex parallel processing method and device, computer storage medium and electronic equipment
CN112486806A (en) Test case execution method and device, electronic equipment and readable storage medium
CN111026368B (en) Python-based plug-in generation method, device, equipment and storage medium
CN115731313A (en) SVG format picture processing method, device, equipment, medium and product
US5937186A (en) Asynchronous interrupt safing of prologue portions of computer programs
CN111598988B (en) D3-based method and system for rendering knowledge graph data nodes
CN115809056B (en) Component multiplexing implementation method and device, terminal equipment and readable storage medium
US8276165B2 (en) Continuation-based runtime callback invocation
CN114872449B (en) Label printing method and device and electronic equipment
CN115543317A (en) Front-end page development method and device
CN112612427B (en) Vehicle stop data processing method and device, storage medium and terminal
CN115291839A (en) Localization method of virtual method type API of JAVA card, electronic equipment and medium
CN112070858B (en) Implementation method of electronic chart representation library conforming to S-52 specification
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity
CN104053135B (en) A kind of method and device for realizing unstructured supplementary data traffic
CN112585573A (en) Compilation control method, compilation control device and storage medium
CN110825992B (en) System theme replacement method based on smart city operation platform
CN112000414B (en) Configurable display method and device for parameter information
CN110309128B (en) Oracle backup file automatic importing device, implementation method thereof and method for importing backup file by using device
WO2024114226A1 (en) Processing method, chip and apparatus for forward inference, and medium

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