Resizing an Image

Bill Norris

Active Member
Licensed User
Longtime User
I have an imageview that is 350 height by 600 width. Right now, I am using photoshop to proportionally resize all of thejpeg images in the database so they don't exceed 350 height of 600 width. The imageview gravity property is set to CENTER. I would like to be able to use the app to do the resizing but I don't know where to begin, if it is possible. Any help appreciated
 

JonPM

Well-Known Member
Licensed User
Longtime User
Not too sure what you mean. Imageview.width & Imageview.height?

Sent from my DROIDX using Tapatalk 2
 
Upvote 0

Bill Norris

Active Member
Licensed User
Longtime User
RE:

Yes -- the imageview.width is 600, imageview.height is 350. I can't resize the imageview because that's all the space I can allot for it. I need to proportionally resize the image when it loads into the imageview. I can't use Gravity of fill because the images will be out of proportion.
 
Upvote 0
Top