Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Bonzo
Posts: 2971 Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England
Contact:
Post
by Bonzo » 2007-04-08T00:14:15-07:00
-size I just use when resizing jpg images it is supposed to speed up the process.
Code: Select all
convert pic0002.tiff -size x760 -resample 72 -quality 85 pic0002.jpg
// Should be
convert pic0002.tiff -resize x760 -resample 72 -quality 85 pic0002.jpg
anthony
Posts: 8883 Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia
Contact:
Post
by anthony » 2007-04-09T19:24:00-07:00
Also -resample is itself a resize operator. I wouldn't use it ,if you only care about pixel dimensions.
Users browsing this forum: Google [Bot] , Semrush [Bot] and 9 guests