I have a black-white tiff image with 15369×15360 pixels and 8 bit depth now I want to convert this image to a 7680×7680 tiff image and I want its bit depth to remain 8
what code can I use in matlab to do this?
I have a black-white tiff image with 15369×15360 pixels and 8 bit depth now
Share
So you want to resize the image? Do you want
imresize()from the Image Processing toolbox?