Skip to main content
scotwllm
Inspiring
March 12, 2023
Answered

Preparing images for different mediums

  • March 12, 2023
  • 4 replies
  • 2971 views

Hi again --

 

There's a question on the test which requires matching something from the left column with something on the right column:

Left column:

SVG

EPS

JPG

PNG

 

Right column:

Commercial printing

Photos

Large document format

Used in Microsoft applications

 

I don't recall seeing those file formats being explained anywhere. Anybody know which terms go together?

This topic has been closed for replies.
Correct answer scotwllm

I found the answer to this question.  If you take the practice tests in Training Mode, there is a Help feature that provides the answers to the questions. I attached a screengrab showing the question and answers.

 

Scott

4 replies

scotwllm
scotwllmAuthorCorrect answer
Inspiring
March 13, 2023

I found the answer to this question.  If you take the practice tests in Training Mode, there is a Help feature that provides the answers to the questions. I attached a screengrab showing the question and answers.

 

Scott

Conrad_C
Community Expert
Community Expert
March 13, 2023

Wow, that’s crazy. The only way to match those sets of questions and answers is to assume the perspective of how commercial graphics worked 10–20 years ago, which means maybe they wrote the question back then and never updated it. For that time period, if we are allowed only that set of answers, we can reliably say:

 

SVG = Large document format. Their rationale for this answer might be that a graphics document with very large dimensions might be saved as a smaller file if created as vector graphics instead of pixel graphics. But their word choice is confusing, because Photoshop offers an increasingly popular file format option called Large Document Format (.PSB), which has nothing to do with SVG.

EPS = Commercial printing

JPG = Photos

PNG = Used in Microsoft applications

 

However, if that question was written from the perspective of a 2023 production workflow, the answers are different, although the up-to-date answers below will not help you choose from outdated answers:

 

SVG = Vector graphics format typically used for resolution-independent graphics in web content and mobile apps.

EPS = Deprecated format only really useful on a PostScript printer. For its use cases (graphics that can include both vector and pixel artwork, with support for color requirements for commercial printing), today PDF is preferred because PDF is much more capable and flexible.

JPG = Pixel graphics that do not need to indicate transparency. Uses lossy compression, better for photos.

PNG = Pixel graphics that need to indicate transparency. Uses lossless compression, better for solid color graphics and line art.

D Fosse
Community Expert
Community Expert
March 12, 2023

Those two columns don't match in any meaningful way, no matter how you shuffle them.

 

Where's TIFF, which would be the obvious choice for commercial printing and photos for sending out?

 

Large document format? What are they talking about? The only large document format I know about is PSB.

 

This just doesn't make any sense.

Legend
March 12, 2023

I am looking at this from an image perspective. You can resize vector images without the degradation, or pixelation which is the preferred method in the commercial world. I am not a commercial printer, so will reserve commenting further. 

D Fosse
Community Expert
Community Expert
March 12, 2023

A vector format in that list which is used for commercial printing is EPS - but only barely. EPS is obsolete with a lot of limitations (like lack of icc profile support). Its only practical use today is very simple vector files like logos. For more complex files you'd use PDF.

 

It's possible that SVG could gain more widespread use in that segment, but at this time SVG is primarily a web vector format.

Legend
March 12, 2023

This should be an easy search to find the terms and connect them. Not trying to denigrate your question. 

The first two are vector file formats. Vector is used in commerical printing. EPS is also a larger file due to containing much more information.

The other two are raster images. JPG is probably the more popular choice and is smaller in size (on average) than a PNG. Since PNG support transparent backgrounds this is common for users developing PowerPoint slides where we have for years we made the background transparent.

Hope this helps