| 153 | } |
| 154 | |
| 155 | PathType |
| 156 | ImageFileWriter::GetFileName() const |
| 157 | { |
| 158 | return this->m_FileName; |
| 159 | } |
| 160 | |
| 161 | void |
| 162 | ImageFileWriter::Execute(const Image & image, const PathType & inFileName, bool useCompression, int compressionLevel) |
nothing calls this directly
no outgoing calls
no test coverage detected