Image Missing from Deployment

Hi all –

I have a PDF Report application that refers to an image to use as a second background like so:

/*------------------ Page 2 -----------------*/
            sc_pdf_add_page();
            sc_pdf_image('/opt/web/AdminTest-93/_lib/img/grp_NM_img_NM_Invoice2ndpage.jpg',10,10,185,210,'jpg');

            /*-------------------------------------------*/        

However, this image is not in _lib/img at all. When I go to the Images Manager in SC, it is in the Project --> General Images folder. How do I get this image to deploy with the rest of the application??

I feel like this should be simple, but I cannot figure it out.

Figured it out. I just had to add the image into the Application --> Settings --> Images area to get it to deploy with the application.