mangayomi-mirror/messages/crop_borders.proto
kodjomoustapha 2353b48e59 fix
2024-05-20 16:28:16 +01:00

8 lines
232 B
Protocol Buffer

syntax = "proto3";
package crop_borders;
// [RINF:DART-SIGNAL]
message CropBordersInput { int32 interaction_id = 1; bytes image = 2; }
// [RINF:RUST-SIGNAL]
message CropBordersOutput { int32 interaction_id = 1; bytes image = 2; }