Changeset 61396
- Timestamp:
- 12/21/2025 11:46:29 PM (4 days ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/editorImagick.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorImagick.php
r60736 r61396 837 837 838 838 /** 839 * Tests that the 'png:IHDR.color-type-orig' property is preserved after resizing 839 * Tests that the 'png:IHDR.color-type-orig' property is preserved after resizing. 840 840 * Used to identify indexed PNG images, see https://www.w3.org/TR/PNG-Chunks.html#C.IHDR. 841 841 * 842 842 * @ticket 63448 843 * 843 844 * @dataProvider data_png_color_type_after_resize 844 845 * 845 * @param string $file_path Path to the image file.846 * @param int $expected_color_type The expected original color type.846 * @param string $file_path Path to the image file. 847 * @param int $expected_color_type The expected original color type. 847 848 */ 848 849 public function test_png_color_type_is_preserved_after_resize( $file_path, $expected_color_type ) { … … 903 904 * 904 905 * @ticket 63448 906 * 905 907 * @dataProvider data_alpha_transparency_is_preserved_after_resize 906 908 *
Note: See TracChangeset
for help on using the changeset viewer.