This plugin is to help you to create seamless patterns or game tiles and so on. Everything you paint into image is copied periodically over the rest of image.
;;;
;;; COLOGRAM.SCM -*-scheme-*- This File is written by Friedemann Wolpert 2010
;;; You can contact the Author using the following eMail: Friedemann@MedienKunstOnline.De
;;; Project Entry for "Mach Flott den Schrott 2", Heise Magazin
This is 2nd version of very simple script. It creates image's borders.
To install this script:
1. Download "BW-border-ENG-v2.scm" file.
2. Copy this file into "C:\Program Files\GIMP 2\share\gimp\2.0\scripts" directory.
3. Script is in the "Script-Fu->B&W Border... v2" menu.
This is my new plugin developed for two basic purposes. A) Color reduction. It will reduce number of colors in an image while trying to remain as close to original as possible. B) Generating lines to be used for cartoonization of images.
The plugin is not finished yet. I present it here to get some feedback. Though it works fine yet.
For introduction, examples and further information see wiki:
GIMP 2.8 Python Plug-in.
Copy and move the selected area to a new layer in the same position.
This function is similar to the functions with the same names in Photoshop, and more powerful. Unlike them, it can copy/cut content, not just from one layer, but also from the layer groups.
In Photoshop, this is not possible :)
Installation Instructions:
1. Close GIMP if it is open.
This small script shows some information related to the current selected layer. This info includes:
- The layer's name
- The layer dimensions (in pixels)
- The layer offset respect the origin of the whole image (in pixels)
You can go to View->Layer info menu option to show the layer information window. The window stays on top, so the user can switch between the different layers of the image to inspect their values easily.
Recent comments