SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
image_utils.h
Go to the documentation of this file.
1#pragma once
2
6
7#include "image.h"
8#include <functional>
9
10namespace satdump
11{
12 namespace image
13 {
24 Image make_manyimg_composite(int count_width, int count_height, int img_cnt, std::function<Image(int cnt)> get_img_func);
25
26 // TODOREWORK this might change?
27 Image blend_images(std::vector<Image> &images);
28 Image merge_images_opacity(Image &img1, Image &img2, float op);
29 } // namespace image
30} // namespace satdump
Definition image.h:17
Core Image class.