I need the ability to put the processed image's dimensions.
I have in my ImageUploader
class:
version :post do
process :resize_to_fit => [200, nil]
end
Is there a way that I could get the image's dimensions similar to this?
height = @picture.image_height(:post)