more compact PNM8 file
This commit is contained in:
@@ -11,7 +11,7 @@ program chkpixels
|
||||
implicit none
|
||||
|
||||
write(0, *) "------ CHKPIXELS ------"
|
||||
! call test_spit_as(3)
|
||||
call test_spit_as(3)
|
||||
call test_spit_rgb(128, 222)
|
||||
|
||||
STOP 'BECAUSE NO CPU AVAILABLE'
|
||||
@@ -59,8 +59,8 @@ contains
|
||||
value = value + increment
|
||||
enddo
|
||||
enddo
|
||||
call spit_as_pgm_16 (greymap, 'a.pnm')
|
||||
call spit_as_pgm_eq (greymap, 'b.pnm')
|
||||
! call spit_as_pgm_16 (greymap, 'a.pnm')
|
||||
! call spit_as_pgm_eq (greymap, 'b.pnm')
|
||||
call spit_as_pgm_8 (greymap, 'c.pnm')
|
||||
call new_spit_a (greymap, 'x.pnm')
|
||||
end subroutine
|
||||
|
||||
Reference in New Issue
Block a user