wok-next diff libicns/description.txt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libicns/description.txt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +libicns is a library for manipulation of the Mac OS icns resource format, also
     1.5 +known as the IconFamily resource type. It can read and write files from the
     1.6 +Mac OS X icns format, as well as read from Mac OS resource files and macbinary
     1.7 +encoded Mac OS resource forks.
     1.8 +
     1.9 +As of release 0.5.9, it can fully manipulate any 128x128 and smaller 32-bit
    1.10 +icons, and has partial support for manipulating 8-bit, 4-bit, and 1-bit icons.
    1.11 +
    1.12 +When linked with Jasper, it also has full support for 256x256 and 512x512 icon
    1.13 +sizes within the icon family.
    1.14 +
    1.15 +As of release 0.8.0, it can read the PNG format introduced with OS X Lion 10.7