|
|
| venomousmule |
| Posted: Jun 29 2005, 11:10 PM |
 |
|
Unregistered

|
Well, I haven't found anything to help with my Matlab problem in other sources so I thought I'd ask here.
I've got a multiframe image. I know it's valid because the "montage" command works well to display all the frames at once.
Supposedly, I can use the "imwrite" command to create a multiframe TIFF image. However I keep getting an error telling me the TIFF doesn't support 4D info.
If anyone has any suggestions let me know, I'm stumped. |
 |
| venomousmule |
| Posted: Jul 1 2005, 07:28 AM |
 |
|
Unregistered

|
Well if anyone is curious, apparently you need to save the first frame as a TIFF file and then use a loop with the "imwrite - append" function appending to the file each time until you build up your multiframe image. |
 |