I see.
Thanks a lot @snibgo and @GeeMack !
Search found 7 matches
- 2018-06-09T12:30:19-07:00
- Forum: Users
- Topic: how to include only certain areas of an image
- Replies: 7
- Views: 5164
- 2018-06-09T10:28:53-07:00
- Forum: Users
- Topic: how to include only certain areas of an image
- Replies: 7
- Views: 5164
Re: how to include only certain areas of an image
thanks a lot !
Could you please tell me what the purpose of "-coalesce" is in the above command
Could you please tell me what the purpose of "-coalesce" is in the above command
- 2018-06-09T10:04:07-07:00
- Forum: Users
- Topic: how to include only certain areas of an image
- Replies: 7
- Views: 5164
Re: how to include only certain areas of an image
Thanks a lot !
Is there a way I could do the above using some other colour apart from black ( I currently using "rgba(0, 255, 255, 255)" and it would be great if I could stick to that) ?
Is there a way I could do the above using some other colour apart from black ( I currently using "rgba(0, 255, 255, 255)" and it would be great if I could stick to that) ?
- 2018-06-09T09:08:37-07:00
- Forum: Users
- Topic: how to include only certain areas of an image
- Replies: 7
- Views: 5164
how to include only certain areas of an image
Hi, I am provided with the widths, heights , and coordinates of some rectangles and I need to convert an existing image so that the image after conversion only includes the areas specified by the rectangles. That is, I want to censor all parts of the image that do not fall within the given ...
- 2018-06-01T14:27:36-07:00
- Forum: Users
- Topic: How to compose images pixel perfect
- Replies: 8
- Views: 4705
Re: How to compose images pixel perfect
sorry for not being clear with my earlier command. The command for the particular images is more like "convert -size max(image1.width x image2.width) x max(image1.height x image2.height) canvas:none background && convert \( background image1 -geometry +0+0 -composite \) \( +clone image2 -geometry +0 ...
- 2018-06-01T12:12:36-07:00
- Forum: Users
- Topic: How to compose images pixel perfect
- Replies: 8
- Views: 4705
Re: How to compose images pixel perfect
Sorry for the confusion. Yes, the "resulting composite image" is the result of composing 2 images using the command I posted above. I was removing those images after my work with them was done and so did not upload then but here they are now: image1 : https://ibb.co/noWMSd image2 : https://ibb.co ...
- 2018-06-01T07:58:05-07:00
- Forum: Users
- Topic: How to compose images pixel perfect
- Replies: 8
- Views: 4705
How to compose images pixel perfect
Hi, I am using IM to overlay images on top of a transparent background and am then comparing (not using IM atm) the resulting image with a image I know is "good" (I am essentially doing screenshot tests). However, the resulting composed image does not match with the "good" image and the diff image ...