]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/image.h
Load cups into easysw/current.
[thirdparty/cups.git] / filter / image.h
index ae90b94fc7eb18710f7a8275a6ff9d56e5f2f6fa..b77e6ddc3f69caff25b5198dd00d4e58828233f3 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * "$Id: image.h 4741 2005-10-02 04:25:52Z mike $"
+ * "$Id: image.h 5191 2006-02-27 02:47:56Z mike $"
  *
  *   Image library definitions for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 1993-2005 by Easy Software Products.
+ *   Copyright 1993-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Easy Software Products and are protected by Federal
@@ -52,13 +52,6 @@ typedef enum cups_icspace_e          /**** Image colorspaces ****/
   CUPS_IMAGE_RGB_CMYK = 4              /* Use RGB or CMYK */
 } cups_icspace_t;
 
-typedef enum cups_iztype_e             /**** Image zoom type ****/
-{
-  CUPS_IZOOM_FAST,                     /* Use nearest-neighbor sampling */
-  CUPS_IZOOM_NORMAL,                   /* Use bilinear interpolation */
-  CUPS_IZOOM_BEST                      /* Use bicubic interpolation */
-} cups_iztype_t;
-
 
 /*
  * Types and structures...
@@ -133,11 +126,6 @@ extern void                cupsImageWhiteToRGB(const cups_ib_t *in,
                                            cups_ib_t *out, int count);
 extern void            cupsImageWhiteToWhite(const cups_ib_t *in,
                                              cups_ib_t *out, int count);
-extern void            cupsImageZoomDelete(cups_izoom_t *z);
-extern void            cupsImageZoomFill(cups_izoom_t *z, int iy);
-extern cups_izoom_t    *cupsImageZoomNew(cups_image_t *img, int x0, int y0,
-                                         int x1, int y1, int xsize, int ysize,
-                                         int rotated, cups_iztype_t type);
 
 
 #  ifdef __cplusplus
@@ -147,5 +135,5 @@ extern cups_izoom_t *cupsImageZoomNew(cups_image_t *img, int x0, int y0,
 #endif /* !_CUPS_IMAGE_H_ */
 
 /*
- * End of "$Id: image.h 4741 2005-10-02 04:25:52Z mike $".
+ * End of "$Id: image.h 5191 2006-02-27 02:47:56Z mike $".
  */