Update for 23-02-22 13:30

This commit is contained in:
Tyler Perkins 2022-02-23 13:30:01 -05:00
parent 79c95bd648
commit 4f6a276434
4 changed files with 23 additions and 4 deletions

3
tech/.GIF.wiki Normal file
View File

@ -0,0 +1,3 @@
= .GIF =
A .GIF is a compressed, lossy [[raster_image]] format.

5
tech/CMYK.wiki Normal file
View File

@ -0,0 +1,5 @@
= CMKY =
CMYK or Cyan Magenta Yellow, and Key/Black is the color space used by printed
materials. A printer combines thse 4 physical inks to create different colors.
This is also called *subtractive mixing*.

10
tech/RGB.wiki Normal file
View File

@ -0,0 +1,10 @@
= RGB =
RGB color model is a color model that uses Red Green and Blue light
combinations in different intensities to create nearly all combinations of
color.
RGB is used by
* [[.GIF]]
* [[.PNG]]

View File

@ -32,18 +32,19 @@ _Here begins the technical stuff_
==== [[vector_image]] ==== ==== [[vector_image]] ====
[[.AI]] * [[.AI]]
[[.SVG]] * [[.SVG]]
==== [[raster_image]] ==== ==== [[raster_image]] ====
[[.PNG]] * [[.PNG]]
[[.JPEG]] * [[.JPEG]]
=== Colorspaces === === Colorspaces ===
* [[YUV]] * [[YUV]]
* [[RGB]] * [[RGB]]
* [[CMYK]]
== Displays == == Displays ==