import"sbIImageParser.idl";
Public Member Functions | |
AString | getICOBySize (in nsILocalFile aICOFile, in PRUint32 aSize) |
Provides a set of utility routines for parsing various image formats.
"@songbirdnest.com/Songbird/ImageParser;1" Use getService with this component.
Definition at line 39 of file sbIImageParser.idl.
AString sbIImageParser::getICOBySize | ( | in nsILocalFile | aICOFile, |
in PRUint32 | aSize | ||
) |
Given an nsILocalFile pointing to the .ico file, and a given size, return the base64 encoded data representing the actual icon file itself.
aICOFile | The .ICO file to parse |
aSize | The resolution of the frame to return (16, 32, 64, etc.) |