Skip to content

Commit e8dde82

Browse files
committed
Merge branch 'master' of https://github.com/khanhas/MagickMeter
2 parents 07ea353 + 7af8fc7 commit e8dde82

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
![Title](https://i.imgur.com/1i9SwIk.png)
22

3-
Basic usage:
3+
[![GitHub release](https://img.shields.io/github/release/khanhas/MagickMeter/all.svg?colorB=97CA00?label=version)](https://github.com/khanhas/MagickMeter/releases/latest) [![Github All Releases](https://img.shields.io/github/downloads/khanhas/MagickMeter/total.svg?colorB=97CA00)](https://github.com/khanhas/MagickMeter/releases)
4+
5+
## How to install:
6+
#### 1. Download ImageMagick: https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q16-x64-dll.exe
7+
You can download newer version if there's one, but always download **Q16 x64** version.
8+
#### 2. Install ImageMagick. You must check `Add application directory to your system path`:
9+
10+
![InstallStep](https://i.imgur.com/6TbBlTo.png)
11+
12+
Remaining are optional, you can check them if you know what they do.
13+
#### 3. [Download](https://github.com/khanhas/MagickMeter/releases) and install Example skins pack to install plugin
14+
#### Or [download](https://github.com/khanhas/MagickMeter/releases) plugin version corresponding to your system and manually copy plugin DLL to `%appdata%\Rainmeter\Plugins\`
15+
16+
## Basic usage:
417
```ini
518
[MagickMeter_1]
619
Measure = Plugin
@@ -26,13 +39,13 @@ Image3 = File http://www.clker.com/cliparts/f/a/5/P/4/A/dark-green-marijuana-lea
2639
True power of ImageMagick library is image manipulation. To use available effects and modifiers, you can add them right after its declaration:
2740
```ini
2841
Image = File D:\homer.svg | Scale 200% | Implode -1
29-
Image2 = File Text EXAMPLE FOR#CRLF#GitHub | Size 120 | Shadow 80,10,20,0 ; FF5050
42+
Image2 = File Text EXAMPLE FOR GitHub | Size 120 | Shadow 80,10,20,0 ; FF5050
3043
Image3 = File E:\Weed420Meme.jpg | AdaptiveBlur 0,20
3144
```
3245

3346
Check out [Wiki](https://github.com/khanhas/MagickMeter/wiki) for more options and modifiers.
3447

35-
## Example skin:
48+
## Example skins:
3649

3750
![SexyPlayer](https://i.imgur.com/VggetzK.png)
3851

0 commit comments

Comments
 (0)