Search found 88 matches

by markmarques
2011-03-30T11:04:48-07:00
Forum: Developers
Topic: (solved) Imagemagick 6.6.9-1 Build Problems
Replies: 5
Views: 12328

Re: (solved) Imagemagick 6.6.9-1 Build Problems

Using "el_supremo" code in magick-config.h /* Define to 1 if the type `long double' works and has more range or precision than `double'. */ #ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER #define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1 #endif worked flawlessly and compiled correctly ... Thanks .... ...
by markmarques
2011-03-30T07:51:33-07:00
Forum: Developers
Topic: (solved) Imagemagick 6.6.9-1 Build Problems
Replies: 5
Views: 12328

Re: Imagemagick 6.6.9-1 Build Problems

By default I always "clean" the solution previous to a build up ... I noticed that the "hdr.c" file is also included as default ... The Visual Studio error link sends me to "magick-type.h" ... Any more ideas ? another subject : still haven´t found an easy way to include...
by markmarques
2011-03-30T07:10:40-07:00
Forum: Developers
Topic: (solved) Imagemagick 6.6.9-1 Build Problems
Replies: 5
Views: 12328

(solved) Imagemagick 6.6.9-1 Build Problems

I am using VStudio 2005 to build Imagemagick 6.6.9-1 ... Followed the docs ( previous versions compiled fine ...) changed options : #define MAGICKCORE_QUANTUM_DEPTH 64 and #define MAGICKCORE_HDRI_SUPPORT I get several ( 265+) errors : Error 1 fatal error C1189: #error : "MAGICKCORE_QUANTUM_DEPT...
by markmarques
2011-01-27T03:12:36-07:00
Forum: Users
Topic: Image Combining - tone-mapping MIFF doubt
Replies: 3
Views: 8436

Re: Image Combining - tone-mapping MIFF doubt

Initially I changed my script with several FOR s but it became so slow that I were about to discard it .... Now with your answer it become clearer .... :) It is about ten times faster ... :) Now I have several new ideas ... :) dumb question: By using the clone option what is the "pixel quality&...
by markmarques
2011-01-25T03:55:54-07:00
Forum: Users
Topic: Image Combining - tone-mapping MIFF doubt
Replies: 3
Views: 8436

Image Combining - tone-mapping MIFF doubt

I am using Windows and Imagemagick 6.6.7 manually compiled with HDRI .... My problem is this : I am trying to "combine" 3 images (keeping the maximum quality for each hence the MIFF format idea) in single script ... Resuming the idea : From a single RAW photo it is possible to achieve grea...
by markmarques
2011-01-18T09:40:43-07:00
Forum: Bugs
Topic: I can't figure it out
Replies: 3
Views: 9144

Re: I can't figure it out

It seems that in the latter machine the DCRAW delegate executable is not found by IM.

Try to check both the IM path and or the presence of dcraw.exe in the IM directory ...

Another idea would be to check out the "delegate.xml" file regarding the calling of the dcraw exe ...
by markmarques
2011-01-18T09:34:19-07:00
Forum: Users
Topic: Trying to locate corrupt JPG files in Very Large Directory
Replies: 2
Views: 6889

Re: Trying to locate corrupt JPG files in Very Large Directo

An idea would be using the convert command line options and then format the output ... Check : http://imagemagick.org/script/escape.php something in the likes : convert *.jpg -identify -format %[EXIF:tag] If an image does not have the EXIF part it might be an GIF .... Although I suppose the problem ...
by markmarques
2011-01-18T04:43:57-07:00
Forum: Developers
Topic: Build problems - FFTW integration in VC2005++
Replies: 0
Views: 4145

Build problems - FFTW integration in VC2005++

I have succefully activated the HDRI part ( at least I think so) in the latest 6.6.7 source. After some fiddling I have found that the FFTW lib also need some "adjustments" in order to be activated ... Reading the fftw docs I suppose I could use the pre-compiled libs (dlls) that come with ...
by markmarques
2011-01-05T07:20:45-07:00
Forum: Developers
Topic: (solved)-Build errors in VS 2005- imagemagick 6.6.6
Replies: 1
Views: 4622

(solved)-Build errors in VS 2005- imagemagick 6.6.6

Trying to build in a windowsXP enviromment with Quantum= 32 and HDRI enabled .... Last try to build Imagemagick was 6.6.4 with sucess but now ... When trying to build the "VisualStaticMT" project I get this : Error 2 error C2223: left of '->opacity' must point to struct/union d:\ImageMagic...
by markmarques
2010-12-30T11:15:33-07:00
Forum: Users
Topic: Small convert FFT error
Replies: 4
Views: 10843

Re: Small convert FFT error

By your answer it seems that Imagemagick "plain" Q16 binary release does not includes FFT operations nor HDRI ... Would it be possible to activate the FFT math delegate without compiling alll ? Would it be possible to allow ( put available) both HDRI and FFT enabled option in pre-compiled ...
by markmarques
2010-12-30T09:17:21-07:00
Forum: Users
Topic: colors in CMYK -> sRGB conversion
Replies: 3
Views: 12599

Re: colors in CMYK -> sRGB conversion

hi ... if the original image is CMYK as far as I know you should define the colorspace CMYK before , apply whatever operation you need and then define the RGB colorspace ... something like: convert -colorspace CMYK mona_lisa.cmyk.jpg -modulate 110 -colorspace RGB monalisa_rgb.jpg PS: ( I do not have...
by markmarques
2010-12-30T09:10:50-07:00
Forum: Users
Topic: Small convert FFT error
Replies: 4
Views: 10843

Small convert FFT error

using Windows XP and imagemagick 6.6.6-7 c:\convert -version Version: ImageMagick 6.6.6-7 2010-12-22 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: OpenMP I try to use this example from FFT I get : c:\convert oldf069.jpg -fft ( -clone 0 -evaluate p...
by markmarques
2010-10-08T10:31:43-07:00
Forum: Users
Topic: Blend / combining several images
Replies: 2
Views: 12817

Blend / combining several images

Hi ... I am seeking some advise on how can I blend or compose 4 or more images into one ... Some details : the images have the same size but different brightness levels ... In someway I am trying to make a combined HDR image in grayscale only ... So common HDR software and ToneMapping is not needed ...
by markmarques
2010-10-07T02:29:16-07:00
Forum: Users
Topic: Windows IM HDRI activation
Replies: 15
Views: 31056

Re: Windows IM HDRI activation

Being said that I am with a HDRI supported compiled binary ...

How can I test if it is working properly ?

is there any simple test to check it ?
by markmarques
2010-10-06T09:02:51-07:00
Forum: Users
Topic: Windows IM HDRI activation
Replies: 15
Views: 31056

Re: Windows IM HDRI activation

As indicated in the previous post I did check and recheck both flags #define MAGICKCORE_QUANTUM_DEPTH #define MAGICKCORE_HDRI_SUPPORT I even remade all the steps (downloading the most recent sources and editing the file ... ) But still have not the HDRI option defined if I call "Identify -versi...