Displaying 2 results from an estimated 2 matches for "600x450".
Did you mean:
700x450
2007 Feb 01
2
file_column 2nd try....
...o :user
validates_filesize_of :image, :in => 15.kilobytes..1.megabyte
validates_file_format_of :image, :in => ["gif", "png", "jpg"]
file_column :image, :magick => {:versions => {"thumb" => "150x100",
"picture" => "600x450>"}}
def dimensions
img = Magick::Image.read(self.image).first
if img.columns >= img.rows
ratio = img.columns.to_f / 600
else
ratio = img.rows.to_f / 450
end
self.width = ((img.columns / ratio)+10).to_i
self.height = ((img.rows / ratio)+10).to_i
end
end
So, this isn?t working...in fact...
2006 May 11
9
world of warcraft doesnÄt work (sorry if double post)
if this is a doublepost please sorry bur the first post was blocked by
spamfilter because of wrong timesettings on my local computer. i reaplyed
to my original post and now im not shure if the mailserver thinks the
message is corrupt because of reply to a non existing message. here is the
originalmessage (again?)
Hi everyone,
thirst of all please forgive my bad english :)
i have installed wine