QMRITools`
QMRITools`

SaveImage

SaveImage[image]

exports graph to image,ImageSize,FileType and ImageResolution can be given as options.

SaveImage[image,"filename"]

exports graph to image with "filname", ImageSize, FileType and ImageResolution can be given as options.

Details

  • The following options can be given:
  • ImageSize6000ImageSize is an option that specifies the overall size of an image to display for an object.
    FileType".jpg"FileType["file"] gives the type of a file, typically File, Directory, or None.
    ImageResolution300ImageResolution is an option for Export, Rasterize, and related functions that specifies at what resolution bitmap images should be rendered.

Examples