Hello !
I am trying to develop a video editor (VB6).
For that I am looking for a way to combine 2 .jpeg pictures onto one file (also .jpeg).
Note, please that this files have the same dimensions (width and height).
And I need that one of them to be smaller than the other.
So, my idea is to use 3 pictures boxes:
Pic_1) with full size (JPEG dimensions).
Pic_2) at a percent (say 20%) from the Pic_1.
Pic_3) again at full size but as background the Pic_1 image and, in front of this image the image from Pic_2 placed at certain coordinates (relative to Pic_3 edges).
Is it any way to create the image for Pic_3 ?
To get a better idea: I try to show a movie in another movie.
Thank you !
I am trying to develop a video editor (VB6).
For that I am looking for a way to combine 2 .jpeg pictures onto one file (also .jpeg).
Note, please that this files have the same dimensions (width and height).
And I need that one of them to be smaller than the other.
So, my idea is to use 3 pictures boxes:
Pic_1) with full size (JPEG dimensions).
Pic_2) at a percent (say 20%) from the Pic_1.
Pic_3) again at full size but as background the Pic_1 image and, in front of this image the image from Pic_2 placed at certain coordinates (relative to Pic_3 edges).
Is it any way to create the image for Pic_3 ?
To get a better idea: I try to show a movie in another movie.
Thank you !
Comment