A PSD file you're importing includes multiple alpha channels. How do you select a specific alpha channel when you place the image? How do you specify a different alpha channel after plac ing the image?
What will be an ideal response?
Choose File > Place, and select Show Import Options when you
select the PSD file. Click the Image tab, and choose an option
from the Alpha Channel pop-up menu. To display a different
alpha channel, select the placed image, choose Clipping Path >
Options from the Object menu, and select a different alpha
channel.
You might also like to view...
You can publish an applet on the Web without access to a Web server.
Answer the following statement true (T) or false (F)
Answer the following statements true (T) or false (F)
1) A growth function shows the relationship between the size of a problem and the part of an algorithm that we are trying to optimize. 2) When comparing two growth functions, a larger exponent on the problem size in the growth function indicates greater efficiency. 3) If the problem size is fairly small, then there is little difference between the efficiencies of different algorithms. 4) When determining the complexity of a segment of code, simple print statements are generally O(1). 5) When evaluating the complexity of a loop, all statements in the loop body are considered to be O(1).