This commit is contained in:
sw 2014-07-05 11:20:59 +08:00
parent 8b389776a1
commit f1b8b7caed
2 changed files with 7 additions and 7 deletions

View File

@ -55,7 +55,7 @@ class AvatarController < ApplicationController
# saved = @avatar.save
begin
f = Magick::ImageList.new(diskfile)
width = 300.0;
width = 300.0
proportion = (width/f[0].columns)
height = (f[0].rows*proportion)
f.resize_to_fill!(width,height)