Skip to content

Plugin written in Python-Fu for TheGimp to transform a selected area or layer into big pixels (depending on the size specified)

License

Notifications You must be signed in to change notification settings

lumley/gimp-pixeliseme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Gimp plugin - Pixelise me

This script will transform any selected region (or active layer) into a set of big pixels, depending on the specified pixel size. It does not calculate an average value between pixels, it only calculates the most common pixel inside the given pixel size, if no color is repeated, a random pixel will be picked up to fill the whole area (most probable, the upper left pixel).

The plugin has been created only for learning purposes, and has been tested in Gimp2.8.

Requirements

This plugin requires the following:

Installation

Installation of this plugin goes like any other Python-fu plugin. Just download the file and move it to your GIMP plug-ins folder (by default, "%USERPROFILE%\.gimp-2.8\plug-ins" in Windows and "~/.gimp-2.8/plug-ins/" in Linux).

Once installed you will find the plugin in Gimp menu: Filters -> Blur -> Pixelise me

Collaborate

Want to make your own plugins or improve this one? You can find some information on how to start on the next link:

About

Plugin written in Python-Fu for TheGimp to transform a selected area or layer into big pixels (depending on the size specified)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published