Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在(部分)libgeotiff API文档中,没有说明以下函数的返回值的含义:
这些函数将返回哪些可能的返回值?这些值是什么意思?
我必须深入研究源代码才能弄清楚这些,我猜其他人可能会从这些信息中受益。简单的答案是,这两个函数都将返回 1 表示成功,0 表示失败。这是直截了当的,但是由于 libtiff 的返回值对各种函数的含义有所不同,我不确定 libgeotiff 将如何处理这些。