| 261 | } |
| 262 | |
| 263 | std::string Xtc::getThumbBmpPath() const { return cachePath + "/thumb_[HEIGHT].bmp"; } |
| 264 | std::string Xtc::getThumbBmpPath(int height) const { return cachePath + "/thumb_" + std::to_string(height) + ".bmp"; } |
| 265 | |
| 266 | bool Xtc::generateThumbBmp(int height) const { |
no outgoing calls
no test coverage detected