简体   繁体   English

如何在 Github 的 README 中添加 package 徽标图片(已完成设计并保存为 png)

[英]How to add a package logo picture (which has finished design & saved as png) in README at Github

I add <img src="man/figure/logo.png" align="right" height="138.5"/> in README.md我在 README.md 中添加<img src="man/figure/logo.png" align="right" height="138.5"/>

And also put logo.png into that file.并将 logo.png 放入该文件中。 (ps. I design the logo using IDesign) (ps.我使用IDesign设计的标志)

However, the logo does not shows up in my README file at Github但是,徽标没有出现在我的 Github 的 README 文件中

I wonder whether if my size of logo is too big?我想知道是不是我的标志尺寸太大了? (105kb) (105kb)

I tried to change picture size in IDesign through change the parameter of quality & Resoulution, however if I change it too small, it would be hard to recognise the pattern on the logo.我尝试通过更改质量和分辨率的参数来更改IDesign中的图片大小,但是如果我将其更改得太小,则很难识别徽标上的图案。

Or there is something else I need to fix或者还有什么我需要解决的

在此处输入图像描述

I use in below way for my avatar image我以以下方式使用我的头像图像

![Vipul Avatar](./avatar.png "I'm Vipul")

![Vipul Avatar](https://github.com/vipulkumarsviit/randomcodes/blob/master/avatar.png "I'm Vipul")

in the same way, you can also use同样的方法,你也可以使用

![Alt Text for your logo](./man/figure/logo.png "My Logo")

![Alt Text for your logo](https://github.com/vipulkumarsviit/randomcodes/blob/master/man/figure/logo.png "My Logo")

Hope I was able to solve your problem希望我能解决你的问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM