Search found 4 matches

by nandelbosc
2016-02-02T00:51:40-07:00
Forum: Users
Topic: Remove blue irregular background using chroma key
Replies: 7
Views: 4428

Re: Remove blue irregular background using chroma key

Thank's for all the replies.

I'm trying to have a better image (more resolution and PNG instead JPG).

I comment the results here, soon.

Thank's again.
by nandelbosc
2016-01-27T16:27:28-07:00
Forum: Users
Topic: Remove blue irregular background using chroma key
Replies: 7
Views: 4428

Re: Remove blue irregular background using chroma key

Thank's again fmw42, but your script its so much 'agressive'... https://drive.google.com/file/d/0B9hWenmvFDxNRFZ1M2piVk16MTQ/view?usp=sharing

I try to make a background more consistent, with a constant color, and with your first suggestions I think will work.

I really appreciate your collaboration ...
by nandelbosc
2016-01-26T23:38:22-07:00
Forum: Users
Topic: Remove blue irregular background using chroma key
Replies: 7
Views: 4428

Re: Remove blue irregular background using chroma key

Please always provide your IM version and platform. Syntax differs.

True. Sorry... Version: ImageMagick 6.7.7-10 2014-03-06 on Ubuntu 14.04 64bits

Thank you very much fmw42! With your options works pretty well. But not perfect...

Changing threshold to 2% https://drive.google.com/file/d ...
by nandelbosc
2016-01-26T17:05:19-07:00
Forum: Users
Topic: Remove blue irregular background using chroma key
Replies: 7
Views: 4428

Remove blue irregular background using chroma key

Hi, i'm trying to remove the blue background of this image... https://drive.google.com/file/d/0B9hWenmvFDxNMnRxal80bWpycnc/view?usp=sharing

I tried different options...

convert foto.jpg -modulate 100,150 foto2.jpg
convert foto2.jpg foto.png
convert foto.png -channel rgba -alpha set -fuzz 10 ...