FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
image.hpp File Reference

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"
Include dependency graph for image.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

A library for operations on image files.

Author
Ruan Formigoni

Definition in file image.hpp.