carrierwaveuploader / carrierwave

Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks
https://github.com/carrierwaveuploader/carrierwave
8.78k stars 1.66k forks source link

When failing to process with ImageMagick, could we include the actual processing ImageMagick error message? #2732

Open gblair opened 6 months ago

gblair commented 6 months ago

I had upgraded my Alpine image and didn't realize Alpine no longer includes all the different processing/decode delegates by default.

It could have saved me some hours to have the actual error message from ImageMagick in this case. Maybe this could help someone else.