Table of Contents
回复讨论(解决方案)
Home Web Front-end HTML Tutorial 请问什么是切图?_html/css_WEB-ITnose

请问什么是切图?_html/css_WEB-ITnose

Jun 21, 2016 am 09:03 AM

1.听说有种设计网页的方法叫切图,好像有一张完整的网页截图,png的,要使用fireworks软件,最后要做出一个html网页,我不太明白这个过程,切图到底是干什么?
2.我一般是在脑中想好网页布局就用DIV+CSS把网页做出来,只有把一些小图片素材布置好位置,没有上面所说的一张大图还有什么切图之类的操作,是不是有些非主流?。
3.fireworks这个软件听说已经过时了,adobe公司不出它的新版本了,切图是不是过时了?


回复讨论(解决方案)

切图主要是为了div+css网页排版方便。
用Photoshop切图,切图时要注意哪些地方要切成背景,哪些地方可以伸缩切,之后在用dreamweaver做出来。

1.听说有种设计网页的方法叫切图,好像有一张完整的网页截图,png的,要使用fireworks软件,最后要做出一个html网页,我不太明白这个过程,切图到底是干什么?


一般公司的干法是一张完整的psd图,然后根据potoshop来切出图片,然后用html,css组合起来呈现在浏览器上,最终的目标是高度还原设计稿呈现的样子。切图原先是一个动作,现在通俗的把这个过程叫切图,不但切,而且要写。

2.我一般是在脑中想好网页布局就用DIV+CSS把网页做出来,只有把一些小图片素材布置好位置,没有上面所说的一张大图还有什么切图之类的操作,是不是有些非主流?。


这是个人的做法,在公司专人专岗,每个岗位有分工,有工作的侧重点。你的做法只能说是适合个人场景。

3.fireworks这个软件听说已经过时了,adobe公司不出它的新版本了,切图是不是过时了?


用的少了,过时只是相对的,经典怀念或永恒一直永存心间。
现在大部分都用ps。

一般公司的干法是一张完整的psd图,然后根据potoshop来切出图片,然后用html,css组合起来呈现在浏览器上,最终的目标是高度还原设计稿呈现的样子。切图原先是一个动作,现在通俗的把这个过程叫切图,不但切,而且要写。

网页中所用到的图片都是需要精确(包换大小 、分辨率、格式)一旦处理不好就会影响整个网页的风格、因此需要对页面进行分析,哪一些是必须要的图片,尽量不要大张大张的去划分,但别人设计了一张网页,它是包括文字和图片,还有一些是背景、文字与背景是我们不需要的,切图就只切我们真正无法用文字和背景去代替的部分。另外有一些背景也是无法用纯色去做,而是复杂的颜色,也是需要切图切出来做背景使用的。总之,网页设计师会尽可能的少用图片、因为图片加载比文字和纯背景的加载要慢的多的多。

小时候手工做过吗

吧一整张图上的零件图剪下来在 做成一个东西

剪下来就是切图了

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What is the purpose of the <datalist> element? What is the purpose of the <datalist> element? Mar 21, 2025 pm 12:33 PM

The article discusses the HTML &lt;datalist&gt; element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

What is the purpose of the <progress> element? What is the purpose of the <progress> element? Mar 21, 2025 pm 12:34 PM

The article discusses the HTML &lt;progress&gt; element, its purpose, styling, and differences from the &lt;meter&gt; element. The main focus is on using &lt;progress&gt; for task completion and &lt;meter&gt; for stati

How do I use HTML5 form validation attributes to validate user input? How do I use HTML5 form validation attributes to validate user input? Mar 17, 2025 pm 12:27 PM

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

What is the purpose of the <iframe> tag? What are the security considerations when using it? What is the purpose of the <iframe> tag? What are the security considerations when using it? Mar 20, 2025 pm 06:05 PM

The article discusses the &lt;iframe&gt; tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

What is the purpose of the <meter> element? What is the purpose of the <meter> element? Mar 21, 2025 pm 12:35 PM

The article discusses the HTML &lt;meter&gt; element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates &lt;meter&gt; from &lt;progress&gt; and ex

What is the viewport meta tag? Why is it important for responsive design? What is the viewport meta tag? Why is it important for responsive design? Mar 20, 2025 pm 05:56 PM

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

What are the best practices for cross-browser compatibility in HTML5? What are the best practices for cross-browser compatibility in HTML5? Mar 17, 2025 pm 12:20 PM

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

How do I use the HTML5 <time> element to represent dates and times semantically? How do I use the HTML5 <time> element to represent dates and times semantically? Mar 12, 2025 pm 04:05 PM

This article explains the HTML5 &lt;time&gt; element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

See all articles