Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

馬の写真のサイズ制限が無い #173

Open
hutinoatari opened this issue Oct 9, 2022 · 4 comments
Open

馬の写真のサイズ制限が無い #173

hutinoatari opened this issue Oct 9, 2022 · 4 comments

Comments

@hutinoatari
Copy link
Member

No description provided.

@Azuki-bar
Copy link
Member

ファイルサイズをどのくらいにするか考えないといけない
バックエンドの制約については proto ファイルにvalidate-ruleを付ければ実現できる。
(参考資料 https://github.com/bufbuild/protoc-gen-validate#bytes)

@hutinoatari
Copy link
Member Author

閲覧環境のことを考えると960x720くらいが妥当そう

@Azuki-bar
Copy link
Member

バックエンド側の制約はファイルサイズ(base64エンコードしたバイト列の長さ)制限のみつける。
見た目上の画像サイズ(画素数)の制約はバックエンド側では付けない。

@Azuki-bar
Copy link
Member

なんとなくで1MBにします。
足りなくなったら増やせばいいし

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants