Search found 10 matches

by artech
2018-11-03T07:27:44-07:00
Forum: Users
Topic: clipping a texture by a transparent png mask
Replies: 2
Views: 3737

Re: clipping a texture by a transparent png mask

It worked great, I was doing it in complex ways but it was that simple.

Many Thanks
by artech
2018-11-03T03:48:24-07:00
Forum: Users
Topic: clipping a texture by a transparent png mask
Replies: 2
Views: 3737

clipping a texture by a transparent png mask

Hi everyone, I just want to crop a jpg file with a transparent png mask. tried different composition of commands but non of them gave me the result. here's an example I did with gimp: texture: https://image.ibb.co/jPTra0/texture.jpg mask: https://image.ibb.co/h7HsF0/mask.png what i want as result ht...
by artech
2018-10-09T10:35:00-07:00
Forum: Users
Topic: changing the whole color of a png icon preserving the edges alpha
Replies: 16
Views: 14728

Re: changing the whole color of a png icon preserving the edges alpha

Thank you both for quick answers. Worked like a charm.
by artech
2018-10-09T06:30:54-07:00
Forum: Users
Topic: changing the whole color of a png icon preserving the edges alpha
Replies: 16
Views: 14728

Re: changing the whole color of a png icon preserving the edges alpha

I have another question. In above command how can I fill with gradient instead of solid color and again with preserving alpha?
by artech
2018-10-08T12:46:50-07:00
Forum: Users
Topic: changing the whole color of a png icon preserving the edges alpha
Replies: 16
Views: 14728

Re: changing the whole color of a png icon preserving the edges alpha

@GeeMack, it was the magical command ;) you saved me. Thank you all for your helps
by artech
2018-10-08T11:32:33-07:00
Forum: Users
Topic: changing the whole color of a png icon preserving the edges alpha
Replies: 16
Views: 14728

Re: changing the whole color of a png icon preserving the edges alpha

Again the result was the same. It fills the whole of image to that color like following:

Image
by artech
2018-10-08T10:35:26-07:00
Forum: Users
Topic: changing the whole color of a png icon preserving the edges alpha
Replies: 16
Views: 14728

Re: changing the whole color of a png icon preserving the edges alpha

can you give me a suggestion how to do such a thing with magick?
by artech
2018-10-08T10:25:29-07:00
Forum: Users
Topic: changing the whole color of a png icon preserving the edges alpha
Replies: 16
Views: 14728

Re: changing the whole color of a png icon preserving the edges alpha

ImageMagick-7.0.8-11-Q16-x64 on windows 10
by artech
2018-10-08T10:01:26-07:00
Forum: Users
Topic: changing the whole color of a png icon preserving the edges alpha
Replies: 16
Views: 14728

Re: changing the whole color of a png icon preserving the edges alpha

@snibgo , thanks, it works great for this icon.

another question is that what if i have a for example white spot on the icon and want to preserve that?

@fmw42 , I tested with your suggestion but the output is a colored square. I mean whole the image will turn to that color
by artech
2018-10-08T09:33:48-07:00
Forum: Users
Topic: changing the whole color of a png icon preserving the edges alpha
Replies: 16
Views: 14728

changing the whole color of a png icon preserving the edges alpha

Hi friends I did lots of search in forums but couldn't solve this. I have an black icon with alpha edges. I want to change the whole color of the icon without losing the alpha. I use the follwing command: convert icon.png -fuzz 50% -fill "#550000" -opaque "#000000" icon2.png It's...