wok-next
annotate libicns/description.txt @ rev 21545
updated cgames (2.2 -> 2.2b)
author |
Hans-G?nter Theisgen |
date |
Sun Jun 21 17:35:44 2020 +0100 (2020-06-21) |
parents |
|
children |
|
rev |
line source |
al@20854
|
1 libicns is a library for manipulation of the Mac OS icns resource format, also
|
al@20854
|
2 known as the IconFamily resource type. It can read and write files from the
|
al@20854
|
3 Mac OS X icns format, as well as read from Mac OS resource files and macbinary
|
al@20854
|
4 encoded Mac OS resource forks.
|
al@20854
|
5
|
al@20854
|
6 As of release 0.5.9, it can fully manipulate any 128x128 and smaller 32-bit
|
al@20854
|
7 icons, and has partial support for manipulating 8-bit, 4-bit, and 1-bit icons.
|
al@20854
|
8
|
al@20854
|
9 When linked with Jasper, it also has full support for 256x256 and 512x512 icon
|
al@20854
|
10 sizes within the icon family.
|
al@20854
|
11
|
al@20854
|
12 As of release 0.8.0, it can read the PNG format introduced with OS X Lion 10.7
|