Arc text leaves streaks
Arc text leaves streaks
Hi, when I arc distort text, on certain characters/fonts (highest/lowest) it draws streaks from the center in the font's colour, as if those top/bottom pixels get dragged along. How can I avoid this?
Re: Arc text leaves streaks
Fixed this myself by adding -bordercolor none -border 1x1 to the script.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Arc text leaves streaks
Yes the default virtual pixel setting is "edge' when means replicate the images edges out to infinity for any pixel lookup that actually 'missed' the real image. that is lookups of pixels surrounding the real image.
See Virtual Pixels..
http://www.imagemagick.org/Usage/misc/#virtual-pixel
Edge is a good default, but when a object just touches the image edge, it produces the streaks you mention. This is actually used to good effect in some image processing. for example...
Arc Distortion Examples
http://www.imagemagick.org/Usage/distorts/#arc_examples
See Virtual Pixels..
http://www.imagemagick.org/Usage/misc/#virtual-pixel
Edge is a good default, but when a object just touches the image edge, it produces the streaks you mention. This is actually used to good effect in some image processing. for example...
Arc Distortion Examples
http://www.imagemagick.org/Usage/distorts/#arc_examples
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/