I recently tried to shrink an image to fit in a constrained size and pad with a white background if needed.
I get various shapes and sizes submitted and I need it converted to an exact height and width.
My paperclip command looks like this:
:styles => { :search_listing => ""}, :convert_options => { :search_listing => "-gravity Center -crop 625x335+0+0 +repage -resize 459x246\> -size 459x246 xc:white +swap -gravity center -composite"}
I originally had a basic resize and everything worked as expected. What is strange is that the command inside the convert_options works perfectly in command line.
Thanks for any suggestions.
