We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec7bab commit 45798afCopy full SHA for 45798af
extract_colors.md
@@ -13,6 +13,10 @@ First, convert an image into **an array of pixels in ARGB
13
format**. MCU does not provide this feature; please use the idiomatic method
14
provided by your language.
15
16
+If the image is larger than 128 × 128 pixels, please scale the image down to 128
17
+× 128 before converting it to an array of pixels. This ensures the speed of
18
+processing.
19
+
20
For example, in Java, one may use the `BufferedImage.getRGB` method:
21
22
```java
0 commit comments