Search found 6 matches

by senthilkumartk
2015-02-20T02:40:52-07:00
Forum: Users
Topic: Imagemagick getting stuck while converting tif file.
Replies: 42
Views: 49189

Re: Imagemagick getting stuck while converting tif file.

Identify command also got stuck at the same point.
The image works fine on the latest version of ImageMagick.
by senthilkumartk
2015-02-20T02:28:57-07:00
Forum: Users
Topic: Imagemagick getting stuck while converting tif file.
Replies: 42
Views: 49189

Re: Imagemagick getting stuck while converting tif file.

Thanks for the prompt reply.

convert -version
Version: ImageMagick 6.8.0-5 2012-11-03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP


I am running the command from command prompt.
I am afraid I will not be able to post the tif file ...
by senthilkumartk
2015-02-20T02:01:21-07:00
Forum: Users
Topic: Imagemagick getting stuck while converting tif file.
Replies: 42
Views: 49189

Imagemagick getting stuck while converting tif file.

Hi,

I am using ImageMagick 6.8 to convert a tif file to jpg.
After around 30 mins the following windows error occured.
ImageMagick studio library and utility programs has stopped working.
The command I used is

convert front.tif -debug Trace -intent relative -resize "500x375>" -quality 95 ...
by senthilkumartk
2013-12-08T23:07:18-07:00
Forum: Users
Topic: convert -ping option not working for certain PDF files
Replies: 4
Views: 5333

Re: convert -ping option not working for certain PDF files

Sorry for the delayed reply.
The PDF having problems can be found at
https://dl.dropboxusercontent.com/u/157 ... .25.13.pdf
by senthilkumartk
2013-11-14T01:24:48-07:00
Forum: Users
Topic: convert -ping option not working for certain PDF files
Replies: 4
Views: 5333

convert -ping option not working for certain PDF files

we are using the imagemagick convert to get the details about a pdf file.
We are using the command imconvert -ping test.pdf info:
This command seems to not work for some of the pdfs.
The command is stuck forever.
Below is the debug output when we ran the command.

C:\Users\smunagal\Downloads ...
by senthilkumartk
2013-04-03T23:47:31-07:00
Forum: Users
Topic: Error compiling ImageMagick Source 6.7.6 on Solaris 10
Replies: 0
Views: 6380

Error compiling ImageMagick Source 6.7.6 on Solaris 10

Hi,

I tried to compile ImageMagick source code version 6.7.6 on Solaris box 10.
I am getting an error during make as
magick/accelerate.c:657: for each function it appears in.)
make[1]: *** [magick/magick_libMagickCore_la-accelerate.lo] Error 1

I found a forum suggesting --disable-opencl, that ...