开机和关机的“deepin”字体动画居然是360多张图片拼的
Tofloor
poster avatar
颐信行
deepin
2020-07-29 04:15
Author
之前一直以为是视频文件,偶然发现居然是一堆图片(菜鸟路过)
图片地址    /usr/share/plymouth/themes

Reply Favorite View the author
All Replies
avatar
mcaoser
deepin
2020-07-29 04:45
#1
一直以为是用两张图片做成的效果
Reply View the author
Comments
yixinhang
2020-07-29 05:04
两张图片那更不能够了
avatar
Ziggy
deepin
2020-07-29 04:56
#2
怪不得感觉一卡一卡的
Reply View the author
Comments
jwyh
2020-07-29 19:01
安卓系统的开机动画也是用图片拼的啊,不过是放在一个zip压缩包里,GIF本身也是多张图片拼在一起,不够流畅说明用的图片还不够多(帧率低)
yixinhang
2020-07-29 05:04
确实,不够流畅
avatar
相信
deepin
2020-07-29 05:40
#3
真是人才,这都被你找到了。但deepin至于这样吗?编程的高手们,这不能使用其它更为优化的方案吗?
Reply View the author
Comments
jwyh
2020-07-29 19:00
安卓系统的开机动画也是用图片拼的啊,不过是放在一个zip压缩包里,GIF动图本身也是用多张图片拼在一起而已,感觉没有什么问题啊
avatar
2020-07-29 06:01
#4
Plymouth 开机动画程序
查看有哪些主题

  1.     sudo plymouth-set-default-theme -l
  2.     details
  3.     fade-in
  4.     glow
  5.     script
  6.     solar
  7.     spinfinity
  8.     spinner
  9.     text
  10.     tribar
Copy the Code


选择喜欢的主题,重启查看效果
sudo plymouth-set-default-theme -R glow


也可以选择手动安装主题

把下载的主题放入/usr/share/plymouth/themes中

下载网站https://www.gnome-look.org/browse/cat/108/ord/latest/

有兴趣的可以研究一下。
Reply View the author
Comments
yixinhang
2020-07-29 17:29
666
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-29 07:32
#5
这么说的话,我也想拼一个试试。你看看自带宣传视频那个效果,做成plymouth岂不美哉?诶,dtkwidget里面的转圈圈也是几百张图片拼的,我有个大胆的想法。动态壁纸,拆分图片,一帧一张,换壁纸!
Reply View the author
Comments
jwyh
2020-07-29 19:03
把视频或者GIF分解一下就有了
yixinhang
2020-07-29 17:30
666
avatar
吉王义昊
deepin
2020-07-29 18:59
#6
安卓系统的开机动画也是用图片拼的啊,不过是放在一个zip压缩包里,GIF动图本身也是用多张图片拼在一起而已,感觉没有什么问题啊
Reply View the author
avatar
吉王义昊
deepin
2020-07-29 19:02
#7
而且视频文件还要解码,对于刚刚开机的那个时候,根本就没有解码的环境
Reply View the author
avatar
noob-coder
deepin
2020-07-29 20:28
#8
自定义开机图片:
(最好先备份原logo)
sudo cp 你的logo图片.png  /usr/share/plymouth/themes/deepin-ssd-logo/logo.png
系统更新启动
sudo update-initramfs -u

重启就可以看到效果了,不用谢我

Reply View the author