Search found 11 matches

by mrtm3050
2010-07-06T18:04:30-07:00
Forum: Users
Topic: Creating HDR Images
Replies: 4
Views: 14124

Re: Creating HDR Images

Yes, I compiled IM with HDRI support as well as EXR support. So I can actually read/write HDR images and I understand that my color range is now represented with 16bits of information which is what I need when I shoot in raw. But the HDR image generated with PhotoMatix using exposure bracketing is ...
by mrtm3050
2010-07-06T17:21:22-07:00
Forum: Users
Topic: Creating HDR Images
Replies: 4
Views: 14124

Creating HDR Images

Is there functionality built into image magick that allows a user to generate an HDR image similarly to how PhotoMatix generates an HDR image? For example, can I generate an HDR image with three images, two of which are over and under exposed? PhotoMatix works by taking a set of over/under exposed ...
by mrtm3050
2010-07-01T08:18:33-07:00
Forum: Users
Topic: Reading OpenEXR in magick++ api crashing
Replies: 5
Views: 11293

Re: Reading OpenEXR in magick++ api crashing

It appears that I was linking to wrong lib files when I compiled the debug version. I was linking to all the release versions of the lib files, i.e. Half.lib instead of Half_d.lib, etc. The command: convert image.jpg image.exr seems to work. Do you know why I still get these exception errors on ...
by mrtm3050
2010-07-01T08:11:27-07:00
Forum: Users
Topic: Reading OpenEXR in magick++ api crashing
Replies: 5
Views: 11293

Re: Reading OpenEXR in magick++ api crashing

On the command: convert -debug "Coder" convert carnival_normal.jpg carn.exr 2010-07-01T07:34:38-07:00 0:00.019 0.016u 6.6.2 Coder Magick[9984]: jpeg.c/ReadP rofile/614/Coder Profile: exif, 578 bytes 2010-07-01T07:34:38-07:00 0:00.033 0.031u 6.6.2 Coder Magick[9984]: jpeg.c/ReadI PTCProfile/530/Coder ...
by mrtm3050
2010-06-29T10:00:02-07:00
Forum: Users
Topic: Reading OpenEXR in magick++ api crashing
Replies: 5
Views: 11293

Re: Reading OpenEXR in magick++ api crashing

It seems when I compile IM in debug mode, and try to run a

Code: Select all

convert "image.jpg" "image.exr"
in a window's command line, I get the same errors as above.
by mrtm3050
2010-06-29T09:59:20-07:00
Forum: Developers
Topic: HDR/EXR Error
Replies: 10
Views: 24963

Re: HDR/EXR Error

Moved to different post.
by mrtm3050
2010-06-29T09:51:41-07:00
Forum: Users
Topic: Reading OpenEXR in magick++ api crashing
Replies: 5
Views: 11293

Re: Reading OpenEXR in magick++ api crashing

To be more clear, here are the messages I have received: Runtime errors: An application has made an attempt to load the C runtime library incorrectly R6034 Exception error: Unhandled exception at 0x756fb727 in MultiSL.exe: Microsoft C++ exception: Magick::ErrorMissingDelegate at memory location ...
by mrtm3050
2010-06-28T23:10:42-07:00
Forum: Users
Topic: Unresolved External Symbol Visual Studio 2008
Replies: 1
Views: 5039

Re: Unresolved External Symbol Visual Studio 2008

Default options should work fine in the configure.exe wizard.

If anyone wants to know how to fix the above problems, you have to make sure to include the CORE_WAND lib files in properties | linker.
by mrtm3050
2010-06-28T23:09:13-07:00
Forum: Users
Topic: Reading OpenEXR in magick++ api crashing
Replies: 5
Views: 11293

Reading OpenEXR in magick++ api crashing

Hey all, I just compiled IM and I can do operations on EXR files ("convert image.jpg image.exr", etc.) but I dont see "openexr" in my list of delegates. ----------------------------------------------------------------------- CC vs8 CC vs8 COPYRIGHT Copyright (C) 1999-2010 ImageMagick Studio LLC ...
by mrtm3050
2010-06-28T23:02:10-07:00
Forum: Users
Topic: Combining OpenEXRs
Replies: 8
Views: 15358

Re: Combining OpenEXRs

I'm having a similar problem. I can do operations on EXR files (convert, etc.) but I dont see it in my list of delegates. ----------------------------------------------------------------------- CC vs8 CC vs8 COPYRIGHT Copyright (C) 1999-2010 ImageMagick Studio LLC COPYRIGHT Copyright (C) 1999-2010 ...
by mrtm3050
2010-06-25T08:33:58-07:00
Forum: Users
Topic: Unresolved External Symbol Visual Studio 2008
Replies: 1
Views: 5039

Unresolved External Symbol Visual Studio 2008

Hey guys, Newbie to ImageMagick. I am trying to compile it with VS 2008 version (6.6.2-7) with windows 7. I built and ran the configure sln in release mode. Everything complies except for 12 of my UTIL projects. The following errors occur when I compile it: Error 79 error LNK2019: unresolved ...