Use GIMP to import PDF as vector graphics rather than rasterized graphics

10,113

Solution 1

GIMP is a raster image editor, everything you open with it will turn into pixels, you should try inkscape or some other vector editor, if you still want to work with vectors you also need to enable anti-aliasing for text and graphics if you don't want blocky pixels.

Solution 2

As it has been said, GIMP is a raster image editor.

Probably the cheapest tool giving you measuring features for PDF is Adobe Reader with the Measure tool.

Share:
10,113

Related videos on Youtube

Ben Sandeen
Author by

Ben Sandeen

Interested in the intersection of physics and computer science. Enjoy wondering "what if". Excited by making things more efficient. Passionate about the environment.

Updated on September 18, 2022

Comments

  • Ben Sandeen
    Ben Sandeen over 1 year

    I need to use GIMP to measure the distance between sections of an image, but I noticed that GIMP seems to rasterize what I believe ought to be a vectorized PDF image. Adobe Reader has no problem displaying a vectorized image, which seems to imply that the PDF file is vectorized, but when I open it with GIMP, it's rasterized. I can't figure out how to make it display as a vectorized image.

    Is it possible to make GIMP show the vectorized PDF, rather than a rasterized version?

    Here's the vectorized Adobe Reader image: enter image description here

    And here's the rasterized GIMP rendition: enter image description here