Search found 1 match

by betadraconis
2017-05-05T07:46:32-07:00
Forum: Users
Topic: Convert creates duplicates
Replies: 1
Views: 4940

Convert creates duplicates

Here's the command I'm using:

convert -density 144 -units PixelsPerInch *.jpg

I need my images to be at least 144 DPI and the script does the job, but it always creates a duplicate image rather than just tweaking the image.

I tried using this in the command line:

convert -density "144>" -units ...