You place a 72-dpi PNG file in its original dimensions and decide you want to double the size of the image. Why is scaling up the PNG file in InDesign not a good idea?

What will be an ideal response?


PNG files are bitmap images. When you scale up a bitmap image,
the image will likely appear to be blurry (pixelated).

Computer Science & Information Technology

You might also like to view...

In wireless networks, infrared signals are used most often for data communications.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the following code for the __eq__ method for the Comparable class, what is the missing code? ? def __eq__(self, other): if self is other: return True if type(self) != type(other): return self.priority == other.priority ? ?

A. return type(other) B. return other C. return False D. return self.priority

Computer Science & Information Technology

A(n) ________ is a company that provides access to the Internet.

a. Internet access provider b. Internet service provider c. network service provider d. online service provider

Computer Science & Information Technology

Briefly describe the five basic strategies to control risk that result from vulnerabilities.

What will be an ideal response?

Computer Science & Information Technology