Skip to main content
martink15467522
Inspiring
June 16, 2026
Answered

Rasterizing an existing image to lower ppi

  • June 16, 2026
  • 1 reply
  • 24 views

I don’t know if this is even possible to calculate somehow, but maybe someone can help. If i have a 200ppi image in a file, and i want it to keep the size, but have 150 ppi, is there a way to calculate what ppi i have to use for rasterizing? I am aware that rasterizing an image from 200 ppi to 150 ppi will not give out the same result as rasterizing a vector object to 150 ppi. 

Again, for example

  1. Vector object > rasterize 150 ppi > object with certain “pixel density”
  2. 200 ppi image > rasterise ? ppi > object with same pixel density as option 1 (150 ppi) < is this even possible? 

 

Correct answer Ton Frederiks

I understood that you were talking about images and yes, lowering the resolution gives a lower quality.

Of course rasterizing a vector will make it an image and lose all the advantages of a scalable vector object.

1 reply

Ton Frederiks
Community Expert
Community Expert
June 16, 2026

@martink15467522 You can select an image, select Crop and set the PPI in the Control panel and hit enter

 

martink15467522
Inspiring
June 16, 2026

That works, but the new image still has lower quality then the original 150 ppi one because it rasterizes the image twice ( rasterizing from 200ppi to 150ppi gives lower quality than from vector to 150 ppi) 

Ton Frederiks
Community Expert
Ton FrederiksCommunity ExpertCorrect answer
Community Expert
June 16, 2026

I understood that you were talking about images and yes, lowering the resolution gives a lower quality.

Of course rasterizing a vector will make it an image and lose all the advantages of a scalable vector object.