Hi all,
I have an application that requires me to load an image into
a picture or image or picclip control.Picture will be JPG format
and of size 800 X 600 pixels. It will be displayed as say, 200 X 100
pixels. Question: Is it possible to save the image as a 200 X 100 image,
or can I only save it as 800 X 600?
I have tried, using a picture control, 'SavePicture Picture1.Pictur e,
"qaz.jpg"'
which does not save the resize the image.
Any pointers or help would be gratefull.
Cheers,
GST
I have an application that requires me to load an image into
a picture or image or picclip control.Picture will be JPG format
and of size 800 X 600 pixels. It will be displayed as say, 200 X 100
pixels. Question: Is it possible to save the image as a 200 X 100 image,
or can I only save it as 800 X 600?
I have tried, using a picture control, 'SavePicture Picture1.Pictur e,
"qaz.jpg"'
which does not save the resize the image.
Any pointers or help would be gratefull.
Cheers,
GST
Comment