PNG Image 72 DPI to 300 DPI convertion
Posted: 2013-03-19T09:39:28-07:00
Hi
I have PNG images of dimension 3600 X 3600 with 72 DPI and transparent background . I'm trying to change the DPI to 300. I tried below commands but its not working at all
convert Img1.png -strip -units "PixelsPerCentimeter" -density 300 Img2.png
convert Img1.png -resample 300 Img2.png
I tried my best but not able to find any solution. The same command is working fine if I convert the image form PNG to JPG or some other format.
can any one please help me with this.
I have PNG images of dimension 3600 X 3600 with 72 DPI and transparent background . I'm trying to change the DPI to 300. I tried below commands but its not working at all
convert Img1.png -strip -units "PixelsPerCentimeter" -density 300 Img2.png
convert Img1.png -resample 300 Img2.png
I tried my best but not able to find any solution. The same command is working fine if I convert the image form PNG to JPG or some other format.
can any one please help me with this.