-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imfuse: effects of --finalalpha arguments #9
Comments
Thanks, that's an interesting overview. I'll do some tests.
So far I have tested |
Would you like to provide me one of your stacks that I could use for tests and to publish examples on this site, for backgrounds and for different command setups? Some background worth a test: |
It's a lot of data. I can zip them together. But where to save? |
The 20% sized images would be great. Please make sure that they were transferred to tif before resizing, otherwise lots of artefacts would appear in some setups.
This site allows free transfer of big files: https://www.swisstransfer.com/en |
|
I've received your fly stackshot, thank you very much! Quite nice shots. I've made some first runs with imfuse. I see some artefacts I did not expect and will look closer. |
I've documented the way to find a good setup for the "yellow fly" in #10 . |
How many ARGs exists for I'm flabbergasted. |
You forgot |
I've renamed option |
imfuse provides option
--soft
--alpha
--finalalpha
to generate semi-transparent results that are put on a background image.Low contrast areas are close to invisible, high contrast areas are close to opaque.
The transparency mask, or alpha channel in imagemagick terms, can be adjustet with
--alpha=A%xB%
.EDIT: changed formerly option
--soft
to--alpha
due to some conceptional changes of the function.I've changed this post accordingly.
From
imfuse --help
:The script
demo-alphalevel
helps to demonstrate the effect of different parameters.It generates a table with two gradient images in the left colums, and the alpha cannel and the result image in the right colums.
The gradients are just added to get an idea of the
+level
effect to the alpha channel. In the alpha channel black areas are full transparent, white areas are full opaque.The first line shows gradients, alpha channel and image with default
--alpha=0x100
, i.e. no change.The following lines show the effect with different parameter sets.
The text was updated successfully, but these errors were encountered: