"MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
"MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
I AM ON WEBTV AND HAVE A DETAILED PROBLEM OPENED ALREADY OVER ON THE INTERFACE GROUP.
ALL OF THE INFORMATION IS THERE
BOTTOMLINE:
WE CANNOT OUTPUT A TRANSPARENT GIF USING "MOTION BLUR" ON IT
THE END RESULTS COME OUT ALL BLURRED UP, IF AT ALL
IT USED TO WORK FINE.
????
SCARLET
ALL OF THE INFORMATION IS THERE
BOTTOMLINE:
WE CANNOT OUTPUT A TRANSPARENT GIF USING "MOTION BLUR" ON IT
THE END RESULTS COME OUT ALL BLURRED UP, IF AT ALL
IT USED TO WORK FINE.
????
SCARLET
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
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
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
Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
Try choosing "All" from the Channel pull-down menu. That is the equivalent of -channel RGBA.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
I did that and it still did not work.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
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:
loaded a transparent png
selected annotate with blue Arial text which displayed fine
selected effects, got error message
Request failed due to malformed query:
Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
It works for us. Perhaps it was a cache problem. We wiped the cache. Try again.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
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 too.
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 too.
Last edited by fmw42 on 2010-03-02T14:24:36-07:00, edited 1 time in total.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
magick wrote:Try this site: http://www.imagemagick.org/MagickStudio ... Studio.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.
Question: Am I missing something or is there no way to create a constant color image? Do all images have to be uploaded. For example, I could not find a way to create a transparent image for use in this test and had to upload one.
Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
To make a transparent image, set your image size in Size, choose a format of xc, set the Meta field to none, and press view.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: "MOTION BLUR" NOT WORKING WITH TRANSPARENT BACKGROUND
Thanks that works.magick wrote:To make a transparent image, set your image size in Size, choose a format of xc, set the Meta field to none, and press view.
But it might be nice to add a comment in that section to point out that constant color images can be created there as well. And indicate what parameters need to be set. What stumped me was where to specify the color, which is typed in the Meta field.