meme_captain 0.1.3 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/ChangeLog CHANGED
@@ -1,4 +1,8 @@
1
- 0.1.3 2012-06-06
1
+ 0.2.0 2013-06-10
2
+
3
+ Blur stroke.
4
+
5
+ 0.1.3 2013-06-06
2
6
 
3
7
  Default super_sample to 1.0.
4
8
 
@@ -77,6 +77,10 @@ module MemeCaptain
77
77
  draw.annotate text_layer, text_width, text_height, text_x, text_y,
78
78
  choice.text
79
79
 
80
+ text_layer.virtual_pixel_method = Magick::TransparentVirtualPixelMethod
81
+ text_layer = text_layer.blur_channel(text_pos.draw_options[:stroke_width] / 2.0,
82
+ text_pos.draw_options[:stroke_width] / 4.0, Magick::OpacityChannel)
83
+
80
84
  draw.stroke = 'none'
81
85
 
82
86
  draw.annotate text_layer, text_width, text_height, text_x, text_y,
@@ -1,3 +1,3 @@
1
1
  module MemeCaptain
2
- VERSION = '0.1.3'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meme_captain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-06 00:00:00.000000000 Z
12
+ date: 2013-06-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bson_ext