LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 11 Nov 2003 15:41:32 -0800
Reply-To:     Jack <klazno4@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jack <klazno4@YAHOO.COM>
Organization: http://groups.google.com
Subject:      Re: Annotate, image function and emf format
Content-Type: text/plain; charset=ISO-8859-1

Yhaung, I can't tell you why that format doesn't seem to work, but can ask a few questions. Just because you can see the image with the sas img editor doesn't mean that your SAS/Graph engine supports it. Run the proc gdevice with no options . You should get a dump of all the devices that work with you SAS install. I assume that you have converted the gif to the emf format, so that can't be the reason. Perhaps the file is 'read-only' this could certainly throw SAS a curve. If you can't get the emf to work why not use the bmp device. Thats a windows format too. (Why not use the gif format since you say that works?)

The only other thing that I can think of is that you reset the options and by default the SAS system uses the gif device. Could that be the reason? I would explicitly reset the device to emf again.

I hope that I shed some light. Jack


Back to: Top of message | Previous page | Main SAS-L page