Search found 8 matches

by bossrunner1
2017-03-16T10:39:24-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 33186

Re: find opacity of pixels alpha layer

This works totally brilliantly and just the way i wanted it to.
It is fast and work !!
Thank you for the whole team that has helped me so brilliantly.
Appreciate it a lot
Matt :) :) :)
by bossrunner1
2017-03-16T09:32:43-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 33186

Re: find opacity of pixels alpha layer

Thanks geemack.
This doesn't work here - red is still transparent.
I have IM 6.697
Thankyou
by bossrunner1
2017-03-16T09:12:39-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 33186

Re: find opacity of pixels alpha layer

Thanks to both of you... Fantastic work!!

I tried this and am on IM6.x and it works 99% as needed.
The red shows up but is semi transparent. What i need is the red 100% full pixel color not transparent with the original semi transparent pixel on top of it.
Hope this makes sense.
by bossrunner1
2017-03-16T08:55:14-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 33186

Re: find opacity of pixels alpha layer

Thank worked fantastically and i appreciate you explaining how you did it... I understand for next time.

How would i put the red under the semi transparent part please?
by bossrunner1
2017-03-16T08:24:30-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 33186

Re: find opacity of pixels alpha layer

Thanks a lot.
To answer your questions.
Im using the command line on ubuntu.
Here is the image. https://www.dropbox.com/s/7efapn3t3vp5txv/test-image.png?dl=0
Basically the goal is 2 steps.
Step 1 make transparent the pixels that are 30% transparent or less.
Step 2 put a color for example red under ...
by bossrunner1
2017-03-16T07:39:41-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 33186

Re: find opacity of pixels alpha layer

thankyou...
"convert in.png -channel A -black-threshold 30% +channel out.png"
that command does something but it does no make the pixels transparent and instead just shows the original image that was faded.
i have a faded image and what i want to be able to do is make 100% transparent pixels that ...
by bossrunner1
2017-03-16T05:11:37-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 33186

Re: find opacity of pixels alpha layer

thanks for the reply.
Yes, the pixel should be transparent.
Matt
by bossrunner1
2017-03-16T05:04:32-07:00
Forum: Users
Topic: find opacity of pixels alpha layer
Replies: 25
Views: 33186

find opacity of pixels alpha layer

Hi everybody.
I've been trying to work this out for days.
I have an image and with the command line i want to find and delete all pixels that are below a given opacity level..
I.e. delete all pixels below 30% opacity.
How can this be achieved please as i cannot work this one out.
Regards and thanks ...