fix: jp2 image size bytes header

This commit is contained in:
relikd
2026-02-28 22:28:06 +01:00
parent d5d77fa592
commit 8b0252f987
4 changed files with 29 additions and 8 deletions

View File

@@ -146,6 +146,7 @@ class TestCLI_compose(unittest.TestCase):
def test_jp2(self):
self.assert_conv_file('256x256.jp2', 'ic08')
self.assert_conv_file('18x18.j2k', 'icsb', arg=['-f'])
self.assert_conv_file('32x32.jpf', 'icp5', arg=['-f'])
def test_argb(self):
self.assert_conv_file('rgb.icns.argb', 'ic04')