Difference between revisions of "CentOS 7.x convert from ImageMagick"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_Desktop_tools_or_applications|CentOS 7.x Desktop tools or applications</yambe:breadcrumb> =CentOS 7.x convert from ImageMagick= ==CentOS 7.x Conv...")
 
m
Line 1: Line 1:
<yambe:breadcrumb>CentOS_7.x_Desktop_tools_or_applications|CentOS 7.x Desktop tools or applications</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 7.x convert from ImageMagick]]
=CentOS 7.x convert from ImageMagick=


==CentOS 7.x Convert pdf to good quality image using Imagemagick (convert)==
==CentOS 7.x Convert pdf to good quality image using Imagemagick (convert)==
Line 11: Line 10:
Refer:
Refer:
* https://stackoverflow.com/questions/6605006/convert-pdf-to-image-with-high-resolution
* https://stackoverflow.com/questions/6605006/convert-pdf-to-image-with-high-resolution
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 7.x convert from ImageMagick]]

Revision as of 09:55, 25 August 2022

Home > CentOS > CentOS 7.x > Desktop tools or applications > CentOS 7.x convert from ImageMagick

CentOS 7.x Convert pdf to good quality image using Imagemagick (convert)

Use command:

   convert -verbose -density 300 -trim sharvi-aadhar.pdf -quality 100 -flatten -sharpen 0x1.0 sharvi-aadhar.jpg

Refer:



Home > CentOS > CentOS 7.x > Desktop tools or applications > CentOS 7.x convert from ImageMagick