Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
In the resulting image, the label under the second image of the last row is "EWA Quddratic" instead of "EWA Quadratic" as specified in the convert command.
???
Last edited by NicolasRobidoux on 2012-10-05T08:50:31-07:00, edited 2 times in total.
It looks like you have a structure mismatch when you switched from non-HDRI to HDRI. Perhaps a module was not compiled properly. Try 'make clean' then 'make install'. Does that fix the problem?
coders/tiff.c: In function 'TIFFTagExtender':
coders/tiff.c:1832:9: warning: excess elements in struct initializer [enabled by default]
coders/tiff.c:1832:9: warning: (near initialization for 'TIFFExtensions[0]') [enabled by default]
coders/tiff.c:1832:9: warning: excess elements in struct initializer [enabled by default]
coders/tiff.c:1832:9: warning: (near initialization for 'TIFFExtensions[0]') [enabled by default]
coders/tiff.c:1832:9: warning: excess elements in struct initializer [enabled by default]
coders/tiff.c:1832:9: warning: (near initialization for 'TIFFExtensions[0]') [enabled by default]
coders/tiff.c:1832:9: warning: excess elements in struct initializer [enabled by default]
coders/tiff.c:1832:9: warning: (near initialization for 'TIFFExtensions[0]') [enabled by default]
coders/tiff.c:1832:9: warning: excess elements in struct initializer [enabled by default]
coders/tiff.c:1832:9: warning: (near initialization for 'TIFFExtensions[0]') [enabled by default]
coders/tiff.c:1832:9: warning: excess elements in struct initializer [enabled by default]
coders/tiff.c:1832:9: warning: (near initialization for 'TIFFExtensions[0]') [enabled by default]
coders/tiff.c:1832:9: warning: excess elements in struct initializer [enabled by default]
coders/tiff.c:1832:9: warning: (near initialization for 'TIFFExtensions[0]') [enabled by default]
coders/tiff.c:1834:7: warning: excess elements in struct initializer [enabled by default]
coders/tiff.c:1834:7: warning: (near initialization for 'TIFFExtensions[0]') [enabled by default]
So, at this point, HDRI and Q16 svn IM6 or and HDRI IM7 both have the "misspelling" bug.
No idea if this is new, since my package managed IM is too old for my script on numerous counts.
Cristy:
Thank you!
-----
No clue what's up on my end, but I'm due to upgrade to the next Mint when it comes out anyway. Unlike what I wrote, Linux Mint 12 is one year old.
I can fix it by adding blank spaces at each end: ' EWA Quadratic '
Just so it's out there in case someone else has something similar happening:
I get the same strange behavior with the following script, except that this time it's "EWA Lanczos3Sarrpest", "EWA Rbiidoux", "EWA Tiaangle" and "EWA Quddratic".
Anthony sees the "double d" bug. (He sounds awfully busy, though.)
So it's not only me.
-----
I've compiled multiple svn and non-svn versions with various compile flags and I always get the "double d".
It looks like this is real. But I'm wondering if you need a specific version of a delegate library to see it.
I'm on Linux Mint 12 (-Ubuntu 10.11), kept up to date.
Last edited by NicolasRobidoux on 2012-10-05T08:02:49-07:00, edited 1 time in total.