42 #ifndef __BASE_PNG_HH__ 43 #define __BASE_PNG_HH__ 76 void write(std::ostream &png)
const override;
107 #endif // __BASE_PNG_HH__
Internal gem5 representation of a frame buffer.
PngWriter(const FrameBuffer *_fb)
Create a png that takes data in a given mode & size and outputs to an ostream.
void write(std::ostream &png) const override
Write the frame buffer data into the provided ostream.
PngPixel24 & operator=(const Pixel &rhs)
struct PngWriter::PngPixel24 M5_ATTR_PACKED
const char * getImgExtension() const override
Return Image format as a string.
Image writer implementing support for PNG.
static const char * _imgExtension
Internal gem5 representation of a Pixel.
Png Pixel type: not containing padding.