Search found 25563 matches

by fmw42
2008-04-22T11:20:17-07:00
Forum: Developers
Topic: Alternatives to Image::display()?
Replies: 0
Views: 4253

Re: Alternatives to Image::display()?

If you have multiple images already, you can use animate. Or you can use Anthony Thyssen's script flicker_cmp or my script flicker (if you want to save an animation or just look at it).

See
http://www.imagemagick.org/Usage/scripts/flicker_cmp
http://www.fmwconcepts.com/imagemagick/index.php
by fmw42
2008-04-22T11:08:36-07:00
Forum: Users
Topic: Gradient Effect
Replies: 21
Views: 40710

Re: Gradient Effect

hh2=`convert xc: -format "%[fx:$distort*$h2]" info:` hh3=`convert xc: -format "%[fx:$height-$distort*$h2]" info:` im_version=`convert -list configure | \ sed '/^LIB_VERSION_NUMBER /!d; s//,/; s/,/,0/g; s/,0*\([0-9][0-9]\)/\1/g'` if [ "$im_version" -lt "06030507&qu...
by fmw42
2008-04-21T22:09:05-07:00
Forum: Bugs
Topic: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI
Replies: 16
Views: 35616

Re: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI

1) I am on Tiger, not Leopard . I did the make -k -i clean, but IM 6.4.0-8 still would not build without errors at the end of the make. I even tried the default ./configure, but the same errors. What can I provide to help debug this on my end ? What was changed between 6.4.0-7 and 6.4.0-8? (Sorry if...
by fmw42
2008-04-21T20:29:27-07:00
Forum: Bugs
Topic: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI
Replies: 16
Views: 35616

Re: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI

Thanks. That did the trick. Here is the Debug info: freds-mac-mini:~ fred$ export MAGICK_DEBUG="trace,all" freds-mac-mini:~ fred$ Applications/imfft/trunk13/demo f twig.png twig_fft.miff 2008-04-21T20:24:37-07:00 0:01 0.010u 6.4.0 Trace ImageMagick[28339]: utility.c/unknown/947/Trace Appli...
by fmw42
2008-04-21T19:24:30-07:00
Forum: Bugs
Topic: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI
Replies: 16
Views: 35616

Re: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI

How do you do this? I tried:

freds-mac-mini:~ fred$ export MAGICK_DEBUG "trace,all"
-bash: export: `trace,all': not a valid identifier

Perhaps you would walk me through this as I have no idea how to do this?

Thanks
by fmw42
2008-04-21T19:05:18-07:00
Forum: Bugs
Topic: STILL cannot build IM 6.4.0-8 Q16-HDRI on Mac OS Tiger
Replies: 1
Views: 5832

Re: STILL cannot build IM 6.4.0-8 Q16-HDRI on Mac OS Tiger

I tried using make -k -i clean and then rebuilding IM 6.4.0-8, but it still does not finish the make without errors. /usr/bin/libtool: internal link edit command failed make[1]: *** [magick/libMagickCore.la] Error 1 make: *** [all] Error 2 What can I provide you to help figure this out? Did you do y...
by fmw42
2008-04-21T18:49:10-07:00
Forum: Users
Topic: Compare Problem
Replies: 0
Views: 3048

Re: Compare Problem

try

compare -verbose image1.tiff image2.tiff null:

or for numeric comparison

compare -metric rmse image1.tiff image2.tiff null:
by fmw42
2008-04-21T12:19:34-07:00
Forum: Bugs
Topic: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI
Replies: 16
Views: 35616

Re: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI

No, I did not know I had to do that. But IM 6.4.0-7 installed fine after trying IM 6.4.0-8. I will try the make -k - i clean and report back later. I presume I just do: cd to current build folder make -k -i clean cd to IM 6.4.0-8 .configure... make sudo make install Please correct me as I have never...
by fmw42
2008-04-21T11:25:40-07:00
Forum: Users
Topic: Converting 16 bit tiff to 16 bit png (greyscale)
Replies: 3
Views: 27657

Re: Converting 16 bit tiff to 16 bit png (greyscale)

With regard to the file sizes, I don't know the answer. You will have to asked the IM folks. The only thing I can think of is different amount of data in the headers. You could try adding -strip to strip the profiles and other header data and see if they both end up the same. But I suspect there are...
by fmw42
2008-04-21T11:21:23-07:00
Forum: Bugs
Topic: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI
Replies: 16
Views: 35616

Re: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI

Here is my configuration under IM 6.4.0-7 (as I cannot build IM 6.4.0-8) and after rebuilding 6.4.0-7 and rebuilding imfft, I still cannot run imfft without it hanging. convert -list configure Path: /usr/local/lib/ImageMagick-6.4.0/config/configure.xml Name Value ------------------------------------...
by fmw42
2008-04-21T11:13:28-07:00
Forum: Bugs
Topic: STILL cannot build IM 6.4.0-8 Q16-HDRI on Mac OS Tiger
Replies: 1
Views: 5832

STILL cannot build IM 6.4.0-8 Q16-HDRI on Mac OS Tiger

./configure --enable-delegate-build --enable-shared --disable-static \ --with-modules --with-quantum-depth=16 --enable-hdri --without-wmf \ --enable-libtool-verbose --disable-dependency-tracking \ --with-gs-font-dir=/usr/local/share/ghostscript/fonts/ --with-lqr Here is the errors at the end of the ...
by fmw42
2008-04-21T11:08:52-07:00
Forum: Bugs
Topic: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI
Replies: 16
Views: 35616

Re: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI

I just tried to install IM 6.4.3-8 and am getting error messages at the make stage. Here is my configure: ./configure --enable-delegate-build --enable-shared --disable-static \ --with-modules --with-quantum-depth=16 --enable-hdri --without-wmf \ --enable-libtool-verbose --disable-dependency-tracking...
by fmw42
2008-04-21T10:49:27-07:00
Forum: Bugs
Topic: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI
Replies: 16
Views: 35616

Re: Problems With IM 6.4.0-3 and 6.4.0-7 both Q16 HDRI

Here is my current configuration under IM 6.4.0-3. But it works here. I will rebuild under IM 6.4.0-7 and provide my configuration under that. convert -list configure Path: /usr/local/lib/ImageMagick-6.4.0/config/configure.xml Name Value --------------------------------------------------------------...
by fmw42
2008-04-21T10:18:19-07:00
Forum: Users
Topic: Gradient Effect
Replies: 21
Views: 40710

Re: Gradient Effect

You can download the script and look at it. It is plain text. It has the IM commands in the text for each type of effect and for each type of style. The styles and effects are in two different sections, but can be located by conditionals (if this..then that) The script is fairly transparent as it ju...
by fmw42
2008-04-21T10:09:20-07:00
Forum: Users
Topic: Converting 16 bit tiff to 16 bit png (greyscale)
Replies: 3
Views: 27657

Re: Converting 16 bit tiff to 16 bit png (greyscale)

Are you on a 16-bit version of IM? If so, try convert infile.tif -depth 16 -type Grayscale outfile.png I am not sure that -depth is needed if you are on a 16-bit IM? You could also try convert infile.tif -type Grayscale outfile.png If this does not work, first check that your tif file is truly grays...