Hello,
I have some product photos, from which I would like to remove the white background. An example:

Is there a nice library or a manual way to do it with Cocoa or C? For which keywords (image processing methods) do I have to search?
|
|
Hello, I have some product photos, from which I would like to remove the white background. An example:
Is there a nice library or a manual way to do it with Cocoa or C? For which keywords (image processing methods) do I have to search?
|
||
|
|
|
You can try ImageMagick:
For more advanced features you should try something like image masking or do it manually using any image library, setting the pixel values to something with a high alpha value. See also this thread: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10665 |
||||||||
|