Jump to content

Bitmap/Read a PPM file: Difference between revisions

m
→‎{{header|D}}: missing D, btw implementation is probably slow, and would be cool to change it
(→‎{{header|D}}: add reading)
m (→‎{{header|D}}: missing D, btw implementation is probably slow, and would be cool to change it)
Line 232:
 
Reading from file:
<lang D>
auto p6 = new P6Image(new FileConduit("image.ppm"));
</lang>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.