diff --git a/app/models/spree/image.rb b/app/models/spree/image.rb index a5d932d95c..c618631015 100644 --- a/app/models/spree/image.rb +++ b/app/models/spree/image.rb @@ -11,7 +11,7 @@ module Spree default_style: :product, url: '/spree/products/:id/:style/:basename.:extension', path: ':rails_root/public/spree/products/:id/:style/:basename.:extension', - convert_options: { all: '-strip -auto-orient -colorspace RGB' } + convert_options: { all: '-strip -auto-orient -colorspace sRGB' } # save the w,h of the original image (from which others can be calculated) # we need to look at the write-queue for images which have not been saved yet