Cite This Page
Bibliographic details for Bitmap/Grayscale Image
- Page name: Bitmap/Grayscale Image
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 3 May 2023 13:52 UTC
- Date retrieved: 8 February 2025 18:27 UTC
- Permanent URL: https://rosettacode.org/wiki/Bitmap/Grayscale_Image?oldid=341468
- Page Version ID: 341468
Citation styles for Bitmap/Grayscale Image
APA style
Bitmap/Grayscale Image. (2023, May 3). Rosetta Code. Retrieved 18:27, February 8, 2025 from https://rosettacode.org/wiki/Bitmap/Grayscale_Image?oldid=341468.
MLA style
"Bitmap/Grayscale Image." Rosetta Code. 3 May 2023, 13:52 UTC. 8 Feb 2025, 18:27 <https://rosettacode.org/wiki/Bitmap/Grayscale_Image?oldid=341468>.
MHRA style
Rosetta Code contributors, 'Bitmap/Grayscale Image', Rosetta Code, 3 May 2023, 13:52 UTC, <https://rosettacode.org/wiki/Bitmap/Grayscale_Image?oldid=341468> [accessed 8 February 2025]
Chicago style
Rosetta Code contributors, "Bitmap/Grayscale Image," Rosetta Code, https://rosettacode.org/wiki/Bitmap/Grayscale_Image?oldid=341468 (accessed February 8, 2025).
CBE/CSE style
Rosetta Code contributors. Bitmap/Grayscale Image [Internet]. Rosetta Code; 2023 May 3, 13:52 UTC [cited 2025 Feb 8]. Available from: https://rosettacode.org/wiki/Bitmap/Grayscale_Image?oldid=341468.
Bluebook style
Bitmap/Grayscale Image, https://rosettacode.org/wiki/Bitmap/Grayscale_Image?oldid=341468 (last visited February 8, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bitmap/Grayscale Image --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/wiki/Bitmap/Grayscale_Image?oldid=341468", note = "[Online; accessed 8-February-2025]" }
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/Grayscale Image --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/wiki/Bitmap/Grayscale_Image?oldid=341468}", note = "[Online; accessed 8-February-2025]" }