Search found 15 matches

by fordfasterr
2012-12-06T11:00:44-07:00
Forum: Users
Topic: rpm install, what to set MAGICK_HOME path to?
Replies: 1
Views: 2986

rpm install, what to set MAGICK_HOME path to?

I just installed IM from RPM (version 6.8.0-7) on rhel5.3

What do I set the MAGICK_HOME and LD_LIBRARY_PATH to ?
by fordfasterr
2012-09-12T12:52:12-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36436

Re: can't convert: cr2 , crw, and dng

So, other than the crash I'm getting with one particular .DNG image, all of the others are working as expected. Here is the delegates.xml line for ufraw that I'm using... <delegate decode="dng:decode" command=""ufraw-batch" --create-id=also --out-type=tiff16 --output=%u.png ...
by fordfasterr
2012-09-11T13:51:18-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36436

Re: can't convert: cr2 , crw, and dng

I am not sure I can help much as I don't have ufraw delegate compiled. But my delegates.xml file says: <delegate decode="dng:decode" command=""ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i""/> I had to ma...
by fordfasterr
2012-09-11T12:51:58-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36436

Re: can't convert: cr2 , crw, and dng

the permissions are correct, as the original file is properly saved into the /tmp folder. I have experimented with other variations, for instance using ufraw-batch and I have successfully converted a file, however I get a program crash with this code: convert -verbose 302126_D003_00075.DNG test.jpg ...
by fordfasterr
2012-09-11T10:56:05-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36436

Re: can't convert: cr2 , crw, and dng

here is a useful update, narrowing down my issue with dcraw... convert dcraw8:302126_D003_00075.DNG test.tiff Loading Canon EOS-1D Mark II DNG image from /tmp/magick-MQzRTGf8... Scaling with black=128, pre_mul[] = 1.931639 1.000000 1.344726 1.000000 AHD interpolation... Converting to sRGB colorspace...
by fordfasterr
2012-09-10T13:55:06-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36436

Re: can't convert: cr2 , crw, and dng

I'm trying to find examples of configure.xml entries for dcraw (or ufraw) and I have found some but none of them are working for me at this point. Can someone please post up a (linux compatible) <delegates decode:xxxx/> entry so I can test them out? These are the formats that I need to work with: CR...
by fordfasterr
2012-09-10T13:19:49-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36436

Re: can't convert: cr2 , crw, and dng

after some testing, I have identified that ufraw-batch is being sent incompatible options from delegates.xml if I try ufraw-batch manually from the prompt it does seem to work (however with some strange errors.. it does convert the image files in question to jpeg ..) It looks like either IM doesn't ...
by fordfasterr
2012-09-10T12:09:17-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36436

Re: can't convert: cr2 , crw, and dng

Yes, I re-installed afterwards, same problem. However I was re-installing from the RPM, not rebuilding it from source... To that end, I went ahead and d/l the most recent source and ran a blank ./configure to see what happens... here is the output (at the end..) ImageMagick is configured as follows....
by fordfasterr
2012-09-10T10:55:23-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36436

Re: can't convert: cr2 , crw, and dng

DELEGATES bzlib fontconfig freetype gs jpeg jng jp2 png tiff x11 xml zlib Your delegates do not seem to show any indication that it is installed. But I am not a windows user. Perhaps they are not linked correctly so that IM can find them. A windows user or one of the IM developers will likely need ...
by fordfasterr
2012-09-10T07:03:17-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36436

can't convert: cr2 , crw, and dng

Hi all, I finally have the most recent version of IM installed and I'm having trouble getting the system to convert these formats: cr2 , crw, and dng Here is my error: identify 302126_D003_00075.CR2 ufraw-batch: unrecognized option `--silent' identify: delegate failed `"ufraw-batch" --sile...
by fordfasterr
2012-09-07T11:07:32-07:00
Forum: Bugs
Topic: building from source library errors.. rhel5
Replies: 5
Views: 8640

Re: building from source library errors.. rhel5

FYI, I finally got this resolved. It was actually an issue with the paths the app owner was using causing the binaries to execute from a different location.. I had to use symlinks to fix them and everything finally worked. Also, for some reason I had to install both i386 and x86_64 RPM's for the ent...
by fordfasterr
2012-09-05T13:06:12-07:00
Forum: Bugs
Topic: building from source library errors.. rhel5
Replies: 5
Views: 8640

Re: building from source library errors.. rhel5

After compiling and installing with libtiff4, (see, it is installed...): whereis libtiff.so.5 libtiff.so: /usr/lib/libtiff.so.3 /usr/local/lib/libtiff.so.5 /usr/local/lib/libtiff.so using this ./configure option: ./configure --prefix=/usr --with-bzlib=yes --with-fontconfig=yes --with-freetype=yes --...
by fordfasterr
2012-09-05T12:42:44-07:00
Forum: Bugs
Topic: building from source library errors.. rhel5
Replies: 5
Views: 8640

Re: building from source library errors.. rhel5

I did install it, but then I got many compile errors saying libtiff.so.3 is not compatible with libtiff.so.5 ...

so I removed all the libtiff.so.5 lib files, tried to recompile, same problem...

I have just re-installed tiff4.0, I'm going to configure/make/make install again...
by fordfasterr
2012-09-04T08:19:36-07:00
Forum: Bugs
Topic: building from source library errors.. rhel5
Replies: 5
Views: 8640

Re: building from source library errors.. rhel5

I've been able to sort out most of the errors including anything related to (TIFF).

However, after a fresh compile and install I still don't get any tiff image support AT ALL.

I need some help badly.
by fordfasterr
2012-09-03T14:14:46-07:00
Forum: Bugs
Topic: building from source library errors.. rhel5
Replies: 5
Views: 8640

building from source library errors.. rhel5

Hi all, I am installing IM v. 6.7.9-3 from source because I need tiff support. I run ./configure with all of the necessary options including tiff, when it finishes I run make I have these errors: CC utilities/stream.o CCLD utilities/stream /usr/bin/ld: skipping incompatible /usr/lib/libtiff.so when ...