Search found 7 matches

by ElleStone
2012-07-25T13:32:17-07:00
Forum: Users
Topic: Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.
Replies: 7
Views: 8646

Re: Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.

Now I am really puzzled. I downloaded and installed 6.7.8-6 on a different computer. On that computer, running Debian Sid instead of Opensuse, I needed to "sudo make install", followed by "sudo ldconfig /usr/local/lib" to get "identify" to work. On my main computer, I used "make install" rather than ...
by ElleStone
2012-07-25T11:56:29-07:00
Forum: Users
Topic: Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.
Replies: 7
Views: 8646

Re: Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.

>Perhaps it is possible you have another version of IM on your system.
>try

elle@linux-0yl6:~> type -a convert
convert is /usr/local/bin/convert
elle@linux-0yl6:~> which -a convert
/usr/local/bin/convert
elle@linux-0yl6:~> /usr/bin/identify
bash: /usr/bin/identify: No such file or directory
elle ...
by ElleStone
2012-07-25T03:12:36-07:00
Forum: Users
Topic: Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.
Replies: 7
Views: 8646

Re: Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.

>Out of curiosity, does it compile correctly for HDRI using Q16?

I did "make uninstall, make clean".
Then I did "./configure, make, make install" (no quantum 32, no hdri)
All seemed normal. This is the last two lines:
make[2]: Leaving directory `/home/elle/build/imagemagick/ImageMagick-6.7.8-6 ...
by ElleStone
2012-07-24T17:41:58-07:00
Forum: Users
Topic: Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.
Replies: 7
Views: 8646

Re: Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.

Sorry, the double ./configure is a typo. And yes, quantum-depth=32 is usually overkill. But I had a reason to want to use 32-bit processing. I'm trying to track down a bug that seems to affect several different image editing programs during ICC profile conversion.
by ElleStone
2012-07-24T13:39:13-07:00
Forum: Users
Topic: Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.
Replies: 7
Views: 8646

Can't get 6.7.8-6 to build. Get 6.7.6-9 instead.

Three times I've downloaded ImageMagick 6.7.8-6 source code, from three different locations.

Three times I've unpacked, ./configure ./configure --enable-hdri --with-quantum-depth=32, make, make install.

Three times the output from configure confirms that what I asked for, is what I was going to ...
by ElleStone
2012-07-23T12:03:24-07:00
Forum: Bugs
Topic: Linear to regular gamma RGB conversion, other stuff
Replies: 2
Views: 6541

Re: Linear to regular gamma RGB conversion, other stuff

Sorry, here are the correct links to the ICC profiles:

link to the linear gamma scarse prophoto ICC profile:
http://ninedegreesbelow.com/temp/conversion-test/imagemagick/scarse-prophoto/linear-scarse-prophoto.icc

link to the regular 1.8 gamma scarse prophoto ICC profile:
http://ninedegreesbelow ...
by ElleStone
2012-07-23T12:00:51-07:00
Forum: Bugs
Topic: Linear to regular gamma RGB conversion, other stuff
Replies: 2
Views: 6541

Linear to regular gamma RGB conversion, other stuff

I was trying to compile and use ImageMagick 6.7.8-6 to convert an image from one ICC color space profile to another, which led to a chain of peculiar events. In reverse order:

(4) Unexpected results using "convert" to convert from one ICC profile to another:

Short version: ImageMagick depresses ...