Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Filters

SBPrime edited this page Feb 2, 2014 · 2 revisions

Back to main page

This page contains information on filters.

crop

Cut a part of the source image

Usage: crop x1 y1 x2 y2 [interpolate]

  • <x1>, <x2>, <y1>, <y2> - coordinate for crop operation, in pixels
  • [interpolate] - optional, enables interpolation

Permissions:

  • MCPainter.user.filter.crop

dithering

Convert image to palette base image using Floyd–Steinberg dithering algorithm.

Usage: dithering

Permissions:

  • MCPainter.user.filter.dithering

grayscale

Convert image to gray-scale.

Usage: grayscale

Permissions:

  • MCPainter.user.filter.grayscale

resize

Re-size the source image

Usage: resize w h [interpolate]

  • w, h - width and height, to enable automatic aspect ratio calculation put "?" instead of either width or height.
  • [interpolate] - optional, enables interpolation

Permissions:

  • MCPainter.user.filter.resize

Clone this wiki locally