Replies: 3 comments
-
Nothing immediately comes to mind unless you wanted to read smaller windows or fewer samples. Would need to spend time with a profiler or looking for optimizations. You can fork this project and include as a local project if you would like to investigate. We are open to pull requests if you find any improvements or optimizations. |
Beta Was this translation helpful? Give feedback.
-
Thanks for response @bosborn. So from our apps perspective, a pointer to the array of pixels could have been enough. Because we utilize P.S. I have not worked on objective-c before. If I come up with any improvements will share that for sure. |
Beta Was this translation helpful? Give feedback.
-
Converted from an Issue to a Discussion |
Beta Was this translation helpful? Give feedback.
-
I am a masters student as University of Southern California. We are using tiff-ios CocoaPod in one of our apps. We use tiff-ios to read the tiff file. The dimensions of the tiff image are
920 X 1035
. The number of bands in the tiff file are7
. It takes approximately2-2.5
seconds for tiff-ios to read all the rasters. We are looking for even faster solutions.I wanted to ask for optimizations if possible. Do you have any suggestions to make the reading faster?
Beta Was this translation helpful? Give feedback.
All reactions