Can any one give the dimension for the image without cropping that are used in paperclip. Any other symbols avaliable rather # and >.Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Paperclip uses the ImageMagick library to process images so you can use any option that ImageMagick provides. The full listing is here: http://www.imagemagick.org/Usage/resize/
So you can do things like:
etc.
You should spend some time reading through the commands to find the right one for your case.