atom feed6 messages in at.iem.pd-listRE: pix_Image File Closing
FromSent OnAttachments
Phil COct 20, 2000 6:53 am 
Mark DanksOct 20, 2000 8:36 am 
Phil COct 20, 2000 10:29 am 
Mark DanksOct 20, 2000 10:37 am 
Phil COct 20, 2000 10:51 am 
Mark DanksOct 20, 2000 11:38 am 
Subject:RE: pix_Image File Closing
From:Mark Danks (mda@Stormfront.com)
Date:Oct 20, 2000 8:36:12 am
List:at.iem.pd-list

If you send an open message to pix_image, then the old image is purged. You are correct that there isn't a "close" message.

Can you use pix_multiimage?

Later, Mark

-----Original Message----- From: Phil C [mailto:pf@step.polymtl.ca] Sent: Friday, October 20, 2000 4:47 AM To: pd-l@iem.mhsg.ac.at Subject: pix_Image File Closing

gemers,

Is there a way to close a file after it has been opened with the message "Open file1.jpg" sent to a pix_Image. I'm creating a patch that's going to open hundreds of images one after the other and I want a way to close them when I don't need them anymore. The only way I can free a file right now is to close PD. Shouldn't there be a "Close" message. Same thing for the pix_ImageInPlace object.