• OpenStars@discuss.online
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 month ago

      Naw, Photoshop would’ve taken like a whole minute. This was whole entire seconds of work finding an existing pixel online somewhere:-P.

      If you really want to get fancy, you could compute the average coloration across all pixels from the entire image - but would it be recursively applied, i.e. a progressive pixelation process, or all at once in an efficient (both in terms of computation & memory requirements, plus infinitely parallelizable too!) lossless sliding window algorithm?

      Or pick the most common (mode rather than average) pixel color, which looks to be the blueish background? What I went for (uh yeah… on purpose, sure…), rather than average, median, or mode, was the longest continuous stretch of coloration, as in longest length vector from one side to the other. The blue tends to be interrupted by other colors while the brown… uh, holds the highest amount of cocaine?