<?php namespace League\ColorExtractor\Test; use League\ColorExtractor\Color; use League\ColorExtractor\ColorExtractor; use League\ColorExtractor\Palette; class PaletteTest extends \PHPUnit_Framework_TestCase { protected $jpegPath = './tests/assets/test.jpeg'; protected $gifPath = './tests/assets/test.gif'; protected $pngPath = './tests/assets/test.png'; protected $transparentPngPath = './tests/assets/red-transparent-50.png'; public function testJpegExtractSingleColor() { $extractor = new ColorExtractor(Palette::fromFilename($this->jpegPath)); $colors = $extractor->extract(1); $this->assertInternalType('array', $colors); $this->assertCount(1, $colors); $this->assertEquals(15985688, $colors[0]); } public function testGifExtractSingleColor() { $extractor = new ColorExtractor(Palette::fromFilename($this->gifPath)); $colors = $extractor->extract(1); $this->assertInternalType('array', $colors); $this->assertCount(1, $colors); $this->assertEquals(12022491, $colors[0]); }
? ?????? 13?? ??
1. ?? ??? ???? ???? ??? ?? ???? ???? ??? ? ????.
2. ? ?? ????? ??? ????? ??? ?? ???????.
3. ?? ??, ??, RGB ? HSV ??.
(???? ??? ?? ??) ??? ?? ??.
4. ?? ??? ?? ?????? ?????.
5. ??? ?? ???.
6. ??? ?? ??.
7. ??? ??? ??/??.
8. ?? ??? ???(?? ? ??)? ?????.
9. ???? ?? ?? ? ??.
10. ??, ?? ??, RGB 16??, RGB 10?? ? HSV ??.
11. ?? 1300?? ??? 16?? ?? ?? ????.
12. ??? ??? ?? ???? ??? ? ????.
13. ??? ???.
? ???? ?? ???? ???? ????? ?? ???? ????? ????????. ?????? ???? ?? ??????! ? ???? ?? ???? ?? ?????? ?????. ??? ???? ???? ??? ????. ??? ??? ?? ??? ?? ??? ???? ????! ??? ?? ?? ??? ???? ????? ????. ???: admin@php.cn
?? ??

26 Mar 2025
? ??? & lt; thread & gt; ???, ?? ? ??? ?? ??. ?? ??? ??????? ?? ??? ???? ??? ?????.

24 Feb 2025
iOS 18.1, iPados 18.1 ? MacOS 15.1 Sequoia? ??? ????? ?????. Siri? ??? ?? ??? ??????. ?, ? ??? ?? ???? ???? Siri? ?? ? ? ????. ???, ??? ? ?? ???? ?? ????? ?? ??????. Siri? ??? ?? ??? ? ? ?? ???? ???? ??? ??? ??? ??? ??? ?? ?????. ?? Apple? ??? ??? ???? ?? ?? ???? ????. ??? ?? ??? Siri ??? ??? Chatgpt ?? ??? ???? ?? ?? ??? ????? ( "Apple Intel"???? ??? ? ????.

20 Apr 2025
??? JavaScript?? ?????. ??? ??? ??? ?? ?? ???? ??? ??? (?? FN ? ??)? ???? ?? (ha!) ??? ??? ?? ??????.

05 Apr 2025
???? ??? ???? ????? ????? "??? ????"???? ???? 10 ?? ?? ??? ?? ? ????. ??? ?? ??? ?? ??? ????. 1. ??? ??

01 Nov 2024
Go? ??? ?? ??? ???? ? ????? Go? ??? LMS(????? ?? ???)? ???? ?? ??, ??? ?? ? ?? ?? ??? ?????. ????? ??? ?? ??

28 Sep 2024
cmhtml.dll? ? ????? ??? ?? ???? ???? ??? ? ??? ?? ?? ????. cmhtml.dll? ?? ???? ????? ???? ??? ??????? ?????. ???? ?? ????? ?? ???? ???? ????


??? ??

??? ?? ????? PHP ?????
??? ?? ????? PHP ?????

50?? ??? ??? PHP ???? ??
??? PHP ????, ??? ????? ??? ???? ?????

??? ???? ?? ?? PHP ?????
??? ???? ?? ?? PHP ?????
