We'll do some testing with square. Thanks.
How would I modify this script to add the white border with square corners, but make transparent again everything outside of the white border?
Search found 12 matches
- 2018-11-29T13:00:21-07:00
- Forum: Fred's Scripts
- Topic: Make borders not rounded - modifying fmw42's contour script
- Replies: 4
- Views: 160580
- 2018-11-29T12:23:27-07:00
- Forum: Fred's Scripts
- Topic: Make borders not rounded - modifying fmw42's contour script
- Replies: 4
- Views: 160580
Re: Make borders not rounded - modifying fmw42's contour script
That certainly did it. However, if my image does have rounded corners or elements, is there a way to configure for exactly following the contour?
- 2018-11-29T11:50:21-07:00
- Forum: Fred's Scripts
- Topic: Make borders not rounded - modifying fmw42's contour script
- Replies: 4
- Views: 160580
Make borders not rounded - modifying fmw42's contour script
I'm modifying @fmw42's awesome contour script. I want to first make the borders not rounded and follow exactly the contour of the original image. Source Image http://i64.tinypic.com/23salp1.png convert \ \( bb0e6dd421df72541a79f271fb4f1a90.png -bordercolor white -border 1 \ -alpha off -fuzz 1% -fill ...
- 2017-09-27T12:37:22-07:00
- Forum: Users
- Topic: -rotate jpeg leaves jagged edges
- Replies: 4
- Views: 7219
Re: -rotate jpeg leaves jagged edges
@fmw42, I knew I should put my info in there. Missed it in my haste to post problem.
ImageMagick 6.9.1-9
Original image:
Your command worked. Thank you.
@snibgo, thank you for the understanding I was lacking. I get it now.
ImageMagick 6.9.1-9
Original image:
Your command worked. Thank you.
@snibgo, thank you for the understanding I was lacking. I get it now.
- 2017-09-27T12:01:50-07:00
- Forum: Users
- Topic: -rotate jpeg leaves jagged edges
- Replies: 4
- Views: 7219
-rotate jpeg leaves jagged edges
You can see that -rotate 22 ends up with jagged edges. https://d1i0fu0pbe83bo.cloudfront.net/_img/imgix_replacement/fit_fill/w_350/h_450/bg_576A5F/or_22/pad_5/treefrog.jpg convert treefrog.jpg -background transparent -rotate 22 -antialias -resize 340x440 -gravity Center -background transparent ...
- 2017-09-12T10:59:03-07:00
- Forum: Users
- Topic: Arch annotate
- Replies: 5
- Views: 8021
Re: Arch annotate
That did it. Thanks GeeMack!
- 2017-09-12T10:46:26-07:00
- Forum: Users
- Topic: Arch annotate
- Replies: 5
- Views: 8021
Re: Arch annotate
How do I get rid of the line coming off the bottom left of the "A"'s you can see on the -distor Arc labels? http://i.ezr.io/_img/navycap/94692612859b81c2695d7f8.25810707.png?fm=pjpg&w=400&h=800&v=25369664059b81c2d75b34 Every time I use -distort Arc I am getting the strange artifact line on the ...
- 2017-09-11T20:52:23-07:00
- Forum: Users
- Topic: Arch annotate
- Replies: 5
- Views: 8021
Re: Arch annotate
Thank you. That clears up a lot of things. Thank you!
- 2017-09-11T19:57:04-07:00
- Forum: Users
- Topic: Arch annotate
- Replies: 5
- Views: 8021
Arch annotate
This is my current command, which works to print simple annotations, but I want "Arched Top Text" and "Arched Back Text" to be arched like in the guide http://www.imagemagick.org/Usage/fonts/#arch . And I want to do it all from one command. I've been trying to use +clone and run commands, but I end ...
- 2015-05-13T09:15:50-07:00
- Forum: IMagick
- Topic: appendImages into rows and columns
- Replies: 7
- Views: 23436
Re: appendImages into rows and columns
My question is regarding the appendImages function, not looping. I know how to loop in php, haha! Here's my question again: When I call appendImages is it possible to somehow tell this function to start a new row. E.g. if I'm looping through my images and I call appendImages(false) - so stacking ...
- 2015-05-13T09:00:17-07:00
- Forum: IMagick
- Topic: appendImages into rows and columns
- Replies: 7
- Views: 23436
Re: appendImages into rows and columns
This is a question about the php imagick extension and the imagick appendImages function. How is this not relevant to the php imagick extension programming interface forum?
- 2015-05-12T11:21:41-07:00
- Forum: IMagick
- Topic: appendImages into rows and columns
- Replies: 7
- Views: 23436
appendImages into rows and columns
I am not using exec command in php so I don't have access to run something like the following from the manual at: http://www.imagemagick.org/Usage/layers/ where it states, "You can take this further to make a whole array of images, and build them either by rows, or by columns." convert \( font_1.gif ...