I thought adding
-debug "All" -log "%d %f %e "
or
-debug "Coder,Policy" -log "%d %f %e "
Would help you duplicate the calls convert makes, but it is not so helpful on my version (ImageMagick 6.5.6-5 2009-09-25 Q16 OpenMP)
Policy IsRightsAuthorized Domain: Path; rights=Read; pattern
+="somethumb.jpg" ...
Policy IsRightsAuthorized Domain: Coder; rights=Read; patter
+n="JPEG" ...
Policy IsRightsAuthorized Domain: Path; rights=Read; pattern
+="somethumb.jpg" ...
Coder ReadJPEGImage Interlace: nonprogressive
Coder ReadJPEGImage Data precision: 8
Coder ReadJPEGImage Geometry: 105x78
Coder JPEGSetImageQuality Quality: 75
Coder JPEGSetImageSamplingFactor Colorspace: RGB
Coder JPEGSetImageSamplingFactor Sampling Factors: 2x2,1x1,1
+x1
Policy IsRightsAuthorized Domain: Coder; rights=Write; patte
+rn="JPG" ...
Policy IsRightsAuthorized Domain: Path; rights=Write; patter
+n="cnv002.jpg" ...
Coder WriteJPEGImage Image resolution: 72,72
Coder WriteJPEGImage Interlace: non-progressive
Coder WriteJPEGImage Quality: 75
Coder WriteJPEGImage Input sampling-factors=2x2,1x1,1x1
Coder WriteJPEGImage Storage class: DirectClass
Coder WriteJPEGImage Depth: 8
Coder WriteJPEGImage Number of colors: unspecified
Coder WriteJPEGImage JPEG data precision: 8
Coder WriteJPEGImage Image colorspace is RGB
Coder WriteJPEGImage Sampling factors: 2x2,1x1,1x1
-
Are you posting in the right place? Check out Where do I post X? to know for sure.
-
Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
<code> <a> <b> <big>
<blockquote> <br /> <dd>
<dl> <dt> <em> <font>
<h1> <h2> <h3> <h4>
<h5> <h6> <hr /> <i>
<li> <nbsp> <ol> <p>
<small> <strike> <strong>
<sub> <sup> <table>
<td> <th> <tr> <tt>
<u> <ul>
-
Snippets of code should be wrapped in
<code> tags not
<pre> tags. In fact, <pre>
tags should generally be avoided. If they must
be used, extreme care should be
taken to ensure that their contents do not
have long lines (<70 chars), in order to prevent
horizontal scrolling (and possible janitor
intervention).
-
Want more info? How to link
or How to display code and escape characters
are good places to start.
|