Search found 1 match

by ksom
2018-04-07T06:19:50-07:00
Forum: Users
Topic: Remove background of products pictures for e-commerce
Replies: 8
Views: 11941

Remove background of products pictures for e-commerce

Hi all!

The version of ImageMagick that I use is : ImageMagick 6.9.7-4 Q16 on Linux Ubuntu .

My goal is to remove background on clothes pictures .

The best result I had is when I use this command but depending on the complexity of background I had bad results:

convert x.jpeg -fill none -fuzz 4 ...