Transformar¶
Transform is a Swiss Army knife of image manipulation. It moves, rotates, and scales the images within a strip.
Opciones¶
- Filtro
Determines how pixel values are interpolated when scaling or transforming images.
- Ninguno:
Uses the value of the closest pixel with no smoothing. This is the fastest method and is well-suited for pixel art or low-resolution images where sharp, blocky edges are desirable. In animations, motion appears in single-pixel steps, which can cause visible jittering.
- Bilineal:
Averages the values of surrounding pixels to create a smoother result than Nearest. Provides a good balance between performance and visual quality.
- Bicúbico:
Computes a weighted average of a larger neighborhood of pixels for even smoother results. Ideal for photographic images or gradients where preserving fine detail is important.
- Unidades de traslación
Control whether the input values are in Percent or Pixels.
- Posición
Moves the input along the X and Y axis.
- Escala uniforme
Scale the input evenly along the X and Y axis.
- Escala
Escala la imagen en los ejes X e Y.
- Rotación
Rota la entrada en dos dimensiones a lo largo del eje Z.
Ejemplo¶

El efecto Transformar.¶