diff --git a/images/devices/3216331P5.jpg b/images/devices/3216331P5.jpg new file mode 100644 index 000000000..434fc6d1c Binary files /dev/null and b/images/devices/3216331P5.jpg differ diff --git a/images/devices/4052899926158.jpg b/images/devices/4052899926158.jpg index 05ce7757c..f505cab7d 100644 Binary files a/images/devices/4052899926158.jpg and b/images/devices/4052899926158.jpg differ diff --git a/images/devices/4058075036185.jpg b/images/devices/4058075036185.jpg new file mode 100644 index 000000000..d5f5fc763 Binary files /dev/null and b/images/devices/4058075036185.jpg differ diff --git a/images/devices/4058075816794.jpg b/images/devices/4058075816794.jpg new file mode 100644 index 000000000..077fc1249 Binary files /dev/null and b/images/devices/4058075816794.jpg differ diff --git a/images/devices/4256251-RZHAC.jpg b/images/devices/4256251-RZHAC.jpg new file mode 100644 index 000000000..a42392cac Binary files /dev/null and b/images/devices/4256251-RZHAC.jpg differ diff --git a/images/devices/50049.jpg b/images/devices/50049.jpg new file mode 100644 index 000000000..d57396797 Binary files /dev/null and b/images/devices/50049.jpg differ diff --git a/images/devices/915005733701.jpg b/images/devices/915005733701.jpg new file mode 100644 index 000000000..78d76235f Binary files /dev/null and b/images/devices/915005733701.jpg differ diff --git a/images/devices/9290002579A.jpg b/images/devices/9290002579A.jpg new file mode 100644 index 000000000..f4a13a552 Binary files /dev/null and b/images/devices/9290002579A.jpg differ diff --git a/images/devices/AC08562.jpg b/images/devices/AC08562.jpg new file mode 100644 index 000000000..f86af7b7d Binary files /dev/null and b/images/devices/AC08562.jpg differ diff --git a/images/devices/E11-G23.jpg b/images/devices/E11-G23-E11-G33.jpg similarity index 100% rename from images/devices/E11-G23.jpg rename to images/devices/E11-G23-E11-G33.jpg diff --git a/images/devices/E11-N1EA.jpg b/images/devices/E11-N1EA.jpg index 23c7b216e..2fd1c9c00 100644 Binary files a/images/devices/E11-N1EA.jpg and b/images/devices/E11-N1EA.jpg differ diff --git a/images/devices/L1527.jpg b/images/devices/L1527.jpg index 362a7a1e7..f97345c73 100644 Binary files a/images/devices/L1527.jpg and b/images/devices/L1527.jpg differ diff --git a/images/devices/L1528.jpg b/images/devices/L1528.jpg index cce687b34..ee719d663 100644 Binary files a/images/devices/L1528.jpg and b/images/devices/L1528.jpg differ diff --git a/images/devices/MG-AUWS01.jpg b/images/devices/MG-AUWS01.jpg new file mode 100644 index 000000000..8a20454e4 Binary files /dev/null and b/images/devices/MG-AUWS01.jpg differ diff --git a/images/devices/QBKG04LM.jpg b/images/devices/QBKG04LM.jpg index 7515e77a0..54a0f7228 100644 Binary files a/images/devices/QBKG04LM.jpg and b/images/devices/QBKG04LM.jpg differ diff --git a/images/devices/QBKG11LM.jpg b/images/devices/QBKG11LM.jpg index 7515e77a0..7bb0fbc3c 100644 Binary files a/images/devices/QBKG11LM.jpg and b/images/devices/QBKG11LM.jpg differ diff --git a/images/devices/RB-285-C.jpg b/images/devices/RB-285-C.jpg new file mode 100644 index 000000000..b07f5a4e5 Binary files /dev/null and b/images/devices/RB-285-C.jpg differ diff --git a/images/devices/STS-PRS-251.jpg b/images/devices/STS-PRS-251.jpg new file mode 100644 index 000000000..54a9b990b Binary files /dev/null and b/images/devices/STS-PRS-251.jpg differ diff --git a/images/devices/WSDCGQ11LM.jpg b/images/devices/WSDCGQ11LM.jpg index af9957de9..d85f84d4a 100644 Binary files a/images/devices/WSDCGQ11LM.jpg and b/images/devices/WSDCGQ11LM.jpg differ diff --git a/test/images.test.js b/test/images.test.js index 688c4455e..af01630eb 100644 --- a/test/images.test.js +++ b/test/images.test.js @@ -28,6 +28,10 @@ describe('Device images', () => { const invalid = []; fs.readdirSync(imageBase).forEach((file) => { + if (!file.toLowerCase().endsWith('.jpg')) { + return; + } + const dimensions = sizeOf(path.join(imageBase, file)); if (dimensions.width != 150 || dimensions.height != 150) {