This plug-in calculates the most often used color in a specified border of the active layer or selection. It can gather similar colors together so that they become predominant. The calculated color becomes the foreground color in the Toolbox. This filter is interesting when you have to find a Web page color background that differs as little as possible from your image border. The action of this filter is not registered in Undo History and can't be undone with Ctrl+Z: it doesn't modify the image.
Примечание | |
---|---|
This command only works on RGB images. If the image is Grayscale or Indexed, the menu entry is disabled. |
The border Thickness in pixels.
Размер ячейки Определяет сколько цветов будет расматривается как похожие и использовано для вычисления в одной ячейке. Маленький размер ячейки (т.е. много ячеек) даёт большую точность для вычисления среднего цвета. Заметьте, что большая точность не всегда даёт лучшие результаты (примеры ниже).
The bucket size is low. So the bucket number is high. All color shades can be stored in different buckets. Here, the bucket containing red is the most filled. The resulting color is a nearly pure Red (254,2,2) and becomes the foreground color in the Toolbox.
Когда размер ячейки большой, число ячеек мало. Фильтр смотрит только на два главных бита каждого цветового канала. Теперь зелёный (0-63,192-255,0-63) наиболее частый цвет. Конечный цвет - зелёный (32,224,32), что есть среднее всех цветов, используемых этой ячейкой.