We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Some PDFs might convert to raster image formats at a low resolution by default. Use the --dpi flag to increase the resolution of the raster output.
pipeline = ImageProcessing::Vips .source(pdf_path) .convert("jpg") # renders the first page at 300 dpi image = pipeline.loader(dpi: 300, page: 0).call