ScanTailor-Advanced / scantailor-advanced

ScanTailor Advanced is the version that merges the features of the ScanTailor Featured and ScanTailor Enhanced versions, brings new ones and fixes.
GNU General Public License v3.0
189 stars 7 forks source link

[Feature request] BackGround #50

Closed zvezdochiot closed 1 year ago

zvezdochiot commented 1 year ago

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.

zvezdochiot commented 1 year ago

resolved https://github.com/ImageProcessing-ElectronicPublications/scantailor-advanced/commit/b6f8459453d0a1139d56a00f35aafb8e98410955