01-31-2008, 9:02
|
wilxom
Joined on 01-09-2008
Posts 15
|
Re: Compress a multipage tiff
|
 
 
|
|
|
Hi,
I try the below 2 options but both in return with invalid properties used.
Option 1:
RasterIO.SaveOldJTIF = True
RasterIO.SaveOldJTIF rasterImage, strDir & strName, FILE_TIF_JPEG, 8, 1, SAVE_OVERWRITE
Option 2:
RasterIO.SaveOldJTIF = True
RasterIO.Save rasterImage, strDir & strName, FILE_TIF_JPEG, 8, 1, SAVE_OVERWRITE
Just for enquiry, am i using the wrong command. Please assist. Thanks.
Regards,
Wilson
|
|
|
|
|
Report
|
|
|
|