Home | History | Annotate | Download | only in imd

Lines Matching refs:image

276   /* Declare the image */
341 /* fprintf(stderr,"reading image\n"); */
342 /* Read the image in */
358 /* create the destination image */
371 /* if the src image has wider aspect ratio than the max */
375 /* if the src image has taller aspect ratio than the max */
388 /* Scale it to the destination image */
394 /* write the output image */
998 NEOERR *dowork_image (CGI *cgi, char *image)
1030 snprintf (srcpath, sizeof(srcpath), "%s/%s", basepath, image);
1032 maxW, maxH,image);
1056 cgiwrap_writef("Content-Type: image/jpeg\n");
1058 cgiwrap_writef("Content-Type: image/gif\n");
1076 char *image;
1108 image = hdf_get_value(cgi->hdf, "Query.image", NULL);
1111 if (image)
1113 err = dowork_image(cgi, image);