为什么 Photoshop 网页设计模板中常用矢量和图层蒙版?
它们是否有助于 PSD 到 XHTML 和 CSS 的转换过程?如果是这样,怎么办?这些功能在网页设计中是否还有其他优势?
Do they aid the PSD to XHTML and CSS conversion process? If so, how? Is there some other advantage these features provide in the context of Web design?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
矢量图形是使用点、线、曲线、形状或多边形等基于数学方程的几何图元来表示计算机图形学中的图像。
它只与使用 Photoshop 设计网页布局有关,并且 PSD 文件仅包含布局的可编辑数据...Photoshop 中的 css 和 xhtml 之间没有链接,它独立用于创建网页布局...
Vector graphics is the use of geometrical primitives such as points, lines, curves, and shapes or polygon(s), which are all based on mathematical equations, to represent images in computer graphics.
its just related to designing a web layout with photoshop,and psd files contains editable data for layout only...there is no link between css and xhtml with photoshop,it stand alone for creating web layout....
制作的方式是:图形设计师在 Photoshop 中制作网页设计,将其切成适当的部分,然后发送给程序员。他们利用这些片段并使用 html/xhtml/css/xslt/JS/ 或他们需要的任何技术创建一个新网站。
因此:photoshop 与 html/css 网站建设无关。
The way that production goes: graphic designer makes a web design in photoshop, cuts it in proper pieces, and sends to programmers. They take this pieces and make a new website, using html/xhtml/css/xslt/JS/ or whatever technology they need.
Ergo: photoshop has nothing to do with html/css sites building.