docs_image_guidelines.rst 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. .. _docs_image_guidelines:
  2. Creating documentation images and videos
  3. ========================================
  4. Throughout the documentation, images are often needed to make the explanation
  5. of a feature or concept as clear as possible for a reader. This page will
  6. explain the process from beginning to end.
  7. Images
  8. ------
  9. Capturing an image
  10. ^^^^^^^^^^^^^^^^^^
  11. To take a picture of something in Godot, a screen capture tool can be used.
  12. On Windows 10 and 11 that would be the Snip & Sketch program.
  13. Pressing :kbd:`Windows + Shift + S` lets you take a screenshot
  14. of a portion of the screen and save it to the clipboard.
  15. After pressing those keys, click and drag over
  16. the area you wish to take a picture of.
  17. On macOS, pressing :kbd:`Shift + Command + 3` does the same.
  18. To take a picture of the entire screen press :kbd:`Shift + Command + 4`.
  19. All screenshots taken will be saved to the desktop.
  20. Each Linux desktop environment has it's own screenshot tool. For example,
  21. on KDE Plasma the program Spectacle is used for taking screenshots. If your
  22. distribution doesn't come with one by default try searching its package
  23. repository, or Flathub if that's supported.
  24. All screenshots should ideally be taken on a 1080p screen. Anything higher
  25. resolution is adding detail that doesn't make the documentation better and
  26. dramatically increases file size. If you're taking screenshots on a higher
  27. resolution screen the screenshot should be scaled down. There are instructions
  28. on how to do this later on this page.
  29. Format conversion
  30. ^^^^^^^^^^^^^^^^^
  31. The current format for images in Godot's documentation is WebP (``.webp``).
  32. While some Linux programs will support saving screenshots in this format, macOS
  33. and the Snip & Sketch program on Windows do not. For images that don't need
  34. editing, such as precise cropping or adding outlines, Squoosh can be used.
  35. `Squoosh <https://squoosh.app/>`_ is a converter developed by Google, is open
  36. source, and doesn't give Google any image rights by using it. When choosing
  37. compression if you can get an image that's under 300KB in size use lossless
  38. compression. If it's over 300KB, use just enough lossy compression to get it
  39. under that size. If this results in noticeable compression artifacts using less
  40. compression is fine, even if the file size is bigger.
  41. If you already have an image editor such as GIMP, Krita or Photoshop installed
  42. it may have the ability to open an image then save it as a WebP file.
  43. Cropping
  44. ^^^^^^^^
  45. For a screenshot of a 2D or 3D scene in the editor, the above steps will be enough.
  46. But for most UI images some extra work should be done, specifically cropping to
  47. make an image look clean. Below is an example of good cropping.
  48. .. image:: img/cropped_image.webp
  49. For cropping Krita is the recommended program. While some screenshot programs do
  50. have cropping built-in it's not always easy to get something precise. And while
  51. Krita is designed as a painting program the cropping tool gives you pixel precision
  52. by default. Of course, feel free to use a different program you are familiar with.
  53. If you've never used Krita before download it from the `official Krita website <https://krita.org/en/download/>`_,
  54. on Linux you may also be able to download it from your distributions repository,
  55. flathub is also an option. Once it's installed on your computer open Krita then
  56. open the image you want to crop. This button on the left panel is the crop tool.
  57. .. image:: img/crop_tool.webp
  58. After selecting it, click on the image, you should now have cropping tools available.
  59. .. image:: img/crop_edit.webp
  60. Click and drag the white boxes to adjust what gets cropped, if you zoom in close
  61. to the image you will see the individual pixels in an image, which is useful for
  62. precision.
  63. .. image:: img/crop_pixels.webp
  64. If you make a mistake and overcrop don't worry, cropping is non-destructive in
  65. Krita and can be adjusted. Click on the image with your cropping tool still selected
  66. and the controls will return.
  67. Scaling down an image
  68. ^^^^^^^^^^^^^^^^^^^^^
  69. As explained earlier on this page, all images taken on a screen that is a higher resolution
  70. than 1080p should be scaled down. To do this in Krita click on **Image** on the top bar, and
  71. from the dropdown menu select **Scale Image To New Size**. This menu can also be opened by
  72. pressing :kbd:`Ctrl + Alt + I`. On this menu you want to adjust the pixel dimensions. For
  73. anything taken on a 4K monitor change the value of the width and height to half of its current
  74. value, for anything taken on a 1440p monitor multiply the width and height by 0.75. Make
  75. sure the **Constrain Proportions** box at the bottom of the menu is checked so you only have
  76. to change 1 value.
  77. Saving as WebP in Krita
  78. ^^^^^^^^^^^^^^^^^^^^^^^
  79. To save an image as webp if it isn't already one, Go to **File > Save As**. Select **webp** from the
  80. **Save as type:** dropdown, then choose wherever you want to save it. After clicking **Save** a menu
  81. will popup with webp options. Make sure **Lossless** is checked and **Quality** is set to 100%. This
  82. means the image will not lose detail and will be as small as possible.
  83. If the image is over 300KB in size try compressing it losslessly using `Squoosh <https://squoosh.app/>`_.
  84. If it's still over 300KB change to lossy compression and slowly increase the compression until it's under
  85. 300KB. If this results in noticeable compression artifacts using less compression is fine, even if the file
  86. size is bigger.
  87. Outlines, arrows and text
  88. ^^^^^^^^^^^^^^^^^^^^^^^^^
  89. Sometimes an image needs something extra to properly direct the readers
  90. attention, or make something clear. Outlines and arrows can be used
  91. for this purpose. For these types of edits Inkscape is the recommended open
  92. source program, it can be downloaded from the `official Inkscape website <https://inkscape.org/>`_.
  93. Like Krita, if you're on Linux you can also check your distributions repository
  94. or get it from Flathub.
  95. A full tutorial on creating outlines is not provided here, we recommend searching
  96. for various tutorials on how to use it online. However there are two standards
  97. for doc image outlines and arrows. First, the color should be yellow, specifically
  98. this hex color: ``fffb44`` (``fffb44ff`` if there is a transparency value like in Inkscape).
  99. This color was chosen specifically to make sure color blind people do not have
  100. issues reading the documentation, other colors can be used in addition to this yellow
  101. if multiple outlines on an image are needed, red should be avoided. The second standard
  102. is that all outlines and arrow lines should be 2 pixels wide.
  103. Finally, some images might require text to differentiate multiple parts of an image.
  104. There are no strict requirements other than use an easy to read non fancy font. As for
  105. color the yellow color from before should also be used, but black or other colors can
  106. be used if appropriate. For example, if yellow blends into the image, or if there are
  107. multiple outlines in multiple colors.
  108. Adding an image to a documentation page
  109. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  110. Once you've finished working on your image, it can be added to the documentation.
  111. All images are stored in folders named ``img`` next to the page they are used in.
  112. To add your image, add it to the ``img`` folder that's in the same folder as the
  113. ``.rst`` file for the page (create it if it doesn't exist). In the ``.rst`` page,
  114. images should be included with the following code snippet::
  115. .. image:: img/documentation_image.webp
  116. Where ``documentation_image.webp`` would be changed to the name of the image you
  117. created. Name your images in a way that makes their meaning clear, possibly with
  118. a prefix that makes their relationship to a documentation page explicit.
  119. Videos
  120. ------
  121. Capturing a video
  122. ^^^^^^^^^^^^^^^^^
  123. To record a video of something in Godot, a screen capture tool can be used.
  124. Operating systems generally don't come with tools that are flexible enough
  125. for this, so you'll need to install a third-party utility.
  126. `OBS Studio <https://obsproject.com/>`__ is the most popular option, but
  127. `SimpleScreenRecorder <https://www.maartenbaert.be/simplescreenrecorder/>`__
  128. can be used as an alternative on Linux. `ShareX <https://getsharex.com/>`__
  129. can be used as an alternative on Windows. All these tools can be configured
  130. to record the entire screen, a specific window or a predetermined rectangle.
  131. The recommended framerate for video recordings is 60 FPS, although you can use
  132. 30 FPS for longer videos to reduce their file size. For fullscreen videos,
  133. use a resolution of 1280×720.
  134. .. note::
  135. Godot's :ref:`Movie Maker mode <doc_creating_movies>` can be used to record
  136. the output of a running project, including its audio. This doesn't require
  137. installing any third-party software and avoids any frame drops (even when
  138. recording on a slow device), but it's less flexible.
  139. Compressing the captured video
  140. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  141. The recommendation is to record your video in the highest quality possible
  142. (without dropping frames due to excessive CPU/GPU utilization), then re-encode
  143. it later to reduce its file size. This results in more efficient compression
  144. than directly aiming for a small file size, as real-time compression methods are
  145. less efficient than slower compression methods.
  146. To re-encode videos for a smaller file size, use `HandBrake <https://handbrake.fr/>`__
  147. or the `FFmpeg <https://ffmpeg.org/>` command line below:
  148. ::
  149. ffmpeg -i input.mp4 -crf 23 output.webm
  150. The number after ``-crf`` adjusts the video quality, with higher numbers
  151. resulting in *lower* quality (and smaller file sizes). A CRF of ``23`` is a good
  152. starting point, but you may need to use a higher value for longer videos to
  153. ensure the file size remains reasonable. Try to aim for a file size under 2 MB
  154. if possible.
  155. If the video was recorded in a higher resolution or framerate, you can adjust
  156. its output resolution and framerate as follows:
  157. ::
  158. ffmpeg -i input.mp4 -crf 23 -vf scale=1280:-2 -r 30 output.webm
  159. This results in a video resolution around 1280×720 at 30 FPS. The exact
  160. video resolution will vary depending on the source's aspect ratio.
  161. .. tip::
  162. If the video was recorded with an audio track but this audio track is not
  163. necessary, consider stripping it by adding the ``-an`` option to the FFmpeg
  164. command line (before the output file name). This will reduce file size and
  165. also ensure audio controls don't show up on the video when played in a
  166. browser.
  167. Adding a video to a documentation page
  168. --------------------------------------
  169. Once you've finished working on your video, it can be added to the documentation.
  170. All videos are stored in folders named ``video`` next to the page they are used in.
  171. To add your video, add it to the ``video`` folder that's in the same folder as the
  172. ``.rst`` file for the page (create it if it doesn't exist). In the ``.rst`` page,
  173. videos should be included with the following code snippet::
  174. .. video:: video/csg_tools.webm
  175. :alt: Put a text description of the video here
  176. :autoplay:
  177. :loop:
  178. :muted:
  179. Where ``documentation_video.webp`` would be changed to the name of the video you
  180. created. Name your videos in a way that makes their meaning clear, possibly with
  181. a prefix that makes their relationship to a documentation page explicit.
  182. The ``:autoplay:``, ``:loop:`` and ``:muted:`` flags should always be specified
  183. unless the video needs to play audio. In this case, do not specify *any* of these flags.