Search found 88 matches

by markmarques
2010-10-02T04:36:26-07:00
Forum: Users
Topic: Windows IM HDRI activation
Replies: 15
Views: 31020

Re: Windows IM HDRI activation

Despite the fact that I still can not have the "HDRI" option active in the -version output ... I compiled the libs and programs with 64 as Max value ... How that differs from the "full HDRI" option ? How can test if the 64 Max alue is really used ? Is there any "simple test&...
by markmarques
2010-09-28T10:58:19-07:00
Forum: Users
Topic: Windows IM HDRI activation
Replies: 15
Views: 31020

Re: Windows IM HDRI activation

After some fiddling with VS 2005 I got the imagemagick source package fully compiled but ... Following the intructions I am not able to activate the HDRI mode ... If I try "identify -version " I only get this : Version: ImageMagick 6.6.4-5 2010-09-21 Q32 http://www.imagemagick.org Copyrigh...
by markmarques
2010-09-28T10:58:19-07:00
Forum: Users
Topic: Windows IM HDRI activation
Replies: 15
Views: 31020

Re: Windows IM HDRI activation

After some fiddling with VS 2005 I got the imagemagick source package fully compiled but ... Following the intructions I am not able to activate the HDRI mode ... If I try "identify -version " I only get this : Version: ImageMagick 6.6.4-5 2010-09-21 Q32 http://www.imagemagick.org Copyrigh...
by markmarques
2010-09-26T00:52:48-07:00
Forum: Users
Topic: Windows IM HDRI activation
Replies: 15
Views: 31020

Re: Windows IM HDRI activation

Would it be possible to have a "generic" HDRI (32Q) pre-compiled Win32 imagemagick build ?
Or am I missing something ?
besides activating such specific a variable in the headers ?


P.S. :
I will try to build my own version as soon as I get VS installed :) ...
by markmarques
2010-09-23T12:56:18-07:00
Forum: Users
Topic: Windows IM HDRI activation
Replies: 15
Views: 31020

Re: Windows IM HDRI activation

Short question :
How do I activate the HDRI option
prior to compile the source in WINDOWS ?
by markmarques
2010-09-15T08:48:14-07:00
Forum: Users
Topic: (Solved )Histogram operator Randomly locks CPU
Replies: 3
Views: 8764

Histogram operator generates BIG file

After some more tests I realized that the CPU time to perform the histogram operation are higher than I antecipated ... But now I wonder ... Why does the resulting GIF file have such a big size ? in a 2688x1768 image I get an 9Mb or 10Mb GIF file ... If I read the GIF file and resave it I get a 5Kb ...
by markmarques
2010-09-15T07:41:18-07:00
Forum: Users
Topic: contrast stretch problems
Replies: 11
Views: 20772

Re: contrast stretch problems

AFter some tests I still do not have what I needed ... Depending on the file "-auto-level" works as it supposed ... With no clipping ... If I try "-contrast-stretch" with small ammounts like 0.001% I get color posterization (even with IM 16) ... The "-linear-stretch" do...
by markmarques
2010-09-15T07:21:13-07:00
Forum: Users
Topic: (Solved )Histogram operator Randomly locks CPU
Replies: 3
Views: 8764

(Solved )Histogram operator Randomly locks CPU

Hi ... Only recently I get a strange behaviour with calling the "histogram:" operator .... convert sdim004.jpg histogram:histogram.gif Gives me full CPU ocuppation (I have a dual core) so I get a single core occupied The image is 2688x1792 8 bit JPG The strange fact is that It works in the...
by markmarques
2010-08-18T09:59:13-07:00
Forum: Users
Topic: contrast stretch problems
Replies: 11
Views: 20772

Re: contrast stretch problems

I am using the "convert -auto-level" option with success ... Nonetheless is there any way to define "manually" the histogram value ? For instance : -auto-level gives me : low 5: high 205 ( IM 8) But I needed low 0: high 215 ... Is it possible to define those values manually ? Tha...
by markmarques
2010-08-15T03:37:32-07:00
Forum: Users
Topic: White balance - color correction
Replies: 26
Views: 75529

Re: White balance - color correction

Just to report that after some trials (mannualy with color-matrix ) I have managed to achieve a better color matrix (without the magenta highlights clipping) for the RAW SD14 ... -- Matrix 8 correct 5.5 -3.5 0.95 -4.1 7.5 -2.1 2.7 -8.0 8.2 So now I only have to "learn" how to reduce the ch...
by markmarques
2010-08-15T03:33:27-07:00
Forum: Users
Topic: contrast stretch problems
Replies: 11
Views: 20772

contrast stretch problems

After some fiddling with -contrast-stretch option I realized that even with values 0 it clips some information specially in the highlights... I tried using negative values but with no success ... let me explain my idea.... i have a 16bits raw image where most of the information ( usually falls into ...
by markmarques
2010-08-15T03:21:58-07:00
Forum: Users
Topic: Changing RGB values of all pixels in an image
Replies: 7
Views: 19105

Re: Changing RGB values of all pixels in an image

Hi ... I suppose that using the "-color-matrix" option in convert would be your answer to your problem... As the web usage docs referer it it could e a way to solve your problem ... Something in like : convert -color-matrix " 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0" imagein imageout Alth...
by markmarques
2010-08-07T16:45:49-07:00
Forum: Users
Topic: White balance - color correction
Replies: 26
Views: 75529

Re: White balance - color correction

in a previous post I saw this : Unfortunately, IM does not allow negative values. But I have submitted a bug report on this. Does this problem still being investigated ? What is the behaviour of the negative values presented in the matrix ? Is the signal being ignored ? Or is the value accepted as 0...
by markmarques
2010-08-07T02:55:01-07:00
Forum: Users
Topic: White balance - color correction
Replies: 26
Views: 75529

Re: White balance - color correction

Hi ... After some more digging in Internet I have found a partial color correction matrix for my previous problem so I am using -recolor to solve my colour problems ... http://sigmauserforum.com/forum/showthread.php?p=2776 6.8192 -4.2780 0.5284 -5.3869 9.4475 -3.3093 2.7067 -8.4825 8.2162 Although v...
by markmarques
2010-08-04T15:59:17-07:00
Forum: Users
Topic: White balance - color correction
Replies: 26
Views: 75529

Re: White balance - color correction

Hi ... thanks for the fast update .... Dave coffin did answered reporting that the FOVEON sensor does report some colour but still requires some complex (obfuscated inside X3F file ) matrix operations to get the correct colors ... I will try your latest option and report as soon as I can ... -------...