<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>db/migrate/022_convert_logos_to_jpg.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -55,8 +55,8 @@ class Logo &lt; ActiveRecord::Base
     logo.width = img.columns
     logo.height = img.rows
 
-    # Re-generate the original, ensuring we have it as a PNG
-    img.format = 'png'
+    # Re-generate the original, ensuring we have it as a JPG
+    img.format = 'jpg'
     logo[:data] = img.to_blob
 
     # Generate medium-resolution and thumbnail</diff>
      <filename>app/models/logo.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>737e2b5d1417df323f04e6c87948e91c405e23b2</id>
    </parent>
  </parents>
  <author>
    <name>Gunnar Wolf</name>
    <email>gwolf@gwolf.org</email>
  </author>
  <url>http://github.com/gwolf/comas/commit/2dde84830944031c7adc4b22f5be74ac882521e0</url>
  <id>2dde84830944031c7adc4b22f5be74ac882521e0</id>
  <committed-date>2009-10-27T10:55:10-07:00</committed-date>
  <authored-date>2009-10-27T10:55:10-07:00</authored-date>
  <message>Handling conference logos as JPG instead of PNG is much, _much_ more efficient</message>
  <tree>f8c2a0420f246815c175d08ea981130199a31e82</tree>
  <committer>
    <name>Gunnar Wolf</name>
    <email>gwolf@gwolf.org</email>
  </committer>
</commit>
