Bitmap/PPM conversion through a pipe: Difference between revisions

m
Fixed lang tags.
(add Ruby)
m (Fixed lang tags.)
Line 43:
print_jpg(img, 75);
free_img(img);
}</lang>
}
</lang>
 
In order to make it working, you must link it with the raster image functions given by the codes [[Bresenham's_line_algorithm#C|here]] and [[Basic_bitmap_storage#C|here]]
Anonymous user