File: pixelate.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (49 lines) | stat: -rw-r--r-- 1,085 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.. index:: Grease Pencil Visual Effects; Pixelate Visual Effect
.. _bpy.types.ShaderFxPixelate:

**********************
Pixelate Visual Effect
**********************

The *Pixelate* Visual Effect shows the object as a pixelated image.


Options
=======

.. figure:: /images/grease-pencil_visual-effects_pixelate_panel.png
   :align: right

   Pixelate Visual Effect.

Size X, Y
   Horizontal and vertical size of the final pixels to apply.

Anti-aliasing
   Applies an anti-aliasing effect to the resulting pixels.


Example
=======

.. list-table:: Pixelate Effect samples.

   * - .. figure:: /images/grease-pencil_visual-effects_pixelate_size-0.png
          :width: 200px

          Original image.

     - .. figure:: /images/grease-pencil_visual-effects_pixelate_size-20.png
          :width: 200px

          Size: 20 px.

     - .. figure:: /images/grease-pencil_visual-effects_pixelate_size-100.png
          :width: 200px

          Size: 100 px.

     - .. figure:: /images/grease-pencil_visual-effects_pixelate_size-200.png
          :width: 200px

          Size: 200 px.