Improved icns support#565
Improved icns support#565aclark4life merged 15 commits intopython-pillow:masterfrom al45tair:icns-support
Conversation
|
PIL also needs support for JPEG 2000 |
|
Looks pretty good to me. I know we didn't have any tests on this before, but I'd like to get some in before merging. |
|
@wiredfool As before, I’m happy to add some tests. Does Pillow have its own icon? If it does, the test cases should probably use an |
|
There's no icon, and as far as I can tell no branding to turn into an icon. I'm open to improvements there. @aclark4life? |
|
Yes! Love the idea of adding icon support |
|
I was meaning an icon for Pillow. Branding. Publicity. Fame. Fortune!. or at least a beer. or something. |
|
Ah! Don't care. Sure, why not. |
|
@al45tair Can you address @wiredfool 's conditional import comment so we can merge this? Thanks |
|
And tests. |
|
Not to be impatient about them or anything. |
|
Well, the 2.4.0 deadline is coming… |
|
@aclark4life The conditional import comment refers to JPEG 2000 support, which (intentionally) isn't included in this particular iteration of the @wiredfool I'll knock together some simple tests today. |
|
@aclark4life @wiredfool OK, tests added, and a pre-existing bug affecting Python 3 fixed. Also, I don't know what you think about the icon in |
|
@aclark4life @wiredfool Since the JPEG 2000 support was merged, I’ve merged in my JPEG 2000 |
Adds support for PNG-encoded
.icnsfiles with of up to 512x512 (plus retina, so 1024x1024 at most).