You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS simulator (NOT Rhodes emulator - haven't tried), images imported using the Camera API are improperly-scaled when their dimensions are less than desired_width, desired_height.
Those images should not be scaled.
Example: Put an image of 150x200px on the camera roll. Load it using either Choose Image or Take Picture from the Camera API dialog. Set desired dimension to, for example, 800x600.
The image is incorrectly scaled-down to 112x150 px.
This does not occur when run on iOS hardware. Both Choose Picture and Take Picture work correctly when run on hardware. e.g. in the above example, the image will be imported at 150x200px.
Of course, images larger than the desired are scaled-down.
The text was updated successfully, but these errors were encountered:
See below for some history. I first observed this in 3.5.1. Still present in 5.0.2.
https://developer.motorolasolutions.com/message/16459#16459
On iOS simulator (NOT Rhodes emulator - haven't tried), images imported using the Camera API are improperly-scaled when their dimensions are less than
desired_width
,desired_height
.Those images should not be scaled.
Example: Put an image of 150x200px on the camera roll. Load it using either Choose Image or Take Picture from the Camera API dialog. Set desired dimension to, for example, 800x600.
The image is incorrectly scaled-down to 112x150 px.
This does not occur when run on iOS hardware. Both Choose Picture and Take Picture work correctly when run on hardware. e.g. in the above example, the image will be imported at 150x200px.
Of course, images larger than the desired are scaled-down.
The text was updated successfully, but these errors were encountered: