Commit Graph

16 Commits

Author SHA1 Message Date
Liu YuanYuan 64cdf3e756
Enable lossless mode (#85)
Enable lossless mode with `SDImageCoderEncodeWebPLossless`

---------

Co-authored-by: DreamPiggy <lizhuoli1126@126.com>
2023-10-08 16:22:36 +08:00
DreamPiggy 8bae908c18 Added the test case `testWebPDecodeDoesNotTriggerCACopyImage` 2023-07-11 17:16:47 +08:00
DreamPiggy 1d982f6c75 Fix the CI action and test cases 2023-06-14 20:45:14 +08:00
DreamPiggy b0a717871b Update the test case because upstream changes 2023-01-17 17:32:02 +08:00
DreamPiggy 6693ecb35a Added the test case `testEncodingGrayscaleImage` about grayscale 2021-02-01 21:07:35 +08:00
Antti Kortetmaa a197fa1c21 Fixed issue that caused WebP option that has been set to 0 to be ignored 2020-12-23 17:41:43 +02:00
DreamPiggy 19b7465dea Update the Xcode Project of WebP encode options 2020-12-14 11:39:03 +08:00
Antti Kortetmaa de7ba8d08e Removed updateWebPOptionsToConfig from the public API of SDImageWebPCoder 2020-12-11 12:09:26 +02:00
Antti Kortetmaa e330f22573 Added unit tests for WebP settings. 2020-12-11 12:03:33 +02:00
DreamPiggy 779dd7d1c8 Update the test cases with new WebP sample URLs 2020-12-11 17:40:03 +08:00
DreamPiggy 8b935e7927 Update the test case about maxPixelSize 2020-04-13 11:17:17 +08:00
DreamPiggy 9f415e90b0 Fix the test scheme configuration 2020-04-07 20:38:49 +08:00
DreamPiggy 177434945d Refactory the workspace and test project path. Which share the same Podfile for Example and Tests, easy to install and cache friendly 2020-04-07 20:22:25 +08:00
DreamPiggy 6c2651bb25 Update the example and test case for the max file size 2020-04-07 20:20:06 +08:00
DreamPiggy d2286ce492 Removed the un-stable test case to check isProgressive (there are race condition that after setImage, the isProgressive reset to NO) 2020-01-27 18:08:12 +08:00
DreamPiggy dbfa17dae2 Add CodeCov report, renaming the Tests folder 2020-01-27 17:42:39 +08:00