Update for 23-02-22 13:30
This commit is contained in:
parent
79c95bd648
commit
4f6a276434
3
tech/.GIF.wiki
Normal file
3
tech/.GIF.wiki
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
= .GIF =
|
||||||
|
|
||||||
|
A .GIF is a compressed, lossy [[raster_image]] format.
|
5
tech/CMYK.wiki
Normal file
5
tech/CMYK.wiki
Normal 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
10
tech/RGB.wiki
Normal 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]]
|
@ -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 ==
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user