Search found 9 matches

by Znuff
2014-03-01T14:26:04-07:00
Forum: Users
Topic: How to apply a selective transparency to an image?
Replies: 17
Views: 6361

Re: How to apply a selective transparency to an image?

Thank you, again.

That did the trick.
by Znuff
2014-03-01T12:19:55-07:00
Forum: Users
Topic: How to apply a selective transparency to an image?
Replies: 17
Views: 6361

Re: How to apply a selective transparency to an image?

I'm offsetting the annotate positions so they don't stick to the edge(s).

Is there a different way of doing it?
by Znuff
2014-03-01T12:13:54-07:00
Forum: Users
Topic: How to apply a selective transparency to an image?
Replies: 17
Views: 6361

Re: How to apply a selective transparency to an image?

It's my own directory.
by Znuff
2014-03-01T12:10:06-07:00
Forum: Users
Topic: How to apply a selective transparency to an image?
Replies: 17
Views: 6361

Re: How to apply a selective transparency to an image?

Canvas.png:
Image


Background.png:
Image

I used +repage at the end of the annotate command (+repage temp\canvas.png).

Geometry on both files say 1280x720
by Znuff
2014-03-01T11:54:51-07:00
Forum: Users
Topic: How to apply a selective transparency to an image?
Replies: 17
Views: 6361

Re: How to apply a selective transparency to an image?

That didn't work out either :(

Image
by Znuff
2014-03-01T11:44:04-07:00
Forum: Users
Topic: How to apply a selective transparency to an image?
Replies: 17
Views: 6361

Re: How to apply a selective transparency to an image?

I'm using ImageMagick 6.8.8-3 Q16 x64 2014-01-19 on Windows. The % doesn't seem to be the issue, as, like I said, it works fine if I use background.png instead of canvas.png My image size never changes, it's always 1280x720. Something is going wrong when I'm annotating the image (the 2nd step) and I ...
by Znuff
2014-03-01T10:34:37-07:00
Forum: Users
Topic: How to apply a selective transparency to an image?
Replies: 17
Views: 6361

Re: How to apply a selective transparency to an image?

Hmmm, I seem to be running into a weird issue when using some already processed images. I'm doing this: convert.exe: geometry does not contain image `temp\canvas.png' @ warning/transform.c/CropImage/666. tools\convert.exe -background #181818 file.jpg -resize 1280x1280^> -gravity center -extent ...
by Znuff
2014-03-01T07:45:38-07:00
Forum: Users
Topic: How to apply a selective transparency to an image?
Replies: 17
Views: 6361

Re: How to apply a selective transparency to an image?

That's awesome! I knew it could be done!

Thanks :-)
by Znuff
2014-02-28T10:42:59-07:00
Forum: Users
Topic: How to apply a selective transparency to an image?
Replies: 17
Views: 6361

How to apply a selective transparency to an image?

Hello, I've been trying to figure out the best way to add a selective transparency to an image. Let's say I have 1280x720 image and I want to apply a 50% transparency over the last 100 bottom pixels (with 100% width). Could this be done without creating a mask first? I haven't managed to figure out ...