Front-end AI cutting tips (experience)

Front-end AI cutting tips (experience)

AI image cutting needs to be coordinated with PS. First, select the layer to be sliced, then drag it to a new layer in PS, and then use the cutting tool in PS to cut the image. (The reason is that AI's image cutting is not convenient and is not as easy to use as PS's.)

The AI ​​version here is cs6.

PS: 1. Select multiple different layers.

First, find "Layer" in the right toolbar of AI

Then select the layer you want to cut (hold down "ctrl" and click)

Finally, drag it to the new layer in PS.

Another problem is that there are too many layers associated, and some layers cannot be dragged. The required layers are on top, and the unnecessary layers are on the bottom.

The solution is to first pull away the unnecessary pictures, and then use the "selection tool" to select the required layers and pull them out.

2. Focus on a layer. Double-click a layer to focus on it.

Select a layer

Double-click the layer

The layer on the right can filter out the focused layer

The above front-end AI image cutting tips (experiences) are all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

Original URL: http://www.cnblogs.com/Sroot/archive/2016/07/28/5713830.html

<<:  CSS3 uses var() and calc() functions to achieve animation effects

>>:  Analysis and solution of the reasons why MySQL scheduled tasks cannot be executed normally

Recommend

How does JS understand data URLs?

Table of contents Overview Getting started with d...

HTML tutorial, easy to learn HTML language (2)

*******************Introduction to HTML language (...

Analysis of HTTP interface testing process based on postman

I accidentally discovered a great artificial inte...

CSS3 implements the sample code of NES game console

Achieve resultsImplementation Code html <input...

Detailed explanation of Nginx forwarding socket port configuration

Common scenarios for Nginx forwarding socket port...

How to import, register and use components in batches in Vue

Preface Components are something we use very ofte...

An example of how to quickly deploy web applications using Tomcat in Docker

After learning the basic operations of Docker, we...

Jenkins packaging microservices to build Docker images and run them

Table of contents Environment Preparation start 1...

Solution to the failure of docker windows10 shared directory mounting

cause When executing the docker script, an error ...

The difference and usage of Ctrl+z, Ctrl+c and Ctrl+d in Linux commands

What does Ctrl+c, Ctrl+d, Ctrl+z mean in Linux? C...

A summary of detailed insights on how to import CSS

The development history of CSS will not be introd...

Tic-Tac-toe game implemented in pure CSS3

Operation effect: html <div class="tic-ta...

Node.js+express message board function implementation example

Table of contents Message Board Required librarie...

Two ways to implement HTML page click download file

1. Use the <a> tag to complete <a href=&...