Search found 25563 matches

by fmw42
2010-03-02T14:47:38-07:00
Forum: Users
Topic: Horizontal and Vertical Line Removal
Replies: 13
Views: 33751

Re: Horizontal and Vertical Line Removal

it would be best for you to provide a link to one of your images, so we can see the exact nature of the problem and then describe what you would like removed or what you want preserved. Here is a simple example of the morphologic filter called hit or miss, which Anthony will be building into his -mo...
by fmw42
2010-03-02T14:35:17-07:00
Forum: Developers
Topic: -fx airy, j0, and j1 functions
Replies: 19
Views: 42422

Re: -fx airy, j0, and j1 functions

The best path forward would be to work out these functions with -fx and post them here. We can them code them for the -function option. An alternative would be to wait for Anthony to implement these functions. There is no rush. I suggest we wait for Anthony's input. I can formulate something for di...
by fmw42
2010-03-02T14:31:01-07:00
Forum: Bugs
Topic: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
Replies: 11
Views: 27441

Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND

Try this site: http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi. Yes, it works there just fine. That should now work for Scarlet. Thanks. Seems like many of the mirrors have older software that either do not work or cannot find the imagemagick.org version or cannot find anything. Qu...
by fmw42
2010-03-02T14:21:22-07:00
Forum: Bugs
Topic: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
Replies: 11
Views: 27441

Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND

still getting the same error message at the point where I select the effects tab. Am I using the same Magick Studio web site as you were? Request failed due to malformed query: No such file or directory Running on Mac OSX Tiger in Safari. Tried also in Firefox, but got the same error message there t...
by fmw42
2010-03-02T11:14:53-07:00
Forum: Users
Topic: Resizing to 100% x 1pixel
Replies: 3
Views: 9977

Re: Resizing to 100% x 1pixel

100%x1 is the same as 100%x1% or 100x1%. If IM sees a %, it applies it to both.

try

convert image -resize "100x0%!" result

0% means 0 size, but IM will make it 1 pixel (from my testing).
by fmw42
2010-03-02T11:11:54-07:00
Forum: Users
Topic: mac os 10.4
Replies: 2
Views: 7363

Re: mac os 10.4

the one binary is for 10.6. For 10.4 and 10.5, you will need to compile from unix source. see http://www.imagemagick.org/download/www/install-source.html#unix I am still on 10.4 and compile from source. Here are some notes I wrote to help others. see http://www.imagemagick.org/discourse-server/viewt...
by fmw42
2010-03-02T11:07:33-07:00
Forum: Developers
Topic: -fx airy, j0, and j1 functions
Replies: 19
Views: 42422

Re: -fx airy, j0, and j1 functions

thanks please consider adding these (esp rotated 2D sinc and jinc) to -function at some later time when details of scaling factors can be worked out between Magick, Anthony, Rick Mabry, myself and any others. In my fft (HDRI) filters, the x arguments of jinc (and rotated 2D sinc) needs to be scaled ...
by fmw42
2010-03-02T10:56:47-07:00
Forum: Bugs
Topic: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
Replies: 11
Views: 27441

Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND

tried at http://studio.webbyland.com/ImageMagick ... Studio.cgi

loaded a transparent png
selected annotate with blue Arial text which displayed fine
selected effects, got error message

Request failed due to malformed query:
by fmw42
2010-03-01T22:07:42-07:00
Forum: Bugs
Topic: Issues with converting from *.ps to *.mpeg -- revisited
Replies: 12
Views: 21512

Re: Issues with converting from *.ps to *.mpeg -- revisited

what version of Ghostscript are you using. perhaps I need to upgrade? or my gs fonts are corrupt?
by fmw42
2010-03-01T21:22:39-07:00
Forum: Developers
Topic: -fx airy, j0, and j1 functions
Replies: 19
Views: 42422

Re: -fx airy, j0, and j1 functions

Don't you need to specify the order of the j0 and j1 functions? Is that the argument to these functions? As an aside, I believe Anthony has some intention to add sinc, and jinc to the list of -function (due to their use in FFT filters), but I am not sure when he intends to get to those. He has alrea...
by fmw42
2010-03-01T21:14:15-07:00
Forum: Bugs
Topic: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
Replies: 11
Views: 27441

Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND

I did that and it still did not work.
by fmw42
2010-03-01T20:09:40-07:00
Forum: Bugs
Topic: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
Replies: 11
Views: 27441

Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND

Magick,

see viewtopic.php?f=5&t=15590

I have tried to get it to work (even importing a transparent png) and cannot, though I am no expert on Magick Studio. Can you verify, please?

Thanks

Fred
by fmw42
2010-03-01T18:23:48-07:00
Forum: Users
Topic: Varying transparency according to rgb values
Replies: 11
Views: 24987

Re: Varying transparency according to rgb values

try this, it combines your original opacity with the new one (via multiply) convert accumulatedprecip9.png \ \( -clone 0 -alpha extract \) \ \( -clone 0 -alpha off -colorspace gray -negate \) \ \( -clone 1 -clone 2 -compose multiply -composite \) \ -delete 1,2 -alpha off -compose copy_opacity -compo...
by fmw42
2010-03-01T16:25:34-07:00
Forum: Users
Topic: Varying transparency according to rgb values
Replies: 11
Views: 24987

Re: Varying transparency according to rgb values

the other difference is that I converted his color image to grayscale intensity to use for the alpha channel. I am not sure what ramifications there will be when using the actual color image for the transparency. it may just take the red channel data. but if the image has transparency already and yo...
by fmw42
2010-03-01T15:39:22-07:00
Forum: Users
Topic: Varying transparency according to rgb values
Replies: 11
Views: 24987

Re: Varying transparency according to rgb values

Post links to your input image and basemap. I am not sure what you want to do with the original transparency. But if you just want to take an opaque image (no transparency) and make a transparency channel that varies with image intensity (brighter more transparent), then try convert image.png \( +cl...