Search found 3 matches

by DreamFlasher
2016-07-07T16:11:56-07:00
Forum: Users
Topic: Reduce page size without "losing quality" (increase dpi)
Replies: 3
Views: 2391

Re: Reduce page size without "losing quality" (increase dpi)

Thank you fmw42 and snibgo! With your hint fmw42 I came up with what snibgo wrote, so thank you both of you :)
My final code:

Code: Select all

mogrify -rotate "-90" -density "420" *.jpg
by DreamFlasher
2016-07-06T11:38:09-07:00
Forum: Users
Topic: Reduce page size without "losing quality" (increase dpi)
Replies: 3
Views: 2391

Reduce page size without "losing quality" (increase dpi)

Hi, I tried to read the manual and search the forum first to achieve what I am aiming at, I have the impression it should be trivial but I don't get it. I'd appreciate your help and sorry for the trivial question. Input image: 3672 x 4869 px, 72 dpi Desired output: height 297.302 mm (a4), and the ...
by DreamFlasher
2016-02-12T03:22:37-07:00
Forum: Users
Topic: Caption text cut off
Replies: 1
Views: 1295

Caption text cut off

Version: ImageMagick 6.9.3-3 Q16 x64 2016-02-06 "C:\Program Files\ImageMagick\convert.exe" -density 300 -bordercolor white -border 36x36 -background white -font Helvetica-Bold -pointsize 15 -size 525x750 -fill black caption:"A quadratic equation" equation.png Result: https://dl.dropboxusercontent ...