AI Lab Logo Page


Introduction

The AI Lab Logo is available in a variety of formats and sizes for use in your Web pages and other documents. You may use the tables in the next section for viewing the different logo sizes and for downloading copies of the logo.

All of the logos are stored in a central area on the AI Lab's Web server. If you want to incorporate a logo in your Web pages, it is best to refer to one of the copies already stored on the server, rather than making a private copy of an image file. Please see the section on Tips for Using the Logos below for help on how to do this.

The images of the logo at the particular sizes given below have been specially optimized by generating pixel maps using different-sized original PostScript drawings, rather than rescaling one image to the different sizes. This resulted in better anti-aliasing characteristics. Some tips are given later below for how to generate other sizes of the logo.

The images all use 65 or fewer colors. Here are some other characteristics of the different formats:

GIF: CompuServe Graphics Interchange Format version 87a format, anti-aliased to a white background. The white background is set to be transparent. The images are not interlaced, because tests showed that interlacing produced worse looking results when the images were displayed by Netscape's Web browser.

EPSF Color: Encapsulated PostScript (EPSF 3.0) format. Use this when you expect the print output device will be a color printer; use the EPSF B/W format described below when you expect that the print output device will not be a color printer.

EPSF B/W: Encapsulated PostScript (EPSF 3.0) format. You should use this version of the logo when you expect that the print output device will not be a color printer, because it will result in better print quality.

TIFF: Tagged Image File Format.

PPM: Portable Pixmap format.

XPM: X11 Pixmap format version 3.

BMP: Microsoft Windows ``BMP'' format.

PCX: ZSoft ``PCX'' format, common on IBM-compatible PCs.

PICT: Macintosh ``PICT'' graphics format, in Macbinary file format. (When downloading this file format to a Macintosh, make sure to set the file type in your FTP program to ``Macbinary''.)
You may notice the absence of JPEG format files. This is because JPEG is not really suitable for encoding line drawings with only a few distinct colors -- JPEG is better for full-color images. Attempting to convert the logos to JPEG format invariably leads to poor-looking results and file sizes that are 2-4 times the size of the GIF format files.

Tables of Logos in Different Sizes and File Formats

To download a particular format, please click the left mouse button of your Web browser in one of the boxes below the particular size of logo that you want to use.

The sizes shown above the logo images are given as height x width in pixels.


Icon logos
32x32

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT
48x48

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT
54x54

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT

Full Logos
178x74

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT
200x84

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT
220x92

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT
272x120

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT
340x140

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT
420x170

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT
520x210

Format: GIF EPS (color) EPS (b/w) TIFF PPM XPM BMP PCX PICT

Tips for Using the Logos

The logos are available from a special directory from the AI Lab WWW server, referenced as "http://ai.eecs.umich.edu/logos/". You can incorporate a logo into your Web pages without making a personal copy of a logo file by putting in a reference of the following form into your HTML documents:

    <IMG SRC="http://ai.eecs.umich.edu/logos/logo-WIDTH.gif">
Here, ``WIDTH'' stands for one of the width dimensions tabulated above (e.g., 220, 340, etc.). For example, to put an inline copy of the 272 pixel wide logo into a Web page, you can use the following HTML code fragment:
    <IMG SRC="http://ai.eecs.umich.edu/logos/logo-272.gif">

If you need a logo at a size not provided here, you can produce a version at a difference size by using one of the following two approaches:

How the Different Formats of the Logo Were Created

For informational purposes, here is a summary of how the logo was created in the different formats shown in the table above:

GIF: CompuServe Graphics Interchange Format version 87a format, generated on an Apple Macintosh directly from the original Adobe Illustrator® 6.0 drawings, using Adobe PhotoShop® 3.0.5 and anti-aliasing to a white background. The background color is transparent. The images are not interlaced, because tests showed that interlacing produced worse looking results when the images were displayed by Netscape's Web browser.

EPSF Color: Encapsulated PostScript (EPSF 3.0) format, generated directly from the original Adobe Illustrator® 6.0 drawings.

EPSF B/W: Encapsulated PostScript (EPSF 3.0) format, generated directly from the original Adobe Illustrator® 6.0 drawings after making the following modifications. First, all blue areas in the original color illustration were changed to black, and second, the yellow-filled regions were changed to white. This approach resulted in superior print quality on monochrome or grayscale printers, so you should use this version of the logo when you expect that the print output device will not be a color printer.

TIFF: Tagged Image File Format, generated from the GIF images using the following sequence on a UNIX workstation:
    giftopnm logo-SIZE.gif | pnmtotiff -none > logo-SIZE.tiff
    

PPM: Portable Pixmap format, generated from the GIF images using the following sequence on a UNIX workstation:
    giftoppm logo-SIZE.gif > logo-SIZE.ppm
    

XPM: X11 Pixmap format version 3, generated from the GIF images using the following sequence on a UNIX workstation:
    giftoppm logo-SIZE.gif | ppmtoxpm > logo-SIZE.xpm
    

BMP: Microsoft Windows ``BMP'' format, generated from the GIF images using the following sequence on a UNIX workstation:
    giftoppm logo-SIZE.gif | ppmtobmp -windows > logo-SIZE.bmp
    

PCX: ZSoft ``PCX'' format, common on IBM-compatible PCs, generated from the GIF images using the following sequence on a UNIX workstation:
    giftoppm logo-SIZE.gif | ppmtopcx > logo-SIZE.pcx
    

PICT: Macintosh ``PICT'' graphics format, in Macbinary file format, generated from the GIF images using the following sequence on a UNIX workstation:
    giftoppm logo-SIZE.gif | ppmtopict > logo-SIZE.pict
    setenv MAC_FILETYPE "PICT"
    mcvert -vDd logo-SIZE.pict    
(When download this file format to a Macintosh, make sure to set the file type in your FTP program to ``Macbinary''.)


Back to the AI Lab Home Page