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
To save the image with a fixed resolution I am doing the following:
ImageViewer.Bitmap.LoadFromStream (FCameraView.ImageStream);
PHOTO: = ImageViewer.Bitmap;
PHOTO.Resize (1024,1024);
This worked for my app.
I take the captured image, add it in an ImageView to facilitate the user's visualization, but to save it I add the image in a TBitmap type variable, then I configure Resize to the size I need and save the image in the app's database.
As per title, add ability to set resolution of captured images
The text was updated successfully, but these errors were encountered: