Search found 3 matches
- 2015-10-12T14:08:19-07:00
- Forum: Developers
- Topic: Ho to trace Imagemagick
- Replies: 1
- Views: 3435
Ho to trace Imagemagick
Hello, I am seeing some unexpected performance issues when comparing two different "convert" command lines (as explained here: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28482 ) so I was wondering if it's possible to "trace" the execution of a particular command line to see how ...
- 2015-10-09T11:25:03-07:00
- Forum: Users
- Topic: YUV much slower than JPG output?
- Replies: 1
- Views: 1763
Re: YUV much slower than JPG output?
Maybe even more interesting is an even smaller command line: # time convert -bench 3 DSC_0372.JPG jpeg:- >/dev/null Performance[1]: 3i 1.840ips 1.000e 1.630u 0:01.630 Performance[2]: 3i 1.840ips 0.500e 1.620u 0:01.630 Performance[3]: 3i 1.840ips 0.500e 1.630u 0:01.630 Performance[4]: 3i 1.852ips 0 ...
- 2015-10-09T11:17:06-07:00
- Forum: Users
- Topic: YUV much slower than JPG output?
- Replies: 1
- Views: 1763
YUV much slower than JPG output?
Hello. I am using: # identify -version Version: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP I am using it on a i5-3320M machine, 2 cores, 4 with hyperthreading. Anyway, the very same happens on Kubuntu 15 ...