<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -87,10 +87,10 @@ module QuickTime
     def export_image(filepath, seconds)
       # TODO support more file types
       type = case File.extname(filepath).downcase
-        when '.pct'          then 'PICT'
-        when '.png'          then 'PNGf'
+        when '.pct', '.pict' then 'PICT'
         when '.tif', '.tiff' then 'TIFF'
         when '.jpg', '.jpeg' then 'JPEG'
+        when '.png'          then 'PNGf'
         when '.tga'          then 'TPIC'
         when '.bmp'          then 'BMPf'
         when '.psd'          then '8BPS'</diff>
      <filename>lib/quicktime/movie.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a83ce827cb48e40cdced95f3e380268ac6a07932</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </author>
  <url>http://github.com/ryanb/rmov/commit/3177df012f4c1f8e8aad46642ffccc6c8f4f1049</url>
  <id>3177df012f4c1f8e8aad46642ffccc6c8f4f1049</id>
  <committed-date>2008-10-03T15:25:41-07:00</committed-date>
  <authored-date>2008-10-03T15:25:41-07:00</authored-date>
  <message>adding support for exporting images with .pict extension</message>
  <tree>6509da7b6c497954c61f6e01dfecd991a5f94e83</tree>
  <committer>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </committer>
</commit>
