Glad to have helped. I see you also used the "Splice and Draw" technique to add a label under the image.
Just remember this does change the ratio of dimensions of the resulting image and thus it is unlikely image will
resize to be exactly 640x480 (especially if the image did have a 4:3 aspect ratio to start with).
That is why drawing on top of the image may be better. Depends if you need to preserve the 4:3 aspect ratio of an image (say to match the output display) or not.
Also doing this before the resize means that if you apply the label to say a larger image than others in the sequence, the final label for that image after resizing may be smaller than the others. For example labelling a 640x480 image from a website, then a 2304x1728 image from my first digital camera, or a 3264x2448 from a modern mobile phone.
You probably should resize the image first (leaving space for the appended/spiced label) first.