PAID: Need help to get IM running

Do you need consulting from ImageMagick experts and are willing to pay for their expertise? Or are you well versed in ImageMagick and offer paid consulting? If so, post here otherwise post elsewhere for free assistance.
Post Reply
pcpilot
Posts: 3
Joined: 2015-10-25T10:25:38-07:00
Authentication code: 1151

PAID: Need help to get IM running

Post by pcpilot »

Hello, i want a running ImageMagick installation for use in TYPO3 (CMS) on a linux webserver (Ubuntu 14.04 LTS virtual server).

Here is what i did so far: I followed the instructions here:
http://www.imagemagick.org/script/advan ... lation.php

I downloaded and installed the libs used in the following commands:

Code: Select all

./configure LDFLAGS=-lfreetype MAGICK_LDFLAGS='-L/usr/local/lib -lfreetype' LIBS='-ltiff -lfreetype -ljpeg -lpng'
make
sudo make install
make check
make clean

First i installed without libpng and it worked, but since i needed png support i uninstalled IM using "make uninstall", installed libpng 1.6.18 and zlib 1.2.8 and and reinstalled using the same steps above (only included -lpng). Before the reinstall i removed the previous folder and extracted ImageMagick again from the same .tar.gz i used before (version 6.9.2-4). I'm not aware of doing anything different the second time, but with or without png, it does not work any more, the installation is not recognized, neither by TYPO3, nor by a php script which checks for ImageMagick installations.
Libs used from here: http://www.imagemagick.org/download/delegates/

My knowledge around a linux webserver is basic at best, so maybe I'm missing something else. Tell me if you need access to see for your own.


make check output:

Code: Select all

PASS: tests/cli-pipe.tap 1
PASS: tests/cli-pipe.tap 2
PASS: tests/cli-pipe.tap 3
PASS: tests/cli-pipe.tap 4
PASS: tests/cli-pipe.tap 5
PASS: tests/cli-pipe.tap 6
PASS: tests/cli-pipe.tap 7
PASS: tests/cli-pipe.tap 8
PASS: tests/cli-colorspace.tap 1
PASS: tests/cli-colorspace.tap 2
PASS: tests/cli-colorspace.tap 3
PASS: tests/cli-colorspace.tap 4
PASS: tests/cli-colorspace.tap 5
PASS: tests/cli-colorspace.tap 6
PASS: tests/cli-colorspace.tap 7
PASS: tests/cli-colorspace.tap 8
PASS: tests/cli-colorspace.tap 9
PASS: tests/cli-colorspace.tap 10
PASS: tests/cli-colorspace.tap 11
PASS: tests/cli-colorspace.tap 12
PASS: tests/cli-colorspace.tap 13
PASS: tests/cli-colorspace.tap 14
PASS: tests/cli-colorspace.tap 15
PASS: tests/cli-colorspace.tap 16
PASS: tests/cli-colorspace.tap 17
PASS: tests/cli-colorspace.tap 18
PASS: tests/cli-colorspace.tap 19
PASS: tests/validate-colorspace.tap 1
PASS: tests/validate-compare.tap 1
PASS: tests/validate-composite.tap 1
PASS: tests/validate-convert.tap 1
PASS: tests/validate-formats-disk.tap 1
PASS: tests/validate-formats-map.tap 1
PASS: tests/validate-formats-memory.tap 1
PASS: tests/validate-identify.tap 1
PASS: tests/validate-import.tap 1
PASS: tests/validate-montage.tap 1
PASS: tests/validate-stream.tap 1
PASS: tests/drawtest.tap 1
FAIL: tests/wandtest.tap 1
PASS: Magick++/tests/tests.tap 1
PASS: Magick++/tests/tests.tap 2
PASS: Magick++/tests/tests.tap 3
PASS: Magick++/tests/tests.tap 4
PASS: Magick++/tests/tests.tap 5
PASS: Magick++/tests/tests.tap 6
PASS: Magick++/tests/tests.tap 7
PASS: Magick++/tests/tests.tap 8
PASS: Magick++/tests/tests.tap 9
PASS: Magick++/tests/tests.tap 10
PASS: Magick++/tests/tests.tap 11
PASS: Magick++/tests/tests.tap 12
PASS: Magick++/demo/demos.tap 1
PASS: Magick++/demo/demos.tap 2
PASS: Magick++/demo/demos.tap 3
PASS: Magick++/demo/demos.tap 4
PASS: Magick++/demo/demos.tap 5
FAIL: Magick++/demo/demos.tap 6
PASS: Magick++/demo/demos.tap 7
PASS: Magick++/demo/demos.tap 8
PASS: Magick++/demo/demos.tap 9
PASS: Magick++/demo/demos.tap 10
PASS: Magick++/demo/demos.tap 11
PASS: Magick++/demo/demos.tap 12
PASS: Magick++/demo/demos.tap 13
PASS: Magick++/demo/demos.tap 14
PASS: Magick++/demo/demos.tap 15
PASS: Magick++/demo/demos.tap 16
PASS: Magick++/demo/demos.tap 17
PASS: Magick++/demo/demos.tap 18
PASS: Magick++/demo/demos.tap 19
PASS: Magick++/demo/demos.tap 20
PASS: Magick++/demo/demos.tap 21
PASS: Magick++/demo/demos.tap 22
PASS: Magick++/demo/demos.tap 23
PASS: Magick++/demo/demos.tap 24
============================================================================
Testsuite summary for ImageMagick 6.9.2
============================================================================
# TOTAL: 76
# PASS:  74
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to http://www.imagemagick.org
============================================================================
test-suite.log:

Code: Select all

=========================================
   ImageMagick 6.9.2: ./test-suite.log
=========================================

# TOTAL: 76
# PASS:  74
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/wandtest
====================

gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-wandtest: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-wandtest: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-wandtest: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-wandtest: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
tests/wandtest.c main 5321 non-conforming drawing primitive definition `text' @ error/draw.c/DrawImage/3168
1..1
Reading images...
Iterate forward...
index 0 scene 0
index 1 scene 1
index 2 scene 2
index 3 scene 3
index 4 scene 4
Iterate reverse...
index 4 scene 4
index 3 scene 3
index 2 scene 2
index 1 scene 1
index 0 scene 0
Remove scene 1...
index 0 scene 0
index 1 scene 2
index 2 scene 3
index 3 scene 4
Insert scene 1 back in sequence...
index 0 scene 0
index 1 scene 1
index 2 scene 2
index 3 scene 3
index 4 scene 4
Set scene 2 to scene 1...
index 0 scene 0
index 1 scene 1
index 2 scene 1
index 3 scene 3
index 4 scene 4
Apply image processing options...
not ok
FAIL: tests/wandtest.tap 1

FAIL: Magick++/demo/demos
=========================

1..24
File: /usr/local/lib/ImageMagick-6.9.2-4/Magick++/demo//model.miff
  TopLeftColor     = 
  TopRightColor    = 
  BottomLeftColor  = 
  BottomRightColor = 
  filter:brightness:mean = 31077.3
  filter:brightness:standard-deviation = 14635.5
  filter:brightness:kurtosis = 0.657217
  filter:brightness:skewness = 1.34114
  filter:saturation:mean = 14031.6
  filter:saturation:standard-deviation = 8379.05
  filter:saturation:kurtosis = 0.631727
  filter:saturation:skewness = 1.03422
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-button: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-button: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-button: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-button: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
ok
PASS: Magick++/demo/demos.tap 1
Writing to "button_out.miff" ...
ok
PASS: Magick++/demo/demos.tap 2
Read images ...
Creating thumbnails...
  add noise ...
  add noise (blue) ...
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
  annotate ...
  blur ...
  blur red channel ...
  border ...
  channel ...
  charcoal ...
  composite ...
  contrast ...
  convolve ...
  crop ...
  despeckle ...
  draw ...
  edge ...
  emboss ...
  equalize ...
  explode ...
  flip ...
  flop ...
  frame ...
  gamma ...
  gaussian blur ...
  gaussian blur channel ...
  gradient ...
  grayscale ...
  implode ...
  level ...
  level red channel ...
  median filter ...
  modulate ...
  monochrome ...
  motion blur ...
  negate ...
  normalize ...
  oil paint ...
  ordered dither 2x2 ...
  ordered dither 3x3...
  ordered dither 4x4...
  ordered dither red 4x4...
  plasma ...
  quantize ...
  quantum operator ...
  raise ...
  reduce noise ...
  resize ...
  roll ...
  rotate ...
  scale ...
  segment ...
  shade ...
  sharpen ...
  shave ...
  shear ...
  spread ...
  solarize ...
  swirl ...
  threshold ...
  threshold random ...
  unsharp mask ...
  wave ...
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-demo: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-demo: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
Montage images...
Adding logo image ...
Writing image "demo_out.miff" ...
ok
PASS: Magick++/demo/demos.tap 3
Writing image "flip_out.miff" ...
ok
PASS: Magick++/demo/demos.tap 4
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 0
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 30
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 60
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 90
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 120
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 150
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 180
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 210
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 240
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 270
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 300
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-gravity: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-gravity: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
angle 330
Writing image "gravity_out.miff" ...
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-piddle: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-piddle: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-piddle: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-piddle: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
ok
PASS: Magick++/demo/demos.tap 5
Caught exception: lt-piddle: non-conforming drawing primitive definition `text' @ error/draw.c/DrawImage/3168
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-shapes: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-shapes: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-shapes: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-shapes: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-shapes: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-shapes: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-shapes: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-shapes: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-shapes: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-shapes: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
gs: /usr/local/lib/libtiff.so.5: no version information available (required by /usr/lib/libgs.so.9)
lt-shapes: delegate library support not built-in `/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/1558.
lt-shapes: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.
not ok
FAIL: Magick++/demo/demos.tap 6
Writing image "shapes_out.miff" ...
ok
PASS: Magick++/demo/demos.tap 7
ok
PASS: Magick++/demo/demos.tap 8
ok
PASS: Magick++/demo/demos.tap 9
ok
PASS: Magick++/demo/demos.tap 10
ok
PASS: Magick++/demo/demos.tap 11
ok
PASS: Magick++/demo/demos.tap 12
ok
PASS: Magick++/demo/demos.tap 13
ok
PASS: Magick++/demo/demos.tap 14
ok
PASS: Magick++/demo/demos.tap 15
ok
PASS: Magick++/demo/demos.tap 16
ok
PASS: Magick++/demo/demos.tap 17
ok
PASS: Magick++/demo/demos.tap 18
ok
PASS: Magick++/demo/demos.tap 19
ok
PASS: Magick++/demo/demos.tap 20
ok
PASS: Magick++/demo/demos.tap 21
ok
PASS: Magick++/demo/demos.tap 22
ok
PASS: Magick++/demo/demos.tap 23
ok
PASS: Magick++/demo/demos.tap 24

Please give me an idea about the costs. Thank you!
Post Reply