mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-01 18:33:05 +03:00
Updated comment
This commit is contained in:
parent
9ae80a804f
commit
74080b94f9
|
@ -112,12 +112,9 @@ def test_older_icon():
|
||||||
|
|
||||||
|
|
||||||
def test_jp2_icon():
|
def test_jp2_icon():
|
||||||
# This icon was made by using Uli Kusterer's oldiconutil to replace
|
# This icon uses JPEG 2000 images instead of the PNG images.
|
||||||
# the PNG images with JPEG 2000 ones. The advantage of doing this is
|
# The advantage of doing this is that OS X 10.5 supports JPEG 2000
|
||||||
# that OS X 10.5 supports JPEG 2000 but not PNG; some commercial
|
# but not PNG; some commercial software therefore does just this.
|
||||||
# software therefore does just this.
|
|
||||||
|
|
||||||
# (oldiconutil is here: https://github.com/uliwitness/oldiconutil)
|
|
||||||
|
|
||||||
if not ENABLE_JPEG2K:
|
if not ENABLE_JPEG2K:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user