.\" This manpage content is licensed under Creative Commons .\" Attribution 4.0 International (CC BY 4.0) .\" https://creativecommons.org/licenses/by/4.0/ .\" This manpage was generated from SDL_image's wiki page for IMG_LoadPCX_IO: .\" https://wiki.libsdl.org/SDL_image/IMG_LoadPCX_IO .\" Generated with SDL/build-scripts/wikiheaders.pl .\" revision 3~git20240319~18b2816+ds-1 .\" Please report issues in this manpage's content at: .\" https://github.com/libsdl-org/sdlwiki/issues/new .\" Please report issues in the generation of this manpage from the wiki at: .\" https://github.com/libsdl-org/SDL/issues/new?title=Misgenerated%20manpage%20for%20IMG_LoadPCX_IO .\" SDL_image can be found at https://libsdl.org/projects/SDL_image .de URL \$2 \(laURL: \$1 \(ra\$3 .. .if \n[.g] .mso www.tmac .TH IMG_LoadPCX_IO 3 "SDL_image 3.0.0" "SDL_image" "SDL_image3 FUNCTIONS" .SH NAME IMG_LoadPCX_IO \- Load a PCX image directly\[char46] .SH SYNOPSIS .nf .B #include \(dqSDL3_image/SDL_image.h\(dq .PP .BI "SDL_Surface * IMG_LoadPCX_IO(SDL_IOStream *src); .fi .SH DESCRIPTION If you know you definitely have a PCX image, you can call this function, which will skip SDL_image's file format detection routines\[char46] Generally it's better to use the abstract interfaces; also, there is only an SDL_IOStream interface available here\[char46] .SH FUNCTION PARAMETERS .TP .I src an SDL_IOStream to load image data from\[char46] .SH RETURN VALUE Returns SDL surface, or NULL on error .SH AVAILABILITY This function is available since SDL_image 3\[char46]0\[char46]0\[char46] .SH SEE ALSO .BR IMG_LoadAVIF_IO (3), .BR IMG_LoadICO_IO (3), .BR IMG_LoadCUR_IO (3), .BR IMG_LoadBMP_IO (3), .BR IMG_LoadGIF_IO (3), .BR IMG_LoadJPG_IO (3), .BR IMG_LoadJXL_IO (3), .BR IMG_LoadLBM_IO (3), .BR IMG_LoadPNG_IO (3), .BR IMG_LoadPNM_IO (3), .BR IMG_LoadSVG_IO (3), .BR IMG_LoadQOI_IO (3), .BR IMG_LoadTGA_IO (3), .BR IMG_LoadTIF_IO (3), .BR IMG_LoadXCF_IO (3), .BR IMG_LoadXPM_IO (3), .BR IMG_LoadXV_IO (3), .BR IMG_LoadWEBP_IO (3)