Typically, images are stored somewhere in the database, maybe as a Blob in a file, or a Bitmap or External Resource in the LANSA repository or it may just be a file somewhere on the Application Server. Whatever form it is saved in you need to access the image in the Server Module and assign it to a Blob to be passed to the requesting client.
SrvRoutine Name(GetImage)
Field_Map For(*output) Field(#xEmployeeImage)
Field_Map For(*output) Field(#xEmployeeImageThumbnail)
Field_Map For(*output) Field(#XEmployeeImageMidSize)