CN108629727B - Method, terminal and medium for generating watermark according to color - Google Patents

Method, terminal and medium for generating watermark according to color Download PDF

Info

Publication number
CN108629727B
CN108629727B CN201810337408.6A CN201810337408A CN108629727B CN 108629727 B CN108629727 B CN 108629727B CN 201810337408 A CN201810337408 A CN 201810337408A CN 108629727 B CN108629727 B CN 108629727B
Authority
CN
China
Prior art keywords
watermark
color
color matching
value
processing interface
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810337408.6A
Other languages
Chinese (zh)
Other versions
CN108629727A (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.)
Shenzhen Leagsoft Technology Co ltd
Original Assignee
Shenzhen Leagsoft 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 Shenzhen Leagsoft Technology Co ltd filed Critical Shenzhen Leagsoft Technology Co ltd
Priority to CN201810337408.6A priority Critical patent/CN108629727B/en
Publication of CN108629727A publication Critical patent/CN108629727A/en
Application granted granted Critical
Publication of CN108629727B publication Critical patent/CN108629727B/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
    • G06T1/00General purpose image data processing
    • G06T1/0021Image watermarking
    • G06T1/0028Adaptive watermarking, e.g. Human Visual System [HVS]-based watermarking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/90Determination of colour characteristics

Abstract

The invention provides a method, a terminal and a medium for generating a watermark according to color, wherein the method comprises the steps of receiving a processing interface to be processed; calculating the color matching value of each pixel point on a processing interface to be processed; acquiring watermark information; acquiring a watermark adding position in a processing interface; respectively calculating the watermark color matching values of the watermark adding positions according to the color matching values; and generating the watermark according to the watermark information and the watermark matching value at the watermark adding position in the processing interface. The method can adjust the color of the watermark according to the color on the processing interface to be processed, so that the color of the watermark is matched with the color of the processing interface as much as possible, the color difference between the color of the watermark and the color of the processing interface is reduced, and the influence on the reading of a user is reduced.

Description

Method, terminal and medium for generating watermark according to color
Technical Field
The invention belongs to the technical field of information processing, and particularly relates to a method, a terminal and a medium for generating a watermark according to colors.
Background
Watermarking is the addition of some digital information to data multimedia (such as image, sound, video signal, etc.) to achieve the functions of file authenticity identification, copyright protection, etc. The embedded watermark information is hidden in the host file, and the observability and the integrity of the original file are not influenced.
The watermark should provide complete and reliable evidence of the attribution of the information product subject to copyright protection. In order to ensure that the copyright protected information product is attributed as much as possible, the watermark is generally spread over the entire document page or display page, so that the watermark is relatively easy to influence the reading of a user.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides the method, the terminal and the medium for generating the watermark according to the color, so that the influence on the reading of a user is reduced.
In a first aspect, a method of generating a watermark from color, comprises the steps of:
receiving a first input instruction of a user, and acquiring a to-be-processed processing interface;
calculating the color matching value of each pixel point on a processing interface to be processed;
receiving a second input instruction of the user to acquire watermark information;
receiving a third input instruction of a user, and acquiring a watermark adding position in a processing interface;
respectively calculating the watermark color matching values of the watermark adding positions according to the color matching values;
and generating the watermark according to the watermark information and the watermark matching value at the watermark adding position in the processing interface.
Further, the processing interface to be processed includes a display screen of a display or a document.
Further, the color matching values comprise RGB values or gray values.
Further, the step of calculating the watermark color matching values of the watermark adding positions according to the color matching values specifically includes:
acquiring a color matching value of a pixel point at a watermark adding position on a processing interface, and defining the color matching value as a background initial value;
acquiring a color matching value of the pixel point in the watermark information, and defining the color matching value as a watermark initial value;
calculating the difference value between the background initial value and the watermark initial value; if the difference value is larger than or equal to the preset maximum color difference value, the watermark color matching value of the pixel point is equal to the average value of the background initial value and the watermark initial value; and if the difference value is smaller than the preset maximum color difference value, the watermark color matching value of the pixel point is equal to the sum of the background initial value and the maximum color difference value.
Further, the step of calculating the watermark color matching values of the watermark adding positions according to the color matching values specifically includes:
establishing a color matching value database; the watermark color matching value corresponding to each color matching value is stored in the color matching value database;
acquiring a color matching value of a pixel point at a watermark adding position on a processing interface;
and reading the watermark color matching value corresponding to each color matching value by using the color matching value database.
Further, the step of calculating the watermark color matching values of the watermark adding positions according to the color matching values specifically includes:
reading color matching values of pixel points adjacent to the pixel point at the position where the watermark is added on the processing interface;
and calculating the watermark color matching value of the watermark adding position by utilizing a preset color matching model and the color matching values of adjacent pixel points.
Further, the generating a watermark according to the watermark information and the watermark matching value at the watermark adding position in the processing interface specifically includes:
generating the watermark according to the watermark information and the watermark color matching value;
and overlaying the watermark to the position of the watermark adding position in the processing interface.
In a second aspect, a terminal comprises a processor, an input device, an output device and a memory, the processor, the input device, the output device and the memory being interconnected, wherein the memory is configured to store a computer program, the computer program comprising program instructions, and the processor is configured to invoke the program instructions to perform the method according to the first aspect.
In a third aspect, a computer-readable storage medium storing a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the method according to the first aspect.
According to the technical scheme, the method, the terminal and the medium for generating the watermark according to the color can adjust the color of the watermark according to the color of the processing interface to be processed, so that the color of the watermark is matched with the color of the processing interface as much as possible, the color difference between the color of the watermark and the color of the processing interface is reduced, and the influence on the reading of a user is reduced.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings used in the detailed description or the prior art description will be briefly described below. Throughout the drawings, like elements or portions are generally identified by like reference numerals. In the drawings, elements or portions are not necessarily drawn to scale.
Fig. 1 is a flowchart of a method according to a first embodiment.
Fig. 2 is a flowchart of a method provided in the second embodiment.
Fig. 3 is a flowchart of a method provided in the third embodiment.
Fig. 4 is a flowchart of a method according to the fourth embodiment.
Fig. 5 is a flowchart of a method according to the fifth embodiment.
Fig. 6 is a block diagram of a terminal according to a seventh embodiment.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby. It is to be noted that, unless otherwise specified, technical or scientific terms used herein shall have the ordinary meaning as understood by those skilled in the art to which the invention pertains.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
As used in this specification and the appended claims, the term "if" may be interpreted contextually as "when", "upon" or "in response to a determination" or "in response to a detection". Similarly, the phrase "if it is determined" or "if a [ described condition or event ] is detected" may be interpreted contextually to mean "upon determining" or "in response to determining" or "upon detecting [ described condition or event ]" or "in response to detecting [ described condition or event ]".
In particular implementations, the terminals described in embodiments of the invention include, but are not limited to, other portable devices such as mobile phones, laptop computers, or tablet computers having touch sensitive surfaces (e.g., touch screen displays and/or touch pads). It should also be understood that in some embodiments, the device is not a portable communication device, but is a desktop computer having a touch-sensitive surface (e.g., a touch screen display and/or touchpad).
In the discussion that follows, a terminal that includes a display and a touch-sensitive surface is described. However, it should be understood that the terminal may include one or more other physical user interface devices such as a physical keyboard, mouse, and/or joystick.
The terminal supports various applications, such as one or more of the following: a drawing application, a presentation application, a word processing application, a website creation application, a disc burning application, a spreadsheet application, a gaming application, a telephone application, a video conferencing application, an email application, an instant messaging application, an exercise support application, a photo management application, a digital camera application, a web browsing application, a digital music player application, and/or a digital video player application.
Various applications that may be executed on the terminal may use at least one common physical user interface device, such as a touch-sensitive surface. One or more functions of the touch-sensitive surface and corresponding information displayed on the terminal can be adjusted and/or changed between applications and/or within respective applications. In this way, a common physical architecture (e.g., touch-sensitive surface) of the terminal can support various applications with user interfaces that are intuitive and transparent to the user.
The first embodiment is as follows:
referring to fig. 1, an embodiment provides a method for generating a watermark according to color, including the following steps:
s1: receiving a first input instruction of a user, and acquiring a to-be-processed processing interface;
specifically, the processing interface is not limited in this embodiment. In specific implementation, the processing interface to be processed includes a display screen or a document of a display. The method can generate the watermark on the display screen of the terminal and can also generate the watermark on the file. Thus, the copyright protection of the data multimedia displayed by the computer can be enhanced, and the copyright protection of the traditional file can be enhanced.
S2: calculating the color matching value of each pixel point on a processing interface to be processed;
specifically, the color matching values are not limited in this embodiment. In specific implementation, the color matching value includes an RGB value or a gray value. The color matching values are mainly used for representing the colors of the pixel points. The color matching values may also be defined using other values capable of representing colors.
S3: receiving a second input instruction of the user to acquire watermark information;
in particular embodiments, the watermark information includes, but is not limited to, images, text, vector images, numbers, letters, and the like. The watermark information includes, but is not limited to, an IP address, a device name, user information, and the like.
S4: receiving a third input instruction of a user, and acquiring a watermark adding position in a processing interface;
in specific implementation, the watermark may be set in the whole display screen or the whole document, or may be set in a partial region of the display screen or the whole document. The user can select to add the watermark at the position needing to be added in the display screen or the whole document according to the self requirement. The user can determine the watermarking position by manually dragging the watermark. The location of the watermarking may also be manually entered by dividing the display screen or the entire document into a plurality of regions. The location of the watermark may also be set by referencing a standard watermark setting template of the system, e.g. tiled, centered, left, etc.
S5: respectively calculating the watermark color matching values of the watermark adding positions according to the color matching values;
s6: and generating the watermark at the watermark adding position in the processing interface according to the watermark information and the watermark matching value.
The method can adjust the color of the watermark according to the color on the processing interface to be processed, so that the color of the watermark is matched with the color of the processing interface as much as possible, the color difference between the color of the watermark and the color of the processing interface is reduced, and the influence on the reading of a user is reduced.
Example two:
referring to fig. 2, the method provided in the second embodiment provides a method for calculating a watermark matching color value based on other embodiments, and specifically includes:
s11: acquiring a color matching value of a pixel point at a watermark adding position on a processing interface, and defining the color matching value as a background initial value;
specifically, the background initial value is a color matching value of a pixel point to be watermarked, and can be understood as a background color.
S12: acquiring a color matching value of the pixel point in the watermark information, and defining the color matching value as a watermark initial value;
specifically, the initial watermark value is a color matching value of the watermark corresponding to the pixel point.
S13: calculating the difference value between the background initial value and the watermark initial value; if the difference value is larger than or equal to the preset maximum color difference value, the watermark color matching value of the pixel point is equal to the average value of the background initial value and the watermark initial value; and if the difference value is smaller than the preset maximum color difference value, the watermark color matching value of the pixel point is equal to the sum of the background initial value and the maximum color difference value.
Specifically, the maximum color difference value may be set to 128. If the difference value between the background initial value and the watermark initial value is larger than or equal to the maximum color difference value, the difference between the watermark and the background color of the display screen or the document is too large, and the generated color of the watermark is the average value of the background initial value and the watermark initial value, namely the color formed by fusing the background color and the watermark color. If the difference value between the background initial value and the watermark initial value is smaller, the two colors are close to each other, and the color of the generated watermark is the sum of the background initial value and the maximum color difference value. The calculation method of the watermark color matching value of the embodiment combines the background initial value and the watermark initial value to calculate, so that the final watermark can keep close to the background color on the basis of keeping the original color system as much as possible.
Example three:
referring to fig. 3, the method provided by the third embodiment provides another method for calculating a watermark matching color value based on other embodiments, and specifically includes:
s21: establishing a color matching value database; the watermark color matching value corresponding to each color matching value is stored in the color matching value database;
s22: acquiring a color matching value of a pixel point at a watermark adding position on a processing interface;
s23: and reading the watermark matching value corresponding to each matching value by using the matching value database.
Specifically, the color matching value database defines the generated watermark colors for each background color. Therefore, when the watermark color matching values are calculated, the corresponding watermark color matching values are respectively read from the color matching value database only by reading the color matching values of the pixel points at the positions where all watermarks are added. The watermark obtained by the method takes the background color into consideration, so that the generated watermark is close to the background color, and the reading of a user is not influenced.
Example four:
referring to fig. 4, the method provided by the fourth embodiment provides another method for calculating a watermark matching color value based on other embodiments, and specifically includes:
s31: reading color matching values of pixel points adjacent to the pixel point at the position where the watermark is added on the processing interface;
s32: and calculating the watermark color matching value of the watermark adding position by utilizing a preset color matching model and the color matching values of adjacent pixel points.
Specifically, when the method calculates the watermark color matching value, the color matching value of the adjacent pixel points is fully considered, so that the obtained watermark color matching value can be comprehensively close to the color of the adjacent pixel points.
Example five:
referring to fig. 5, the method provided by the fifth embodiment provides a watermark generation method based on other embodiments, and specifically includes:
s41: generating the watermark according to the watermark information and the watermark color matching value;
s42: and overlaying the watermark to the position of the watermark adding position in the processing interface.
Specifically, the watermark color matching values of all pixels in the watermark are calculated, and then the corresponding watermark is generated according to the watermark information. For example, the watermark information is company a, and the generated watermark is company a, and the color is close to the background color, which does not affect the reading of the user.
Example six:
an embodiment provides a system for generating a watermark according to color, including:
the input unit is used for receiving a first input instruction of a user and receiving a processing interface to be processed; receiving a second input instruction of the user to acquire watermark information; receiving a third input instruction of the user, and acquiring a watermark adding position in a processing interface;
a calculation unit: calculating the color matching value of each pixel point on a processing interface to be processed; respectively calculating the watermark color matching values of the watermark adding positions according to the color matching values;
and the generating unit is used for generating the watermark according to the watermark information and the watermark color matching value at the watermark adding position in the processing interface.
Further, the processing interface to be processed includes a display screen of a display or a document.
Further, the color matching values comprise RGB values or gray values.
Further, the step of calculating the watermark color matching values of the watermark adding positions according to the color matching values specifically includes:
acquiring a color matching value of a pixel point at a watermark adding position on a processing interface, and defining the color matching value as a background initial value;
acquiring a color matching value of the pixel point in the watermark information, and defining the color matching value as a watermark initial value;
calculating the difference value between the background initial value and the watermark initial value; if the difference value is larger than or equal to the preset maximum color difference value, the watermark color matching value of the pixel point is equal to the average value of the background initial value and the watermark initial value; and if the difference value is smaller than the preset maximum color difference value, the watermark color matching value of the pixel point is equal to the sum of the background initial value and the maximum color difference value.
Further, the step of calculating the watermark color matching values of the watermark adding positions according to the color matching values specifically includes:
establishing a color matching value database; the watermark color matching value corresponding to each color matching value is stored in the color matching value database;
acquiring a color matching value of a pixel point at a watermark adding position on a processing interface;
and reading the watermark matching value corresponding to each matching value by using the matching value database.
Further, the step of calculating the watermark color matching values of the watermark adding positions according to the color matching values specifically includes:
reading color matching values of pixel points adjacent to the pixel point at the position where the watermark is added on the processing interface;
and calculating the watermark color matching value of the watermark adding position by utilizing a preset color matching model and the color matching values of adjacent pixel points.
Further, the generating a watermark according to the watermark information and the watermark matching value at the watermark adding position in the processing interface specifically includes:
generating the watermark according to the watermark information and the watermark color matching value;
and overlaying the watermark to the position of the watermark adding position in the processing interface.
The system provided by the embodiment has the same implementation principle and the same technical effect as the method embodiment, and for brevity, reference may be made to the corresponding contents in the method embodiment where no part of the system embodiment is mentioned.
Example seven:
referring to fig. 6, a seventh embodiment provides a terminal, which includes a processor 801, an input device 802, an output device 803, and a memory 804, where the processor, the input device 802, the output device, and the memory are connected with each other through a bus 805, where the memory is used for storing a computer program, the computer program includes program instructions, and the processor is configured to call the program instructions to execute the methods of the first to fifth embodiments.
It should be understood that in the present embodiment, the Processor 801 may be a Central Processing Unit (CPU), and the Processor may be other general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The input device 802 may include a touch pad, a fingerprint sensor (for collecting fingerprint information of a user and direction information of the fingerprint), a microphone, etc., and the output device 803 may include a display (LCD, etc.), a speaker, etc.
The memory 804 may include both read-only memory and random access memory, and provides instructions and data to the processor 801. A portion of the memory 804 may also include non-volatile random access memory. For example, the memory 804 may also store device type information.
In a specific implementation, the processor 801, the input device 802, and the output device 803 described in this embodiment of the present invention may execute the implementation manners described in the first embodiment and the second embodiment of the method provided in this embodiment of the present invention, and may also execute the implementation manners of the terminal described in this embodiment of the present invention, which is not described herein again.
Example eight:
embodiment eight provides a computer-readable storage medium, which stores a computer program comprising program instructions, which when executed by a processor, cause the processor to perform the method of embodiments one to five.
The computer readable storage medium may be an internal storage unit of the terminal according to any of the foregoing embodiments, for example, a hard disk or a memory of the terminal. The computer readable storage medium may also be an external storage device of the terminal, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like provided on the terminal. Further, the computer-readable storage medium may also include both an internal storage unit and an external storage device of the terminal. The computer-readable storage medium is used for storing the computer program and other programs and data required by the terminal. The computer readable storage medium may also be used to temporarily store data that has been output or is to be output.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the several embodiments provided in this application, it should be understood that the disclosed medium, terminal and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may also be an electric, mechanical or other form of connection.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment of the present invention.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit 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 invention essentially or partially contributes to the prior art, or all or part of the technical solution can 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 invention. 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.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (6)

1. A method of generating a watermark from color, comprising the steps of:
receiving a first input instruction of a user, and acquiring a to-be-processed processing interface;
calculating the color matching value of each pixel point on a processing interface to be processed;
receiving a second input instruction of the user to acquire watermark information;
receiving a third input instruction of a user, and acquiring a watermark adding position in a processing interface;
respectively calculating the watermark color matching values of the watermark adding positions according to the color matching values;
generating a watermark according to the watermark information and the watermark color matching value at the watermark adding position in the processing interface;
the step of calculating the watermark color matching values of the watermark adding positions according to the color matching values specifically comprises the following steps:
acquiring a color matching value of a pixel point at a watermark adding position on a processing interface, and defining the color matching value as a background initial value;
acquiring a color matching value of the pixel point in the watermark information, and defining the color matching value as a watermark initial value;
calculating the difference value between the background initial value and the watermark initial value; if the difference value is larger than or equal to the preset maximum color difference value, the watermark color matching value of the pixel point is equal to the average value of the background initial value and the watermark initial value; and if the difference value is smaller than the preset maximum color difference value, the watermark color matching value of the pixel point is equal to the sum of the background initial value and the maximum color difference value.
2. The method of generating a watermark according to color according to claim 1,
the processing interface to be processed comprises a display screen of a display or a document.
3. The method of generating a watermark according to color according to claim 1,
the color matching values include RGB values or gray values.
4. The method of generating a watermark according to color according to claim 1,
the generating of the watermark according to the watermark information and the watermark matching value at the watermark adding position in the processing interface specifically comprises the following steps:
generating the watermark according to the watermark information and the watermark color matching value;
and overlaying the watermark to the position of the watermark adding position in the processing interface.
5. A terminal for generating a watermark from a color, comprising a processor, an input device, an output device and a memory, the processor, the input device, the output device and the memory being interconnected, wherein the memory is adapted to store a computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of any of claims 1-4.
6. A computer-readable storage medium, characterized in that the computer storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to perform the method according to any of claims 1-4.
CN201810337408.6A 2018-04-16 2018-04-16 Method, terminal and medium for generating watermark according to color Active CN108629727B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810337408.6A CN108629727B (en) 2018-04-16 2018-04-16 Method, terminal and medium for generating watermark according to color

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810337408.6A CN108629727B (en) 2018-04-16 2018-04-16 Method, terminal and medium for generating watermark according to color

Publications (2)

Publication Number Publication Date
CN108629727A CN108629727A (en) 2018-10-09
CN108629727B true CN108629727B (en) 2022-05-03

Family

ID=63705233

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810337408.6A Active CN108629727B (en) 2018-04-16 2018-04-16 Method, terminal and medium for generating watermark according to color

Country Status (1)

Country Link
CN (1) CN108629727B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111223032A (en) * 2018-11-23 2020-06-02 浙江大学 Watermark embedding method, watermark extracting method, watermark embedding device, watermark extracting equipment and data processing method
CN109903210B (en) * 2019-01-04 2024-02-06 创新先进技术有限公司 Watermark removal method, watermark removal device and server
CN111339504A (en) * 2020-02-27 2020-06-26 北京北信源软件股份有限公司 Vector watermark processing method, device, equipment and storage medium
CN112488902B (en) * 2020-12-21 2024-02-06 重庆紫光华山智安科技有限公司 Optimization method, system, medium and terminal for self-adaptive hidden watermark
CN114647467A (en) * 2020-12-21 2022-06-21 深信服科技股份有限公司 Watermark updating method, device, system and storage medium
CN113038141B (en) * 2021-03-26 2023-07-28 青岛海信移动通信技术有限公司 Video frame processing method and electronic equipment
CN115314734A (en) * 2022-08-01 2022-11-08 定军山数媒技术(深圳)有限公司 Video watermark processing method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120058369A (en) * 2010-11-29 2012-06-07 한국전자통신연구원 Method and Apparatus for Embedding and Extracting Watermark Using Content Identifier' Syntax
CN105141409A (en) * 2015-08-12 2015-12-09 深圳市联软科技有限公司 Method, terminal and server for realizing screen digital watermarks
CN105631797A (en) * 2015-12-24 2016-06-01 小米科技有限责任公司 Watermarking method and device
CN107392832A (en) * 2017-06-30 2017-11-24 广东欧珀移动通信有限公司 Image processing method and related product

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120058369A (en) * 2010-11-29 2012-06-07 한국전자통신연구원 Method and Apparatus for Embedding and Extracting Watermark Using Content Identifier' Syntax
CN105141409A (en) * 2015-08-12 2015-12-09 深圳市联软科技有限公司 Method, terminal and server for realizing screen digital watermarks
CN105631797A (en) * 2015-12-24 2016-06-01 小米科技有限责任公司 Watermarking method and device
CN107392832A (en) * 2017-06-30 2017-11-24 广东欧珀移动通信有限公司 Image processing method and related product

Also Published As

Publication number Publication date
CN108629727A (en) 2018-10-09

Similar Documents

Publication Publication Date Title
CN108629727B (en) Method, terminal and medium for generating watermark according to color
CN108648132B (en) Method, system, terminal and medium for generating watermark according to image
CN110245469B (en) Webpage watermark generation method, watermark analysis method, device and storage medium
CN108961157B (en) Picture processing method, picture processing device and terminal equipment
CN108898082B (en) Picture processing method, picture processing device and terminal equipment
CN108961267B (en) Picture processing method, picture processing device and terminal equipment
CN108765340B (en) Blurred image processing method and device and terminal equipment
CN108563930B (en) Method, device, medium and system for adding watermark to confidential file
CN108400868B (en) Seed key storage method and device and mobile terminal
CN108961183B (en) Image processing method, terminal device and computer-readable storage medium
CN110266994B (en) Video call method, video call device and terminal
CN108564550B (en) Image processing method and device and terminal equipment
CN110457963B (en) Display control method, display control device, mobile terminal and computer-readable storage medium
WO2017157104A1 (en) Information copying system, method and electronic device, and machine-readable storage medium
CN111489290A (en) Face image super-resolution reconstruction method and device and terminal equipment
CN108932703B (en) Picture processing method, picture processing device and terminal equipment
CN109718554B (en) Real-time rendering method and device and terminal
CN108932704B (en) Picture processing method, picture processing device and terminal equipment
CN108898169B (en) Picture processing method, picture processing device and terminal equipment
CN109559319B (en) Normal map processing method and terminal
CN108776959B (en) Image processing method and device and terminal equipment
CN111782424A (en) Data processing method and device, electronic equipment and storage medium
CN111142650A (en) Screen brightness adjusting method, screen brightness adjusting device and terminal
CN111861965A (en) Image backlight detection method, image backlight detection device and terminal equipment
CN114708138A (en) Network disk image watermark adding method and device, network disk and storage 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
GR01 Patent grant
GR01 Patent grant