
Allows you create a pixelate effect on an image.
Example

Running this code will change the pixel size of the image "D:\Automaxed\Image Automation\Color Print Test Image 28.jpg" to the following properties:
- Pixel Size: 8
- X: 0
- Y: 0
- Width: 150
- Height: 150
Saving it as "D:\Automaxed\Image Automation\Image Pixelate.jpg".
plugin command("Image Automation.dll", "image pixelate", "D:\\Automaxed\\Image Automation\\Color Print Test Image 28.jpg", "D:\\Automaxed\\Image Automation\\Image Pixelate.jpg", 8, 0, 0, 150, 150)