vimwiki/tech/graphics.wiki

58 lines
852 B
Plaintext
Raw Normal View History

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