I want to use file_column to upload and crop some images. I can get it
uploading absolutely fine but whenever I try and crop and image I
recieve the error:
invalid geometry string `'
Can someone please show me an example of how to do this, I want to
create three files
1. thumb - 110x85
2. medium - 180xscaled height
3. large - 560x300
All of these need to keep there proportions e.g cropped and resized not
just resized.
This message means that whatever you passed to Rmagick isn't the correct
syntax.
Since you didn't post your code, hard to point out where you went wrong but
I recommend you look at any Rmagick example - the syntax for geometry is the
same.