carrierwave-video-thumbnailer icon indicating copy to clipboard operation
carrierwave-video-thumbnailer copied to clipboard

Use ImageMagick processes

Open ttseng opened this issue 11 years ago • 1 comments

Is it possible to use ImageMagick processes like resize_to_limit or resize_to_fill from a created thumbnail? For example, I tried:

version :square_thumb do process thumbnail: [{format: 'png', quality: 10, size: 105, strip: false, logger: Rails.logger}] def full_filename for_file png_name for_file, version_name end process resize_to_fill: [105, 105] end

But I get the error "Wrong number of arguments (1 for 0)"

ttseng avatar Oct 18 '13 15:10 ttseng

I'd love this too, but it looks like ffmpegthumbnailer doesn't really have options to be able to do this sort of thing.

syoder avatar Aug 04 '14 15:08 syoder