The cpdf_import_jpeg() function opens an image stored in the file with the name file_name. The format of the image has to be jpeg. The image is placed on the current page at position (x-coor, y-coor). The image is rotated by angle degrees. gsave should be non-zero to allow this function to operate correctly.
선택 인자 mode는 유니트 길이를 결정합니다. 0이나 없을 경우에는 페이지를 위한 특정값을 기본 유니트로 사용합니다. 그렇지 않으면 현재 유니트를 무시하고 포스트스크립트 상에서 좌표를 측정합니다.
See also cpdf_place_inline_image().