Mozilla2:Image Encoding: Difference between revisions

Jump to navigation Jump to search
Line 7: Line 7:
  {
  {
   /* input image data
   /* input image data
    * output stream
     * result width
     * result width
     * result height
     * result height
     */
     */
   void encode(in imgIContainer input, in nsIOutputStream output,
   nsIInputStream encode(in imgIContainer input, in unsigned long width, in unsigned long height);
              in unsigned long width, in unsigned long height);
   
   
   /* type of scaling */
   /* type of scaling */
569

edits

Navigation menu