Fortran Program
Source Files
Modules
Procedures
Program
load_pnm
Function
40 statements
Source File
pnm_tools.f90
pnm_tools
load_pnm
Contents
public function load_pnm(filename) result(img_array)
Load pnm file
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
filename
The input filename
Return Value
integer, allocatable, dimension(:, :, :)
Loaded image pixel array