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

Check image size and format limitations in app #429

Closed
markoaamunkajo opened this issue Aug 14, 2024 · 4 comments
Closed

Check image size and format limitations in app #429

markoaamunkajo opened this issue Aug 14, 2024 · 4 comments

Comments

@markoaamunkajo
Copy link
Collaborator

Description:

Check image size and format limitations in app

@markoaamunkajo
Copy link
Collaborator Author

640heif - blocked
1280 heif - blocked
1920 heif - blocked
heic 1920x1280 - blocked
iOS proraw_max - blocked
iOS max - blocked
iOS proraw_12mp - blocked
jpg 1920x1280
jpg 6720x4480
jpg 8974x6434
jpg 2400x1720
jpg 1920x455
jpg 8192x2932
jpg 8268x1960
gif animation (only still image supported)
png 2400x1720
tiff 2400x1720 - NO (gets stuck in uploading)
webp 1920x1280

@markoaamunkajo
Copy link
Collaborator Author

@io53 should we be able to support few more image formats?
Check the comment about TIFF, for me file upload never finished so I expect an error happened.

@markoaamunkajo markoaamunkajo added the bug Something isn't working label Aug 14, 2024
io53 pushed a commit that referenced this issue Aug 14, 2024
@io53 io53 assigned markoaamunkajo and unassigned io53 Aug 14, 2024
@io53
Copy link
Collaborator

io53 commented Aug 14, 2024

Image format depends on the browser in the current implementation. For example in safari both TIFF and HEIC works.
Supporting more would require us to use some image library which seem to be a bit overkill for our use.
I added an error toast if it fails to convert the image to jpg.

@markoaamunkajo
Copy link
Collaborator Author

Checked also language file, all good.

@markoaamunkajo markoaamunkajo added ready to deploy and removed bug Something isn't working labels Aug 15, 2024
@io53 io53 assigned markoaamunkajo and unassigned io53 Aug 21, 2024
@markoaamunkajo markoaamunkajo removed their assignment Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants