5.13. Value Propagate

5.13.1. Overview

Figure 17.84. Example for the Value Propagate filter

Example for the Value Propagate filter

Original image

Example for the Value Propagate filter

Filter “Value Propagate” applied

This filter works on color borders. It spreads pixels that differ in a specified way from their neighboring pixels.

5.13.2. Activating the filter

This filter is found in the image window menu under Filters → Distorts → Value Propagate….

5.13.3. Options

Figure 17.85. “Value propagate” filter options

“Value propagate” filter options

Presets, “Input Type”, Clipping, Blending Options, Preview, Split view

[Note]Note

These options are described in Section 2, “Common Features”.

Mode

The examples will be about the following image:

5.13. Value Propagate - 图5

  • More white (larger value)

    Pixels will be propagated from upper value pixels towards lower value pixels. So bright areas will enlarge.

    Figure 17.86. More white

    More white

    Bright pixels have been propagated to dark pixels in the four directions : top, bottom, right and left. Filter applied several times to increase effect.

  1. More black (smaller value)
  2. Pixels will be propagated from lower value pixels towards upper value pixels. So dark areas will enlarge.
  3. **Figure 17.87. More black**
  4. ![More black](/projects/gimp-2.10-en/3bc686adb724e5b63e94a276e31cf283.png)
  5. **Figure 17.88. To bottom only**
  6. ![To bottom only](/projects/gimp-2.10-en/608fa58d519d559c47437eb58eb5da63.png)
  7. The same as above with To bottom direction only checked.
  8. Middle value to peaks
  9. On a border between the selected thresholds, the average of both values is propagated.
  10. **Figure 17.89. Middle value to peaks**
  11. ![Middle value to peaks](/projects/gimp-2.10-en/fc72aed53d58849e2e4f01760d12719f.png)
  12. A thin border with a transitional color has been added to objects. It is not visible around objects with smoothed borders.
  13. ![Middle value to peaks](/projects/gimp-2.10-en/dccf5c7829e2beae9213e7b5df198111.png)
  14. Green area zoomed x800. A thin border (one pixel wide) has been added. Its value is the average between gray (90%) and green (78%) : (90 + 78) / 2 = 84.
  15. Color to peaks
  16. The propagated areas will be filled with the foreground color of the toolbox.
  17. A color selector opens, with a color picker.
  18. **Figure 17.90. Color to peaks**
  19. ![Color to peaks](/projects/gimp-2.10-en/923c848ba87e5ce580b3eee89df2243b.png)
  20. In this example, the selected color is Red. A thin border, one pixel wide, red, is added around objects. With smoothed objects, this border is located at the furthest limit of smoothing. Here, another border appears inside. This is an artifact due to the small size of the object which makes the smoothing area of opposite sides to overlap.
  21. Only color
  22. Only areas with the selected color will propagate. With this option, soft and fuzzy edges don't propagate well.
  23. **Figure 17.91. Only color**
  24. ![Only color](/projects/gimp-2.10-en/2ff0bb1f73f95484f68f8ab4e3b99138.png)
  25. In this example, the selected color is that of the green object. After applying filter several times, the green area is clearly enlarged.
  26. More opaque, More transparent
  27. These commands work like “More white” and “More black”. Opaque (transparent) areas will be propagated over less opaque (transparent) areas. These commands need an image with an alpha channel.
  28. **Figure 17.92. More opaque**
  29. ![More opaque](/projects/gimp-2.10-en/41b903e708f98364b3607333d4fba790.png)
  30. Original layer, with a transparent background.
  31. ![More opaque](/projects/gimp-2.10-en/5b22536a8d7db799c53cb44d107f286a.png)
  32. Filter applied several times: the green, opaque, area got increased.

Lower threshold, Upper threshold

A pixel will be propagated (spread) if the difference in value between the pixel and its neighbor is no smaller than the lower threshold and no larger than the upper threshold.

Propagating rate

That’s the propagating amount. The higher it will be the more colored the propagation will be.

To top, To left, To right, To bottom

You can select one or more directions.

Propagating value channel

If checked, the pixel’s color channels (gray channel on grayscaled images) will be propagated. The option is checked by default, of course.

Propagating alpha channel

If checked, the pixel alpha value will be propagated, otherwise the pixel will get the alpha of the neighboring pixels.

5.13.4. Using Value Propagate

5.13. Value Propagate - 图7

Left: Original……..Middle: More white……..Right: More black