View Single Post
  #1  
Old 12-19-2005, 03:36 PM
Jeff W Jeff W is offline
Member
 
Join Date: May 2004
Posts: 85
Default I want to save 1 image to X image files with different names.

I know this is kind of a strange question, but I'm hoping someone can help me out:

I want to save 1 image to X image files with different names and I have the list of names in a comma separated form: A.bmp, B.bmp, C.bmp, etc

I can change the list to a different form through liberal of grep if necessary. i.e. I can get it into the form "A.bmp" "B.bmp"...etc

I need to do this twice. Once for a bitmap and once for a jpeg.

Thanks.
Reply With Quote