[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: image linking



        Reply to:   RE>image linking
sure.  i think you'll have to SAVE the image file first, though.  if it's a
PICT file you can just open a window and draw up the PICT using a variety of
methods.  The file in the Examples folder called:  picture-files.lisp will do
the job but if your window ever needs to be redrawn, things get clumsy.  The
more robust solution is to draw the PICT to a gworld and draw the gworld to the
window (lightnin' fast).  

steve casner


--------------------------------------
Date: 5/13/1994 7:14 PM
To: Steve Casner
From: Abdulrahman Al-Tassan
I am writing a program in MCL in which I manipulate a descrition of an image
(picture). I would like to know if there is a way for me to pop up a window
with the picture after finishing manipulating the text description. (I deal
with 30 images). Thank you.

------------------ RFC822 Header Follows ------------------
Received: by qmgate.arc.nasa.gov with SMTP;13 May 1994 19:14:57 U
Received: from brazil.cambridge.apple.com (brazil.cambridge.apple.com
[198.112.73.3]) by eos.arc.nasa.gov (8.6.4/8.6.4) with SMTP id TAA17322 for
<casner@eos.arc.nasa.gov>; Fri, 13 May 1994 19:14:34 -0700
Received: from ministry.cambridge.apple.com by brazil.cambridge.apple.com with
SMTP (5.64/25-eef)
	id AA06813; Fri, 13 May 94 22:14:02 -0400
	for casner@eos.arc.nasa.gov
Received: by cambridge.apple.com (5.64/25-eef)
	id AA06864; Fri, 13 May 94 22:13:35 -0400
Received: from brazil.cambridge.apple.com by cambridge.apple.com with SMTP
(5.64/25-eef)
	id AA06860; Fri, 13 May 94 22:13:30 -0400
Received: from blue.engin.umich.edu by brazil.cambridge.apple.com with SMTP
(5.64/25-eef)
	id AA06796; Fri, 13 May 94 22:13:15 -0400
	for info-mcl@cambridge.apple.com
Received: (nbfd@localhost) by blue.engin.umich.edu (8.6.8/8.6.4) id WAA20600
for info-mcl@cambridge.apple.com; Fri, 13 May 1994 22:13:27 -0400
Date: Fri, 13 May 1994 22:13:27 -0400
From: Abdulrahman Al-Tassan <nbfd@engin.umich.edu>
Message-Id: <199405140213.WAA20600@blue.engin.umich.edu>
To: info-mcl@cambridge.apple.com
Subject: image linking