Transformar¶
Transform is a swiss-army knife of image manipulation. It moves, rotates, and scales the images within a strip.
Opciones¶
- Interpolación
- Ninguno:
Sin interpolación, utiliza el píxel vecino más cercano.
- Bilineal:
Interpolación simple entre píxeles adyacentes.
- Bicúbico:
Interpolación de la más alta calidad.
- 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.