Solutions Log

So I only have to figure things out once.

Things I Want to Do With File_column (or Something Else)

  1. Rename the image file (perhaps using the ID of the item it belongs to)
  2. Convert the image to a standard format (JPEG)
  3. Add a watermark

Are these things possible with file_column or acts_as_attachment?

Comments