| 183 | } |
| 184 | |
| 185 | bool saveTiff(const BitmapConstSection<float, 1> &bitmap, const char *filename) { |
| 186 | return saveTiffFloat(bitmap, filename); |
| 187 | } |
| 188 | bool saveTiff(const BitmapConstSection<float, 3> &bitmap, const char *filename) { |
| 189 | return saveTiffFloat(bitmap, filename); |
| 190 | } |
no test coverage detected