I've recently sent an article to a conference, and now I've received this technical revision:
figure 3 should be in vector format
What does it mean exactly? My diagram is in PNG format. Which format should I choose?
I've recently sent an article to a conference, and now I've received this technical revision:
figure 3 should be in vector format
What does it mean exactly? My diagram is in PNG format. Which format should I choose?
TL;DR: If you have an actual photograph, rebut the request. Otherwise export to a vector format from source. Never trace.
A vector format is a format that stores information in terms of graphical primitives (lines, cricles, etc.). They are in contrast to pixel formats which store the colours of pixels on a grid. As a rough example, a similar graphics would be stored as:
Examples of vector formats are PDF, EPS, SVG. Examples of pixel formats are PNG, JPG, BMP, TIFF. Note that most vector formats can embed pixel graphics.
My photo is in .PNG format, which format should I choose?
If you have an actual photograph (taken with a camera), the request to convert it to a vector format is ridiculous. Photos are best stored in a pixel format, usually JPG or TIFF. There is a process to deduce vector information from pixel data (called tracing), but applying it to a photograph will either destroy information or dramatically increase the file size (the only faithful conversion would be one square per pixel). You can theoretically embed your photograph in a vector format, but that is a pointless exercise, since the typesetters can do the same.
If instead your figure does not contain a photograph but a diagram, figure out how to directly export to a vector format with whatever software you used to create it (and do this). Tracing will again almost certainly yield inferior results (and is quite tedious to tune).
A related and relevant question is: Is increasing the DPI of a low resolution image a good idea?
I'm not sure how a photo would come out, but vector format is just another image format. If you google:'png to vector format' you will learn how to do the conversion.
Apparently the conference doesn't care for png files for some reason. But the conversion should be easy with the correct tools.
BTW, this question is marginal here for scope.
Note that I haven't commented here on the advisability of using vector formats for photos. In fact, I think it is a bad idea. I merely provide information about how you can learn how to do it if it is necessary.