|
FlatImage
A configurable Linux containerization system
|
Image processing utilities. More...
Functions | |
| Value< void > | 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. | |
Image processing utilities.
Handles image file operations including PNG and JPEG processing, icon resizing using ImageMagick, and format conversion. Supports reading image dimensions, resizing to standard icon sizes, and converting between image formats for desktop integration.
|
inline |
Resizes an input image to the specified width and height.
| path_file_src | Path to the input image file |
| path_file_dst | Path to the output image file |
| width | Target width of the output image |
| height | Target height of the output image |
Definition at line 115 of file image.hpp.