Skip to content

Instantly share code, notes, and snippets.

@brynmathias
Created July 29, 2018 07:04
Show Gist options
  • Save brynmathias/8e5dda409684a185628e48b7cf823fe1 to your computer and use it in GitHub Desktop.
Save brynmathias/8e5dda409684a185628e48b7cf823fe1 to your computer and use it in GitHub Desktop.
syntax = 'proto3';
package protobuf.data;
import "protobuf/common/messageData.proto";
message Image {
bytes image_data = 1;
int32 height = 2;
int32 width = 3;
int64 frame = 4;
protobuf.common.messageData _message_data = 5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment