PDA

View Full Version : [SOLVED:] Image frame resolution



Chunk
04-26-2017, 05:55 AM
I have a routine that changes the picture on a single image frame. The pictures change fine, but the resolution of the picture in the frame seems greatly diminished. (ie. text characters are broken up, graph lines aren't completely drawn in) any ideas on a correction for this? Thanks in advance.

Chunk

Chunk
04-28-2017, 07:44 AM
So, the issue appeared when setting the image frame parameter "PictureSizeMode". When set to "fmPictureSizeModeStretch", the sharpness, clarity of the picture obviously becomes distorted. Setting it back to "fmPictureSizeModeClip" did the trick.

mdmackillop
04-28-2017, 08:43 AM
Thanks for posting the solution