On this page:
image
image/ plain
Version: 4.2.1

11.9 Images

(image filename-relative-to-source    
  pre-element ...)  flow-element?
  filename-relative-to-source : string?
  pre-element : any/c
Creates a centered image from the given relative source path. The decoded pre-content serves as the alternate text for contexts where the image cannot be displayed.

The path is relative to the current directory, which is set by setup-plt and scribble to the directory of the main document file.

When generating Latex output, if the filename has a ".gif" suffix, then the suffix is changed to ".png" (so a PNG file must exist in addition to the GIF file).

(image/plain filename-relative-to-source    
  pre-element ...)  element?
  filename-relative-to-source : string?
  pre-element : any/c
Like image, but the result is an element to appear inline in a paragraph.