|
FlatImage
A configurable Linux containerization system
|
A library for operations on image files. More...
#include <filesystem>#include <boost/gil.hpp>#include <boost/gil/extension/io/jpeg.hpp>#include <boost/gil/extension/io/png.hpp>#include <boost/gil/extension/numeric/sampler.hpp>#include <boost/gil/extension/numeric/resample.hpp>#include "env.hpp"#include "log.hpp"#include "subprocess.hpp"#include "../std/enum.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ns_image |
| Image processing utilities. | |
Functions | |
| ns_image::anonymous_namespace{image.hpp}::ENUM (ImageFormat, JPG, PNG) | |
| Value< void > | ns_image::anonymous_namespace{image.hpp}::resize_impl (fs::path const &path_file_src, fs::path const &path_file_dst, uint32_t width, uint32_t height) |
| Internal implementation for resizing an image. | |
| Value< void > | ns_image::resize (fs::path const &path_file_src, fs::path const &path_file_dst, uint32_t width, uint32_t height) |
| Resizes an input image to the specified width and height. | |
A library for operations on image files.
Definition in file image.hpp.