gem5 v24.0.0.0
|
#include "base/pngwriter.hh"
#include <png.h>
#include <cstdio>
#include <cstdlib>
#include "base/logging.hh"
Go to the source code of this file.
Classes | |
struct | gem5::PngWriter::PngStructHandle |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Functions | |
static void | gem5::writePng (png_structp pngPtr, png_bytep data, png_size_t length) |
Write callback to use with libpng APIs. | |