Mozilla2:Image Encoding

From MozillaWiki
Revision as of 01:01, 8 March 2005 by Pavlov (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

interface imgIEncoder : nsISupports {

 nsIOutputStream encode(imgIContainer image, nsAUTF8String mimetype);
 /* Output width/height */
 attribute unsigned long width;
 attribute unsigned long height;
 /* scaling */
 ??

};