-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Image size issue #74
Comments
That an issue I'm currently trying to solve. |
@riderx thank you i've worked on something but i'm not sure if it is the right approach (For iOS)
And i call the method once the image is captured
|
This will break the aspect ratio of the image right? |
@riderx "resizeImage" doesnt break the aspect ratio of the image, it ensures that the aspect ratio is maintained by calculating the correct scaling factor based on the target size. |
if the image is 19:9 and we want 4:3 where does the pixel go then ? |
Hello,
I'm facing an issue setting captured image size in iOS & Android
I'm using capacitor 6 and plugin version 6.2.13
When i set the image size :
The captured image will never have the resolution i've chosen ! The only thing i can control is the quality
Any solution to this ?
The text was updated successfully, but these errors were encountered: