| 347 | } |
| 348 | |
| 349 | void copyPixels(uint8_t* out, size_t outLen, int rowPitch) |
| 350 | { |
| 351 | _wicBitmap->CopyPixels(NULL, static_cast<UINT>(rowPitch), static_cast<UINT>(outLen), out); |
| 352 | } |
| 353 | |
| 354 | private: |
| 355 | friend class Image; |
no outgoing calls
no test coverage detected