Search found 50 matches

by elisegev
2006-08-04T10:55:31-07:00
Forum: Users
Topic: Compiling 6.2.8 on HP-UX 11.11
Replies: 6
Views: 18209

Using gcc instead of HP-UX's cc resolved the zlib issue. The error now with gmake is: magick/attribute.c: In function 'FormatImageAttribute': magick/attribute.c:287: warning: second parameter of 'va_start' not last named argument magick/attribute.c:287: warning: 'operands' is used uninitialized in t...
by elisegev
2006-08-04T09:07:24-07:00
Forum: Users
Topic: Compiling 6.2.8 on HP-UX 11.11
Replies: 6
Views: 18209

Compiling 6.2.8 on HP-UX 11.11

I am trying to compile ImageMgick 6.2.8 on HP-UX and have the following problems when running ./configure CPPFLAGS=-I/usr/local/include-I/usr/include configure:38397: checking for ZLIB support configure:38399: result: configure:38413: checking zconf.h usability configure:38425: cc -c -g -Wp,-H30000 ...
by elisegev
2006-07-25T14:55:53-07:00
Forum: Users
Topic: Upper Limit for a PSD File
Replies: 3
Views: 13214

I have run the utility identify with -debug cache,coder for a large PSD (58 MB) file. After 202 minutes the process did not finish. The tail of the output is: 13:23:42 202:03 12100.850u 6.2.4 Cache identify[8653]: cache.c/WriteCachePixels/4138/Cache 1x1+32+1024 13:23:42 202:03 12100.850u 6.2.4 Cache...
by elisegev
2006-07-24T06:27:42-07:00
Forum: Users
Topic: Upper Limit for a PSD File
Replies: 3
Views: 13214

After these lines 'identify' slows down: 08:50:43 0:31 29.550u 6.2.4 Coder identify[16224]: psd.c/ReadPSDImage/1055/Coder reading image data for layers 08:50:43 0:31 29.550u 6.2.4 Coder identify[16224]: psd.c/ReadPSDImage/1063/Coder reading data for layer 0 08:50:43 0:31 29.550u 6.2.4 Coder identify...
by elisegev
2006-07-21T13:30:44-07:00
Forum: Users
Topic: Upper Limit for a PSD File
Replies: 3
Views: 13214

Upper Limit for a PSD File

I have a PSD file, which is 58 MB big! I tried to use 'identify' to see what information I can get about this file, but the utility hangs. The test was done on both Windows and HP-UX with ImageMagick 6.2.4. Does anyone know what is the practical size limit of files to be handled by ImageMagick?
by elisegev
2006-07-12T12:51:15-07:00
Forum: Users
Topic: Compiling on AIX 5.3 II
Replies: 2
Views: 9108

From config.log: configure:44542: checking for LCMS support configure:44544: result: configure:44559: checking lcms.h usability configure:44571: gcc -c -g -O2 -Wall conftest.c >&5 configure:44577: $? = 0 configure:44581: test -z || test ! -s conftest.err configure:44584: $? = 0 configure:44587: ...
by elisegev
2006-07-12T12:25:07-07:00
Forum: Users
Topic: Compiling on AIX 5.3 II
Replies: 2
Views: 9108

Compiling on AIX 5.3 II

The configure utility returned the following: Delegate Configuration: BZLIB --with-bzlib=yes yes DPS --with-dps=yes no FlashPIX --with-fpx=no no FontConfig --with-fontconfig=yes no FreeType --with-freetype=yes no (failed tests) GhostPCL None pcl6 (unknown) Ghostscript None gs (8.50) Ghostscript font...
by elisegev
2006-07-12T11:41:48-07:00
Forum: Users
Topic: Compiling on AIX 5.3
Replies: 1
Views: 7840

Compiling on AIX 5.3

I am running the configure utility for ImageMagick on AIX 5.3. I get the following errors: 1. configure:5265: gcc -o conftest -g -O2 -Wall conftest.c -lpthreads >&5 In file included from conftest.c:10: /usr/include/pthread.h:582: error: parse error before '*' token The line is: pthread_rwlock_de...
by elisegev
2006-06-22T12:24:48-07:00
Forum: Users
Topic: Order of Parameters for convert
Replies: 3
Views: 15256

See http://www.cit.gu.edu.au/~anthony/graphics/imagick6 for a discussion of command line order. Generally speaking a setting should come before an image filename and an image operator after the image filename. How do I know if a parameter is a setting or an operator ? For instance density is a sett...
by elisegev
2006-06-22T11:35:01-07:00
Forum: Users
Topic: Order of Parameters for convert
Replies: 3
Views: 15256

Order of Parameters for convert

I have noticed that some parameters should be put before the input file and some parameters are after the input file. Something like this: convert –density 144 file1.pdf file1.jpg In this example this will not work: convert file1.pdf –density 144 file1.jpg On the other hand, other parameters can...
by elisegev
2006-05-03T08:49:14-07:00
Forum: Users
Topic: MAGICK_CONFIGURE_PATH Issue
Replies: 1
Views: 10521

MAGICK_CONFIGURE_PATH Issue

I have an installation of ImageMagick in /opt/ctp/ImageMagick-6.2.4. The setting are: MAGICK_HOME=/opt/ctp/ImageMagick-6.2.4 PATH=$PATH:$MAGICK _HOME/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MAGICK _HOME/lib Yet, I get the following error: convert: UnableToOpenConfigureFile `delegates.xml'. If I add th...
by elisegev
2006-04-19T13:41:18-07:00
Forum: Users
Topic: xc:transparent vs. -background transparent
Replies: 0
Views: 9157

xc:transparent vs. -background transparent

What is the difference between the option of xc:transparent and -background transparent?
by elisegev
2006-04-19T11:17:50-07:00
Forum: Bugs
Topic: CS/cs (setcolorspace) operand not a name
Replies: 0
Views: 9076

CS/cs (setcolorspace) operand not a name

I have an AI file, which is PDF compatible. When I try to convert it to any format, I get an endless loop of this warning:

**** Warning: CS/cs (setcolorspace) operand not a name: [/CIEBasedABC -dict-] ****

Anybody knows what it means?
by elisegev
2006-04-04T07:06:58-07:00
Forum: Users
Topic: Validity of a PDF File
Replies: 5
Views: 21068

Validity of a PDF File

magick wrote: Post a URL to your image here so we can download it and try to determine if the file is corrupt or if its a bug.


I have sent you a URL. Can you read the content?
by elisegev
2006-03-30T13:33:06-07:00
Forum: Users
Topic: Validity of a PDF File
Replies: 5
Views: 21068

magick wrote: Post a URL to your image here so we can download it and try to determine if the file is corrupt or if its a bug.


I don't have a web site to post the file. I will look around for one and let you know.