Anybody know the rmagic commands in the model definition to overlay a
24-bit png file over an uploaded jpg using file_column?
I have this:
file_column :post_photo, :magick => {
:geometry => "648x800",
:versions => { "small" => {:size => "60x60",
:crop => "1:1", :name
=> "small" } }
}
But I want to do this:
file_column :post_photo, :magick => {
:geometry => "648x800",
:versions => { "small" => {:size => "60x60",
:crop => "1:1", :name
=> "small", ***composite my png image over this small version to
round
the corners***} }
}
TIA
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---