-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
添加 PHP 实现,加入渲染图片功能 #37
base: master
Are you sure you want to change the base?
Conversation
可以把字体文件转成网页字体eof之类的,这样能够缩小体积 |
然而这个是把字体文件直接放在服务器上,所以并不需要考虑字体的体积问题(ゝ∀・) 不过网页版的原作者还是可以考虑一下的,甚至可以考虑使用 html2canvas 在前端直接生成图片~ꉂ(ˊᗜˋ*) |
可以试试用wkhtml2pdf做成一个PDF供下载 |
啊?我觉得雅黑思源和苹方很好看,不需要用其他字体了吧.网页版这个风格挺复古的,也比较适合宋体. 我又翻了一遍各设备的字体表现: 关于用户体验,可改进的点: |
建议svg,这样就不用生成文件了 |
投诉的人太多,链接被微信封了,看起来有必要生成图片了. |
参考了 @actank 在原 repo 提出的 Pull Request menzi11#126
可能的重复: |
这个分支用 PHP 实现了“狗屁不通文章生成器”,并且相比已有的 Pull Request #22 还加入了渲染图片的功能。
参考原 repo 的 Issue #39,添加了由 @acdzh 收集的大量名言。
可以对参数自定义:
word
length
width
fontsize
不设定上限的话我的服务器说不定就要炸了⊂彡☆))∀`)输出纯文本示例:https://i.akarin.dev/bullshit/?word=膜蛤&length=6000
输出图片示例:https://i.akarin.dev/bullshit/?word=膜蛤&length=500&width=640&fontsize=16