Writing Large Tiff Image file with Write_tiff [message #46355] |
Wed, 16 November 2005 03:38 |
raval.chintan
Messages: 54 Registered: May 2005
|
Member |
|
|
Hi,
I have a large Tiff image file of 10000 samples and 10000 lines, I want
to equalize it and save it in other Tiff file. I am reading the whole
image file in chuncks of [1024,1024] size, and enhance these chuncks
with hist_equal function.I am saving these chuncks in a new tiff file
by using /append keyword in write_tiff, but this keyword is writing
multiple images instead of single large image . The number of images
are around 210 in one Tiff image file which is not desired output.
Is there any way to store all these chuncks as a single large image?
I will appericiate any suggestions and support in this regard.
With Regards,
Chintan.
|
|
|