This is a file from the Wikimedia Commons

File:CCD Bayer Filter.svg

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Original file(SVG file, nominally 702 × 234 pixels, file size: 41 KB)

Summary

Description
Français : Filtre de Bayer utilisé par les caméras et appareils photos numériques. Disposition des cellules d'un filtre de Bayer pour un capteur CCD
% !Mode:: "TeX:UTF-8"
\documentclass[tikz]{standalone}
\usepackage{luacode}
\begin{document}
\begin{tikzpicture} [cm={1,-0.2,0.8,0.6,(0,0)}]
\begin{luacode*}
for x=0,14 do
for y=0,5 do
	local col='red'
	if (x+y)%2~=0 then
		col='green'
	elseif y%2==0 then
		col='blue'
	end
	tex.print(string.format('\\path [draw=black,fill=%s] (%d,%d) rectangle (%d,%d);',col,x,y,x+1,y+1))
	tex.print(string.format('\\path [draw=%s!50!white,line width=0.5mm] (%d+0.025,%d) --++ (0,0.975) --++ (0.975,0);',col,x,y))
	tex.print(string.format('\\path [draw=%s!50!black,line width=0.5mm] (%d,%d+0.025) --++ (0.975,0) --++ (0,0.975);',col,x,y))
end
end
\end{luacode*}
\end{tikzpicture}
\end{document}
Date
Source Own work
Author Francois~frwiki

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

14 August 2021

image/svg+xml

ebd8ea4ef4d07a26eede7f9f9802ac091fc0355c

41,671 byte

234 pixel

702 pixel

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:12, 14 August 2021Thumbnail for version as of 21:12, 14 August 2021702 × 234 (41 KB)Francois~frwikiUploaded own work with UploadWizard

There are no pages that use this file.

Global file usage

The following other wikis use this file:

Metadata