Can you export assets to a different size than the original?

What will be an ideal response?

Assets are all exported at 72 ppi and 100% of the size of the original element.
You can export assets at different scaling factors by adding a percentage to the
layer name, like 150% fern.jpg, Photoshop will create an asset 1.5 times larger
than the original.

Computer Science & Information Technology

You might also like to view...

The exception facility should be used when

a. Some resource is unavailable to the compiler b. A program encounters an error and cannot recover, but needs to shut down gracefully, perhaps saving work.. c. A program requests a resource that is not available. d. Array index value is out-of-bounds e. A programmer calls the wrong function f. A division by zero occurs g. There is a compiler detected error h) A call to operator new fails to allocate memory from free store i) An arithmetic error occurs

Computer Science & Information Technology

________ is important for preventing indefinite postponement in the readers/writers problem.

a) Giving preference to waiting readers over waiting writers b) Ensuring that no writer thread is waiting to write when a new reader begins reading c) Forcing that arriving readers to wait while waiting readers are cascading d) all of the above

Computer Science & Information Technology