pixel and vectors
Posted: 2018-03-14T07:10:50-07:00
Hi imagick users,
I use imageMagick to create large ( I mean really large) images to print out as wallpapers and other 20squaremeters+ posters.
Therefore I always have to resize images by factor 10 or more, which works great on my 64GB Ram 16Core Xeon machine.
But now I got a new customer providing me pdf files with mixed images, text and vector graphics.
And here is my problem:
If I use -density to increase the pixels to get a good result with vectors the pixel images get large artifacts.
here the bi-cubical resize is much better.
But if I set a lower density and then resize the image, the vectors get blurred.
Is there a chance to force the density option to use bi-cubical algorithm to resize the pixel-images?
(This would be the best choice..)
Or is there a way to split the image into layers, resize the pixel image and scale the vector with density
and than recombine both?
Or is there another way?
I could try to use other programs like inkscape, but I need a command line version as I want to do some automation on that.
Thanks for your help,
Roland
I use imageMagick to create large ( I mean really large) images to print out as wallpapers and other 20squaremeters+ posters.
Therefore I always have to resize images by factor 10 or more, which works great on my 64GB Ram 16Core Xeon machine.
But now I got a new customer providing me pdf files with mixed images, text and vector graphics.
And here is my problem:
If I use -density to increase the pixels to get a good result with vectors the pixel images get large artifacts.
here the bi-cubical resize is much better.
But if I set a lower density and then resize the image, the vectors get blurred.
Is there a chance to force the density option to use bi-cubical algorithm to resize the pixel-images?
(This would be the best choice..)
Or is there a way to split the image into layers, resize the pixel image and scale the vector with density
and than recombine both?
Or is there another way?
I could try to use other programs like inkscape, but I need a command line version as I want to do some automation on that.
Thanks for your help,
Roland