[Security] to watermark pictures add a custom watermark, never ever afraid of being someone else Pirates (encryption and decryption code conversion)

Figure corresponding HTML code (Markdown can be used directly in)

<div align=left>
<img src=
"
https://img-blog.csdnimg.cn/20200229191133450.png
?x-oss-process=image/
watermark,
type_ZmFuZ3poZW5naGVpdGk,
shadow_10,text_5a6H5a6Z5bCR5aWz56iL5r2H,
size_16,
color_FFFFFF,
t_100,
g_center
" 
width="100%"/>
</div>

The main parameters Description

type 字体
text 水印内容
shadow 阴影
size 大小
color 颜色
t 透明度
g 位置

Note: You look all weird bunch of English is through an encrypted, can be decrypted by the following website


URL encoding

When entering web addresses will automatically be converted to a URL-encoded when Chinese, URL encoding space is 20%,
which explains why you use search in Chinese, will be copied to another place when a bunch of garbled percent sign

URL encoding converts online URL

Here Insert Picture Description
Example 1:
Here Insert Picture Description
When I copy the above URL will automatically be converted to a URL-encoded

http://localhost:8888/notebooks/%E7%AC%AC4%E7%AB%A0%20NumPy%E5%9F%BA%E7%A1%80%EF%BC%9A%E6%95%B0%E7%BB%84%E4%B8%8E%E5%90%91%E9%87%8F%E5%8C%96%E8%AE%A1%E7%AE%97.ipynb

Example 2:
Here Insert Picture Description
Here Insert Picture Description

Published 308 original articles · won praise 149 · Views 150,000 +

Guess you like

Origin blog.csdn.net/qq_43827595/article/details/104580139