vimwiki/tech/graphics.wiki

58 lines
852 B
Plaintext

= Graphics =
Computer graphics is the field focusing on making a computer generate an image.
== User interfaces ==
Also see ISO 9241-11: Guidance on usability (98) and
ISO/IEC 9126: Software product evaulation - Quality characteristics and
guidelines for their use (91)
* [[8_rules_ui]]
* [[usability_heuristics]]
* [[human_limitations]]
* [[creepy_convenience]]
* [[fitts_law]]
* [[hick-hyman]]
* [[quantative_evaluation]]
* [[jakob_nielsen]]
* [[GUI]]
== Graphics principles ==
=== UI design process ===
* [[task_decomposition_approach]]
== Images ==
_Here begins the technical stuff_
=== Image formats ===
==== [[vector_image]] ====
[[.AI]]
[[.SVG]]
==== [[raster_image]] ====
[[.PNG]]
[[.JPEG]]
=== Colorspaces ===
* [[YUV]]
* [[RGB]]
== Displays ==
* [[CRT]]
* [[plasma_display]]
* [[LCD]]
* [[OLED]]
== Also see ==
* [[sdl2]]