<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>filters/sips_thumbnail.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -31,3 +31,27 @@ It supports multiple asset representations, so you can output multiple formats b
         jpg:
           flatten_format: 'jpeg'
           custom_path: /assets/image.jpg
+
+
+### sips_thumbnail.rb
+
+Uses the 'sips' command line tool in Mac OS X to build image thumbnails. Output format can be defined in the asset's YAML file using the 'thumbnail_format' property. Max width/height is set with the `thumbnail_size` property:
+
+      binary: true
+      filters: ['sips_thumbnail']
+      thumbnail_format: 'png'
+      thumbnail_size: 200
+
+where `thumbnail_format` can be `png` (the default), `jpeg`, `tiff`, `gif`, `jp2`, `pict`, `bmp`, `qtif`, `psd`, `sgi` or `tga`.
+
+It supports multiple asset representations, so you can output multiple thumbnails by having a YAML like:
+
+      binary: true
+      filters: ['sips_thumbnail']
+      reps:
+        big:
+          thumbnail_size: 200
+        medium:
+          thumbnail_size: 120
+        small:
+          thumbnail_size: 64</diff>
      <filename>README.mdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>02b4bab4ce977d95be06fafc1f1a7a0255b36f73</id>
    </parent>
  </parents>
  <author>
    <name>Ale Mu&#241;oz</name>
    <email>bomberstudios@gmail.com</email>
  </author>
  <url>http://github.com/bomberstudios/nanoc_extensions/commit/02cdf80889fe61c9f4805fd05ca8f54721301061</url>
  <id>02cdf80889fe61c9f4805fd05ca8f54721301061</id>
  <committed-date>2008-09-04T12:50:29-07:00</committed-date>
  <authored-date>2008-09-04T12:50:29-07:00</authored-date>
  <message>Added sips_thumbnail filter and documentation</message>
  <tree>a0bd61fd1b72a58be05acc20ef2f249f8d61ae53</tree>
  <committer>
    <name>Ale Mu&#241;oz</name>
    <email>bomberstudios@gmail.com</email>
  </committer>
</commit>
