Search found 3 matches

by dksayers
2017-02-26T19:16:19-07:00
Forum: Bugs
Topic: PSNR no longer returns inf
Replies: 6
Views: 8095

PSNR no longer returns inf

The result of a 'compare -metric PSNR' for identical images has changed between 6.9.3 and 6.9.5 (I dont have a 6.9.4 to test). This problem is also in the 7 series. Instead of the result being 'inf' it has now become '0'. Is this a bug or done on purpose??? > compare --version Version: ImageMagick 6 ...
by dksayers
2015-04-23T20:02:57-07:00
Forum: Users
Topic: convert caption: slow
Replies: 2
Views: 2560

Re: convert caption: slow

Thanks for the tip. I was able to do an upgrade and it helped considerably. I am now getting between 2 and 7 seconds for completion instead of 55 seconds. I will need to do more testing but this may be fine.
by dksayers
2015-04-22T22:31:11-07:00
Forum: Users
Topic: convert caption: slow
Replies: 2
Views: 2560

convert caption: slow

I have several lines of text (from 1 to 5 lines) of different lengths that I need to become an image within an allocated size. I have been using the following command to autosize the text to a 'best fit': > convert -size 900x170 -font Helvetica -gravity Center caption:"This is first line 1 here ...