No interface on linuxmint

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
rodas
Posts: 2
Joined: 2011-05-02T07:53:11-07:00
Authentication code: 8675308

No interface on linuxmint

Post by rodas »

Hi,

I installed the program under mint 10, configure, make and make install no errors.

But, when i did a -check say 1 file failed, the magick wand. So all I have is in text mode and do not know how to use it. What should I do, since almost all went ok ?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: No interface on linuxmint

Post by magick »

Its ok to use ImageMagick if one of the tests fails. However, check the log file generated by the test (e.g. tests/convert.log) and we will let you know why the particular unit test failed.
rodas
Posts: 2
Joined: 2011-05-02T07:53:11-07:00
Authentication code: 8675308

Re: No interface on linuxmint

Post by rodas »

Code: Select all

PASS: tests/validate-convert.sh (exit: 0)
=========================================

Version: ImageMagick 6.6.9-7 2011-05-02 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC

ImageMagick Validation Suite (Convert)

validate convert command line program:
  test 0: -noop... pass.
  test 1: -affine 1,0,0.785,1,0,0 -transform... pass.
  test 2: -black-threshold 20%... pass.
  test 3: -blur 0x0.5... pass.
  test 4: -border 6x6... pass.
  test 5: -charcoal 0x1... pass.
  test 6: -chop 8x6+20+30... pass.
  test 7: -colors 16... pass.
  test 8: -colorspace CMYK... pass.
  test 9: -colorspace GRAY... pass.
  test 10: -colorspace HSL... pass.
  test 11: -colorspace HWB... pass.
  test 12: -colorspace OHTA... pass.
  test 13: -colorspace YCbCr... pass.
  test 14: -colorspace YIQ... pass.
  test 15: -colorspace YUV... pass.
  test 16: -contrast... pass.
  test 17: +contrast... pass.
  test 18: -convolve 1,1,1,1,4,1,1,1,1... pass.
  test 19: -colorize 30%/20%/50%... pass.
  test 20: -crop 17x9+10+10... pass.
  test 21: -cycle 200... pass.
  test 22: -despeckle... pass.
  test 23: -draw "rectangle 20,10 80,50"... pass.
  test 24: -edge 0x1... pass.
  test 25: -emboss 0x1... pass.
  test 26: -enhance... pass.
  test 27: -equalize... pass.
  test 28: -flip... pass.
  test 29: -flop... pass.
  test 30: -frame 15x15+3+3... pass.
  test 31: -fx "(1.0/(1.0+exp(10.0*(0.5-u)))-0.006693)*1.0092503"... pass.
  test 32: -gamma 1.6... pass.
  test 33: -gaussian 0x0.5... pass.
  test 34: -implode 0.5... pass.
  test 35: -implode -1... pass.
  test 36: -label Magick... pass.
  test 37: -lat 10x10-5%... pass.
  test 38: -level 10%,1.2,90%... pass.
  test 39: -map netscape:... pass.
  test 40: -median 2... pass.
  test 41: -modulate 110/100/95... pass.
  test 42: -monochrome... pass.
  test 43: -motion-blur 0x3+30... pass.
  test 44: -negate... pass.
  test 45: +noise Uniform... pass.
  test 46: +noise Gaussian... pass.
  test 47: +noise Multiplicative... pass.
  test 48: +noise Impulse... pass.
  test 49: +noise Laplacian... pass.
  test 50: +noise Poisson... pass.
  test 51: -noise 2... pass.
  test 52: -normalize... pass.
  test 53: -fill blue -fuzz 35% -opaque red... pass.
  test 54: -ordered-dither 2x2... pass.
  test 55: -paint 0x1... pass.
  test 56: -raise 10x10... pass.
  test 57: -random-threshold 10%... pass.
  test 58: -recolor '0.9 0 0, 0 0.9 0, 0 0 1.2'... pass.
  test 59: -density 75x75 -resample 50x50... pass.
  test 60: -resize 10%... pass.
  test 61: -resize 50%... pass.
  test 62: -resize 150%... pass.
  test 63: -roll +20+10... pass.
  test 64: -rotate 0... pass.
  test 65: -rotate 45... pass.
  test 66: -rotate 90... pass.
  test 67: -rotate 180... pass.
  test 68: -rotate 270... pass.
  test 69: -sample 5%... pass.
  test 70: -sample 50%... pass.
  test 71: -sample 150%... pass.
  test 72: -scale 5%... pass.
  test 73: -scale 50%... pass.
  test 74: -scale 150%... pass.
  test 75: -segment 1x1.5... pass.
  test 76: -shade 30x30... pass.
  test 77: -sharpen 0x1.0... pass.
  test 78: -shave 10x10... pass.
  test 79: -shear 45x45... pass.
  test 80: -size 130x194... pass.
  test 81: -solarize 50%... pass.
  test 82: -spread 3... pass.
  test 83: -swirl 90... pass.
  test 84: -threshold 35%... pass.
  test 85: -fuzz 35% -transparent red... pass.
  test 86: -fuzz 5% -trim... pass.
  test 87: -unsharp 0x1.0+20+1... pass.
  test 88: -wave 25x150... pass.
  test 89: -white-threshold 80%... pass.
  summary: 90 subtests; 90 passed; 0 failed.
validation suite: 90 tests; 90 passed; 0 failed.

how can i use it without interface?

how can I bulk rotate pictures or use the exif data from camera?
Post Reply