Search found 4 matches
- 2019-03-29T05:54:09-07:00
- Forum: Developers
- Topic: Fill transparent/white with an image
- Replies: 6
- Views: 12301
Re: Fill transparent/white with an image
Thanks man
- 2019-03-26T01:41:00-07:00
- Forum: Developers
- Topic: Fill transparent/white with an image
- Replies: 6
- Views: 12301
Re: Fill transparent/white with an image
Version: Version: ImageMagick 7.0.8-34 Q16
Platform: Mac os x
Input image:
1. https://imgur.com/0N1fuAl
I want to get the positions of the 3 holes in the first image.
After getting positions I will fill it with another image
Thanks for your time, I hope it's ok now
Platform: Mac os x
Input image:
1. https://imgur.com/0N1fuAl
I want to get the positions of the 3 holes in the first image.
After getting positions I will fill it with another image
Thanks for your time, I hope it's ok now
- 2019-03-25T07:47:16-07:00
- Forum: Developers
- Topic: Fill transparent/white with an image
- Replies: 6
- Views: 12301
Re: Fill transparent/white with an image
So I did work on this subject and now I really know what I want to do I try to get the white part of my image and I try to use connected-components I did the following command : convert t_container_1.png -threshold 10% -define connected-components:verbose=true -connected-components 8 test_connected ...
- 2019-03-25T06:31:28-07:00
- Forum: Developers
- Topic: Fill transparent/white with an image
- Replies: 6
- Views: 12301
Fill transparent/white with an image
Hi everyone, I have an image with white or transparent parts inside. What I want to achieve is to fill it with another image. That can happen multiple times because my image is a container of products and I need to merge these image with imagemagick Do I need to compute the position then layer both ...