关于模板生成 #188
luchenguang
started this conversation in
General
关于模板生成
#188
Replies: 1 comment 2 replies
-
|
如果大 svg 和 png 一直在 svg 中,那个 svg 会非常大,你的模型可能只能读几张 svg,这就是根本原因。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
大佬好,看了b站的这期视频《PPT-Master 如何创建模板和使用模板,一个简单示例》
对于这种从xxx模板.pptx生成templates的场景有如下疑问:
看到视频中4:10处对于01_cover.svg封面的处理,是把封面页的背景图和logo都单独拆开成svg、png文件了,然后再后面生成ppt的时候再合成。事实上对于这种有严格指定模板的,尤其是封面、尾页、章节页,感觉没必要先拆分,直接把整1个页面转换成svg不是更好,没必要转来转去的吧?
这个问题我用当前的最新模板生成工作流,指定了mirror模式,也是发现了一样的问题,先拆分再合成如果用一般的模型,有时候还不能完全还原
我觉得至少对于封面、尾页、章节页,在mirror模式下应该作为整体处理,1个svg就全包含了
以上,跟大佬探讨下
Beta Was this translation helpful? Give feedback.
All reactions