Hello,
when i use /usr/bin/convert
i only get 1 directory:
/usr/bin/convert
But i recently instaled imagick 6.7 on my home directory dont know why dont appears on the list. I tried to use fullpathto/myhome/directory/bin/convert and still the same issue. Maybe the instalation is wrong?
I going to try your code now.
EDIT:
I get this error
Parse error: syntax error, unexpected T_LNUMBER in /mywebsite/test.php on line 2
Using
Code: Select all
exec("/usr/bin/convert -version" 2>&1,$out,$returnval);
foreach($out as $text)
{echo "$text<br>";}
EDIT2:
Fixed moving the " "
I get this
Version: ImageMagick 6.6.0-4 2012-03-05 Q16
http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
And with my home instalation:
Version: ImageMagick 6.7.6-7 2012-04-26 Q16
http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
With the other Script:
Code: Select all
exec("/usr/bin/identify -verbose rose: 2>&1",$out,$returnval);
foreach($out as $text)
{echo "$text<br>";}
I get this on response:
Image: ROSE
Base filename:
Format: ROSE (70x46 Truecolor rose)
Class: DirectClass
Geometry: 70x46+0+0
Resolution: 72x72
Print size: 0.972222x0.638889
Units: Undefined
Type: TrueColor
Endianess: Undefined
Colorspace: RGB
Depth: 8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
Channel statistics:
Red:
min: 35 (0.137255)
max: 255 (1)
mean: 145.712 (0.57142)
standard deviation: 69.2953 (0.271746)
kurtosis: -1.385
skewness: 0.14637
Green:
min: 22 (0.0862745)
max: 255 (1)
mean: 89.2602 (0.35004)
standard deviation: 52.4698 (0.205764)
kurtosis: 2.63898
skewness: 1.81893
Blue:
min: 24 (0.0941176)
max: 255 (1)
mean: 80.4683 (0.315562)
standard deviation: 55.1114 (0.216123)
kurtosis: 3.01818
skewness: 1.9795
Image statistics:
Overall:
min: 22 (0.0862745)
max: 255 (1)
mean: 78.8602 (0.309256)
standard deviation: 73.1284 (0.286778)
kurtosis: 0.0669201
skewness: 0.96904
Rendering intent: Undefined
Interlace: None
Background color: white
Border color: rgb(223,223,223)
Matte color: grey74
Transparent color: black
Compose: Over
Page geometry: 70x46+0+0
Dispose: Undefined
Iterations: 0
Compression: Undefined
Orientation: Undefined
Properties:
date:create: 2012-04-27T00:42:15+02:00
date:modify: 2012-04-27T00:42:15+02:00
signature: a698f2fe0c6c31f83d19554a6ec02bac79c961dd9a87e7ed217752e75eb615d7
Artifacts:
verbose: true
Tainted: False
Filesize: 9.67KB
Number pixels: 3.22KB
Pixels per second: 161KB
User time: 0.040u
Elapsed time: 0:01.020
Version: ImageMagick 6.6.0-4 2012-03-05 Q16
http://www.imagemagick.org
And with my imagemagick at home/imagick6.7 :
Image: ROSE
Base filename:
Format: PPM (Portable pixmap format (color))
Class: DirectClass
Geometry: 70x46+0+0
Resolution: 72x72
Print size: 0.972222x0.638889
Units: Undefined
Type: TrueColor
Endianess: Undefined
Colorspace: sRGB
Depth: 8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
Channel statistics:
Red:
min: 35 (0.137255)
max: 255 (1)
mean: 145.712 (0.57142)
standard deviation: 69.2953 (0.271746)
kurtosis: -1.385
skewness: 0.14637
Green:
min: 22 (0.0862745)
max: 255 (1)
mean: 89.2602 (0.35004)
standard deviation: 52.4698 (0.205764)
kurtosis: 2.63898
skewness: 1.81893
Blue:
min: 24 (0.0941176)
max: 255 (1)
mean: 80.4683 (0.315562)
standard deviation: 55.1114 (0.216123)
kurtosis: 3.01818
skewness: 1.9795
Image statistics:
Overall:
min: 22 (0.0862745)
max: 255 (1)
mean: 105.147 (0.412341)
standard deviation: 59.4199 (0.233019)
kurtosis: 1.2733
skewness: 1.45983
Rendering intent: Perceptual
Gamma: 0.45455
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Interlace: None
Background color: white
Border color: srgb(223,223,223)
Matte color: grey74
Transparent color: black
Compose: Over
Page geometry: 70x46+0+0
Dispose: Undefined
Iterations: 0
Compression: Undefined
Orientation: Undefined
Properties:
date:create: 2012-04-27T00:44:41+02:00
date:modify: 2012-04-27T00:44:41+02:00
signature: a698f2fe0c6c31f83d19554a6ec02bac79c961dd9a87e7ed217752e75eb615d7
Artifacts:
filename: rose:
verbose: true
Tainted: False
Filesize: 9.67KB
Number pixels: 3.22K
Pixels per second: 32.2TB
User time: 0.000u
Elapsed time: 0:01.000
Version: ImageMagick 6.7.6-7 2012-04-26 Q16
http://www.imagemagick.org