569
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
interface imgIEncoder : nsISupports | interface imgIEncoder : nsISupports | ||
{ | { | ||
void encode(imgIContainer in | void encode(in imgIContainer input, in nsIInputStream output); | ||
/* Output width/height */ | /* Output width/height */ |
edits