From a technical level, the first step of web design is for the artist to make a web page rendering, and the second step is to cut the web page on the front end of the web page. Commonly used tools for cutting web pages include Fireworks and PS. PS is used here to cut web pages.
We get the output we want (such as .png, .jpg files) through the design draft, and provide image materials (HTML: img, CSS: background) for the web page.
Edit-"Preferences-"Units and Rulers, select pixels.
Open under the "Window" menu:
Tools (opened by default)
Options (enabled by default)
Layer (enabled by default)
Information (enabled manually)
History (enabled manually)
Close other unnecessary functions, place the above functions in the appropriate area, Window-"Workspace-"Save workspace, the set workspace is as follows:
▪Move tool
will automatically select the check box and change the group to layer
▪Rectangular Marquee Tool
▪Magic Wand Tool
▪Crop Tool + Slice Tool
▪Scale Tool
-Zoom In: Ctrl+Plus Sign
-Zoom out: Ctrl+Minus Sign
▪Color Picker
Open under the "View" menu:
▪Alignment (on by default) (there is an adsorption force when encountering guide lines and boundaries)
▪Ruler Ctrl+R
▪Display->Guide line Ctrl+ ; (Additional content needs to be displayed)
Open the design draft and obtain information:
▪Size information: Measurement
▪Color Information: Color Picking
The most important thing to obtain information is to stretch the canvas as large as possible to minimize the error.
Tools:
Rectangular Marquee Tool+Information Panel
Measurement content:
Width, height
Padding, margin
Border
Positioning
Text Size
Line height
Background image position
##2.3 Text-related measurements2.3.1 Separate text layerSelect the layer and click Tool T. The top option area displays as follows:Add to the selection: Press Hold Shift
to subtract from the selection: hold Alt
to intersect with the selection: hold Shift+Alt
You can directly get the size of the text; Click
to get some other confidence, such as line height:
##2.3.2 Non Separate text layer (select the larger font as the measurement)
Measurement of line height
Use For the rectangular marquee tool, the height from the bottom of the previous line of text to the bottom of this line of text is the line height, as shown below:
Color Picking
Color picking content:Border color
Background color
Text color
Enlarge the canvas as much as possible to obtain solid points and avoid jagged points.
2.5 The color of a separate text layer can be obtained directly, and other colors can be obtained using the "Color Picker + Eyedropper Tool"
Special attention is due to the overlay effect of the layers, the displayed color does not match the actual color. This is to use the color picker to get the color
Keep clicking on different areas to see if the color changes
First select the layer, then select the magic wand tool, click to select the top line, the display is as follows:
Continue clicking and select one row downward at a time
Confirm it is a linear gradient.
Modifying (generally used in the background attribute):
icon , logo
Buttons, text, etc. with special effects
Non-solid color background
Content-based (generally used in img tags)
banner, advertising pictures
The pictures in the article...
For example, in the picture below, the red box needs to be cut, and the black box is obtained from the background No need to cut
The content-related ones are generally saved as .JPG,
Modified ones are generally saved as .PNG8, .png24
Both PNG8 and PNG24 support full transparency; PNG24 supports translucency (higher image quality), but ie6 does not support PNG24 translucency, which requires Be compatible.
Hide the text and keep only the background
##3.3.2 Merging text and pictures (tiled background covering text) The background image can be stretchedFound Text layer
Remove the glasses icon
Use the rectangular marquee tool to select an areaFree transformation Ctrl+TThe background image cannot be stretched ( The background has texture effects, etc.)
Select an area with the rectangular marquee toolUse the move tool + Alt3.3.3 Get the slice
•Move tool to select the required layer (hold down Ctrl to select multiple)•Right-click to merge layers (Ctrl+E)Cut the image into .PNG8 (cut with background)•Email the drawing layer to a new file or drag it directly to an existing file (New: Ctrl+N)
•Merge visible layers (Shift+Ctrl+E)3.3.4 Tileable background cutouts•Rectangular Marquee Tool selects content
•Magic Wand Tool removes excess parts (Subtract from selection: hold down Alt)
Select an area with the rectangular marquee toolCopy and paste into a new fileTile The content fills the width (x-axis) or height (y-axis) of the file: For example, if a new file is used to tile the x-axis, the width of the cut image must be consistent with the new file3.4. Slicing tool (applicable to active pages that can be cut across the board)
▪4. SavePull the guide line
▪Select the slicing tool
▪Click the "Slice based on guides" button in the options bar
▪Select the slice selection tool
Double-click the slice to change the file name and other information
▪Save
Select all slices and set the storage format uniformly
Save the required content (the background is usually transparent)
▪Copy, create, paste (Ctrl+C, Ctrl+N, Ctrl+V, or drag content to a new file)
Independent layer: directly Drag content to a new file Merge together: Rectangular Marquee Tool selection, Magic Wand extraction, Ctrl+C, Ctrl+N, Ctrl+V▪Save in the format used by the Web (Alt+Shift+Ctrl+S)
When When the picture is rich in color and does not require transparency
It is recommended to save it in JPG format and choose the appropriate quality
Note:Quality: 60-80; cannot be 100 ,80 is already good
When the picture is not very colorful, regardless of whether there is transparency requirement
Save as PNG8 format
Note: When saving, you need to reset the no dithering and no matting
##4.3 Save type three (PNG24)When the image has translucency requirementsSave it in PNG24 formatDefault setting. 4.4 Save type four (PSD)
To ensure the quality of the pictureReserve a copy of the PSD file, and any future modifications will be made on the PSD fileFive modifications and maintenanceAs the project progresses, we may want to change the location of the icon, add new icons, delete old icons, and modify the size of the canvas, so we need to make modifications and maintain. 5.1 Change the canvas size5.1.1 Add the canvasImage-》Canvas size, select the anchor point according to the situation
5.1.2 Reduce the canvas
The first method: Select the area with the rectangular selection tool, Image->Crop to crop the canvas;The second method: Use the crop tool directly to crop.5.2 Move the icon
▪If the icon is an independent layer
, just drag it with the move tool▪
If the icon is not independent
Use the selection tool to select the icon areaUse the move tool to drag the icon
Note: If the icon is not independent, you can use the selection tool to select the icon area, press Ctrl+X to cut it, and then paste it to turn the icon into an independent layer.
5.3 Add iconsAfter organizing the icons, place them in the corresponding location. Note: To modify PNG8 pictures, you need to change the color mode to RGB color. How to do it: Image-》Mode-》RGB Color. 6 Usage Image merging solution: Sprite image CSS Sprites are called CSS sprites by many people in China. They are a web image application processing method. It allows you to include all the scattered pictures involved in a page into one big picture, so that when the page is accessed, the loaded pictures will not be displayed one by one as before. . Position the background according to the position of the specific icon on the big picture. Advantages of Sprite puzzle: Reduce network requests and improve web page loading speed.6.1 Size and quality (balance and trade-off)
Compression tool: ▪Lossy TinyPng: https:/ /tinypng.com/▪Lossless Minimage: https://github.com/NetEaseWD/minimage6.2 Merge6.2.1 Arrange
6.2.2 Classification
▪Merge pictures belonging to the same module (functionalization)▪Merge pictures of similar size (save space)▪Merge pictures with similar colors (reduce the number of colors and the file size will be relatively small)▪Combined the above methods to merge6.2.3 Merger recommendations
▪Only picture merging used on this page▪Stateful picture merging (mouse over state change, etc.)Seven browser compatibility solutions7.1 IE6 does not support PNG24 translucency
Solution: Save two copies of sprite.png(24) and sprite_ie. png(8)7.2 Css3
▪Advanced browsers use css3▪Low-level browsers use cut images7.3 Graceful downgrade
▪Supported display effects▪No support, no effect
##More For articles related to front-end technology-PS cutting, please pay attention to the PHP Chinese website!