eugenesimakin / link-sharing-app

0 stars 0 forks source link

Update user profile picture #6

Closed eugenesimakin closed 7 months ago

eugenesimakin commented 10 months ago
Washubrnfg85 commented 7 months ago

Users should not be able to upload images which size is more than 1024x1024px

If I understand correctly, two different images with width and height of 1024px can have different size in bytes depending on bit depth, resolution etc. We gonna limit file size or number of pixels?

eugenesimakin commented 7 months ago

Number of pixels and file types.

eugenesimakin commented 7 months ago

This is actually an optional task. You can postpone it until user's public page implemented.

Washubrnfg85 commented 7 months ago

All right.