<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DMagick/dmagick, branch ImageMagick_6.7.4</title>
<subtitle>A ImageMagick binding for the D Programing Language</subtitle>
<id>https://git.mikewey.eu/DMagick/atom?h=ImageMagick_6.7.4</id>
<link rel='self' href='https://git.mikewey.eu/DMagick/atom?h=ImageMagick_6.7.4'/>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/'/>
<updated>2011-12-11T19:12:13+00:00</updated>
<entry>
<title>dmagick.c.geometry import in shear.d has become obsolete.</title>
<updated>2011-12-11T19:12:13+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-12-11T19:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=f5f34124173700d7d1ad7ee652b83b859f87381b'/>
<id>urn:sha1:f5f34124173700d7d1ad7ee652b83b859f87381b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing imports for the recent ImageMagick 6.7.4 changes.</title>
<updated>2011-12-11T19:10:56+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-12-11T19:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=73239c6bf1d18d46588571d21b0f2563f9656225'/>
<id>urn:sha1:73239c6bf1d18d46588571d21b0f2563f9656225</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the headers for ImageMagick 6.7.4</title>
<updated>2011-12-10T22:07:26+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-12-10T22:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=b1bdbb27b83c7ad5fbe5d657ae8fa861e3d5c820'/>
<id>urn:sha1:b1bdbb27b83c7ad5fbe5d657ae8fa861e3d5c820</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Can't compare a static array with null.</title>
<updated>2011-12-06T20:58:17+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-12-06T20:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=ceeeee14dd7f07c460d0117822603179c2f83d2a'/>
<id>urn:sha1:ceeeee14dd7f07c460d0117822603179c2f83d2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check for empty strings when word wrapping.</title>
<updated>2011-11-20T22:34:47+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-11-20T22:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=f49145c3153dcb4bc7e7f71292459e8e0b4e8533'/>
<id>urn:sha1:f49145c3153dcb4bc7e7f71292459e8e0b4e8533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix problems with ImageMagick 6.6.0.</title>
<updated>2011-11-19T11:14:44+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-11-19T11:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=efe1545a6b7dc952489308c1e395f71cbb5bc8f4'/>
<id>urn:sha1:efe1545a6b7dc952489308c1e395f71cbb5bc8f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Also take the height into account when word wrapping.</title>
<updated>2011-11-15T22:56:00+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-11-15T22:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=3def606051550fbee11aa5dc92a5c5dced4585b3'/>
<id>urn:sha1:3def606051550fbee11aa5dc92a5c5dced4585b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add word wrapping functionality to Image.annotate.</title>
<updated>2011-11-12T22:30:37+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-11-12T22:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=316e14ed6999813913406976fc4045d7f0da2a4c'/>
<id>urn:sha1:316e14ed6999813913406976fc4045d7f0da2a4c</id>
<content type='text'>
The non wrapping annotate now takes an x and y coordinate, while the
version that takes a Geometry wraps the text so it stays within the
bounding area.
</content>
</entry>
<entry>
<title>Properly initialize the Geometry for annotate.</title>
<updated>2011-11-08T22:21:09+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-11-08T22:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=dc3f793dc1a7885002508860f3b9d7b4e8a3dbd4'/>
<id>urn:sha1:dc3f793dc1a7885002508860f3b9d7b4e8a3dbd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the string enums to regular ones.</title>
<updated>2011-11-07T23:07:11+00:00</updated>
<author>
<name>Mike Wey</name>
</author>
<published>2011-11-07T23:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.mikewey.eu/DMagick/commit/?id=a405bfb4768e3aa5dd90f32e80d0aa2bc453c092'/>
<id>urn:sha1:a405bfb4768e3aa5dd90f32e80d0aa2bc453c092</id>
<content type='text'>
String enums don't work with -g on windows due to dmd bug #5168
This closes issue 3.
</content>
</entry>
</feed>
