mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 16:50:07 +02:00
Include jp2k as jpeg2000 extension
This commit is contained in:
@@ -76,6 +76,9 @@ final class FileExtensionTest extends BaseTestCase
|
||||
|
||||
$ext = FileExtension::JPG2;
|
||||
$this->assertEquals(Format::JP2, $ext->format());
|
||||
|
||||
$ext = FileExtension::JP2K;
|
||||
$this->assertEquals(Format::JP2, $ext->format());
|
||||
}
|
||||
|
||||
public function testFormatHeic(): void
|
||||
|
Reference in New Issue
Block a user