Cite This Page
Bibliographic details for Bitmap/Read an image through a pipe
- Page name: Bitmap/Read an image through a pipe
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 30 August 2022 19:41 UTC
- Date retrieved: 2 February 2023 15:00 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Bitmap/Read_an_image_through_a_pipe&oldid=329182
- Page Version ID: 329182
Citation styles for Bitmap/Read an image through a pipe
APA style
Bitmap/Read an image through a pipe. (2022, August 30). Rosetta Code, . Retrieved 15:00, February 2, 2023 from https://rosettacode.org/w/index.php?title=Bitmap/Read_an_image_through_a_pipe&oldid=329182.
MLA style
"Bitmap/Read an image through a pipe." Rosetta Code, . 30 Aug 2022, 19:41 UTC. 2 Feb 2023, 15:00 <https://rosettacode.org/w/index.php?title=Bitmap/Read_an_image_through_a_pipe&oldid=329182>.
MHRA style
Rosetta Code contributors, 'Bitmap/Read an image through a pipe', Rosetta Code, , 30 August 2022, 19:41 UTC, <https://rosettacode.org/w/index.php?title=Bitmap/Read_an_image_through_a_pipe&oldid=329182> [accessed 2 February 2023]
Chicago style
Rosetta Code contributors, "Bitmap/Read an image through a pipe," Rosetta Code, , https://rosettacode.org/w/index.php?title=Bitmap/Read_an_image_through_a_pipe&oldid=329182 (accessed February 2, 2023).
CBE/CSE style
Rosetta Code contributors. Bitmap/Read an image through a pipe [Internet]. Rosetta Code, ; 2022 Aug 30, 19:41 UTC [cited 2023 Feb 2]. Available from: https://rosettacode.org/w/index.php?title=Bitmap/Read_an_image_through_a_pipe&oldid=329182.
Bluebook style
Bitmap/Read an image through a pipe, https://rosettacode.org/w/index.php?title=Bitmap/Read_an_image_through_a_pipe&oldid=329182 (last visited February 2, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bitmap/Read an image through a pipe --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Bitmap/Read_an_image_through_a_pipe&oldid=329182", note = "[Online; accessed 2-February-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bitmap/Read an image through a pipe --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Bitmap/Read_an_image_through_a_pipe&oldid=329182}", note = "[Online; accessed 2-February-2023]" }