[Rezilla-commits] RezillaExtras/Aida/Docs_Input InterfaceEditors_EN.aida, 1.9, 1.10
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2006-11-18 07:01:17
|
Update of /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15759 Modified Files: InterfaceEditors_EN.aida Log Message: Finalizing 1.1 Index: InterfaceEditors_EN.aida =================================================================== RCS file: /cvsroot/rezilla/RezillaExtras/Aida/Docs_Input/InterfaceEditors_EN.aida,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- InterfaceEditors_EN.aida 1 Nov 2006 17:01:45 -0000 1.9 +++ InterfaceEditors_EN.aida 18 Nov 2006 07:01:13 -0000 1.10 @@ -341,7 +341,7 @@ ((lk #bitmapeditor ))bitmap editor lk)) with tools which let you modify all the pixels of these icons at the appropriate color depth. -A typical icns editing window looks like this: +A typical 'icns' editing window looks like this: ((im ((s [rzil::imageFolder] s))rzil_icnseditor.gif Icns editor window im)) @@ -351,7 +351,31 @@ present in the family: click on the item to create it. To remove a member, use the ((i Remove i)) button. -The icns editor also supports the ((i Import i)) and the ((i Export i)) +The 'icns' editor supports the ((i Explode i)) and ((i Implode i)) +commands located in the ((i +Actions i)) menu: +((lu +((li the ((i Explode i)) command lets you split the 'icns' resource into +individual resources corresponding to all the members stored in the icon. +Each member has a type (like 'ics#', 'ics4', 'is32', 't8mk', etc.) and is +saved as a resource with the same type and same ID. If a resource of the +same type or ID already exists, Rezilla will display the usual conflicts +resolution dialog. Some members of an 'icns' resource are stored in a +compressed format. The Explode command uncompresses them, which means that +all the individual resources contain the real bitmap data. + +((li the ((i Implode i)) command lets you build an 'icns' resource from +individual bitmap resources. This functionality works only on newly created +empty resources: in order to implode resources, you must first create a new +'icns' resource in the main document and then invoke the ((i Implode i)) +command in its editing window. Rezilla will ask you to specify an ID (which +is not necessarily the same as the ID of the 'icns' resource) and will +collect all the resources found in the table with this ID and with one of +the types allowed in 'icns' resources. + +lu)) + +The 'icns' editor also supports the ((i Import i)) and the ((i Export i)) commands located in the ((i File i)) menu: ((lu ((li the ((i Import i)) command lets you import an icon family from a file |