Search found 10 matches
- 2016-08-24T14:06:29-07:00
- Forum: Users
- Topic: Make Simple Background Transparent
- Replies: 6
- Views: 6829
Re: Make Simple Background Transparent
But perhaps there is something the OP hasn't said. Perhaps there are 1000 images, all with the same background, which is to be removed. Or something. No joke, there are thousands of these. The problem is that making them transparent in Photoshop or GIMP for these would be very tedious The ...
- 2016-08-24T08:45:20-07:00
- Forum: Users
- Topic: Make Simple Background Transparent
- Replies: 6
- Views: 6829
Make Simple Background Transparent
Using a Mac with ImageMagick 6.9.1-10, how can I remove this background and make it transparent?
Thanks.
Thanks.
- 2016-06-09T09:02:39-07:00
- Forum: Users
- Topic: How can I port this Photoshop Text Emboss and Bevel to ImageMagick
- Replies: 7
- Views: 5296
Re: How can I port this Photoshop Text Emboss and Bevel to ImageMagick
Oh never mind, I forgot the Composite Command.
It works fine now.
Is there any way to improve this? I don't like how the emboss takes up a lot of the black part of this picture.
http://puu.sh/pmBD4/83076316fa.png
It works fine now.
Is there any way to improve this? I don't like how the emboss takes up a lot of the black part of this picture.
http://puu.sh/pmBD4/83076316fa.png
- 2016-06-07T09:43:04-07:00
- Forum: Users
- Topic: How can I port this Photoshop Text Emboss and Bevel to ImageMagick
- Replies: 7
- Views: 5296
Re: How can I port this Photoshop Text Emboss and Bevel to ImageMagick
Thanks, but why is it giving me multiple images?
I want one only.
I want one only.
- 2016-06-06T17:29:47-07:00
- Forum: Users
- Topic: How can I port this Photoshop Text Emboss and Bevel to ImageMagick
- Replies: 7
- Views: 5296
Re: How can I port this Photoshop Text Emboss and Bevel to ImageMagick
Thanks, but how can I remove the background?
- 2016-06-05T11:14:04-07:00
- Forum: Users
- Topic: How can I port this Photoshop Text Emboss and Bevel to ImageMagick
- Replies: 7
- Views: 5296
How can I port this Photoshop Text Emboss and Bevel to ImageMagick
Hi, I'm using a Mac with ImageMagick 6.9.1-10 and I want to port this Photoshop text emboss and bevel with these settings to ImageMagick.
Is this something I can possibly do?
Thanks.
Is this something I can possibly do?
Thanks.
- 2016-05-20T10:35:15-07:00
- Forum: Users
- Topic: How to Draw Text with a Semicolon
- Replies: 2
- Views: 2575
How to Draw Text with a Semicolon
I'm using this code on a Mac today. convert -size 1280x720 xc:none -font ./resources/Rodin-B.otf -pointsize 36 \ -stroke white -strokewidth 5 -draw "text 586,375 Released:" \ -fill gradient:#0a0a0a:#2e2e2e -draw "text 586,375 RELEASED:" \ bootTvTex-Text1.png It gives this to me in return. convert ...
- 2016-05-16T14:41:33-07:00
- Forum: Users
- Topic: How can I create this text effect and gloss with ImageMagick
- Replies: 5
- Views: 3780
Re: How can I create this text effect and gloss with ImageMagick
Thanks, I've just played around a little now with the second circle command but it screws up stuff that I've tried. http://puu.sh/oUq7y/1c06b51c56.png turns into... http://puu.sh/oUq5p/2329460cb0.png Also it's creating the effect in the center, I want it to be on the top. Is there any way that I can ...
- 2016-05-15T18:00:13-07:00
- Forum: Users
- Topic: How can I create this text effect and gloss with ImageMagick
- Replies: 5
- Views: 3780
Re: How can I create this text effect and gloss with ImageMagick
Sorry, wasn't aware of this. I'm using a Mac. I've gotten this far on the text... convert -size 1280x720 xc:none -font ./resources/Rodin-B.otf -pointsize 36 \ -stroke white -strokewidth 5 -draw "text 586,375 $ARGUMENT2" \ -fill gradient:#0a0a0a:#2e2e2e -draw "text 586,375 $ARGUMENT2" \ bootTvTex ...
- 2016-05-15T08:57:55-07:00
- Forum: Users
- Topic: How can I create this text effect and gloss with ImageMagick
- Replies: 5
- Views: 3780
How can I create this text effect and gloss with ImageMagick
I wanted to know how to create this text effect (there's a gradient on the text and the stroke seems to be bevelled) in ImageMagick.
Also, how can I create this gloss effect on this image?
Thanks in advance.
Also, how can I create this gloss effect on this image?
Thanks in advance.