Skip to content
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

[Feature request] BackGround #50

Closed
zvezdochiot opened this issue May 7, 2023 · 1 comment
Closed

[Feature request] BackGround #50

zvezdochiot opened this issue May 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@zvezdochiot
Copy link

zvezdochiot commented May 7, 2023

Hi @vigri and @lightsilverberryfox .

Interested in the blending mode "BackGround" in the mixed output. Unlike the current "Stamp" mode, the colors of the original image are transferred only to the white pixels of the mask.

if (Mask[y][x] == White);
    Mask[y][x] = I[y][x];

Perhaps other overlay types are also useful: "Multiply", "Screen", "Overlay". I would like to have a choice from the list.

@ghost ghost self-assigned this Jun 7, 2023
@ghost ghost added the enhancement New feature or request label Jun 7, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 20, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 20, 2023
@zvezdochiot
Copy link
Author

zvezdochiot commented Jul 20, 2023

resolved ImageProcessing-ElectronicPublications@b6f8459

zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 20, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 20, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 20, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 20, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 21, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 22, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 22, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 22, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 25, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 25, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 25, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 25, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 25, 2023
zvezdochiot added a commit to ImageProcessing-ElectronicPublications/scantailor-advanced that referenced this issue Jul 28, 2023
vigri added a commit that referenced this issue Aug 3, 2023
…ster

feature #50: foreground and background zones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant