Search found 3 matches

by im101
2019-09-17T10:43:34-07:00
Forum: Users
Topic: Create stack of identical images with transparent overlap
Replies: 4
Views: 19462

Re: Create stack of identical images with transparent overlap

Thank you so much. That's exactly what I was looking for.

It still didn't answer why nothing I tried was working and then I read the last sentence. I can't believe I was so stupid! I've been running this from a batch file the whole time and didn't think about those % signs. Of course I need to ...
by im101
2019-09-17T06:53:48-07:00
Forum: Users
Topic: Create stack of identical images with transparent overlap
Replies: 4
Views: 19462

Re: Create stack of identical images with transparent overlap

Thanks for the quick reply.


Why don't you show the command you used?

Well, I tried so many things but none of it worked. It was all things like this:

"C:\Program Files\ImageMagick-7.0.8-Q16\magick.exe" ^
-size 1000x1000 xc:white ^
( orig.jpg -strip -background white -resize 800x800 -fuzz 40 ...
by im101
2019-09-17T04:24:08-07:00
Forum: Users
Topic: Create stack of identical images with transparent overlap
Replies: 4
Views: 19462

Create stack of identical images with transparent overlap

I have been fighting for hours trying -layers, -composite, -transparent, converting to PNG and back, etc. but I can't get this to work. I should add, I really don't know much about image processing so it's not really a surprise!

I have an original image in JPG format with a (nearly) white ...