eltiare / carrierwave-vips

CarrierWave image processing powered by VIPS
MIT License
92 stars 39 forks source link

Configuration Options? #13

Open tehprofessor opened 11 years ago

tehprofessor commented 11 years ago

Howdy Mate,

I was wondering if you'd be opposed to having configuration block for the sharpen mask and resampling method? Example usage would be something like...

CarrierWave::Vips.configure do |c|
  c.sharpen_mask = [[ ... ]]
  c.resampling_method = :nohalo
end

I'd be happy to get it worked out (with tests) mostly just wondering if I should spend the time. As well as any other options you think might be useful.

Best, Seve

P.S. Wanted to apologize for no tests on my previous issue, I've been way busy with launching an app to even look outside (but we launched and I can breathe again).

eltiare commented 11 years ago

I'd be open for this.