-
Notifications
You must be signed in to change notification settings - Fork 18
commit image package analysis #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
||
mask 蒙版是渐变 | ||
|
||
<img src="C:\Users\Daug\Desktop\image\image\images\1.png" alt="1" style="zoom:80%;" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
图像打不开,建议使用相对路径,例如:./images/name.png
|
||
mask 蒙版是渐变 | ||
|
||
<img src="C:\Users\Daug\Desktop\image\image\images\1.png" alt="1" style="zoom:80%;" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
图像的名字最好是表示图像的含义。
@@ -0,0 +1,553 @@ | |||
# #**image package** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
标题这里好像多了一个#号。
"math" | ||
|
||
"os" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这些代码的格式似乎不对
## 3.获取一张图片的尺寸 | ||
|
||
~~~go | ||
package main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里直接给出一段代码可能不太好
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
补充一些说明啥的
No description provided.