I want to read an tiff image from a zipped folder, how do I do that?
Asked
Active
Viewed 171 times
0
-
2Welcome to SO. Could you edit your post to include what you have tried so far and what issues you are having? – Jaccar Sep 19 '19 at 14:36
-
To unzip a zipped folder you can use `unzip`: https://stackoverflow.com/questions/33203800/unzip-a-zip-file. To read a TIFF image you can use `readTIFF`: https://stackoverflow.com/questions/27439538/how-to-convert-tiff-image-to-jpeg-using-r. – AkselA Sep 19 '19 at 14:43
-
Is it possible to do it without unzipping it, because I just need one file out of 5000? (Will upload details soon) – Holiday Tang Sep 20 '19 at 13:41