Search found 3 matches

by rgs
2013-03-18T02:10:29-07:00
Forum: Bugs
Topic: Problem getting PerlMagick compiled
Replies: 8
Views: 17302

Problem getting PerlMagick compiled

Hello,

using the following configure options:


./configure --prefix=/usr --mandir=/share/man --infodir=/share/info --with-gs-font-dir=/usr/share/fonts/type1/gsfonts --with-magick-plus-plus --with-modules=yes
--enable-shared --without-fpx --disable-openmp --x-includes=/usr/include/X11 --x ...
by rgs
2013-01-28T07:49:40-07:00
Forum: Bugs
Topic: Strange problem with PostScript files
Replies: 0
Views: 11426

Strange problem with PostScript files

Hello :)

we've a strange problem when trying to process postscript files. A simple:

identify test_file.pas

gives no output, even with the verbose option.

A:

convert test_file.ps test_file.jpg

results in:

convert: NoImagesDefined `test.jpg' @ error/convert.c/ConvertImageCommand/3068 ...
by rgs
2013-01-11T09:08:35-07:00
Forum: Bugs
Topic: Problems compiling ImageMagick 6.8.1-9
Replies: 2
Views: 5483

Problems compiling ImageMagick 6.8.1-9

Hello,

we've some problems getting ImageMagick 6.8.1-9 compiled on a Debian Squeeze (amd64) box.

Using the following options for configure:


./configure --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info \
--with-gs-font-dir=/usr/share/fonts/type1/gsfonts --with-magick ...