Imgee should detect and store the background color of an image. This can be useful when displaying a nontransparent image to set the general background to the same color. (Use case: sponsor logos on non-white backgrounds.)
Algorithm: sample 1px from each of the four edges and pick the color that is most common.
Imgee should detect and store the background color of an image. This can be useful when displaying a nontransparent image to set the general background to the same color. (Use case: sponsor logos on non-white backgrounds.)
Algorithm: sample 1px from each of the four edges and pick the color that is most common.