Skip to content
Snippets Groups Projects
Commit b759d0dc authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

update images GetRequest

parent 0627c9f8
No related branches found
No related tags found
1 merge request!85Draft: Изменена спецификация Images, добавлены параметры получения изображений и команды для обработки
...@@ -15,6 +15,12 @@ message GetRequest { ...@@ -15,6 +15,12 @@ message GetRequest {
message GetOptions { message GetOptions {
repeated Param params = 1; repeated Param params = 1;
optional string preset = 2;
optional string format = 3;
optional int32 quality = 4;
optional string hint = 5;
optional string resampling = 6;
optional bool no_cache = 7;
} }
files.File source = 1; files.File source = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment