Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.