Search found 3 matches
- 2018-11-02T12:03:23-07:00
- Forum: Users
- Topic: How to dim or reduce opacity on annotation
- Replies: 4
- Views: 7552
Re: How to dim or reduce opacity on annotation
Thank you. This was useful and gave me enough of a kick to get it working. I needed to read about how to specify a colour to understand the transparency part which was baffling me. Here is the final result that works quite well. magick bt.jpg -resize 1024 -background "graya(40%, 0.4)" -pointsize 50 ...
- 2018-11-01T03:13:41-07:00
- Forum: Users
- Topic: How to dim or reduce opacity on annotation
- Replies: 4
- Views: 7552
How to dim or reduce opacity on annotation
Trying to create a straightforward watermark, I've worked through the excellent examples section https://imagemagick.org/Usage/annotating/ but unfortunately all the syntax is for V6 whereas I have 7.0.8-14 Q16 x64 on Win10 and the syntax seems to have got a helluva lot more complicated. Ideally, I ...
- 2018-10-31T15:59:20-07:00
- Forum: PerlMagick
- Topic: Can't get simple JPEG convert to work
- Replies: 0
- Views: 78971
Can't get simple JPEG convert to work
I wonder if anyone would be kind enough to assist. I am running Windows 10 latest and ActiveState Perl v5.24.3. I have ImageMagick working on the command line (although it didn't until I added the environment variable MAGICK_CODER_MODULE_PATH=C:\Program Files\ImageMagick-7.0.8-Q16\modules\coders). e ...