Search found 168 matches

by pipitas
2012-08-11T16:20:49-07:00
Forum: Users
Topic: Problems running 'liquid-rescale' (MacPorts version of IM)
Replies: 13
Views: 21663

Re: Problems running 'liquid-rescale' (MacPorts version of I

That command only tells you what it is trying to achieve and not what is actually used. type convert -list configure look at the line starting with DELEGATES. See if lqr is listed there. If not, then it did not get installed correctly or IM could not find it. It's still there (just like in my first...
by pipitas
2012-08-11T08:39:03-07:00
Forum: Users
Topic: convert -identify without copying image?
Replies: 5
Views: 8821

Re: convert -identify without copying image?

Is there a way to use convert -identify without copying the image to another file? It seems like I saw a post that discussed this but I can't find it anywhere. On the windows cmd line I have something like this... convert "imageIN.jpg" -verbose -identify "imageOUT.jpg" > info.tx...
by pipitas
2012-08-10T23:30:17-07:00
Forum: Users
Topic: Problems running 'liquid-rescale' (MacPorts version of IM)
Replies: 13
Views: 21663

Re: Problems running 'liquid-rescale' (MacPorts version of I

Do you still have --with-lqr in your ./configure file? I am out of ideas. Perhaps Magick can test lqr on his Mac, presumably Lion? Yes: pip@mbp:~/ImageMagick-6.7.8-8$ head config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a...
by pipitas
2012-08-10T12:23:10-07:00
Forum: Users
Topic: Problems running 'liquid-rescale' (MacPorts version of IM)
Replies: 13
Views: 21663

Re: Problems running 'liquid-rescale' (MacPorts version of I

otool -L /usr/local/bin/convert | grep "lqr" /opt/local/lib/liblqr-1.0.dylib (compatibility version 4.0.0, current version 4.1.0) P.S. I am running SnowLeopard and not Lion. I do not know if that makes any difference. Ok, this looks to me like your liblqr is also from MacPorts (not self-c...
by pipitas
2012-08-10T10:33:23-07:00
Forum: Users
Topic: Problems running 'liquid-rescale' (MacPorts version of IM)
Replies: 13
Views: 21663

Re: Problems running 'liquid-rescale' (MacPorts version of I

You cannot use my ./config unless you install all delegates in /opt using MacPorts and install IM manually in /usr/local/bin or /usr/bin. OK, I forgot: I added '--prefix=/usr/local2' to the configure line. Also, I have everything else in /opt/local/ (where MacPorts usually installs stuff) I also te...
by pipitas
2012-08-10T01:38:08-07:00
Forum: Users
Topic: Problems running 'liquid-rescale' (MacPorts version of IM)
Replies: 13
Views: 21663

Re: Problems running 'liquid-rescale' (MacPorts version of I

The error message about 'symbol not found' seems to suggest to me that the MacPorts build is somehow faulty then... I will build IM now myself. Thanks for letting us know your ./configure line.. comes in handy now. Ok, the handmade ImageMagick still doesn't work with liquid-rescale. I used the exac...
by pipitas
2012-08-09T10:42:10-07:00
Forum: Users
Topic: Problems running 'liquid-rescale' (MacPorts version of IM)
Replies: 13
Views: 21663

Re: Problems running 'liquid-rescale' (MacPorts version of I

I am on IM 6.7.8.8 Q16 Mac OSX Snow Leopard and it works fine for me. Did MacPorts install include dependencies to the liquidrescale library and did Macports install with lqr enabled? What does convert -list configure show for the line starting with DELEGATES. Does it include lqr? What I have done,...
by pipitas
2012-08-09T10:22:27-07:00
Forum: Users
Topic: OK, really a GhostScript PDF question....
Replies: 7
Views: 18884

Re: OK, really a GhostScript PDF question....

Can you possibly install v9.06 (the most recent version) of Ghostscript and try again?

(BTW, Ghostscript should be able to handle JPEG2000 embedded images just fine and it also supports CMYK color spaces...)
by pipitas
2012-08-08T01:48:42-07:00
Forum: Users
Topic: Problems running 'liquid-rescale' (MacPorts version of IM)
Replies: 13
Views: 21663

Problems running 'liquid-rescale' (MacPorts version of IM)

This is a Mac OSX Lion system, using a MacPorts installation of ImageMagick: Version: ImageMagick 6.7.8-3 2012-07-30 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenCL HDRI Running a command that should do liquid-rescale, I'm getting this error:...
by pipitas
2012-08-07T08:32:03-07:00
Forum: Users
Topic: exception: Convert tiled tif to pyramidal tiled tif
Replies: 6
Views: 12789

Re: exception: Convert tiled tif to pyramidal tiled tif

I know this is old, but I was getting the same error so for completeness I thought I'd post an answer. The single quotes in the middle of the dll's filename in the error message looked odd so I guessed it was another of those Windows/DOS quirks. Removing the quotes from the output declaration works...
by pipitas
2012-08-07T05:34:36-07:00
Forum: Users
Topic: PDF to JPG – Trying to obtain a “Crisp” (not fuzzy) JPG
Replies: 6
Views: 17359

Re: PDF to JPG – Trying to obtain a “Crisp” (not fuzzy) JPG

use supersampling convert -density 288 image.pdf -resize 25% -quality 100 image.jpg I ran convert -density 288 http://qtrac.eu/boson1.pdf[1] -scale 25% boson2-supersampled.jpg and the output is almost all black (apart from 2 spots). Ahhh... thanks to henrywho's hint I added -background white -alpha...
by pipitas
2012-08-07T05:28:12-07:00
Forum: Users
Topic: PDF to JPG – Trying to obtain a “Crisp” (not fuzzy) JPG
Replies: 6
Views: 17359

Re: PDF to JPG – Trying to obtain a “Crisp” (not fuzzy) JPG

use supersampling convert -density 288 image.pdf -resize 25% -quality 100 image.jpg I ran convert -density 288 http://qtrac.eu/boson1.pdf[1] -scale 25% boson2-supersampled.jpg and the output is almost all black (apart from 2 spots). If I let go the scale step, running this: convert -density 288 htt...
by pipitas
2012-07-20T02:21:59-07:00
Forum: Users
Topic: Batch composing multiple files
Replies: 7
Views: 15965

Re: Batch composing multiple files

Should have mentioned I use Windows. Is there a DOS equivalent to do that? In a DOS CMD window (direct command) you would do: for %i in (1,1,12) do composite -gravity center -quality 100 p%i_fg.png p%i_bg.png p%i.jpg If you put this in a Batch file (indirect command), you have to use '%%i' instead ...
by pipitas
2012-07-18T12:37:33-07:00
Forum: Users
Topic: convert from jpg to pdf clipping path present in pdf
Replies: 5
Views: 9604

Re: convert from jpg to pdf clipping path present in pdf

Since not everyone here may have Photoshop (nor the time to 'shop a sample image containing a clipping path) -- could you please provide a link to a sample file?
by pipitas
2012-07-18T07:34:16-07:00
Forum: Users
Topic: Batch composing multiple files
Replies: 7
Views: 15965

Re: Batch composing multiple files

Hi all, This is my first attempt at scripting IM, so please forgive me if it's a very silly question. Basically, my task is to take a folder of multiple pairs of images, overlay them and then save under a new name. So the file names are: p1_bg.jpg p1_fg.png p2_bg.jpg p2_fg.png And I want the combin...