mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-20 01:31:31 +02:00
nits
This commit is contained in:
@@ -141,9 +141,9 @@ struct img_tool {
|
||||
|
||||
struct calc_size_opt {
|
||||
int align_size = 1;
|
||||
int min_pixels = 0;
|
||||
int max_pixels = 0;
|
||||
// if longest_edge > 0, both longest_edge and min/max_pixels will be respected
|
||||
int min_pixels = 0; // 0 = disabled
|
||||
int max_pixels = 0; // 0 = disabled
|
||||
// applied before min/max_pixels, so min_pixels can push an edge back above longest_edge
|
||||
int longest_edge = 0; // 0 = disabled
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user