Exported Image at 326 needs to come down to 72
-
- Posts: 14
- Joined: Wed Jan 11, 2012 7:35 am
Exported Image at 326 needs to come down to 72
I created a background image at 326 dpi. I wish to bring it down to 72 dpi. How do I do that without changing its size?
Re: Exported Image at 326 needs to come down to 72
install image magick
run "convert thefileasexportedfrominkscape.png -density 72x72 newname.jpg "
run "convert thefileasexportedfrominkscape.png -density 72x72 newname.jpg "
-
- Posts: 1
- Joined: Mon Apr 06, 2015 9:35 am
Re: Exported Image at 326 needs to come down to 72
v1nce wrote:install image magick
run "convert thefileasexportedfrominkscape.png -density 72x72 newname.jpg "
So, this would then also work for converting one's Inkscape drawings from the default 90 dpi to the 72 dpi required by Threadless? I have a design all ready for submitting, but have been at a loss for how to get it down to their required dpi...Thanks for the tip!