Change Xcode "image size" of a vector PDF asset

Viewed 325

I'm updating an existing macOS app with new images.

One of them is a vector image in PDF format. When I add the PDF to an image set, Xcode determined a size for it:

Image Size

The existing dialog has a larger image, so this new one renders smaller. However, I should be able to scale it to whatever size I like as it's a vector image.

It seems the size comes from metadata in the PDF file. The Inspector in Preview shows:

Inspector, size in points Inspector, size in inches

Are there tools I can use to tweak those values? I don't want to resample the PDF or use tools like ImageMagick - as I said, this is a vector image.

0 Answers
Related